diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-06-01 14:11:51 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-06-01 14:11:51 +0000 |
commit | 0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8 (patch) | |
tree | e25428ff079c790044fe99e22bcc1102a126440a | |
parent | Version bump. (diff) | |
download | gentoo-2-0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8.tar.gz gentoo-2-0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8.tar.bz2 gentoo-2-0b7c55d7ca55ad61d59dc87aa22e4daf5f8f2ce8.zip |
EAPI bump wrt bug 460572
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 42618354)
-rw-r--r-- | media-libs/aften/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/aften/aften-0.0.8.ebuild | 12 |
2 files changed, 9 insertions, 11 deletions
diff --git a/media-libs/aften/ChangeLog b/media-libs/aften/ChangeLog index c52ea27a5c17..53309490aec8 100644 --- a/media-libs/aften/ChangeLog +++ b/media-libs/aften/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/aften -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.6 2012/09/07 22:33:06 radhermit Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/ChangeLog,v 1.7 2013/06/01 14:11:51 creffett Exp $ + + 01 Jun 2013; Chris Reffett <creffett@gentoo.org> aften-0.0.8.ebuild: + EAPI bump wrt bug 460572 07 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml: Remove redundant maintainer from metadata. @@ -23,4 +26,3 @@ 23 Nov 2007; Alexis Ballier <aballier@gentoo.org> +files/aften-0.0.8-multilib.patch, +metadata.xml, +aften-0.0.8.ebuild: initial import, thanks to Ben de Groot <ben@berkano.net>, bug #199858 - diff --git a/media-libs/aften/aften-0.0.8.ebuild b/media-libs/aften/aften-0.0.8.ebuild index 24db5e56afce..170d3d57897d 100644 --- a/media-libs/aften/aften-0.0.8.ebuild +++ b/media-libs/aften/aften-0.0.8.ebuild @@ -1,6 +1,7 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.4 2008/06/22 15:13:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aften/aften-0.0.8.ebuild,v 1.5 2013/06/01 14:11:51 creffett Exp $ +EAPI=5 inherit eutils cmake-utils @@ -14,12 +15,7 @@ KEYWORDS="amd64 ppc x86" IUSE="cxx" DEPEND="" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-multilib.patch" - epatch "${FILESDIR}/${P}-ppc.patch" -} +PATCHES=( "${FILESDIR}/${P}-multilib.patch" "${FILESDIR}/${P}-ppc.patch" ) src_compile() { local mycmakeargs="-DSHARED=1" |