diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-04-12 13:51:44 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-04-12 13:51:44 +0000 |
commit | 4cd365e1ef4c1f40356d69d154ab52f495fd03d2 (patch) | |
tree | 76fc1e749a5c639533c9e18d6025318a3e371f3c /media-sound/vorbisgain | |
parent | Stable on ppc wrt bug 217075 (diff) | |
download | gentoo-2-4cd365e1ef4c1f40356d69d154ab52f495fd03d2.tar.gz gentoo-2-4cd365e1ef4c1f40356d69d154ab52f495fd03d2.tar.bz2 gentoo-2-4cd365e1ef4c1f40356d69d154ab52f495fd03d2.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-sound/vorbisgain')
-rw-r--r-- | media-sound/vorbisgain/vorbisgain-0.36.ebuild | 27 | ||||
-rw-r--r-- | media-sound/vorbisgain/vorbisgain-0.37.ebuild | 26 |
2 files changed, 0 insertions, 53 deletions
diff --git a/media-sound/vorbisgain/vorbisgain-0.36.ebuild b/media-sound/vorbisgain/vorbisgain-0.36.ebuild deleted file mode 100644 index f204a48aa41b..000000000000 --- a/media-sound/vorbisgain/vorbisgain-0.36.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbisgain/vorbisgain-0.36.ebuild,v 1.8 2007/11/23 13:03:30 drac Exp $ - -DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files" -HOMEPAGE="http://sjeng.org/vorbisgain.html" -SRC_URI="http://sjeng.org/ftp/vorbis/${P}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="" - -RDEPEND=">=media-libs/libvorbis-1.0_beta4 - media-libs/libogg" -DEPEND="${RDEPEND} - app-arch/unzip" - -src_compile() { - chmod +x configure - econf --enable-recursive || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" -} diff --git a/media-sound/vorbisgain/vorbisgain-0.37.ebuild b/media-sound/vorbisgain/vorbisgain-0.37.ebuild deleted file mode 100644 index c37e7dfc93ea..000000000000 --- a/media-sound/vorbisgain/vorbisgain-0.37.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbisgain/vorbisgain-0.37.ebuild,v 1.2 2008/03/22 07:41:48 drac Exp $ - -DESCRIPTION="Calculator of perceived sound level for Ogg Vorbis files" -HOMEPAGE="http://sjeng.org/vorbisgain.html" -SRC_URI="http://sjeng.org/ftp/vorbis/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND=">=media-libs/libvorbis-1 - media-libs/libogg" -DEPEND="${RDEPEND}" - -src_compile() { - econf --enable-recursive - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc NEWS README *.txt -} |