diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 23:41:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 23:41:19 +0000 |
commit | 758264950683e3de6593a92bbac5876274106a09 (patch) | |
tree | 52cc4b7c5818bbd8c6d86bbb11c0e2f308ed0240 /media-libs | |
parent | repoman'd (diff) | |
download | gentoo-2-758264950683e3de6593a92bbac5876274106a09.tar.gz gentoo-2-758264950683e3de6593a92bbac5876274106a09.tar.bz2 gentoo-2-758264950683e3de6593a92bbac5876274106a09.zip |
removed non-working ebuild
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvorbis/files/digest-libvorbis-1.0_rc3-r1 | 1 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.0_rc3-r1.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/media-libs/libvorbis/files/digest-libvorbis-1.0_rc3-r1 b/media-libs/libvorbis/files/digest-libvorbis-1.0_rc3-r1 deleted file mode 100644 index fb3214b1f79c..000000000000 --- a/media-libs/libvorbis/files/digest-libvorbis-1.0_rc3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e3a0ce7718f698326504c76562315df2 libvorbis-1.0rc3.tar.gz 563834 diff --git a/media-libs/libvorbis/libvorbis-1.0_rc3-r1.ebuild b/media-libs/libvorbis/libvorbis-1.0_rc3-r1.ebuild deleted file mode 100644 index 84ad987b16f5..000000000000 --- a/media-libs/libvorbis/libvorbis-1.0_rc3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.0_rc3-r1.ebuild,v 1.4 2002/07/16 11:36:48 seemant Exp $ - - -S=${WORKDIR}/${PN}-1.0rc3 -DESCRIPTION="the Ogg Vorbis sound file format library" -SRC_URI="http://www.vorbis.com/files/rc3/unix/${PN}-1.0rc3.tar.gz" -HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" - -DEPEND=">=media-libs/libogg-1.0_rc2" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ppc" - -src_compile() { - export CFLAGS="${CFLAGS/-march=*/}" - - ./configure --prefix=/usr --host=${CHOST} || die - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - echo "Removing docs installed by make install" - rm -rf ${D}/usr/share/doc - - dodoc AUTHORS COPYING README todo.txt - docinto txt - dodoc doc/*.txt - dohtml -r doc -} |