diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-31 16:07:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-31 16:07:43 +0000 |
commit | 97b7435af0923f4f1453f036237318c04803e969 (patch) | |
tree | d199bb8b5ef97b8d0628c03abafaec5f383fb8d5 /media-libs/libdts/libdts-0.0.2.ebuild | |
parent | Fixed DEPEND/RDEPEND to avoid having doxygen in RDEPEND. Use eautoreconf inst... (diff) | |
download | gentoo-2-97b7435af0923f4f1453f036237318c04803e969.tar.gz gentoo-2-97b7435af0923f4f1453f036237318c04803e969.tar.bz2 gentoo-2-97b7435af0923f4f1453f036237318c04803e969.zip |
Remove old version.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'media-libs/libdts/libdts-0.0.2.ebuild')
-rw-r--r-- | media-libs/libdts/libdts-0.0.2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/media-libs/libdts/libdts-0.0.2.ebuild b/media-libs/libdts/libdts-0.0.2.ebuild deleted file mode 100644 index f35c8ad7c79c..000000000000 --- a/media-libs/libdts/libdts-0.0.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libdts/libdts-0.0.2.ebuild,v 1.12 2005/07/09 01:30:13 vapier Exp $ - -inherit flag-o-matic - -DESCRIPTION="library for decoding DTS Coherent Acoustics streams used in DVD" -HOMEPAGE="http://www.videolan.org/dtsdec.html" -SRC_URI="http://www.videolan.org/pub/videolan/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ppc ppc64 sparc x86" -IUSE="oss debug" - -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - >=sys-devel/autoconf-2.52d-r1" - -src_compile() { - append-flags -fPIC - - econf `use_enable oss` `use_enable debug` || die - emake || die "emake failed" -} - -src_install() { - # fails in 0.0.2: make DESTDIR=${D} docdir=${D}/usr/share/doc/${PF}/html || die - einstall docdir=${D}/usr/share/doc/${PF}/html || die - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/libdts.txt -} - -src_test() { :; } |