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_bin_prot/
Date: Tue, 24 Jan 2017 11:42:06
Message-Id: 1485257624.cfc05caf03f92745013367d8bb8a32ecfc833c92.aballier@gentoo
1 commit: cfc05caf03f92745013367d8bb8a32ecfc833c92
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:33:44 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:33:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfc05caf
7
8 dev-ml/ppx_bin_prot: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_bin_prot/Manifest | 2 -
13 dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild | 46 -----------------------
14 dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.01.ebuild | 46 -----------------------
15 3 files changed, 94 deletions(-)
16
17 diff --git a/dev-ml/ppx_bin_prot/Manifest b/dev-ml/ppx_bin_prot/Manifest
18 index 24eb7eb..89d988d 100644
19 --- a/dev-ml/ppx_bin_prot/Manifest
20 +++ b/dev-ml/ppx_bin_prot/Manifest
21 @@ -1,3 +1 @@
22 -DIST ppx_bin_prot-113.24.00.tar.gz 68599 SHA256 e54749d90801c726cff6a2df97f25b37fdc02d182813152e09c1f1b0f800da08 SHA512 990a202e61c38ded24b8ab268b36c7d50c99108188f64d6734afe2507ed695a8bb300ba4babf2d5d7e3d7f6eb049f75c8b666d526dd117a41a03f6983faab121 WHIRLPOOL 7bc7fde7169e39d043996aa9385e1679b481736d5621a8f861d7ffdfc563410baf7d8a89ba47cef418b3a2c9b1173f10891eb71a7e3ae36bd1e51a2f1975ae0b
23 -DIST ppx_bin_prot-113.24.01.tar.gz 68281 SHA256 142161bbf424adca3645253e5d5b27a37d4bfc4a748b936e8ba644bce5fef0dd SHA512 64558b0788242a364f08be59a1eccdfd382259717289457b150682df88e01f25e7e18e0633bde3fc597f0e242782f5a285d9ff1b44c4d155871272e0ab1faf0e WHIRLPOOL df6f5c3288ce4be2e1b66ad6cc0474d2adad3405296952505a6e625a602bdc46fa76fe3b0bc1959cad87769bb2d51a99b31e3889027a258c0f2fde4c4cf06f79
24 DIST ppx_bin_prot-113.33.00.tar.gz 68597 SHA256 958c10a6a621e861b1c58677d37ad711fd073331f5e60178adae31e214af0870 SHA512 5085187e7e82068628dd1c53de1313c6b2608c9fceb00c3c5ce924d5808b37b7f9dbd70926907f850e838e778d878dad4c8cc6404d25d06bab6e26af3e02890f WHIRLPOOL 86262b307a70deaac901cf8dffa8f5eb2de4b4d6bf36e2c542cd7c518845bd241424a8a0b18993804f663d7c6594e128b0b0695734b2161a7058c58ab326c4c8
25
26 diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild
27 deleted file mode 100644
28 index 50cf669..00000000
29 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.00.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -
38 -inherit oasis
39 -
40 -MY_P=${PN/-/_}-${PV}
41 -DESCRIPTION="Generation of bin_prot readers and writers from types"
42 -HOMEPAGE="http://www.janestreet.com/ocaml"
43 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE=""
49 -
50 -DEPEND="dev-ml/ppx_tools:=
51 - dev-ml/ppx_core:=
52 - dev-ml/ppx_type_conv:=
53 - >=dev-ml/bin-prot-113.24.00:=
54 - "
55 -
56 -RDEPEND="${DEPEND}"
57 -DEPEND="${DEPEND} dev-ml/opam"
58 -
59 -S="${WORKDIR}/${MY_P}"
60 -
61 -src_configure() {
62 - emake setup.exe
63 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
64 -}
65 -
66 -src_compile() {
67 - emake
68 -}
69 -
70 -src_install() {
71 - opam-installer -i \
72 - --prefix="${ED}/usr" \
73 - --libdir="${D}/$(ocamlc -where)" \
74 - --docdir="${ED}/usr/share/doc/${PF}" \
75 - ${PN}.install || die
76 - dodoc CHANGES.md
77 -}
78
79 diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.01.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.01.ebuild
80 deleted file mode 100644
81 index 50cf669..00000000
82 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-113.24.01.ebuild
83 +++ /dev/null
84 @@ -1,46 +0,0 @@
85 -# Copyright 1999-2015 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -# $Id$
88 -
89 -EAPI="5"
90 -
91 -inherit oasis
92 -
93 -MY_P=${PN/-/_}-${PV}
94 -DESCRIPTION="Generation of bin_prot readers and writers from types"
95 -HOMEPAGE="http://www.janestreet.com/ocaml"
96 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${MY_P}.tar.gz"
97 -
98 -LICENSE="Apache-2.0"
99 -SLOT="0/${PV}"
100 -KEYWORDS="~amd64"
101 -IUSE=""
102 -
103 -DEPEND="dev-ml/ppx_tools:=
104 - dev-ml/ppx_core:=
105 - dev-ml/ppx_type_conv:=
106 - >=dev-ml/bin-prot-113.24.00:=
107 - "
108 -
109 -RDEPEND="${DEPEND}"
110 -DEPEND="${DEPEND} dev-ml/opam"
111 -
112 -S="${WORKDIR}/${MY_P}"
113 -
114 -src_configure() {
115 - emake setup.exe
116 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
117 -}
118 -
119 -src_compile() {
120 - emake
121 -}
122 -
123 -src_install() {
124 - opam-installer -i \
125 - --prefix="${ED}/usr" \
126 - --libdir="${D}/$(ocamlc -where)" \
127 - --docdir="${ED}/usr/share/doc/${PF}" \
128 - ${PN}.install || die
129 - dodoc CHANGES.md
130 -}