diff options
author | Peter Volkov <pva@gentoo.org> | 2009-08-16 19:21:44 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-08-16 19:21:44 +0000 |
commit | 53f8e709ebb7cef8fa6537a5f81214b7b99e0b78 (patch) | |
tree | 359b2e2af6380c8cab89e5cb818d7f7eb0527c5d /net-misc/ipv6calc | |
parent | Install into rcscripts multilib dir #262838 by Thilo Bangert. (diff) | |
download | gentoo-2-53f8e709ebb7cef8fa6537a5f81214b7b99e0b78.tar.gz gentoo-2-53f8e709ebb7cef8fa6537a5f81214b7b99e0b78.tar.bz2 gentoo-2-53f8e709ebb7cef8fa6537a5f81214b7b99e0b78.zip |
Version bump. Remove old.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'net-misc/ipv6calc')
-rw-r--r-- | net-misc/ipv6calc/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.72.2.ebuild | 32 | ||||
-rw-r--r-- | net-misc/ipv6calc/ipv6calc-0.73.0.ebuild (renamed from net-misc/ipv6calc/ipv6calc-0.72.1.ebuild) | 2 |
3 files changed, 8 insertions, 34 deletions
diff --git a/net-misc/ipv6calc/ChangeLog b/net-misc/ipv6calc/ChangeLog index 84372a51d9ad..76e58d1794e6 100644 --- a/net-misc/ipv6calc/ChangeLog +++ b/net-misc/ipv6calc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/ipv6calc # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.23 2009/06/17 11:38:33 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ChangeLog,v 1.24 2009/08/16 19:21:44 pva Exp $ + +*ipv6calc-0.73.0 (16 Aug 2009) + + 16 Aug 2009; Peter Volkov <pva@gentoo.org> -ipv6calc-0.72.1.ebuild, + -ipv6calc-0.72.2.ebuild, +ipv6calc-0.73.0.ebuild: + Version bump. Remove old. *ipv6calc-0.72.2 (17 Jun 2009) diff --git a/net-misc/ipv6calc/ipv6calc-0.72.2.ebuild b/net-misc/ipv6calc/ipv6calc-0.72.2.ebuild deleted file mode 100644 index 828cb32f102c..000000000000 --- a/net-misc/ipv6calc/ipv6calc-0.72.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.2.ebuild,v 1.1 2009/06/17 11:38:33 pva Exp $ - -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="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="geoip" - -DEPEND="geoip? ( >=dev-libs/geoip-1.4.1 )" - -src_unpack() { - unpack ${A} - cd "${S}" - ht_fix_file configure -} - -src_compile() { - econf $(use_enable geoip) - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc ChangeLog CREDITS README TODO USAGE || die -} diff --git a/net-misc/ipv6calc/ipv6calc-0.72.1.ebuild b/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild index 9d70cd63310d..824907d4cad0 100644 --- a/net-misc/ipv6calc/ipv6calc-0.72.1.ebuild +++ b/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.1 2009/01/12 16:41:06 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipv6calc/ipv6calc-0.73.0.ebuild,v 1.1 2009/08/16 19:21:44 pva Exp $ inherit fixheadtails |