diff options
author | 2011-12-02 23:45:07 +0000 | |
---|---|---|
committer | 2011-12-02 23:45:07 +0000 | |
commit | fcd088a89f7bd45da6223e292073d3adb54052e6 (patch) | |
tree | 738f9fc3e618de422cca7e5a738e9985ab92a7eb /media-sound/ttaenc | |
parent | Add missing gdk-pixbuf and glib dependencies. Stable on amd64. bug #391549 (diff) | |
download | gentoo-2-fcd088a89f7bd45da6223e292073d3adb54052e6.tar.gz gentoo-2-fcd088a89f7bd45da6223e292073d3adb54052e6.tar.bz2 gentoo-2-fcd088a89f7bd45da6223e292073d3adb54052e6.zip |
Update to EAPI 4.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/ttaenc')
-rw-r--r-- | media-sound/ttaenc/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild | 16 |
2 files changed, 12 insertions, 11 deletions
diff --git a/media-sound/ttaenc/ChangeLog b/media-sound/ttaenc/ChangeLog index 36a060c0009d..f24022934528 100644 --- a/media-sound/ttaenc/ChangeLog +++ b/media-sound/ttaenc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ttaenc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ttaenc/ChangeLog,v 1.6 2010/10/19 20:34:01 chainsaw Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ttaenc/ChangeLog,v 1.7 2011/12/02 23:45:07 radhermit Exp $ + + 02 Dec 2011; Tim Harder <radhermit@gentoo.org> ttaenc-3.4.1-r1.ebuild: + Update to EAPI 4. *ttaenc-3.4.1-r1 (19 Oct 2010) diff --git a/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild b/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild index 8912bfc44cc8..03418a9d5b4f 100644 --- a/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild +++ b/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild,v 1.1 2010/10/19 20:34:01 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild,v 1.2 2011/12/02 23:45:07 radhermit Exp $ -EAPI=2 +EAPI=4 inherit toolchain-funcs @@ -15,20 +15,18 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="" DEPEND="sys-apps/sed" S=${WORKDIR}/${P}-src src_prepare() { - sed -i -e "s:gcc:$(tc-getCC):g" Makefile \ - || die "Unable to set compiler" - sed -i -e "s:-o:${LDFLAGS} -o:g" Makefile \ - || die "Unable to set LDFLAGS" + sed -i -e "s:gcc:$(tc-getCC):g" \ + -e "s:-o:${LDFLAGS} -o:g" \ + Makefile || die } src_compile () { - emake CFLAGS="${CFLAGS}" || die "emake failed." + emake CFLAGS="${CFLAGS}" } src_install () { |