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_expect/
Date: Tue, 24 Jan 2017 11:42:20
Message-Id: 1485257824.ebd7fb0e40397e74e7e1cd4f3496141c8c4ccd0e.aballier@gentoo
1 commit: ebd7fb0e40397e74e7e1cd4f3496141c8c4ccd0e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:37:04 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:37:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd7fb0e
7
8 dev-ml/ppx_expect: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_expect/Manifest | 2 -
13 dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild | 53 ---------------------------
14 dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild | 53 ---------------------------
15 3 files changed, 108 deletions(-)
16
17 diff --git a/dev-ml/ppx_expect/Manifest b/dev-ml/ppx_expect/Manifest
18 index 6182acd..c2d6b6c 100644
19 --- a/dev-ml/ppx_expect/Manifest
20 +++ b/dev-ml/ppx_expect/Manifest
21 @@ -1,3 +1 @@
22 -DIST ppx_expect-113.24.00.tar.gz 69986 SHA256 c06ab7c70219da64c0d334ab91aad9f58d52b6e9303ab5669f5674e0439f3ad9 SHA512 194384db2cd8dc2994cbf7b4d8f0480d11e8c4b23fee3e893afcfdbca67ba931c80b870b48de9e60ee442401f6661e2dbc599d1a33705dc00dcf991c1a71032a WHIRLPOOL 17d8725aa40a12cf5f9f41d4bed720303d601f1becec77685ba20593d23f6a8b71c1c2ff289938196b65ce75d16661011780dc246614902b52d6da87a41b3d8c
23 -DIST ppx_expect-113.33.00.tar.gz 79133 SHA256 3a0c8e20e9eafe79d800eb6a2bc0d83ce3b2d8739a55b902d6f5a8af21cb9a6b SHA512 9e2c12c4d5a874213f1cc8ece3bd8cc832796dcb40561350077355f4fa8539b77a4bf5e37f374b4de1d872de6ffb1f1f0974211d6cc69c35c07b0e55c1edf7c4 WHIRLPOOL ea27180ffc49944e66bc645eabc2cba21eb947536c0aba145992fa40c6e36a9fcab2f4ee541d3982aacf457051349219ba401973381b21da8a7d28e96864bdad
24 DIST ppx_expect-113.33.01.tar.gz 79539 SHA256 8697a447ce335bb5cf780ba258c13d13302d591109ff7f3ccb3ac6592db92242 SHA512 2074962dad42cb319ad758a202df4cc8f7e4302de45409da8f6167d9d3138914eba91339c3c71980663c893e1562994938907a1000fef45c96b74cbc0ace80f0 WHIRLPOOL be96bbde6d61127b1e03e7db9cf677bb5d37d5082d8110c377a545073b2500c0224e40d85c768602d40fa47fd9ac1c36294be108d3f100b590f5cb10ba5fbb49
25
26 diff --git a/dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild b/dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild
27 deleted file mode 100644
28 index c605caa..00000000
29 --- a/dev-ml/ppx_expect/ppx_expect-113.24.00.ebuild
30 +++ /dev/null
31 @@ -1,53 +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="Cram like framework for OCaml"
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/fieldslib:=
51 - dev-ml/ppx_assert:=
52 - dev-ml/ppx_compare:=
53 - dev-ml/ppx_core:=
54 - dev-ml/ppx_custom_printf:=
55 - dev-ml/ppx_driver:=
56 - dev-ml/ppx_fields_conv:=
57 - dev-ml/ppx_inline_test:=
58 - dev-ml/ppx_sexp_conv:=
59 - dev-ml/ppx_sexp_value:=
60 - dev-ml/ppx_variants_conv:=
61 - dev-ml/ocaml-re:=
62 - dev-ml/sexplib:=
63 - dev-ml/variantslib:=
64 -"
65 -RDEPEND="${DEPEND}"
66 -DEPEND="${DEPEND} dev-ml/opam"
67 -
68 -src_configure() {
69 - emake setup.exe
70 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
71 -}
72 -
73 -src_compile() {
74 - emake
75 -}
76 -
77 -src_install() {
78 - opam-installer -i \
79 - --prefix="${ED}/usr" \
80 - --libdir="${D}/$(ocamlc -where)" \
81 - --docdir="${ED}/usr/share/doc/${PF}" \
82 - ${PN}.install || die
83 - dodoc CHANGES.md
84 -}
85
86 diff --git a/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild b/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild
87 deleted file mode 100644
88 index c605caa..00000000
89 --- a/dev-ml/ppx_expect/ppx_expect-113.33.00.ebuild
90 +++ /dev/null
91 @@ -1,53 +0,0 @@
92 -# Copyright 1999-2015 Gentoo Foundation
93 -# Distributed under the terms of the GNU General Public License v2
94 -# $Id$
95 -
96 -EAPI="5"
97 -
98 -inherit oasis
99 -
100 -DESCRIPTION="Cram like framework for OCaml"
101 -HOMEPAGE="http://www.janestreet.com/ocaml"
102 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
103 -
104 -LICENSE="Apache-2.0"
105 -SLOT="0/${PV}"
106 -KEYWORDS="~amd64"
107 -IUSE=""
108 -
109 -DEPEND="dev-ml/ppx_tools:=
110 - dev-ml/fieldslib:=
111 - dev-ml/ppx_assert:=
112 - dev-ml/ppx_compare:=
113 - dev-ml/ppx_core:=
114 - dev-ml/ppx_custom_printf:=
115 - dev-ml/ppx_driver:=
116 - dev-ml/ppx_fields_conv:=
117 - dev-ml/ppx_inline_test:=
118 - dev-ml/ppx_sexp_conv:=
119 - dev-ml/ppx_sexp_value:=
120 - dev-ml/ppx_variants_conv:=
121 - dev-ml/ocaml-re:=
122 - dev-ml/sexplib:=
123 - dev-ml/variantslib:=
124 -"
125 -RDEPEND="${DEPEND}"
126 -DEPEND="${DEPEND} dev-ml/opam"
127 -
128 -src_configure() {
129 - emake setup.exe
130 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
131 -}
132 -
133 -src_compile() {
134 - emake
135 -}
136 -
137 -src_install() {
138 - opam-installer -i \
139 - --prefix="${ED}/usr" \
140 - --libdir="${D}/$(ocamlc -where)" \
141 - --docdir="${ED}/usr/share/doc/${PF}" \
142 - ${PN}.install || die
143 - dodoc CHANGES.md
144 -}