summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-18 16:09:04 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-18 16:09:04 +0000
commit1bdcb88fc38b1e562c4482735440301c75be63bb (patch)
treebbd7f269816ecd59fc0d3b39b6579a4488ece06e /net-misc/ipcalc/ipcalc-0.41.ebuild
parentVersion bump; remove old (diff)
downloadhistorical-1bdcb88fc38b1e562c4482735440301c75be63bb.tar.gz
historical-1bdcb88fc38b1e562c4482735440301c75be63bb.tar.bz2
historical-1bdcb88fc38b1e562c4482735440301c75be63bb.zip
EAPI bump. Install contributors.
Package-Manager: portage-2.2.10/cvs/Linux x86_64 Manifest-Sign-Key: 0xA792A613
Diffstat (limited to 'net-misc/ipcalc/ipcalc-0.41.ebuild')
-rw-r--r--net-misc/ipcalc/ipcalc-0.41.ebuild15
1 files changed, 8 insertions, 7 deletions
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
}