* [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbegemot/
@ 2019-10-18 12:19 David Seifert
0 siblings, 0 replies; only message in thread
From: David Seifert @ 2019-10-18 12:19 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-10-18 12:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-18 12:19 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libbegemot/ David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox