summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-01-12 16:41:06 +0000
committerPeter Volkov <pva@gentoo.org>2009-01-12 16:41:06 +0000
commite01c2cee0ac63c55e1d125db6f12d1874c80054f (patch)
tree073437ccf6c489020584ae06df26e9e2a9543e02 /net-misc
parentMarking hunspell-1.2.8 ppc64 for bug 254634 (diff)
downloadgentoo-2-e01c2cee0ac63c55e1d125db6f12d1874c80054f.tar.gz
gentoo-2-e01c2cee0ac63c55e1d125db6f12d1874c80054f.tar.bz2
gentoo-2-e01c2cee0ac63c55e1d125db6f12d1874c80054f.zip
Version bump. Removed not to became stable version.
(Portage version: 2.2_rc20/cvs/Linux 2.6.26-openvz.git-89451f9 i686)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ipv6calc/ChangeLog11
-rw-r--r--net-misc/ipv6calc/files/ipv6calc-0.72.0-optional-geoip.patch17
-rw-r--r--net-misc/ipv6calc/ipv6calc-0.72.1.ebuild (renamed from net-misc/ipv6calc/ipv6calc-0.72.0.ebuild)16
3 files changed, 13 insertions, 31 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog
index 90a105573f49..26836e9815b1 100644
--- a/net-misc/ipv6calc/ChangeLog
+++ b/net-misc/ipv6calc/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-misc/ipv6calc
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.21 2008/12/28 20:30:14 pva Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.22 2009/01/12 16:41:06 pva Exp $
+
+*ipv6calc-0.72.1 (12 Jan 2009)
+
+ 12 Jan 2009; Peter Volkov <pva@gentoo.org>
+ -files/ipv6calc-0.72.0-optional-geoip.patch, -ipv6calc-0.72.0.ebuild,
+ +ipv6calc-0.72.1.ebuild:
+ Version bump. Removed not to became stable version.
28 Dec 2008; Peter Volkov <pva@gentoo.org>
+files/ipv6calc-0.72.0-optional-geoip.patch, -ipv6calc-0.45.ebuild,
diff --git a/net-misc/ipv6calc/files/ipv6calc-0.72.0-optional-geoip.patch b/net-misc/ipv6calc/files/ipv6calc-0.72.0-optional-geoip.patch
deleted file mode 100644
index b7cf5384c330..000000000000
--- a/net-misc/ipv6calc/files/ipv6calc-0.72.0-optional-geoip.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-=== modified file 'configure.in'
---- configure.in 2008-11-21 18:47:07 +0000
-+++ configure.in 2008-12-28 19:57:19 +0000
-@@ -88,8 +88,10 @@
- AS_HELP_STRING([--enable-geoip],
- [Enable GeoIP support (default: disabled)]),
- [
-- GEOIP="$enableval"
-- GEOIP_LIB="-lGeoIP"
-+ if test "$enableval" != "no"; then
-+ GEOIP="$enableval"
-+ GEOIP_LIB="-lGeoIP"
-+ fi
- ],
- [GEOIP="no"])
-
-
diff --git a/net-misc/ipv6calc/ipv6calc-0.72.0.ebuild b/net-misc/ipv6calc/ipv6calc-0.72.1.ebuild
index 694a63624c60..9d70cd63310d 100644
--- a/net-misc/ipv6calc/ipv6calc-0.72.0.ebuild
+++ b/net-misc/ipv6calc/ipv6calc-0.72.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.72.0.ebuild,v 1.2 2008/12/28 20:30:14 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.72.1.ebuild,v 1.1 2009/01/12 16:41:06 pva Exp $
-inherit eutils fixheadtails toolchain-funcs autotools
+inherit fixheadtails
DESCRIPTION="IPv6 address calculator"
HOMEPAGE="http://www.deepspace6.net/projects/ipv6calc.html"
@@ -18,14 +18,6 @@ DEPEND="geoip? ( >=dev-libs/geoip-1.4.1 )"
src_unpack() {
unpack ${A}
cd "${S}"
- find \( -name Makefile.in -o -name Makefile \) -exec \
- sed -e "s:\(^CC[[:space:]]=\).*:\1 $(tc-getCC):" \
- -e "s:\(^LDFLAGS[[:space:]]=.*\)$:\1 ${LDFLAGS}:" \
- -e "/^CFLAGS/{s:-I\$(GETOPT_DIR)::}" \
- -e "s:\(^CFLAGS[[:space:]]=.*\):\1 ${CFLAGS}:" \
- -i '{}' \;
- epatch "${FILESDIR}/${P}-optional-geoip.patch"
- eautoreconf
ht_fix_file configure
}
@@ -35,6 +27,6 @@ src_compile() {
}
src_install() {
- make root="${D}" install || die "make install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dodoc ChangeLog CREDITS README TODO USAGE || die
}