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/camlp4/
Date: Tue, 14 Feb 2017 09:31:55
Message-Id: 1487064704.38027e81a2b5190de8aa2fa0e548fad4a14445c3.aballier@gentoo
1 commit: 38027e81a2b5190de8aa2fa0e548fad4a14445c3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 09:28:49 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 09:31:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38027e81
7
8 dev-ml/camlp4: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/camlp4/Manifest | 2 --
13 dev-ml/camlp4/camlp4-4.02.1_p3.ebuild | 44 -----------------------------------
14 dev-ml/camlp4/camlp4-4.03_p1.ebuild | 44 -----------------------------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/dev-ml/camlp4/Manifest b/dev-ml/camlp4/Manifest
18 index 40cc127980..148b15da99 100644
19 --- a/dev-ml/camlp4/Manifest
20 +++ b/dev-ml/camlp4/Manifest
21 @@ -1,3 +1 @@
22 -DIST camlp4-4.02.1_p3.tar.gz 646389 SHA256 c28058b20016dac51d492b1a98e6453d2c7097100542c99a0593cc240a3eeada SHA512 59d196be0bb7410ffd48a3d2debff4502ca58e7b032027b27b9d126381c02336f177a47585a7d7a3142049930c21dbe075068852e6369fe7e8a58e3339d96041 WHIRLPOOL bedcbaa86a1282bed6d51a64b1877575e727cbf2485abf38bcbed49b18cbad9e8548e0fb413daf216f3d78fde2710c95de49a5055cbb3548eb284515148a3e7d
23 -DIST camlp4-4.03_p1.tar.gz 648030 SHA256 6eefeacced81cca59ddf90c2538505fd5cd6596a3fc1acf4971e9796c2e7f2ae SHA512 0a329e18deffebb5245415f822f91e692076fca4dbe38748f18e72f417ce7354faed744fdff25f9976659192cb02d56ceb2cf1be5c64da463413ec4a28a9d3ac WHIRLPOOL a9aa6ff12957025ab796b02eec2268d51f71ebd64d395b0b5cad2d9d8bde91da4129f4f6606514c0e1b9480cf2e648158b0bdd6878ee29c3adadee64937bc87d
24 DIST camlp4-4.04_p1.tar.gz 648320 SHA256 6044f24a44053684d1260f19387e59359f59b0605cdbf7295e1de42783e48ff1 SHA512 7db8eebcf3d230f60650ba62d9cb630c069394237e97b678a40b61d3dcaded752a2b7e089a50ff528f1ea0740d0291b722df123a072f2cee489cadc5201c6776 WHIRLPOOL 6cfed59e81dbd92debe23670657eb7e96125105fccb7b20a8e16553090cc9a0e8c732b8e0cac1a9b39e172aa8dfaae145ba8827948f371aeaa69345f3ba39096
25
26 diff --git a/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild b/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild
27 deleted file mode 100644
28 index c9e48e367e..0000000000
29 --- a/dev-ml/camlp4/camlp4-4.02.1_p3.ebuild
30 +++ /dev/null
31 @@ -1,44 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -MY_PV=${PV/_p/+}
39 -MY_P=${PN}-${MY_PV}
40 -
41 -DESCRIPTION="System for writing extensible parsers for programming languages"
42 -HOMEPAGE="https://github.com/ocaml/camlp4"
43 -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2-with-linking-exception"
46 -SLOT="0/${PV}"
47 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
48 -IUSE="+ocamlopt"
49 -
50 -DEPEND=">=dev-lang/ocaml-4.02:=[ocamlopt?]"
51 -RDEPEND="${DEPEND}
52 - !<dev-lang/ocaml-4.02
53 - !<dev-ml/findlib-1.5.5-r1"
54 -DEPEND="${DEPEND}
55 - || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )"
56 -
57 -S=${WORKDIR}/${P/_p/-}
58 -
59 -src_configure() {
60 - ./configure \
61 - --bindir="${EPREFIX}/usr/bin" \
62 - --libdir="$(ocamlc -where)" \
63 - --pkgdir="$(ocamlc -where)" \
64 - || die
65 -}
66 -
67 -src_compile() {
68 - emake byte
69 - use ocamlopt && emake native
70 -}
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" install install-META
74 - dodoc CHANGES.md README.md
75 -}
76
77 diff --git a/dev-ml/camlp4/camlp4-4.03_p1.ebuild b/dev-ml/camlp4/camlp4-4.03_p1.ebuild
78 deleted file mode 100644
79 index 2c3483f4ec..0000000000
80 --- a/dev-ml/camlp4/camlp4-4.03_p1.ebuild
81 +++ /dev/null
82 @@ -1,44 +0,0 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 -# Distributed under the terms of the GNU General Public License v2
85 -# $Id$
86 -
87 -EAPI=5
88 -
89 -MY_PV=${PV/_p/+}
90 -MY_P=${PN}-${MY_PV}
91 -
92 -DESCRIPTION="System for writing extensible parsers for programming languages"
93 -HOMEPAGE="https://github.com/ocaml/camlp4"
94 -SRC_URI="https://github.com/ocaml/camlp4/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
95 -
96 -LICENSE="LGPL-2-with-linking-exception"
97 -SLOT="0/${PV}"
98 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
99 -IUSE="+ocamlopt"
100 -
101 -DEPEND=">=dev-lang/ocaml-4.03_beta:=[ocamlopt?]"
102 -RDEPEND="${DEPEND}
103 - !<dev-lang/ocaml-4.02
104 - !<dev-ml/findlib-1.5.5-r1"
105 -DEPEND="${DEPEND}
106 - || ( dev-ml/ocamlbuild <dev-lang/ocaml-4.02.3-r1 )"
107 -
108 -S=${WORKDIR}/${P/_p/-}
109 -
110 -src_configure() {
111 - ./configure \
112 - --bindir="${EPREFIX}/usr/bin" \
113 - --libdir="$(ocamlc -where)" \
114 - --pkgdir="$(ocamlc -where)" \
115 - || die
116 -}
117 -
118 -src_compile() {
119 - emake byte
120 - use ocamlopt && emake native
121 -}
122 -
123 -src_install() {
124 - emake DESTDIR="${D}" install install-META
125 - dodoc CHANGES.md README.md
126 -}