summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-24 12:38:11 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-24 12:38:11 +0100
commit7dab36a89388d1df5ac749ef4dd496b41ce0fbd0 (patch)
tree4a90aaef19895deb4582d2dbff26448eb88ded58 /dev-ml/ppx_here
parentdev-ml/ppx_fields_conv: remove old (diff)
downloadgentoo-7dab36a89388d1df5ac749ef4dd496b41ce0fbd0.tar.gz
gentoo-7dab36a89388d1df5ac749ef4dd496b41ce0fbd0.tar.bz2
gentoo-7dab36a89388d1df5ac749ef4dd496b41ce0fbd0.zip
dev-ml/ppx_here: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ppx_here')
-rw-r--r--dev-ml/ppx_here/Manifest1
-rw-r--r--dev-ml/ppx_here/ppx_here-113.24.00.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-ml/ppx_here/Manifest b/dev-ml/ppx_here/Manifest
index e65d766b8f04..2d19c0879dd4 100644
--- a/dev-ml/ppx_here/Manifest
+++ b/dev-ml/ppx_here/Manifest
@@ -1,2 +1 @@
-DIST ppx_here-113.24.00.tar.gz 53178 SHA256 4b65a8d0c6f38635a359fdfd7b4478135d8998c072892acb958e4777b8ba8a70 SHA512 50e1f77b9539d0ee16b0afdf1c5249c3038068f58f19c80116f1c2eba9499deb7130b619d545e7fd015a7a07b76ca507538a3131efee15cc256aae61df64338c WHIRLPOOL 6c60e72081bf0cc3eda0a6e86c0b3fca1046f47904074dfcfb3c786fe768d6eca1cd50b90e3bc2b777d09deb9b4a690edd2a6ef46432b8c1a517c2c08c044fb0
DIST ppx_here-113.33.00.tar.gz 53046 SHA256 76ff5a098f6028a3d08e97fe6e2dca1125ad2727e839ced777cd73ffac47e9b4 SHA512 9b6be574dfc714a303106b53fd62639fe3ef50797fd0cbde3562ebb34693fc4bdb8ea49852e0e915379600f03c32603a9f4c3dd0f7e9a9552ed4df506fc5bb78 WHIRLPOOL caee170892c2de80dd80ad97bb3ee6ca39a8bc210558807227f3603b7b1e30d0c59b9b1835dd1d2f22052bb2910309ee2b7ab84440bda5e7699299cdfe7e8aa6
diff --git a/dev-ml/ppx_here/ppx_here-113.24.00.ebuild b/dev-ml/ppx_here/ppx_here-113.24.00.ebuild
deleted file mode 100644
index 3b4dbe019540..000000000000
--- a/dev-ml/ppx_here/ppx_here-113.24.00.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit oasis
-
-DESCRIPTION="Expands [%here] into its location"
-HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-ml/ppx_tools:=
- dev-ml/ppx_driver:=
- dev-ml/ppx_core:="
-
-RDEPEND="${DEPEND}"
-DEPEND="${RDEPEND} dev-ml/opam"
-
-src_configure() {
- emake setup.exe
- OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- opam-installer -i \
- --prefix="${ED}/usr" \
- --libdir="${D}/$(ocamlc -where)" \
- --docdir="${ED}/usr/share/doc/${PF}" \
- ${PN}.install || die
- dodoc CHANGES.md
-}