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/findlib/
Date: Tue, 01 Mar 2016 18:48:25
Message-Id: 1456858057.6f333e4b4d1cbd8cf7818d104425bc54d025eccf.aballier@gentoo
1 commit: 6f333e4b4d1cbd8cf7818d104425bc54d025eccf
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:45:12 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 18:47:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f333e4b
7
8 dev-ml/findlib: remove old
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/findlib/Manifest | 1 -
14 dev-ml/findlib/findlib-1.5.5-r1.ebuild | 75 ----------------------------------
15 dev-ml/findlib/findlib-1.5.5.ebuild | 70 -------------------------------
16 3 files changed, 146 deletions(-)
17
18 diff --git a/dev-ml/findlib/Manifest b/dev-ml/findlib/Manifest
19 index e793f94..d0661ce 100644
20 --- a/dev-ml/findlib/Manifest
21 +++ b/dev-ml/findlib/Manifest
22 @@ -1,4 +1,3 @@
23 DIST findlib-1.4.tar.gz 231526 SHA256 6e4065e5d79d31176ec213ff94599c4eae17c3904c2896e845d0379a99f1bdf8 SHA512 7ee5bee74f6fc14c8d85496e673d42b63e056d35a724fe4f78fd1010a5af4506a9a962c0403fd96d5bf51f2278bfbe98a60aad65a171803cbde935cc3889157b WHIRLPOOL 31f1d0b9f1605a9a536ae996fb4abe5e1d5c47012759cb7bb45185d58a81e827d80285628b113f79d51b8b260cdff181c3eb05596adeea9a87070994058fce17
24 -DIST findlib-1.5.5.tar.gz 240247 SHA256 aafaba4f7453c38347ff5269c6fd4f4c243ae2bceeeb5e10b9dab89329905946 SHA512 051817ae897a53b705ad641ae7e9010474f2320d3cc7cfd15edc9345f50566932cb44bf6f45772260706b5f9e9e91194802600c770c9c96f772985678db7209d WHIRLPOOL f1ad9b77c1f38f6d733f2a17c14649d4ca9f05215b5fa8124e71dc3e05b229c34af10415471d56964384c1fe0b0b0db453638d7e1238af916e5ff854b931cd76
25 DIST findlib-1.5.6.tar.gz 250865 SHA256 7743b3dcaf8a344c882e89f61601f7f086d46c0f2ea4fcc3e54069236825e3f8 SHA512 18d23861a25b1508cb419af4cdd6e3cd83d51bef259f162c86b91460cf3dad75d6c2fc11173f60fe36b61ce3f81b78e69344f093adb9a82c36256d95180e93d8 WHIRLPOOL eb374e60c3f2fcc6172ec08803fbc5b0e83ea0d38644b4c13cb3d27b3dc13c7240a4f49a9ee51f9465ac6ff6075140c3e98b3eb0ea48690f260f139f37dfb63c
26 DIST findlib-1.6.1.tar.gz 254797 SHA256 411c816e89d17d1b5b454e3d42f9b261cf929fc468f9f6e2787273ab69784b09 SHA512 b781d117ff033e8b91b6610c562382c5868a25ceed51f0a5947a77bfdd5825723ad32adcbe1636d4f7952d4c7535093f5c8ad3b954bebb1dcf4738f7a16d3ef8 WHIRLPOOL 1c3ed89aeb53cd95c0eaa82f1df8c364ad79403cf89ca19245620819998353da089daf5d3377919f2b4676c48f4d926d384e5a80312884f84e1efc41307f88fd
27
28 diff --git a/dev-ml/findlib/findlib-1.5.5-r1.ebuild b/dev-ml/findlib/findlib-1.5.5-r1.ebuild
29 deleted file mode 100644
30 index 1312843..0000000
31 --- a/dev-ml/findlib/findlib-1.5.5-r1.ebuild
32 +++ /dev/null
33 @@ -1,75 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit multilib eutils
41 -
42 -DESCRIPTION="OCaml tool to find/use non-standard packages"
43 -HOMEPAGE="http://projects.camlcity.org/projects/findlib.html"
44 -SRC_URI="http://download.camlcity.org/download/${P}.tar.gz"
45 -IUSE="doc +ocamlopt tk"
46 -
47 -LICENSE="MIT"
48 -
49 -SLOT="0"
50 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
51 -
52 -DEPEND=">=dev-lang/ocaml-4.02.1:=[ocamlopt?]
53 - tk? ( dev-ml/labltk:= )"
54 -RDEPEND="${DEPEND}"
55 -
56 -ocamlfind_destdir="${EPREFIX}/usr/$(get_libdir)/ocaml"
57 -stublibs="${ocamlfind_destdir}/stublibs"
58 -
59 -src_prepare() {
60 - epatch "${FILESDIR}/externalmeta.patch"
61 -}
62 -
63 -src_configure() {
64 - local myconf
65 - use tk && myconf="-with-toolbox"
66 - ./configure -bindir "${EPREFIX}"/usr/bin -mandir "${EPREFIX}"/usr/share/man \
67 - -sitelib ${ocamlfind_destdir} \
68 - -config ${ocamlfind_destdir}/findlib/findlib.conf \
69 - -no-custom \
70 - ${myconf} || die "configure failed"
71 -}
72 -
73 -src_compile() {
74 - emake -j1 all
75 - if use ocamlopt; then
76 - emake -j1 opt # optimized code
77 - fi
78 -}
79 -
80 -src_install() {
81 - emake prefix="${D}" install
82 -
83 - dodir "${stublibs#${EPREFIX}}"
84 -
85 - cd "${S}/doc"
86 - dodoc QUICKSTART README DOCINFO
87 - use doc && dohtml -r ref-html guide-html
88 -}
89 -
90 -check_stublibs() {
91 - local ocaml_stdlib=`ocamlc -where`
92 - local ldconf="${ocaml_stdlib}/ld.conf"
93 -
94 - if [ ! -e ${ldconf} ]
95 - then
96 - echo "${ocaml_stdlib}" > ${ldconf}
97 - echo "${ocaml_stdlib}/stublibs" >> ${ldconf}
98 - fi
99 -
100 - if [ -z `grep -e ${stublibs} ${ldconf}` ]
101 - then
102 - echo ${stublibs} >> ${ldconf}
103 - fi
104 -}
105 -
106 -pkg_postinst() {
107 - check_stublibs
108 -}
109
110 diff --git a/dev-ml/findlib/findlib-1.5.5.ebuild b/dev-ml/findlib/findlib-1.5.5.ebuild
111 deleted file mode 100644
112 index db6d685..0000000
113 --- a/dev-ml/findlib/findlib-1.5.5.ebuild
114 +++ /dev/null
115 @@ -1,70 +0,0 @@
116 -# Copyright 1999-2014 Gentoo Foundation
117 -# Distributed under the terms of the GNU General Public License v2
118 -# $Id$
119 -
120 -EAPI=5
121 -
122 -inherit multilib
123 -
124 -DESCRIPTION="OCaml tool to find/use non-standard packages"
125 -HOMEPAGE="http://projects.camlcity.org/projects/findlib.html"
126 -SRC_URI="http://download.camlcity.org/download/${P}.tar.gz"
127 -IUSE="doc +ocamlopt tk"
128 -
129 -LICENSE="MIT"
130 -
131 -SLOT="0"
132 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
133 -
134 -DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt?,tk?]"
135 -RDEPEND="${DEPEND}"
136 -
137 -ocamlfind_destdir="${EPREFIX}/usr/$(get_libdir)/ocaml"
138 -stublibs="${ocamlfind_destdir}/stublibs"
139 -
140 -src_configure() {
141 - local myconf
142 - use tk && myconf="-with-toolbox"
143 - ./configure -bindir "${EPREFIX}"/usr/bin -mandir "${EPREFIX}"/usr/share/man \
144 - -sitelib ${ocamlfind_destdir} \
145 - -config ${ocamlfind_destdir}/findlib/findlib.conf \
146 - -no-custom \
147 - ${myconf} || die "configure failed"
148 -}
149 -
150 -src_compile() {
151 - emake -j1 all
152 - if use ocamlopt; then
153 - emake -j1 opt # optimized code
154 - fi
155 -}
156 -
157 -src_install() {
158 - emake prefix="${D}" install
159 -
160 - dodir "${stublibs#${EPREFIX}}"
161 -
162 - cd "${S}/doc"
163 - dodoc QUICKSTART README DOCINFO
164 - use doc && dohtml -r ref-html guide-html
165 -}
166 -
167 -check_stublibs() {
168 - local ocaml_stdlib=`ocamlc -where`
169 - local ldconf="${ocaml_stdlib}/ld.conf"
170 -
171 - if [ ! -e ${ldconf} ]
172 - then
173 - echo "${ocaml_stdlib}" > ${ldconf}
174 - echo "${ocaml_stdlib}/stublibs" >> ${ldconf}
175 - fi
176 -
177 - if [ -z `grep -e ${stublibs} ${ldconf}` ]
178 - then
179 - echo ${stublibs} >> ${ldconf}
180 - fi
181 -}
182 -
183 -pkg_postinst() {
184 - check_stublibs
185 -}