commit: d6e0744e687e865fca6dd14c060ef49ddc860deb Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jun 6 10:33:54 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sat Jun 6 10:33:54 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=d6e0744e
net-misc/makeway: Bump to EAPI=5 Package-Manager: portage-2.2.20 net-misc/makeway/ChangeLog | 3 +++ net-misc/makeway/makeway-1.0.0.2.ebuild | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/net-misc/makeway/ChangeLog b/net-misc/makeway/ChangeLog index 310897f..ff217f0 100644 --- a/net-misc/makeway/ChangeLog +++ b/net-misc/makeway/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jun 2015; Justin Lecher <[email protected]> makeway-1.0.0.2.ebuild: + net-misc/makeway: Bump to EAPI=5 + 06 Jun 2015; Justin Lecher <[email protected]> metadata.xml: net-misc/makeway: Add github to remote-id in metadata.xml diff --git a/net-misc/makeway/makeway-1.0.0.2.ebuild b/net-misc/makeway/makeway-1.0.0.2.ebuild index f557892..4f9c1c1 100644 --- a/net-misc/makeway/makeway-1.0.0.2.ebuild +++ b/net-misc/makeway/makeway-1.0.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="2" +EAPI=5 DESCRIPTION="Route all gateway traffic to us" HOMEPAGE="http://nakkaya.com/makeWay.html" @@ -19,10 +19,10 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/nakkaya-makeWay-0182caa" src_compile() { - emake -j1 linux || die + emake -j1 linux } src_install() { - dodoc README.md || die - dobin build/makeWay || die + dodoc README.md + dobin build/makeWay }
