summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-08-08 01:27:54 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-08-08 01:27:54 +0000
commit2f611dac845422f0ee31a777dc664a1911472be3 (patch)
tree681e220fdc2c2dea60511d34b4d45c10dad8a20d /net-misc
parentbump (diff)
downloadgentoo-2-2f611dac845422f0ee31a777dc664a1911472be3.tar.gz
gentoo-2-2f611dac845422f0ee31a777dc664a1911472be3.tar.bz2
gentoo-2-2f611dac845422f0ee31a777dc664a1911472be3.zip
Remove older versions.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ipv6calc/ChangeLog7
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.93.1.ebuild47
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.95.0.ebuild54
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.96.0.ebuild65
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.97.4.ebuild4
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.98.0.ebuild4
6 files changed, 10 insertions, 171 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog
index 69ee81894536..d3d13ef068d8 100644
--- a/net-misc/ipv6calc/ChangeLog
+++ b/net-misc/ipv6calc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/ipv6calc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.82 2015/08/08 00:49:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.83 2015/08/08 01:27:54 blueness Exp $
+
+ 08 Aug 2015; Anthony G. Basile <blueness@gentoo.org> -ipv6calc-0.93.1.ebuild,
+ -ipv6calc-0.95.0.ebuild, -ipv6calc-0.96.0.ebuild, ipv6calc-0.97.4.ebuild,
+ ipv6calc-0.98.0.ebuild:
+ Remove older versions.
*ipv6calc-0.98.0 (08 Aug 2015)
diff --git a/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild
deleted file mode 100644
index 5e7b2977937a..000000000000
--- a/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.93.1.ebuild,v 1.7 2013/07/16 19:13:05 pinkbyte Exp $
-
-EAPI="4"
-inherit fixheadtails
-
-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"
-IUSE="geoip test"
-
-RDEPEND="geoip? ( >=dev-libs/geoip-1.4.7 )"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Digest-SHA1 )"
-
-src_prepare() {
- # Tests don't work, will be fixed next release
- echo true > ipv6calc/test_showinfo.sh || die
- ht_fix_file configure
-}
-
-src_configure() {
- econf $(use_enable geoip)
-}
-
-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
-}
diff --git a/net-misc/ipv6calc/ipv6calc-0.95.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.95.0.ebuild
deleted file mode 100644
index 0700159d733b..000000000000
--- a/net-misc/ipv6calc/ipv6calc-0.95.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.95.0.ebuild,v 1.1 2013/11/17 16:24:13 blueness Exp $
-
-EAPI="5"
-inherit fixheadtails
-
-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="
- 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_prepare() {
- ht_fix_file configure
-}
-
-src_configure() {
- if use geoip; then
- myconf=$(use_enable geoip)
- myconf+=" --with-geoip-db=${EPREFIX}/usr/share/GeoIP"
- fi
- econf ${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
-}
diff --git a/net-misc/ipv6calc/ipv6calc-0.96.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.96.0.ebuild
deleted file mode 100644
index 7e713eda1758..000000000000
--- a/net-misc/ipv6calc/ipv6calc-0.96.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.96.0.ebuild,v 1.2 2014/02/19 14:44:05 blueness Exp $
-
-EAPI="5"
-inherit fixheadtails 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_prepare() {
- ht_fix_file configure
- epatch "${FILESDIR}"/${P}-fix-link-order.patch
-}
-
-src_configure() {
- if use geoip; then
- myconf=$(use_enable geoip)
- myconf+=" --with-geoip-db=${EPREFIX}/usr/share/GeoIP"
- fi
- econf \
- --disable-bundled-getopt \
- --disable-bundled-md5 \
- --disable-shared \
- --enable-dynamic-load \
- --enable-db-ieee \
- --enable-db-ipv4 \
- --disable-db-ipv6 \
- --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
-}
diff --git a/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild b/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild
index ed82b49e337b..a06d46c3ad68 100644
--- a/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild,v 1.2 2015/08/08 00:49:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.97.4.ebuild,v 1.3 2015/08/08 01:27:54 blueness Exp $
EAPI="5"
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="geoip test"
RDEPEND="
- dev-libs/openssl
+ dev-libs/openssl:=
geoip? ( >=dev-libs/geoip-1.4.7 )
"
DEPEND="${RDEPEND}
diff --git a/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild
index 063ad71840a9..4f37efc4b34b 100644
--- a/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild,v 1.1 2015/08/08 00:49:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.98.0.ebuild,v 1.2 2015/08/08 01:27:54 blueness Exp $
EAPI="5"
inherit eutils
@@ -15,7 +15,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="geoip test"
RDEPEND="
- dev-libs/openssl
+ dev-libs/openssl:=
geoip? ( >=dev-libs/geoip-1.4.7 )
"
DEPEND="${RDEPEND}