summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-11-22 13:31:44 +0000
committerSamuli Suominen <drac@gentoo.org>2007-11-22 13:31:44 +0000
commit27b970fee53dcb658d1153ffea8c91dccd4cf3c7 (patch)
tree8ae5711b36686cab33624541b6cd4dbfe270edb6 /media-sound/toolame
parentVersion bump. See bug #191867. (diff)
downloadgentoo-2-27b970fee53dcb658d1153ffea8c91dccd4cf3c7.tar.gz
gentoo-2-27b970fee53dcb658d1153ffea8c91dccd4cf3c7.tar.bz2
gentoo-2-27b970fee53dcb658d1153ffea8c91dccd4cf3c7.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-sound/toolame')
-rw-r--r--media-sound/toolame/files/digest-toolame-02l3
-rw-r--r--media-sound/toolame/files/digest-toolame-02l-r13
-rw-r--r--media-sound/toolame/toolame-02l-r1.ebuild26
-rw-r--r--media-sound/toolame/toolame-02l.ebuild25
4 files changed, 0 insertions, 57 deletions
diff --git a/media-sound/toolame/files/digest-toolame-02l b/media-sound/toolame/files/digest-toolame-02l
deleted file mode 100644
index d567e19a75b2..000000000000
--- a/media-sound/toolame/files/digest-toolame-02l
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5946e2dd78fbb57e54386b3b5d873fee toolame-02l.tgz 127493
-RMD160 65ff0757f48080093df9e1932b5952199d03f5c6 toolame-02l.tgz 127493
-SHA256 3b95cd2504bceac4aab2fca03bb3b5974d1d44b5afdd8eb4cc0f0899521bffc4 toolame-02l.tgz 127493
diff --git a/media-sound/toolame/files/digest-toolame-02l-r1 b/media-sound/toolame/files/digest-toolame-02l-r1
deleted file mode 100644
index d567e19a75b2..000000000000
--- a/media-sound/toolame/files/digest-toolame-02l-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5946e2dd78fbb57e54386b3b5d873fee toolame-02l.tgz 127493
-RMD160 65ff0757f48080093df9e1932b5952199d03f5c6 toolame-02l.tgz 127493
-SHA256 3b95cd2504bceac4aab2fca03bb3b5974d1d44b5afdd8eb4cc0f0899521bffc4 toolame-02l.tgz 127493
diff --git a/media-sound/toolame/toolame-02l-r1.ebuild b/media-sound/toolame/toolame-02l-r1.ebuild
deleted file mode 100644
index 19963a8054d4..000000000000
--- a/media-sound/toolame/toolame-02l-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/toolame/toolame-02l-r1.ebuild,v 1.4 2007/07/11 19:30:24 mr_bones_ Exp $
-
-IUSE=""
-
-inherit eutils
-
-DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder"
-HOMEPAGE="http://www.planckenergy.com"
-SRC_URI="mirror://sourceforge/toolame/${P}.tgz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ~sparc ~x86 ~ppc"
-
-src_compile() {
- epatch ${FILESDIR}/${P}-gentoo.diff
- epatch ${FILESDIR}/${P}-uint.patch
- emake || die
-}
-
-src_install() {
- dobin toolame || die
- dodoc README HISTORY FUTURE html/* text/*
-}
diff --git a/media-sound/toolame/toolame-02l.ebuild b/media-sound/toolame/toolame-02l.ebuild
deleted file mode 100644
index d26d55800b4b..000000000000
--- a/media-sound/toolame/toolame-02l.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/toolame/toolame-02l.ebuild,v 1.17 2007/07/11 19:30:24 mr_bones_ Exp $
-
-IUSE=""
-
-inherit eutils
-
-DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder"
-HOMEPAGE="http://www.planckenergy.com"
-SRC_URI="mirror://sourceforge/toolame/${P}.tgz"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="amd64 ppc ~sparc x86"
-
-src_compile() {
- epatch ${FILESDIR}/${P}-gentoo.diff
- emake || die
-}
-
-src_install() {
- dobin toolame || die
- dodoc README HISTORY FUTURE html/* text/*
-}