commit:     90e1ea207aa2fcc57036baee60233369e4a9eb7a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 15:09:34 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 15:09:34 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=90e1ea20

sys-apps/findpat: Bump EAPI

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sys-apps/findpat/findpat-1.0.ebuild | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/sys-apps/findpat/findpat-1.0.ebuild 
b/sys-apps/findpat/findpat-1.0.ebuild
index d046310..4f57278 100644
--- a/sys-apps/findpat/findpat-1.0.ebuild
+++ b/sys-apps/findpat/findpat-1.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-DESCRIPTION="Easy to use frontend to find"
+EAPI=6
 
+DESCRIPTION="Easy to use frontend to find"
 HOMEPAGE="http://blog.hartwork.org/?p=272";
 SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2";
 
@@ -10,10 +11,3 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~x86"
 IUSE=""
-
-RDEPEND=""
-DEPEND=""
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-}

Reply via email to