jer 14/07/18 16:09:03 Modified: ipcalc-0.41.ebuild ChangeLog Log: EAPI bump. Install contributors. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.15 net-misc/ipcalc/ipcalc-0.41.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild?r1=1.14&r2=1.15 Index: ipcalc-0.41.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ipcalc-0.41.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ipcalc-0.41.ebuild 9 Dec 2012 00:13:26 -0000 1.14 +++ ipcalc-0.41.ebuild 18 Jul 2014 16:09:03 -0000 1.15 @@ -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 } 1.19 net-misc/ipcalc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipcalc/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipcalc/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ipcalc/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ipcalc/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 9 Dec 2012 00:13:26 -0000 1.18 +++ ChangeLog 18 Jul 2014 16:09:03 -0000 1.19 @@ -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 <[email protected]> ipcalc-0.41.ebuild: + EAPI bump. Install contributors. 09 Dec 2012; Rick Farina <[email protected]> ipcalc-0.41.ebuild: fixing license per bug #446538
