diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-12 11:39:33 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-12 11:39:33 +0000 |
commit | c22a5f99dc0c186266d6a8d7888accd0f668a653 (patch) | |
tree | ff3950fcb25bdb5623f5da1a3952008eede2f818 /net-misc/ipcalc | |
parent | sci-chemistry/pdbcat: New addition (diff) | |
download | gentoo-2-c22a5f99dc0c186266d6a8d7888accd0f668a653.tar.gz gentoo-2-c22a5f99dc0c186266d6a8d7888accd0f668a653.tar.bz2 gentoo-2-c22a5f99dc0c186266d6a8d7888accd0f668a653.zip |
Drop old versions
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/ipcalc')
-rw-r--r-- | net-misc/ipcalc/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/ipcalc/ipcalc-0.37.ebuild | 18 | ||||
-rw-r--r-- | net-misc/ipcalc/ipcalc-0.40.ebuild | 19 |
3 files changed, 6 insertions, 39 deletions
diff --git a/net-misc/ipcalc/ChangeLog b/net-misc/ipcalc/ChangeLog index 5521230070a2..18c7d521034e 100644 --- a/net-misc/ipcalc/ChangeLog +++ b/net-misc/ipcalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/ipcalc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.16 2010/10/17 05:03:05 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.17 2012/10/12 11:39:33 pinkbyte Exp $ + + 12 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> -ipcalc-0.37.ebuild, + -ipcalc-0.40.ebuild: + Drop old versions 17 Oct 2010; Mart Raudsepp <leio@gentoo.org> ipcalc-0.37.ebuild, ipcalc-0.40.ebuild, ipcalc-0.41.ebuild: diff --git a/net-misc/ipcalc/ipcalc-0.37.ebuild b/net-misc/ipcalc/ipcalc-0.37.ebuild deleted file mode 100644 index d5841bf029a9..000000000000 --- a/net-misc/ipcalc/ipcalc-0.37.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.37.ebuild,v 1.3 2010/10/17 05:03:05 leio Exp $ - -DESCRIPTION="calculates broadcast/network/etc... from an IP address and netmask" -HOMEPAGE="http://jodies.de/ipcalc" -SRC_URI="http://jodies.de/ipcalc-archive/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha -amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.6.0" - -src_install () { - dobin ${PN} || die -} diff --git a/net-misc/ipcalc/ipcalc-0.40.ebuild b/net-misc/ipcalc/ipcalc-0.40.ebuild deleted file mode 100644 index 3d9790af4bcc..000000000000 --- a/net-misc/ipcalc/ipcalc-0.40.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.40.ebuild,v 1.4 2010/10/17 05:03:05 leio Exp $ - -DESCRIPTION="calculates broadcast/network/etc... from an IP address and netmask" -HOMEPAGE="http://jodies.de/ipcalc" -SRC_URI="http://jodies.de/ipcalc-archive/${P}.tar.gz" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.6.0" - -src_install () { - dobin ${PN} || die - dodoc changelog -} |