diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-24 17:19:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-24 17:19:16 +0000 |
commit | 37785add2c68e5bcc66f6bf81c42be61c7ce0c2c (patch) | |
tree | 3f0f1770db404eebaba91f1fe0c663e034e38e99 /media-libs | |
parent | Force latest version of autotools, thanks to Seemant for reporting. (diff) | |
download | gentoo-2-37785add2c68e5bcc66f6bf81c42be61c7ce0c2c.tar.gz gentoo-2-37785add2c68e5bcc66f6bf81c42be61c7ce0c2c.tar.bz2 gentoo-2-37785add2c68e5bcc66f6bf81c42be61c7ce0c2c.zip |
Remove unneeded versions, fix autotools mess in -r3 and -r7. Thanks to Seemant for reporting.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/flac/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/flac/flac-1.1.2-r3.ebuild | 14 | ||||
-rw-r--r-- | media-libs/flac/flac-1.1.2-r7.ebuild | 5 |
3 files changed, 16 insertions, 10 deletions
diff --git a/media-libs/flac/ChangeLog b/media-libs/flac/ChangeLog index 8c134ad953fb..77419766b9a4 100644 --- a/media-libs/flac/ChangeLog +++ b/media-libs/flac/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/flac # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.90 2006/08/28 02:04:35 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/ChangeLog,v 1.91 2006/09/24 17:19:16 flameeyes Exp $ + + 24 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> flac-1.1.2-r3.ebuild, + -flac-1.1.2-r4.ebuild, -flac-1.1.2-r6.ebuild, flac-1.1.2-r7.ebuild: + Remove unneeded versions, fix autotools mess in -r3 and -r7. Thanks to + Seemant for reporting. 28 Aug 2006; Joshua Kinard <kumba@gentoo.org> flac-1.1.2-r3.ebuild: Marked stable on mips. diff --git a/media-libs/flac/flac-1.1.2-r3.ebuild b/media-libs/flac/flac-1.1.2-r3.ebuild index 10cb4def3a13..1591d9f62373 100644 --- a/media-libs/flac/flac-1.1.2-r3.ebuild +++ b/media-libs/flac/flac-1.1.2-r3.ebuild @@ -1,8 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2-r3.ebuild,v 1.11 2006/08/28 02:04:35 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2-r3.ebuild,v 1.12 2006/09/24 17:19:16 flameeyes Exp $ -inherit libtool eutils flag-o-matic +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" + +inherit libtool eutils flag-o-matic autotools PATCHLEVEL="1" DESCRIPTION="free lossless audio encoder which includes an XMMS plugin" @@ -29,12 +32,7 @@ src_unpack() { EPATCH_SUFFIX="patch" epatch ${WORKDIR}/patches - # it needs XMMS m4 file - cp -R ${WORKDIR}/m4 ${S} - - ./autogen.sh || die "autogen failed" - libtoolize --copy --force - elibtoolize --reverse-deps + AT_M4DIR="${WORKDIR}/m4" eautoreconf } src_compile() { diff --git a/media-libs/flac/flac-1.1.2-r7.ebuild b/media-libs/flac/flac-1.1.2-r7.ebuild index e7e156fcbd9f..60470bac0459 100644 --- a/media-libs/flac/flac-1.1.2-r7.ebuild +++ b/media-libs/flac/flac-1.1.2-r7.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2-r7.ebuild,v 1.1 2006/06/18 13:23:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/flac/flac-1.1.2-r7.ebuild,v 1.2 2006/09/24 17:19:16 flameeyes Exp $ + +WANT_AUTOCONF="latest" +WANT_AUTOMAKE="latest" inherit libtool eutils flag-o-matic autotools |