Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pxp/
Date: Mon, 27 Jun 2016 20:34:01
Message-Id: 1467057945.b28f6e62d8bf7b907e11a4b286f0f6af85fd9165.monsieurp@gentoo
1 commit: b28f6e62d8bf7b907e11a4b286f0f6af85fd9165
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 20:01:18 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 20:05:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28f6e62
7
8 dev-ml/pxp: Clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 dev-ml/pxp/Manifest | 2 --
13 dev-ml/pxp/pxp-1.2.4.ebuild | 51 -----------------------------------------
14 dev-ml/pxp/pxp-1.2.7.ebuild | 51 -----------------------------------------
15 dev-ml/pxp/pxp-1.2.8.ebuild | 55 ---------------------------------------------
16 4 files changed, 159 deletions(-)
17
18 diff --git a/dev-ml/pxp/Manifest b/dev-ml/pxp/Manifest
19 index a1a4327..578c26c 100644
20 --- a/dev-ml/pxp/Manifest
21 +++ b/dev-ml/pxp/Manifest
22 @@ -1,3 +1 @@
23 -DIST pxp-1.2.4.tar.gz 702365 SHA256 1cd3e946f19d800f412475adf56e6da87231f80be22d7ea71dd4eabf93876355 SHA512 1520dd732db17923c24d43c328e659db83ac00569e7d2153e5633dfbc3fad899db8e45523ea76915e5dd1cb71cda2500db3875deebdf47b375af5bd05ad383d6 WHIRLPOOL 26c54816a63b26cee4cbaa7c3c868f449c40291eff1a242ade45f5c08f89afd7ef8b12ff3da5b00608f8ede486d17b1fd1387f0042c42e79d08e76f43c97089f
24 -DIST pxp-1.2.7.tar.gz 735710 SHA256 2b0aca564f71c87825436e31a82de2ca3b3e99ee81a83840a525b0be63d73025 SHA512 11b49edc8e93a867b39d99ed6117460b3ecc7f9368564c815125662897f3cfbd87876b68c794bfd73b28cb0d8a898500ccd8ce0e1fca205bbce8b9759fa684d3 WHIRLPOOL 728f708c5dc332179884a4c2b6a222c514e8153c3bdf67847361df323886d61e320672f7dc7bd695343a641b34c9742c94f3cd9065541622670cb8b3df22380d
25 DIST pxp-1.2.8.tar.gz 619689 SHA256 701754f4460595434ea6db77c33e046d33e4a485e8d28c5d39ced56112c94452 SHA512 3292bfbda494066e454331a9cfc56b03f55afe8548bdf24fea09d9bc0a03c333c027f7b527983bd9b4d659458c95acf7e3fc251c72d26ab3502f52067c9f2549 WHIRLPOOL 5529a6ad818428b03664764704e62d200802dc26c8c344897f4b15b17945e4620fa4b878f0108b12f346000a7cc070b50d2ce82d945c6bcd34a0e5e811ec8c0a
26
27 diff --git a/dev-ml/pxp/pxp-1.2.4.ebuild b/dev-ml/pxp/pxp-1.2.4.ebuild
28 deleted file mode 100644
29 index e1ce8a2..0000000
30 --- a/dev-ml/pxp/pxp-1.2.4.ebuild
31 +++ /dev/null
32 @@ -1,51 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI="5"
38 -
39 -inherit findlib eutils
40 -
41 -MY_P=${P/_beta/test}
42 -
43 -DESCRIPTION="validating XML parser library for O'Caml"
44 -HOMEPAGE="http://projects.camlcity.org/projects/pxp.html"
45 -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -KEYWORDS="amd64 ~ppc x86"
49 -
50 -SLOT="0/${PV}"
51 -DEPEND=">=dev-ml/pcre-ocaml-4.31:=
52 - >=dev-ml/ulex-0.5:=
53 - >=dev-ml/ocamlnet-0.98:=
54 - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
55 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
56 -RDEPEND="${DEPEND}"
57 -
58 -IUSE="examples +ocamlopt"
59 -
60 -S=${WORKDIR}/${MY_P}
61 -
62 -src_configure() {
63 - #the included configure does not support many standard switches and is quite picky
64 - ./configure || die "configure failed"
65 -}
66 -
67 -src_compile() {
68 - emake -j1 all
69 - if use ocamlopt; then
70 - emake -j1 opt
71 - fi
72 -}
73 -
74 -src_install() {
75 - findlib_src_install
76 - if use examples; then
77 - dodoc -r examples
78 - docompress -x /usr/share/doc/${PF}/examples
79 - fi
80 -
81 - cd doc
82 - dodoc ABOUT-FINDLIB README SPEC design.txt
83 -}
84
85 diff --git a/dev-ml/pxp/pxp-1.2.7.ebuild b/dev-ml/pxp/pxp-1.2.7.ebuild
86 deleted file mode 100644
87 index 1937ee7..0000000
88 --- a/dev-ml/pxp/pxp-1.2.7.ebuild
89 +++ /dev/null
90 @@ -1,51 +0,0 @@
91 -# Copyright 1999-2015 Gentoo Foundation
92 -# Distributed under the terms of the GNU General Public License v2
93 -# $Id$
94 -
95 -EAPI="5"
96 -
97 -inherit findlib eutils
98 -
99 -MY_P=${P/_beta/test}
100 -
101 -DESCRIPTION="validating XML parser library for O'Caml"
102 -HOMEPAGE="http://projects.camlcity.org/projects/pxp.html"
103 -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
104 -
105 -LICENSE="MIT"
106 -KEYWORDS="~amd64 ~ppc ~x86"
107 -
108 -SLOT="0/${PV}"
109 -DEPEND=">=dev-ml/pcre-ocaml-4.31:=
110 - >=dev-ml/ulex-0.5:=
111 - >=dev-ml/ocamlnet-0.98:=
112 - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
113 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
114 -RDEPEND="${DEPEND}"
115 -
116 -IUSE="examples +ocamlopt"
117 -
118 -S=${WORKDIR}/${MY_P}
119 -
120 -src_configure() {
121 - #the included configure does not support many standard switches and is quite picky
122 - ./configure || die "configure failed"
123 -}
124 -
125 -src_compile() {
126 - emake -j1 all
127 - if use ocamlopt; then
128 - emake -j1 opt
129 - fi
130 -}
131 -
132 -src_install() {
133 - findlib_src_install
134 - if use examples; then
135 - dodoc -r examples
136 - docompress -x /usr/share/doc/${PF}/examples
137 - fi
138 -
139 - cd doc
140 - dodoc ABOUT-FINDLIB README SPEC design.txt
141 -}
142
143 diff --git a/dev-ml/pxp/pxp-1.2.8.ebuild b/dev-ml/pxp/pxp-1.2.8.ebuild
144 deleted file mode 100644
145 index 77edb00..0000000
146 --- a/dev-ml/pxp/pxp-1.2.8.ebuild
147 +++ /dev/null
148 @@ -1,55 +0,0 @@
149 -# Copyright 1999-2015 Gentoo Foundation
150 -# Distributed under the terms of the GNU General Public License v2
151 -# $Id$
152 -
153 -EAPI="5"
154 -
155 -inherit findlib eutils
156 -
157 -MY_P=${P/_beta/test}
158 -
159 -DESCRIPTION="validating XML parser library for O'Caml"
160 -HOMEPAGE="http://projects.camlcity.org/projects/pxp.html"
161 -SRC_URI="http://download.camlcity.org/download/${MY_P}.tar.gz"
162 -
163 -LICENSE="MIT"
164 -KEYWORDS="~amd64 ~ppc ~x86"
165 -
166 -SLOT="0/${PV}"
167 -DEPEND=">=dev-ml/pcre-ocaml-4.31:=
168 - >=dev-ml/ulex-0.5:=
169 - >=dev-ml/ocamlnet-4:=
170 - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
171 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
172 -RDEPEND="${DEPEND}"
173 -
174 -IUSE="examples +ocamlopt"
175 -
176 -S=${WORKDIR}/${MY_P}
177 -
178 -src_prepare() {
179 - epatch "${FILESDIR}/oc43.patch"
180 -}
181 -
182 -src_configure() {
183 - #the included configure does not support many standard switches and is quite picky
184 - ./configure || die "configure failed"
185 -}
186 -
187 -src_compile() {
188 - emake -j1 all
189 - if use ocamlopt; then
190 - emake -j1 opt
191 - fi
192 -}
193 -
194 -src_install() {
195 - findlib_src_install
196 - if use examples; then
197 - dodoc -r examples
198 - docompress -x /usr/share/doc/${PF}/examples
199 - fi
200 -
201 - cd doc
202 - dodoc ABOUT-FINDLIB README SPEC design.txt
203 -}