diff options
author | Peter Volkov <pva@gentoo.org> | 2011-10-10 19:49:32 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-10-10 19:49:32 +0000 |
commit | 1044dc018ab0eab671e9da58cb13879cd062c790 (patch) | |
tree | 9c44daf2d06f4c9d1bd44e848ce623775213d371 /net-misc/ipv6calc | |
parent | Version bump. (diff) | |
download | gentoo-2-1044dc018ab0eab671e9da58cb13879cd062c790.tar.gz gentoo-2-1044dc018ab0eab671e9da58cb13879cd062c790.tar.bz2 gentoo-2-1044dc018ab0eab671e9da58cb13879cd062c790.zip |
Version bump.
(Portage version: 2.1.10.20/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r-- | net-misc/ipv6calc/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.92.0.ebuild (renamed from net-misc/ipv6calc/ipv6calc-0.82.1.ebuild) | 11 |
2 files changed, 16 insertions, 3 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index 2dac4a5a0d86..4ce40e333dd3 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.44 2011/10/05 15:46:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.45 2011/10/10 19:49:32 pva Exp $ + +*ipv6calc-0.92.0 (10 Oct 2011) + + 10 Oct 2011; Peter Volkov <pva@gentoo.org> -ipv6calc-0.82.1.ebuild, + +ipv6calc-0.92.0.ebuild: + Version bump. 05 Oct 2011; Jeroen Roovers <jer@gentoo.org> ipv6calc-0.90.0-r1.ebuild: Stable for HPPA (bug #379063). diff --git a/net-misc/ipv6calc/ipv6calc-0.82.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild index ccd1cd85a356..552796f35061 100644 --- a/net-misc/ipv6calc/ipv6calc-0.82.1.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.82.1.ebuild,v 1.1 2011/05/16 06:42:44 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.92.0.ebuild,v 1.1 2011/10/10 19:49:32 pva Exp $ EAPI="4" inherit fixheadtails @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="geoip" -DEPEND="geoip? ( >=dev-libs/geoip-1.4.1 )" +DEPEND="geoip? ( >=dev-libs/geoip-1.4.7 )" src_prepare() { + # Tests don't work, will be fixed next release + echo true > ipv6calc/test_showinfo.sh || die ht_fix_file configure } @@ -24,6 +26,11 @@ src_configure() { econf $(use_enable geoip) } +src_compile() { + # Disable default CFLAGS (-O2 and -g) + emake DEFAULT_CFLAGS="" +} + src_install() { emake DESTDIR="${D}" install dodoc ChangeLog CREDITS README TODO USAGE |