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_core/
Date: Tue, 24 Jan 2017 11:41:56
Message-Id: 1485257702.c18527b80a55513a45eb32504e0e6a18184b74f9.aballier@gentoo
1 commit: c18527b80a55513a45eb32504e0e6a18184b74f9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:35:02 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:35:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18527b8
7
8 dev-ml/ppx_core: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_core/Manifest | 1 -
13 dev-ml/ppx_core/ppx_core-113.24.00.ebuild | 38 -------------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-ml/ppx_core/Manifest b/dev-ml/ppx_core/Manifest
17 index 395b82c..5491a6b 100644
18 --- a/dev-ml/ppx_core/Manifest
19 +++ b/dev-ml/ppx_core/Manifest
20 @@ -1,2 +1 @@
21 -DIST ppx_core-113.24.00.tar.gz 80849 SHA256 aa67133ad9a9fd28214bd073ed50b22d4b26748d9b35cc378684cc09312843f8 SHA512 d88d440aeea6892a8ffeb9314d1745d100afce5504d2d4d73954b36869ed1266add6d92fdcfa473a2a8d6f0877b3a721a57e2c5748f154e22320578219d1cf4a WHIRLPOOL 675ce05fe7d408709175afbef75b76dd9e0ece2912df6b173cf371019feff6e903b5231cfadbf2dc9b239378459e7f7ab393a1892253fd55f2b60279e860fb9a
22 DIST ppx_core-113.33.00.tar.gz 81206 SHA256 460e052c82b954506aead3b1102f8342954013642acbf81b75f0b5a53fb45e1c SHA512 bf4e4720f14bc8c23b7d517bccd2ef2894099bafbfa5c0e9adb70fd7881ac81787c0500050edd94716c32fd0f3e71d7f9c5e3d0e500c967c4feaeaa2db9fc924 WHIRLPOOL 3da6f5477f9b395bc5d31d208b120c696d9e30eaf606677ecdceeb2be07920d59681406acb06f0404e6db981601037137a5323424c0284b54dc8f28ddf21ece6
23
24 diff --git a/dev-ml/ppx_core/ppx_core-113.24.00.ebuild b/dev-ml/ppx_core/ppx_core-113.24.00.ebuild
25 deleted file mode 100644
26 index d00d096..00000000
27 --- a/dev-ml/ppx_core/ppx_core-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,38 +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="Standard library for ppx rewriters"
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 -RDEPEND="${DEPEND}"
49 -DEPEND="${DEPEND} dev-ml/opam"
50 -
51 -src_configure() {
52 - emake setup.exe
53 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
54 -}
55 -
56 -src_compile() {
57 - emake
58 -}
59 -
60 -src_install() {
61 - opam-installer -i \
62 - --prefix="${ED}/usr" \
63 - --libdir="${D}/$(ocamlc -where)" \
64 - --docdir="${ED}/usr/share/doc/${PF}" \
65 - ${PN}.install || die
66 - dodoc CHANGES.md
67 -}