Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_here/
Date: Sun, 05 Feb 2017 17:54:04
Message-Id: 1486317233.4a305c641bf16b56073bbcb94473188bec541e12.aballier@gentoo
1 commit: 4a305c641bf16b56073bbcb94473188bec541e12
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 17:53:46 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 17:53:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a305c64
7
8 dev-ml/ppx_here: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_here/Manifest | 1 -
13 dev-ml/ppx_here/ppx_here-113.33.00.ebuild | 41 -------------------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/dev-ml/ppx_here/Manifest b/dev-ml/ppx_here/Manifest
17 index 9959053..587d75a 100644
18 --- a/dev-ml/ppx_here/Manifest
19 +++ b/dev-ml/ppx_here/Manifest
20 @@ -1,2 +1 @@
21 -DIST ppx_here-113.33.00.tar.gz 53046 SHA256 76ff5a098f6028a3d08e97fe6e2dca1125ad2727e839ced777cd73ffac47e9b4 SHA512 9b6be574dfc714a303106b53fd62639fe3ef50797fd0cbde3562ebb34693fc4bdb8ea49852e0e915379600f03c32603a9f4c3dd0f7e9a9552ed4df506fc5bb78 WHIRLPOOL caee170892c2de80dd80ad97bb3ee6ca39a8bc210558807227f3603b7b1e30d0c59b9b1835dd1d2f22052bb2910309ee2b7ab84440bda5e7699299cdfe7e8aa6
22 DIST ppx_here-113.33.03.tar.gz 52064 SHA256 671bf487c5beaf0596fa4f9cf255aff28d89378004f2f9c58ae36110bba3c8ab SHA512 478e5638aaa6cd5ca28d3f4f85b94b5f98e2dec92c7c26dd7a35cd6df639a6e264f1983266352f927eac1cc7e960d65e1d37c2233ce5a96c125afe98da8b8e88 WHIRLPOOL 51f4abe23a5e25b04b554e69126c5d4481a95851f1d72c3ae0c68791d443270c8bb8a2879b95fc3206e608eb7394476239c931f4b7a02545a20f97693e603a43
23
24 diff --git a/dev-ml/ppx_here/ppx_here-113.33.00.ebuild b/dev-ml/ppx_here/ppx_here-113.33.00.ebuild
25 deleted file mode 100644
26 index 3b4dbe0..00000000
27 --- a/dev-ml/ppx_here/ppx_here-113.33.00.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit oasis
37 -
38 -DESCRIPTION="Expands [%here] into its location"
39 -HOMEPAGE="http://www.janestreet.com/ocaml"
40 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0/${PV}"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND="dev-ml/ppx_tools:=
48 - dev-ml/ppx_driver:=
49 - dev-ml/ppx_core:="
50 -
51 -RDEPEND="${DEPEND}"
52 -DEPEND="${RDEPEND} dev-ml/opam"
53 -
54 -src_configure() {
55 - emake setup.exe
56 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
57 -}
58 -
59 -src_compile() {
60 - emake
61 -}
62 -
63 -src_install() {
64 - opam-installer -i \
65 - --prefix="${ED}/usr" \
66 - --libdir="${D}/$(ocamlc -where)" \
67 - --docdir="${ED}/usr/share/doc/${PF}" \
68 - ${PN}.install || die
69 - dodoc CHANGES.md
70 -}