diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-03-27 10:48:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-03-27 10:48:26 +0000 |
commit | 85501c89ebef8d01c99b567c5f9e29e7019db1eb (patch) | |
tree | a446a3fd94dbfaff00bea28830e128ce805205ae /media-sound | |
parent | fix bug 214924 (diff) | |
download | historical-85501c89ebef8d01c99b567c5f9e29e7019db1eb.tar.gz historical-85501c89ebef8d01c99b567c5f9e29e7019db1eb.tar.bz2 historical-85501c89ebef8d01c99b567c5f9e29e7019db1eb.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/twolame/twolame-0.3.10.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/twolame/twolame-0.3.10.ebuild b/media-sound/twolame/twolame-0.3.10.ebuild deleted file mode 100644 index 981fab834942..000000000000 --- a/media-sound/twolame/twolame-0.3.10.ebuild +++ /dev/null @@ -1,36 +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/twolame/twolame-0.3.10.ebuild,v 1.9 2007/12/20 14:09:24 aballier Exp $ - -inherit libtool - -DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder" -HOMEPAGE="http://www.twolame.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="doc" - -DEPEND=">=media-libs/libsndfile-1.0.11" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Needed for freebsd to get a sane .so versionning - elibtoolize -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README TODO - - # Fix documentation installation wrt #188830. - rm -rf "${D}"/usr/share/doc/${PN} - if use doc; then - dohtml doc/html/* - dodoc doc/*.txt - fi -} |