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_jane/
Date: Tue, 24 Jan 2017 11:42:26
Message-Id: 1485257934.aa61836bfb5fbfd9b9d3f9d8722916a14139a354.aballier@gentoo
1 commit: aa61836bfb5fbfd9b9d3f9d8722916a14139a354
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:38:54 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:38:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa61836b
7
8 dev-ml/ppx_jane: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_jane/Manifest | 2 --
13 dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild | 59 -------------------------------
14 dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild | 58 ------------------------------
15 3 files changed, 119 deletions(-)
16
17 diff --git a/dev-ml/ppx_jane/Manifest b/dev-ml/ppx_jane/Manifest
18 index cc5312f..3be131e 100644
19 --- a/dev-ml/ppx_jane/Manifest
20 +++ b/dev-ml/ppx_jane/Manifest
21 @@ -1,3 +1 @@
22 -DIST ppx_jane-113.24.00.tar.gz 51938 SHA256 4a49fb16db18c577d720dc1878e4566c8530c3bc5601335d1c0657a38cb639ed SHA512 048d5971f2d92f435d33b8202356efb20c4453234753071e9a8f513c7ef9310e38d1cad1f7d85a4fbfd9833298c819793401b590e77912956ad83d57a11cd602 WHIRLPOOL a155d5b38b6ce5cb82d96aad2c1d8d84904a9a1734f1314b59f8560e274f6501885c5ac3b4f92d97defe67a45770f5f6263c960ca4a7307907676623cd854e3a
23 -DIST ppx_jane-113.24.01.tar.gz 51453 SHA256 a7d21547b58600a1d9639d815f82ea4884cd03af8861961a0201d3190cbad081 SHA512 89f8722295f9861aff74499d6817a2807390231569e4fc04a515e7680207b5ca19689e50933baabb2cff5022341cc1dff524fd9cdf4d6eaee282d95443ea285c WHIRLPOOL 20180f3a6cb56315407d513503859691838aaa86cc8a87e0bfbb55343a7ed3fff2aadb0e552decdf4eb957b3da05e85e6125e54c3efe7c67c808be1b414c1d3a
24 DIST ppx_jane-113.33.00.tar.gz 51315 SHA256 46e5eaa6d6ed1900c2924d9e6256ab09f634ebf9769efd101073202913cb8b96 SHA512 89dc9351f3c1dd419d503c525b36e0e062bc09b7c3f6afe1a107d53c831cd72c63c6b1230a57a00d4db578168e9c3493189308f42661e69fa4703867eb82e219 WHIRLPOOL 3c4973281c06ada6441db6627e427bd4d03d2ba70f77f8efc70bcf88b078604be364d825392dc818f74e3d8a31e6a737f8e67532940455531d8d07aac26ae84a
25
26 diff --git a/dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild b/dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild
27 deleted file mode 100644
28 index a709b96..00000000
29 --- a/dev-ml/ppx_jane/ppx_jane-113.24.00.ebuild
30 +++ /dev/null
31 @@ -1,59 +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 -DESCRIPTION="Standard Jane Street ppx rewriters"
41 -HOMEPAGE="http://www.janestreet.com/ocaml"
42 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -DEPEND="dev-ml/ppx_tools:=
50 - dev-ml/ppx_assert:=
51 - dev-ml/ppx_bench:=
52 - dev-ml/ppx_bin_prot:=
53 - dev-ml/ppx_compare:=
54 - dev-ml/ppx_custom_printf:=
55 - dev-ml/ppx_driver:=
56 - dev-ml/ppx_enumerate:=
57 - dev-ml/ppx_expect:=
58 - dev-ml/ppx_fail:=
59 - dev-ml/ppx_fields_conv:=
60 - dev-ml/ppx_here:=
61 - dev-ml/ppx_inline_test:=
62 - dev-ml/ppx_let:=
63 - dev-ml/ppx_pipebang:=
64 - dev-ml/ppx_sexp_conv:=
65 - dev-ml/ppx_sexp_message:=
66 - dev-ml/ppx_sexp_value:=
67 - dev-ml/ppx_type_conv:=
68 - dev-ml/ppx_typerep_conv:=
69 - dev-ml/ppx_variants_conv:=
70 -"
71 -RDEPEND="${DEPEND}"
72 -DEPEND="${DEPEND} dev-ml/opam"
73 -
74 -src_configure() {
75 - emake setup.exe
76 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
77 -}
78 -
79 -src_compile() {
80 - emake
81 -}
82 -
83 -src_install() {
84 - opam-installer -i \
85 - --prefix="${ED}/usr" \
86 - --libdir="${D}/$(ocamlc -where)" \
87 - --docdir="${ED}/usr/share/doc/${PF}" \
88 - ${PN}.install || die
89 - dodoc README.md
90 -}
91
92 diff --git a/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild b/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild
93 deleted file mode 100644
94 index ecba476..00000000
95 --- a/dev-ml/ppx_jane/ppx_jane-113.24.01.ebuild
96 +++ /dev/null
97 @@ -1,58 +0,0 @@
98 -# Copyright 1999-2015 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -# $Id$
101 -
102 -EAPI="5"
103 -
104 -inherit oasis
105 -
106 -DESCRIPTION="Standard Jane Street ppx rewriters"
107 -HOMEPAGE="http://www.janestreet.com/ocaml"
108 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
109 -
110 -LICENSE="Apache-2.0"
111 -SLOT="0/${PV}"
112 -KEYWORDS="~amd64"
113 -IUSE=""
114 -
115 -DEPEND="dev-ml/ppx_tools:=
116 - dev-ml/ppx_assert:=
117 - dev-ml/ppx_bench:=
118 - dev-ml/ppx_bin_prot:=
119 - dev-ml/ppx_compare:=
120 - dev-ml/ppx_custom_printf:=
121 - dev-ml/ppx_driver:=
122 - dev-ml/ppx_enumerate:=
123 - dev-ml/ppx_expect:=
124 - dev-ml/ppx_fail:=
125 - dev-ml/ppx_fields_conv:=
126 - dev-ml/ppx_here:=
127 - dev-ml/ppx_inline_test:=
128 - dev-ml/ppx_let:=
129 - dev-ml/ppx_pipebang:=
130 - dev-ml/ppx_sexp_conv:=
131 - dev-ml/ppx_sexp_message:=
132 - dev-ml/ppx_sexp_value:=
133 - dev-ml/ppx_typerep_conv:=
134 - dev-ml/ppx_variants_conv:=
135 -"
136 -RDEPEND="${DEPEND}"
137 -DEPEND="${DEPEND} dev-ml/opam"
138 -
139 -src_configure() {
140 - emake setup.exe
141 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
142 -}
143 -
144 -src_compile() {
145 - emake
146 -}
147 -
148 -src_install() {
149 - opam-installer -i \
150 - --prefix="${ED}/usr" \
151 - --libdir="${D}/$(ocamlc -where)" \
152 - --docdir="${ED}/usr/share/doc/${PF}" \
153 - ${PN}.install || die
154 - dodoc README.md
155 -}