diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-15 00:52:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-15 00:52:27 +0000 |
commit | 8ae64499efae3f31beb07dd274ff5532171eb1cd (patch) | |
tree | 57485223fc3d95b921ae03e820a65ab2e56dcb81 /net-analyzer/odhcploc | |
parent | EAPI bump. Add Debian patch. (diff) | |
download | gentoo-2-8ae64499efae3f31beb07dd274ff5532171eb1cd.tar.gz gentoo-2-8ae64499efae3f31beb07dd274ff5532171eb1cd.tar.bz2 gentoo-2-8ae64499efae3f31beb07dd274ff5532171eb1cd.zip |
EAPI bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/odhcploc')
-rw-r--r-- | net-analyzer/odhcploc/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/odhcploc/odhcploc-20111021.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-analyzer/odhcploc/ChangeLog b/net-analyzer/odhcploc/ChangeLog index 3e8f5fd4c6c0..adf161beab59 100644 --- a/net-analyzer/odhcploc/ChangeLog +++ b/net-analyzer/odhcploc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/odhcploc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/odhcploc/ChangeLog,v 1.2 2012/12/05 14:24:45 jer Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/odhcploc/ChangeLog,v 1.3 2014/07/15 00:52:27 jer Exp $ + + 15 Jul 2014; Jeroen Roovers <jer@gentoo.org> odhcploc-20111021.ebuild: + EAPI bump. 05 Dec 2012; Jeroen Roovers <jer@gentoo.org> odhcploc-20111021.ebuild: Set LICENSE=ISC by Ulrich Müller (bug #446058). diff --git a/net-analyzer/odhcploc/odhcploc-20111021.ebuild b/net-analyzer/odhcploc/odhcploc-20111021.ebuild index 3f55f9a2acf1..1da526a80b90 100644 --- a/net-analyzer/odhcploc/odhcploc-20111021.ebuild +++ b/net-analyzer/odhcploc/odhcploc-20111021.ebuild @@ -1,8 +1,8 @@ -# 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-analyzer/odhcploc/odhcploc-20111021.ebuild,v 1.2 2012/12/05 14:24:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/odhcploc/odhcploc-20111021.ebuild,v 1.3 2014/07/15 00:52:27 jer Exp $ -EAPI=4 +EAPI=5 inherit toolchain-funcs DESCRIPTION="Open DHCP Locator" @@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/project/${PN}/${PV}/${P}.tar.gz" LICENSE="ISC" SLOT="0" KEYWORDS="~amd64" -IUSE="" src_prepare() { tc-export CC |