diff options
author | 2014-07-18 16:09:03 +0000 | |
---|---|---|
committer | 2014-07-18 16:09:03 +0000 | |
commit | 5379cd109b0d7ba7812d94270ef45f5767b8f5f0 (patch) | |
tree | 5e2ce147178ab6afa7701a9c6620bed73deb22fc /net-misc/ipcalc | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-5379cd109b0d7ba7812d94270ef45f5767b8f5f0.tar.gz gentoo-2-5379cd109b0d7ba7812d94270ef45f5767b8f5f0.tar.bz2 gentoo-2-5379cd109b0d7ba7812d94270ef45f5767b8f5f0.zip |
EAPI bump. Install contributors.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/ipcalc')
-rw-r--r-- | net-misc/ipcalc/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ipcalc/ipcalc-0.41.ebuild | 15 |
2 files changed, 13 insertions, 9 deletions
diff --git a/net-misc/ipcalc/ChangeLog b/net-misc/ipcalc/ChangeLog index a7698e6a4da9..56a3ffc13b3e 100644 --- a/net-misc/ipcalc/ChangeLog +++ b/net-misc/ipcalc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ipcalc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.18 2012/12/09 00:13:26 zerochaos Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v 1.19 2014/07/18 16:09:03 jer Exp $ + + 18 Jul 2014; Jeroen Roovers <jer@gentoo.org> ipcalc-0.41.ebuild: + EAPI bump. Install contributors. 09 Dec 2012; Rick Farina <zerochaos@gentoo.org> ipcalc-0.41.ebuild: fixing license per bug #446538 diff --git a/net-misc/ipcalc/ipcalc-0.41.ebuild b/net-misc/ipcalc/ipcalc-0.41.ebuild index 45844cda3a80..015cb5c8c802 100644 --- a/net-misc/ipcalc/ipcalc-0.41.ebuild +++ b/net-misc/ipcalc/ipcalc-0.41.ebuild @@ -1,19 +1,20 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild,v 1.14 2012/12/09 00:13:26 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild,v 1.15 2014/07/18 16:09:03 jer Exp $ + +EAPI=5 DESCRIPTION="calculates broadcast/network/etc... from an IP address and netmask" +LICENSE="GPL-2+" HOMEPAGE="http://jodies.de/ipcalc" -SRC_URI="http://jodies.de/ipcalc-archive/${P}.tar.gz" +SRC_URI="${HOMEPAGE}-archive/${P}.tar.gz" -LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" RDEPEND=">=dev-lang/perl-5.6.0" src_install () { - dobin ${PN} || die - dodoc changelog + dobin ${PN} + dodoc changelog contributors } |