From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/
Date: Fri, 14 Aug 2015 06:27:13 +0000 (UTC) [thread overview]
Message-ID: <1439533817.cdea0586030d9dbcf2d812e8b7a8e8e949653870.blueness@gentoo> (raw)
commit: cdea0586030d9dbcf2d812e8b7a8e8e949653870
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 06:30:17 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 06:30:17 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdea0586
net-misc/ipv6calc: remove older unstable version.
Package-Manager: portage-2.2.20.1
net-misc/ipv6calc/Manifest | 1 -
net-misc/ipv6calc/ipv6calc-0.98.0.ebuild | 66 --------------------------------
2 files changed, 67 deletions(-)
diff --git a/net-misc/ipv6calc/Manifest b/net-misc/ipv6calc/Manifest
index a9d986f..d4e3718 100644
--- a/net-misc/ipv6calc/Manifest
+++ b/net-misc/ipv6calc/Manifest
@@ -1,4 +1,3 @@
DIST ipv6calc-0.94.1.tar.gz 749953 SHA256 3bd73fd92c1d971fadea41b39830975b4a20bbcd26587dfb2835964b33de4040 SHA512 804aaa1a78aacd5c78e0de0642438ab85fe00d6bac36310022653c5f4d6e24c0d4c616133dcc9b0e35a0288f4f477f277376ea9465521702e5b46c098aa0fd16 WHIRLPOOL 481aabebcff8b4591105757c3e583c56f1fd2ae4ebe101cb562691abd0a2aaa55eee6eeaec9145e6caba2c1a5f9a4829af125465ea0836e4000c1a67a13e7691
DIST ipv6calc-0.97.4.tar.gz 1037582 SHA256 ed2c9e895fdbffa3bee2e46591e0a010eacdefc1bf8eace5fbee9abaa9c3df39 SHA512 133f4e281da8eb1ea13b7c37123ae9f1b88e100553de758ceaa6cc63b0306e4711447bc7a4c171508fc5ce1ed447daec9749c5a75e5288deef0efcdc095bfcde WHIRLPOOL f6a9eb3201045851705f3631cd35e2aead26a167687b4c2064829ae530a803d6e48c57ac5d47996124b8e41706c1cc91850b9b42f225552640b4dbc9ebf17cb8
-DIST ipv6calc-0.98.0.tar.gz 1113488 SHA256 2397f7a77c76cb1c8df73bcd584e532af8bcdb913bfef6eada1184ff28c9200b SHA512 56899764528a38b6c1b628027bb14fb81f3ddb26939cfd73902fb0363a14d3cc7a271fa04d13a9d50b83633b53bc5dd0b7c37784d89a2ab21e34d07f6549c8ec WHIRLPOOL 868f4556a206a14bcb36622230d527db4a23bf11019020bdf7eeb5a8635f28da4047eac558de0fa90efd17d2cc3d5575fde3ac9c427b6e6d71baa03cb06aee33
DIST ipv6calc-0.99.0.tar.gz 1155118 SHA256 fc7535b900339d75d9862b1c3d359304330f72e94a4cade539dfb714e533fdb5 SHA512 18993711a9203b1d7ecbaa885cb8cb21738b4d25e379593f18b7f833ae7f1675339ec25b39bec7424735a97781a3dc9f4b4453e00873a3526dd3c2ff5ef64965 WHIRLPOOL 7e66df01d4270f88003bf8c44e93b4d4988744b488bd28eacd6e375e3e51c4f1d5717caeebbe2a6810a49342a5df86ac1e2ee0eabfc6bb1f14b289c0d1312dad
diff --git a/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild
deleted file mode 100644
index 526f6b8..0000000
--- a/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-inherit eutils
-
-DESCRIPTION="IPv6 address calculator"
-HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
-SRC_URI="ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="geoip test"
-
-RDEPEND="
- dev-libs/openssl:=
- geoip? ( >=dev-libs/geoip-1.4.7 )
-"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Digest-SHA1 )
-"
-
-#dev-perl/URI is needed for web interface, that is not installed now
-
-src_configure() {
- # These options are broken. You can't disable them. That's
- # okay because we want then force enabled.
- # --disable-db-as-registry
- # --disable-db-cc-registry
- if use geoip; then
- myconf=$(use_enable geoip)
- myconf+=" --with-geoip-db=${EPREFIX}/usr/share/GeoIP"
- fi
- econf \
- --disable-bundled-getopt \
- --disable-bundled-md5 \
- --enable-shared \
- --enable-dynamic-load \
- --enable-db-ieee \
- --enable-db-ipv4 \
- --enable-db-ipv6 \
- --disable-dbip \
- --disable-external \
- --disable-ip2location \
- ${myconf}
-}
-
-src_compile() {
- # Disable default CFLAGS (-O2 and -g)
- emake DEFAULT_CFLAGS=""
-}
-
-src_test() {
- if [[ ${EUID} -eq 0 ]]; then
- # Disable tests that fail as root
- echo true > ipv6logstats/test_ipv6logstats.sh
- fi
- default
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog CREDITS README TODO USAGE
-}
next reply other threads:[~2015-08-14 6:27 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-14 6:27 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-17 19:29 [gentoo-commits] repo/gentoo:master commit in: net-misc/ipv6calc/ Arthur Zamarin
2023-03-17 17:00 Sam James
2023-03-17 17:00 Sam James
2023-03-17 16:28 Arthur Zamarin
2022-06-11 5:48 Sam James
2022-05-15 0:29 Anthony G. Basile
2022-05-15 0:29 Anthony G. Basile
2022-05-14 11:51 Anthony G. Basile
2021-10-29 19:00 Anthony G. Basile
2021-10-29 16:56 Anthony G. Basile
2021-10-29 16:50 Anthony G. Basile
2021-10-28 10:03 Anthony G. Basile
2021-09-25 23:46 Sam James
2021-09-25 5:18 Agostino Sarubbo
2021-09-24 22:47 Sam James
2021-09-24 22:47 Sam James
2021-09-24 16:14 Anthony G. Basile
2021-09-24 16:13 Anthony G. Basile
2021-05-09 22:01 Sam James
2021-05-02 12:09 Mikle Kolyada
2021-02-17 1:01 Sam James
2021-02-03 23:55 Thomas Deutschmann
2021-02-01 18:04 Sergei Trofimovich
2020-06-15 20:41 Sergei Trofimovich
2019-12-24 8:09 Agostino Sarubbo
2019-12-20 12:13 Agostino Sarubbo
2019-12-19 10:49 Anthony G. Basile
2019-12-18 14:57 Agostino Sarubbo
2019-12-17 17:48 Anthony G. Basile
2019-10-15 16:09 Anthony G. Basile
2019-06-01 13:35 Anthony G. Basile
2019-06-01 13:35 Anthony G. Basile
2019-04-28 1:21 Anthony G. Basile
2019-02-08 23:46 Anthony G. Basile
2018-10-15 18:43 Sergei Trofimovich
2018-10-14 8:59 Sergei Trofimovich
2018-10-13 16:14 Sergei Trofimovich
2018-10-12 14:02 Mikle Kolyada
2018-10-10 3:13 Thomas Deutschmann
2018-10-10 0:31 Anthony G. Basile
2018-03-27 22:24 Sergei Trofimovich
2017-06-26 14:14 Anthony G. Basile
2017-06-26 14:14 Anthony G. Basile
2017-03-09 10:01 Michael Palimaka
2017-02-19 1:22 Anthony G. Basile
2017-02-19 1:22 Anthony G. Basile
2016-08-06 9:39 Pacho Ramos
2015-10-26 14:11 Aaron Bauman
2015-09-21 11:27 Agostino Sarubbo
2015-09-06 13:25 Agostino Sarubbo
2015-09-05 17:03 Anthony G. Basile
2015-08-18 5:35 Jeroen Roovers
2015-08-14 6:27 Anthony G. Basile
2015-08-09 22:54 Mikle Kolyada
2015-08-09 11:18 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439533817.cdea0586030d9dbcf2d812e8b7a8e8e949653870.blueness@gentoo \
--to=blueness@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox