* [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfio/
@ 2017-05-06 22:20 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-05-06 22:20 UTC (permalink / raw
To: gentoo-commits
commit: 09b909daffc6bd40cc2cc4d1ee790779ff2869f6
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Sat May 6 17:14:28 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 6 22:18:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b909da
dev-libs/elfio: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
dev-libs/elfio/elfio-1.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/elfio/elfio-1.0.3.ebuild b/dev-libs/elfio/elfio-1.0.3.ebuild
index 91852fc49c3..aeb90436b2b 100644
--- a/dev-libs/elfio/elfio-1.0.3.ebuild
+++ b/dev-libs/elfio/elfio-1.0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit eutils autotools
MY_P=ELFIO-${PV}
-DESCRIPTION="ELF (Executable and Linkable Format) reader and producer implemented as a C++ library"
+DESCRIPTION="ELF reader and producer implemented as a C++ library"
HOMEPAGE="http://elfio.sourceforge.net/"
SRC_URI="mirror://sourceforge/elfio/${MY_P}.tar.gz"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfio/
@ 2017-08-22 9:12 Amy Liffey
0 siblings, 0 replies; 2+ messages in thread
From: Amy Liffey @ 2017-08-22 9:12 UTC (permalink / raw
To: gentoo-commits
commit: f17b404ed37fd1cfbdd0db69d744a691dfb96956
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 09:11:09 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 09:11:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17b404e
dev-libs/elfio: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../elfio/{elfio-1.0.3.ebuild => elfio-1.0.3-r1.ebuild} | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/dev-libs/elfio/elfio-1.0.3.ebuild b/dev-libs/elfio/elfio-1.0.3-r1.ebuild
similarity index 67%
rename from dev-libs/elfio/elfio-1.0.3.ebuild
rename to dev-libs/elfio/elfio-1.0.3-r1.ebuild
index aeb90436b2b..8deb15fb6f8 100644
--- a/dev-libs/elfio/elfio-1.0.3.ebuild
+++ b/dev-libs/elfio/elfio-1.0.3-r1.ebuild
@@ -1,29 +1,30 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-inherit eutils autotools
+EAPI=6
-MY_P=ELFIO-${PV}
+inherit autotools
+
+MY_P="ELFIO-${PV}"
DESCRIPTION="ELF reader and producer implemented as a C++ library"
HOMEPAGE="http://elfio.sourceforge.net/"
SRC_URI="mirror://sourceforge/elfio/${MY_P}.tar.gz"
-S="${WORKDIR}"/${MY_P}
+S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
IUSE=""
-src_unpack() {
- unpack ${A}
- cd "${S}"
+PATCHES=( "${FILESDIR}/${P}-shared.patch" )
- epatch "${FILESDIR}"/${P}-shared.patch
+src_prepare() {
+ default
eautoreconf
}
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
+ emake DESTDIR="${D}" install
dodoc AUTHORS NEWS README
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-22 9:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 9:12 [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfio/ Amy Liffey
-- strict thread matches above, loose matches on Subject: below --
2017-05-06 22:20 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox