Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: sys-apps/findpat/
Date: Sun, 04 Jun 2017 18:18:00
Message-Id: 1496588974.90e1ea207aa2fcc57036baee60233369e4a9eb7a.jlec@gentoo
1 commit: 90e1ea207aa2fcc57036baee60233369e4a9eb7a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 15:09:34 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:09:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=90e1ea20
7
8 sys-apps/findpat: Bump EAPI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sys-apps/findpat/findpat-1.0.ebuild | 12 +++---------
14 1 file changed, 3 insertions(+), 9 deletions(-)
15
16 diff --git a/sys-apps/findpat/findpat-1.0.ebuild b/sys-apps/findpat/findpat-1.0.ebuild
17 index d046310..4f57278 100644
18 --- a/sys-apps/findpat/findpat-1.0.ebuild
19 +++ b/sys-apps/findpat/findpat-1.0.ebuild
20 @@ -1,8 +1,9 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -DESCRIPTION="Easy to use frontend to find"
26 +EAPI=6
27
28 +DESCRIPTION="Easy to use frontend to find"
29 HOMEPAGE="http://blog.hartwork.org/?p=272"
30 SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2"
31
32 @@ -10,10 +11,3 @@ LICENSE="GPL-3"
33 SLOT="0"
34 KEYWORDS="~x86"
35 IUSE=""
36 -
37 -RDEPEND=""
38 -DEPEND=""
39 -
40 -src_install() {
41 - emake DESTDIR="${D}" install || die "emake install failed"
42 -}