commit:     ecab56f02e79decfd5c2d39cfaefc0bae20ffac9
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 12:19:01 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 12:19:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecab56f0

dev-libs/libbegemot: Port to EAPI 7

Closes: https://bugs.gentoo.org/697352
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/libbegemot/libbegemot-1.11.ebuild | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/dev-libs/libbegemot/libbegemot-1.11.ebuild 
b/dev-libs/libbegemot/libbegemot-1.11.ebuild
index 929296a5a71..a66e0e144ee 100644
--- a/dev-libs/libbegemot/libbegemot-1.11.ebuild
+++ b/dev-libs/libbegemot/libbegemot-1.11.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
+EAPI=7
 
 inherit libtool
 
@@ -12,18 +12,12 @@ SRC_URI="http://people.freebsd.org/~harti/${PN}/${P}.tar.gz";
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
 
-DEPEND=""
-
-src_compile() {
+src_prepare() {
+       default
        elibtoolize
-       econf || die "econf failed"
-       emake -j1 || die "emake failed"
 }
 
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-
-       dodoc README
+src_compile() {
+       emake -j1
 }

Reply via email to