summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:53 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 02:10:53 +0000
commitb85e7a0e1ee36035e14c6de404e0254e7aa95182 (patch)
treefb92215e8b1bc861bc9fb73f4aa5aa8174430cb4 /media-sound/lame
parent*** empty log message *** (diff)
downloadhistorical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.gz
historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.tar.bz2
historical-b85e7a0e1ee36035e14c6de404e0254e7aa95182.zip
*** empty log message ***
Diffstat (limited to 'media-sound/lame')
-rw-r--r--media-sound/lame/files/digest-lame-3.86b1
-rw-r--r--media-sound/lame/lame-3.86b.ebuild47
2 files changed, 0 insertions, 48 deletions
diff --git a/media-sound/lame/files/digest-lame-3.86b b/media-sound/lame/files/digest-lame-3.86b
deleted file mode 100644
index 7897aa6fbee5..000000000000
--- a/media-sound/lame/files/digest-lame-3.86b
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1376a6c944ec3745b46af18fab62db6c lame3.86beta.tar.gz
diff --git a/media-sound/lame/lame-3.86b.ebuild b/media-sound/lame/lame-3.86b.ebuild
deleted file mode 100644
index 7567f7eac64e..000000000000
--- a/media-sound/lame/lame-3.86b.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lame/lame-3.86b.ebuild,v 1.4 2000/11/02 02:17:12 achim Exp $
-
-P=lame-3.86b
-A=lame3.86beta.tar.gz
-S=${WORKDIR}/lame3.86
-CATEGORY="media-sound"
-DESCRIPTION="LAME Ain't an Mp3 Encoder"
-SRC_URI="http://lame.sourceforge.net/download/beta/${A}"
-HOMEPAGE="http://www.sulaco.org/mp3/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=dev-libs/glib-1.2.8
- >=x11-libs/gtk+-1.2.8"
-
-src_unpack () {
-
- unpack ${A}
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile
-
-}
-
-src_compile() {
-
- cd ${S}
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- into /usr
- dobin lame
- doman doc/man/lame.1
- dodoc API COPYING HACKING PRESETS.draft LICENSE README* TODO USAGE
- docinto html
- dodoc doc/html/*.html doc/html/*.css
-
-}
-
-
-