Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/
Date: Mon, 26 Jun 2017 14:14:44
Message-Id: 1498486475.d9df4f69521874a404b96058b10094e0ab240f2f.blueness@gentoo
1 commit: d9df4f69521874a404b96058b10094e0ab240f2f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 14:14:15 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 14:14:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9df4f69
7
8 net-misc/ipv6calc: remove older unstable versions
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 net-misc/ipv6calc/Manifest | 2 -
13 net-misc/ipv6calc/ipv6calc-0.99.0.ebuild | 65 --------------------------------
14 net-misc/ipv6calc/ipv6calc-0.99.1.ebuild | 65 --------------------------------
15 3 files changed, 132 deletions(-)
16
17 diff --git a/net-misc/ipv6calc/Manifest b/net-misc/ipv6calc/Manifest
18 index f50fb325abe..744951ee885 100644
19 --- a/net-misc/ipv6calc/Manifest
20 +++ b/net-misc/ipv6calc/Manifest
21 @@ -1,5 +1,3 @@
22 DIST ipv6calc-0.97.4.tar.gz 1037582 SHA256 ed2c9e895fdbffa3bee2e46591e0a010eacdefc1bf8eace5fbee9abaa9c3df39 SHA512 133f4e281da8eb1ea13b7c37123ae9f1b88e100553de758ceaa6cc63b0306e4711447bc7a4c171508fc5ce1ed447daec9749c5a75e5288deef0efcdc095bfcde WHIRLPOOL f6a9eb3201045851705f3631cd35e2aead26a167687b4c2064829ae530a803d6e48c57ac5d47996124b8e41706c1cc91850b9b42f225552640b4dbc9ebf17cb8
23 -DIST ipv6calc-0.99.0.tar.gz 1155118 SHA256 fc7535b900339d75d9862b1c3d359304330f72e94a4cade539dfb714e533fdb5 SHA512 18993711a9203b1d7ecbaa885cb8cb21738b4d25e379593f18b7f833ae7f1675339ec25b39bec7424735a97781a3dc9f4b4453e00873a3526dd3c2ff5ef64965 WHIRLPOOL 7e66df01d4270f88003bf8c44e93b4d4988744b488bd28eacd6e375e3e51c4f1d5717caeebbe2a6810a49342a5df86ac1e2ee0eabfc6bb1f14b289c0d1312dad
24 -DIST ipv6calc-0.99.1.tar.gz 1234188 SHA256 b0bc5d2f83c928524f82053b40f670589bd0181719046a2e4c267912a2ba1d28 SHA512 976c8a6b72e197b7f2e5096939f53a30440095aeac76043cddef38f671cf6c91d77b5c5b971276670f7e3f81404a72b41d8cc863e37c882974d034362d0a28de WHIRLPOOL 0bbff968d665e0c77afc110f018296d4ee6f6d284ab9328ce95db8a8536576fdf706b6ee22f213446dfb72be656e0353b0f4e4e317ce59c008355c7d0296dfda
25 DIST ipv6calc-0.99.2.tar.gz 1287951 SHA256 f2eeec1b8d8626756f2cb9c461e9d1db20affccf582d43ded439bdb2d12646ef SHA512 f757a4a7d69b5dea34051125b96b9f9f36957bfabb1568ddae2aaefe6551aac7b9edb6abfdb3ac90aeaf32e517720157614cb7552b4e9dc18180904674e48f09 WHIRLPOOL cf1c202de81df5b8ff35fff4bdc437db90388665dab15a35cccc1b8533d32f4009f566389f76248b706a10bbf0a27b8e839c5907326b272e3727b3e9d029fef9
26 DIST ipv6calc-1.0.0.tar.gz 1342987 SHA256 74b0455e61834843bf8a5e7e0e0f39dd2b148114ff896d590eb2d826714594bd SHA512 46e33697551c4bf0a472c7f2dd51c11ae21d49c7d78fe5213bce60c1d11f9230491c328e425f36733c7262a369644bcedb8392ffe2279031eb2552092a5ac209 WHIRLPOOL b9ac8d318b72fa26b106bf8939cb8caf93c7924379f0a188dfabaa432d10979bcf0bfb30cfdefe2ae2ec64daca6641cc5d824a8effc20efec631748f8e633e3f
27
28 diff --git a/net-misc/ipv6calc/ipv6calc-0.99.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.99.0.ebuild
29 deleted file mode 100644
30 index 7f14b7d52a1..00000000000
31 --- a/net-misc/ipv6calc/ipv6calc-0.99.0.ebuild
32 +++ /dev/null
33 @@ -1,65 +0,0 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -inherit eutils
39 -
40 -DESCRIPTION="IPv6 address calculator"
41 -HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
42 -SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="geoip test"
48 -
49 -RDEPEND="
50 - dev-libs/openssl:=
51 - geoip? ( >=dev-libs/geoip-1.4.7 )
52 -"
53 -DEPEND="${RDEPEND}
54 - test? ( dev-perl/Digest-SHA1 )
55 -"
56 -
57 -#dev-perl/URI is needed for web interface, that is not installed now
58 -
59 -src_configure() {
60 - # These options are broken. You can't disable them. That's
61 - # okay because we want then force enabled.
62 - # --disable-db-as-registry
63 - # --disable-db-cc-registry
64 - if use geoip; then
65 - myconf=$(use_enable geoip)
66 - myconf+=" --with-geoip-db=${EPREFIX}/usr/share/GeoIP"
67 - fi
68 - econf \
69 - --disable-bundled-getopt \
70 - --disable-bundled-md5 \
71 - --enable-shared \
72 - --enable-dynamic-load \
73 - --enable-db-ieee \
74 - --enable-db-ipv4 \
75 - --enable-db-ipv6 \
76 - --disable-dbip \
77 - --disable-external \
78 - --disable-ip2location \
79 - ${myconf}
80 -}
81 -
82 -src_compile() {
83 - # Disable default CFLAGS (-O2 and -g)
84 - emake DEFAULT_CFLAGS=""
85 -}
86 -
87 -src_test() {
88 - if [[ ${EUID} -eq 0 ]]; then
89 - # Disable tests that fail as root
90 - echo true > ipv6logstats/test_ipv6logstats.sh
91 - fi
92 - default
93 -}
94 -
95 -src_install() {
96 - emake DESTDIR="${D}" install
97 - dodoc ChangeLog CREDITS README TODO USAGE
98 -}
99
100 diff --git a/net-misc/ipv6calc/ipv6calc-0.99.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.99.1.ebuild
101 deleted file mode 100644
102 index 7f14b7d52a1..00000000000
103 --- a/net-misc/ipv6calc/ipv6calc-0.99.1.ebuild
104 +++ /dev/null
105 @@ -1,65 +0,0 @@
106 -# Copyright 1999-2015 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI="5"
110 -inherit eutils
111 -
112 -DESCRIPTION="IPv6 address calculator"
113 -HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
114 -SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz"
115 -
116 -LICENSE="GPL-2"
117 -SLOT="0"
118 -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
119 -IUSE="geoip test"
120 -
121 -RDEPEND="
122 - dev-libs/openssl:=
123 - geoip? ( >=dev-libs/geoip-1.4.7 )
124 -"
125 -DEPEND="${RDEPEND}
126 - test? ( dev-perl/Digest-SHA1 )
127 -"
128 -
129 -#dev-perl/URI is needed for web interface, that is not installed now
130 -
131 -src_configure() {
132 - # These options are broken. You can't disable them. That's
133 - # okay because we want then force enabled.
134 - # --disable-db-as-registry
135 - # --disable-db-cc-registry
136 - if use geoip; then
137 - myconf=$(use_enable geoip)
138 - myconf+=" --with-geoip-db=${EPREFIX}/usr/share/GeoIP"
139 - fi
140 - econf \
141 - --disable-bundled-getopt \
142 - --disable-bundled-md5 \
143 - --enable-shared \
144 - --enable-dynamic-load \
145 - --enable-db-ieee \
146 - --enable-db-ipv4 \
147 - --enable-db-ipv6 \
148 - --disable-dbip \
149 - --disable-external \
150 - --disable-ip2location \
151 - ${myconf}
152 -}
153 -
154 -src_compile() {
155 - # Disable default CFLAGS (-O2 and -g)
156 - emake DEFAULT_CFLAGS=""
157 -}
158 -
159 -src_test() {
160 - if [[ ${EUID} -eq 0 ]]; then
161 - # Disable tests that fail as root
162 - echo true > ipv6logstats/test_ipv6logstats.sh
163 - fi
164 - default
165 -}
166 -
167 -src_install() {
168 - emake DESTDIR="${D}" install
169 - dodoc ChangeLog CREDITS README TODO USAGE
170 -}