Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/adolc/
Date: Wed, 25 Apr 2018 21:43:52
Message-Id: 1524692618.cec5c1125fef3daecfeb658de4a67f6edc17bdeb.tamiko@gentoo
1 commit: cec5c1125fef3daecfeb658de4a67f6edc17bdeb
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 20:08:36 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 21:43:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cec5c112
7
8 sci-libs/adolc: remove obsolete versions
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 sci-libs/adolc/Manifest | 3 ---
13 sci-libs/adolc/adolc-2.5.0.ebuild | 44 --------------------------------
14 sci-libs/adolc/adolc-2.5.2.ebuild | 46 ---------------------------------
15 sci-libs/adolc/adolc-2.6.2.ebuild | 53 ---------------------------------------
16 4 files changed, 146 deletions(-)
17
18 diff --git a/sci-libs/adolc/Manifest b/sci-libs/adolc/Manifest
19 index bf9dbc2941b..a6565ec12f6 100644
20 --- a/sci-libs/adolc/Manifest
21 +++ b/sci-libs/adolc/Manifest
22 @@ -1,5 +1,2 @@
23 DIST ADOL-C-2.4.1.tgz 2210414 BLAKE2B f9b1fd7f0e619d811b29e077e436697dc8b5a388568d73b2db602e57f97cbb690a5b47a55c722ae45cc28698dd19949eddb9d02e11c87383191e217f012519bb SHA512 5e5135ca587d159510bf77338fdff3d324f4d32c4ec6f8cf64ddc92253b427b8ee26a30bc1d83fe18121bbfdc7454c3536f58849c0c335e1b240e39d46acdccc
24 -DIST ADOL-C-2.5.0.tgz 2313753 BLAKE2B 7c8f59a08c46e6af76e366332c154ddd2a2167910fbe30eccc51b002009f98117b82d5e80bd12baed6cfdf3333f63b0a940128e95f74a2ad92b4d2fbacb21c6f SHA512 e680565ed911bc15165c27281428c1daf35e95292dc3abc64aab6633068ec0d7e7ae626e692e0574b2c696a0c4aec2c79b2b02c3760acd2bd1b579a4c42d9585
25 -DIST ADOL-C-2.5.2.tgz 2320010 BLAKE2B de2eeb753c54dc3fa288845cb42e1e82e679096e9e22917ccb9b768347aaed57d97aafd0055098914c8308b90fb11777fc6fe15cb140bf482598f3ac78680dd3 SHA512 3d2ef6e42504de9e9c1b5777afda8ece83fa61ab7c22fd471dce6bcb74af0a789d37cd2a6c9c9ead13f6c78e07ba985e7d14e79bcdf35fa56f8e73a2411905b5
26 -DIST ADOL-C-2.6.2.tgz 2413458 BLAKE2B b448bcc49622c631315eb517442c2f3b9850eca6ab2f2d73fd39fdc71aa8aa02b8490881183fcf0529e2cc6fce3cecebe3a10d0c8b6589c146403a9f93eab820 SHA512 7825b57a06ea146b5095f3345592566887622e4a8b93bf8ef946083486652b5ecd6a44b7b5f1c7a5b5c45cfdb14d78ab2dd5f4d228114226046e99a46257f5be
27 DIST ADOL-C-2.6.3.tgz 2416928 BLAKE2B 74e575a1a919bc2787be0c29deaac4b503c077cb06efdba3f2382f21abf1ed53e8cb5f41729dc39f9188e44460fa137a09cffdb296b5f92131153795f36fa83a SHA512 e3c44b1f8ab5211a8a3c3163124e35b6d1e9551672ab4944d983dd3117f609d512c1b08c61e535dc4d50089295ee565bec07aaca67aa88b57b17bc3906573262
28
29 diff --git a/sci-libs/adolc/adolc-2.5.0.ebuild b/sci-libs/adolc/adolc-2.5.0.ebuild
30 deleted file mode 100644
31 index 8b54bd951b7..00000000000
32 --- a/sci-libs/adolc/adolc-2.5.0.ebuild
33 +++ /dev/null
34 @@ -1,44 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -AUTOTOOLS_AUTORECONF=yes
41 -#AUTOTOOLS_IN_SOURCE_BUILD=yes
42 -
43 -inherit autotools-utils toolchain-funcs
44 -
45 -MYPN=ADOL-C
46 -
47 -DESCRIPTION="Automatic differentiation system for C/C++"
48 -HOMEPAGE="https://projects.coin-or.org/ADOL-C/"
49 -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz"
50 -
51 -LICENSE="|| ( EPL-1.0 GPL-2 )"
52 -SLOT="0/1"
53 -KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
54 -IUSE="mpi sparse static-libs"
55 -
56 -RDEPEND="mpi? ( sys-cluster/ampi:0= )
57 - sparse? ( sci-libs/colpack:0= )"
58 -DEPEND="${RDEPEND}"
59 -
60 -S="${WORKDIR}/${MYPN}-${PV}"
61 -
62 -PATCHES=(
63 - "${FILESDIR}"/${PN}-2.5.0-no-colpack.patch
64 - "${FILESDIR}"/${PN}-2.5.0-pkgconfig-no-ldflags.patch
65 -)
66 -
67 -src_configure() {
68 - local myeconfargs=(
69 - $(use_enable mpi ampi)
70 - $(use_enable sparse)
71 - $(use_with sparse colpack "${EPREFIX}"/usr)
72 - )
73 - autotools-utils_src_configure
74 -}
75 -
76 -src_test() {
77 - autotools-utils_src_test test
78 -}
79
80 diff --git a/sci-libs/adolc/adolc-2.5.2.ebuild b/sci-libs/adolc/adolc-2.5.2.ebuild
81 deleted file mode 100644
82 index b625ae76398..00000000000
83 --- a/sci-libs/adolc/adolc-2.5.2.ebuild
84 +++ /dev/null
85 @@ -1,46 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=5
90 -
91 -AUTOTOOLS_AUTORECONF=yes
92 -#AUTOTOOLS_IN_SOURCE_BUILD=yes
93 -
94 -inherit autotools-utils toolchain-funcs
95 -
96 -MYPN=ADOL-C
97 -
98 -DESCRIPTION="Automatic differentiation system for C/C++"
99 -HOMEPAGE="https://projects.coin-or.org/ADOL-C/"
100 -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz"
101 -
102 -LICENSE="|| ( EPL-1.0 GPL-2 )"
103 -SLOT="0/1"
104 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
105 -IUSE="mpi sparse static-libs"
106 -
107 -RDEPEND="
108 - mpi? ( sys-cluster/ampi:0= )
109 - sparse? ( sci-libs/colpack:0= )"
110 -DEPEND="${RDEPEND}"
111 -
112 -S="${WORKDIR}/${MYPN}-${PV}"
113 -
114 -PATCHES=(
115 - "${FILESDIR}"/${PN}-2.5.0-no-colpack.patch
116 - "${FILESDIR}"/${PN}-2.5.0-pkgconfig-no-ldflags.patch
117 - "${FILESDIR}"/${P}-dash.patch
118 -)
119 -
120 -src_configure() {
121 - local myeconfargs=(
122 - $(use_enable mpi ampi)
123 - $(use_enable sparse)
124 - $(use_with sparse colpack "${EPREFIX}"/usr)
125 - )
126 - autotools-utils_src_configure
127 -}
128 -
129 -src_test() {
130 - autotools-utils_src_test test
131 -}
132
133 diff --git a/sci-libs/adolc/adolc-2.6.2.ebuild b/sci-libs/adolc/adolc-2.6.2.ebuild
134 deleted file mode 100644
135 index 52b9d286865..00000000000
136 --- a/sci-libs/adolc/adolc-2.6.2.ebuild
137 +++ /dev/null
138 @@ -1,53 +0,0 @@
139 -# Copyright 1999-2017 Gentoo Foundation
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=6
143 -
144 -inherit autotools toolchain-funcs eutils
145 -
146 -MYPN=ADOL-C
147 -
148 -DESCRIPTION="Automatic differentiation system for C/C++"
149 -HOMEPAGE="https://projects.coin-or.org/ADOL-C/"
150 -SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz"
151 -
152 -LICENSE="|| ( EPL-1.0 GPL-2 )"
153 -SLOT="0/2"
154 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"
155 -IUSE="mpi sparse static-libs"
156 -
157 -RDEPEND="
158 - mpi? ( sys-cluster/ampi:0= )
159 - sparse? ( sci-libs/colpack:0= )
160 -"
161 -DEPEND="${RDEPEND}"
162 -
163 -S="${WORKDIR}/${MYPN}-${PV}"
164 -
165 -PATCHES=(
166 - "${FILESDIR}"/${PN}-2.5.0-no-colpack.patch
167 - "${FILESDIR}"/${PN}-2.5.0-pkgconfig-no-ldflags.patch
168 - "${FILESDIR}"/${PN}-2.6.2-dash.patch
169 -)
170 -
171 -src_prepare() {
172 - default
173 - eautoreconf
174 -}
175 -
176 -src_configure() {
177 - econf \
178 - $(use_enable static-libs static) \
179 - $(use_enable mpi ampi) \
180 - $(use_enable sparse) \
181 - $(use_with sparse colpack "${EPREFIX}"/usr)
182 -}
183 -
184 -src_test() {
185 - emake test
186 -}
187 -
188 -src_install() {
189 - default
190 - use static-libs || prune_libtool_files --all
191 -}