diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-18 16:02:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-18 16:02:43 +0000 |
commit | 6666905e4d1855adef7d9a67f42b51eb5438e47a (patch) | |
tree | e343ac6954b4551ead77429484db47198fc32e65 /net-misc/ip-sentinel | |
parent | Old. (diff) | |
download | gentoo-2-6666905e4d1855adef7d9a67f42b51eb5438e47a.tar.gz gentoo-2-6666905e4d1855adef7d9a67f42b51eb5438e47a.tar.bz2 gentoo-2-6666905e4d1855adef7d9a67f42b51eb5438e47a.zip |
EAPI bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/ip-sentinel')
-rw-r--r-- | net-misc/ip-sentinel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ip-sentinel/ip-sentinel-0.12.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
diff --git a/net-misc/ip-sentinel/ChangeLog b/net-misc/ip-sentinel/ChangeLog index 164a1fc3fe8b..cc8b2afcd158 100644 --- a/net-misc/ip-sentinel/ChangeLog +++ b/net-misc/ip-sentinel/ChangeLog @@ -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 <jer@gentoo.org> ip-sentinel-0.12.ebuild: + EAPI bump. 12 Mar 2014; Patrick Lauer <patrick@gentoo.org> ip-sentinel-0.12.ebuild: Shorten description for improved repoman happy diff --git a/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild b/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild index 713ecc449c03..b15cad6f88a2 100644 --- a/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild +++ b/net-misc/ip-sentinel/ip-sentinel-0.12.ebuild @@ -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 |