jer 14/07/18 16:02:43 Modified: ip-sentinel-0.12.ebuild ChangeLog Log: EAPI bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.8 net-misc/ip-sentinel/ip-sentinel-0.12.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild?r1=1.7&r2=1.8 Index: ip-sentinel-0.12.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ip-sentinel-0.12.ebuild 12 Mar 2014 03:44:32 -0000 1.7 +++ ip-sentinel-0.12.ebuild 18 Jul 2014 16:02:43 -0000 1.8 @@ -1,24 +1,21 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild,v 1.7 2014/03/12 03:44:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild,v 1.8 2014/07/18 16:02:43 jer Exp $ +EAPI=5 inherit eutils user DESCRIPTION="Prevent unauthorized usage of IPs in the local ethernet broadcastdomain by answering ARP-requests" HOMEPAGE="http://www.nongnu.org/ip-sentinel/" -SRC_URI="http://savannah.nongnu.org/download/ip-sentinel/${P}.tar.bz2" LICENSE="GPL-2" - +SRC_URI="http://savannah.nongnu.org/download/ip-sentinel/${P}.tar.bz2" SLOT="0" - KEYWORDS="x86" -IUSE="" -DEPEND="" +DOCS=( AUTHORS ChangeLog NEWS README THANKS ) src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README THANKS + default newinitd "${FILESDIR}"/ip-sentinel.init ip-sentinel newconfd "${FILESDIR}"/ip-sentinel.conf.d ip-sentinel 1.13 net-misc/ip-sentinel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ip-sentinel/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ip-sentinel/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ip-sentinel/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 12 Mar 2014 03:44:32 -0000 1.12 +++ ChangeLog 18 Jul 2014 16:02:43 -0000 1.13 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ip-sentinel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ChangeLog,v 1.12 2014/03/12 03:44:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ip-sentinel/ChangeLog,v 1.13 2014/07/18 16:02:43 jer Exp $ + + 18 Jul 2014; Jeroen Roovers <[email protected]> ip-sentinel-0.12.ebuild: + EAPI bump. 12 Mar 2014; Patrick Lauer <[email protected]> ip-sentinel-0.12.ebuild: Shorten description for improved repoman happy
