diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-04-25 20:08:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-04-25 20:08:54 +0000 |
commit | 48565caca177c4863f456a17fa36b134e5b8b67a (patch) | |
tree | d7180a7c3c93ad973bfcf412f636e88c237a2b04 /media-sound | |
parent | Fix gimp-print for gimp-2.2 collision by renaming and add a gimp use flag to ... (diff) | |
download | gentoo-2-48565caca177c4863f456a17fa36b134e5b8b67a.tar.gz gentoo-2-48565caca177c4863f456a17fa36b134e5b8b67a.tar.bz2 gentoo-2-48565caca177c4863f456a17fa36b134e5b8b67a.zip |
Cleanup unused ebuild
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacity/audacity-1.3.2.ebuild | 81 | ||||
-rw-r--r-- | media-sound/audacity/files/digest-audacity-1.3.2 | 3 |
3 files changed, 4 insertions, 85 deletions
diff --git a/media-sound/audacity/ChangeLog b/media-sound/audacity/ChangeLog index f5dd12059a7a..ad7efe26ffed 100644 --- a/media-sound/audacity/ChangeLog +++ b/media-sound/audacity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/audacity # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.57 2007/04/25 20:04:35 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/ChangeLog,v 1.58 2007/04/25 20:08:54 aballier Exp $ + + 25 Apr 2007; Alexis Ballier <aballier@gentoo.org> -audacity-1.3.2.ebuild: + Cleanup unused ebuild 25 Apr 2007; Alexis Ballier <aballier@gentoo.org> audacity-1.3.2-r1.ebuild: diff --git a/media-sound/audacity/audacity-1.3.2.ebuild b/media-sound/audacity/audacity-1.3.2.ebuild deleted file mode 100644 index 35d5111c5bcf..000000000000 --- a/media-sound/audacity/audacity-1.3.2.ebuild +++ /dev/null @@ -1,81 +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/audacity/audacity-1.3.2.ebuild,v 1.5 2007/03/10 01:00:17 aballier Exp $ - -inherit eutils autotools - -IUSE="flac ladspa libsamplerate mp3 unicode vorbis" - -MY_P="${PN}-src-${PV}" -DESCRIPTION="Free crossplatform audio editor" -HOMEPAGE="http://audacity.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -RESTRICT="test" - -DEPEND="=x11-libs/wxGTK-2.6* - >=app-arch/zip-2.3 - dev-libs/expat - vorbis? ( >=media-libs/libvorbis-1.0 ) - mp3? ( >=media-libs/libmad-0.14.2b - media-libs/libid3tag ) - flac? ( ~media-libs/flac-1.1.2 ) - >=media-libs/libsndfile-1.0.0 - libsamplerate? ( >=media-libs/libsamplerate-0.1.2 )" -RDEPEND="${DEPEND} - mp3? ( >=media-sound/lame-3.70 )" - -S="${WORKDIR}/${MY_P}-beta" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-no-msse.patch - eautoreconf || die - pushd "${S}"/lib-src/soundtouch - eautoreconf - popd -} - -src_compile() { - local myconf - - myconf="${myconf} --with-libsndfile=system" - myconf="${myconf} --with-libexpat=system" - - if use libsamplerate ; then - myconf="${myconf} --with-libsamplerate=system --without-libresample" - else - myconf="${myconf} --without-libsamplerate" # --with-libresample=local - fi - - econf \ - $(use_enable unicode) \ - $(use_with ladspa) \ - $(use_with vorbis vorbis system) \ - $(use_with mp3 libmad system) \ - $(use_with mp3 id3tag system) \ - $(use_with flac flac system) \ - ${myconf} || die - - # parallel borks - emake -j1 || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - # Remove bad doc install - rm -rf "${D}"/usr/share/doc - - # Install our docs - dodoc README.txt - - insinto /usr/share/audacity/ - newins images/AudacityLogo48x48.xpm audacity.xpm -} diff --git a/media-sound/audacity/files/digest-audacity-1.3.2 b/media-sound/audacity/files/digest-audacity-1.3.2 deleted file mode 100644 index 760a330b81a9..000000000000 --- a/media-sound/audacity/files/digest-audacity-1.3.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bf63673140254f1283dfd55b61ff2422 audacity-src-1.3.2.tar.gz 6683449 -RMD160 b61747103675881bdf32762deea7635a2827b0de audacity-src-1.3.2.tar.gz 6683449 -SHA256 aa37c00014ee79516fb5dce4c56e1038a7eaf5ad22a10743f0609ed186baf621 audacity-src-1.3.2.tar.gz 6683449 |