summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-12-27 21:28:04 +0000
committerTim Harder <radhermit@gentoo.org>2011-12-27 21:28:04 +0000
commit497f7407eb199dacdd8380181a3ebeadce2e025e (patch)
tree8722d35d9a5a2ab787ae4156f236073738e61931 /media-sound/shntool
parentx86 stable, bug #390963 (diff)
downloadgentoo-2-497f7407eb199dacdd8380181a3ebeadce2e025e.tar.gz
gentoo-2-497f7407eb199dacdd8380181a3ebeadce2e025e.tar.bz2
gentoo-2-497f7407eb199dacdd8380181a3ebeadce2e025e.zip
Remove old.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/shntool')
-rw-r--r--media-sound/shntool/ChangeLog6
-rw-r--r--media-sound/shntool/shntool-3.0.10.ebuild23
-rw-r--r--media-sound/shntool/shntool-3.0.8.ebuild23
3 files changed, 5 insertions, 47 deletions
diff --git a/media-sound/shntool/ChangeLog b/media-sound/shntool/ChangeLog
index ee6fe4e56c05..5dc257c5d82e 100644
--- a/media-sound/shntool/ChangeLog
+++ b/media-sound/shntool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/shntool
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.25 2011/12/26 14:39:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/ChangeLog,v 1.26 2011/12/27 21:28:04 radhermit Exp $
+
+ 27 Dec 2011; Tim Harder <radhermit@gentoo.org> -shntool-3.0.8.ebuild,
+ -shntool-3.0.10.ebuild:
+ Remove old.
26 Dec 2011; Markus Meier <maekke@gentoo.org> shntool-3.0.10-r1.ebuild:
x86 stable, bug #394359
diff --git a/media-sound/shntool/shntool-3.0.10.ebuild b/media-sound/shntool/shntool-3.0.10.ebuild
deleted file mode 100644
index d354f8c77000..000000000000
--- a/media-sound/shntool/shntool-3.0.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.10.ebuild,v 1.3 2010/10/12 17:10:06 armin76 Exp $
-
-DESCRIPTION="shntool is a multi-purpose WAVE data processing and reporting utility"
-HOMEPAGE="http://shnutils.freeshell.org/shntool/"
-SRC_URI="http://shnutils.freeshell.org/shntool/dist/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="flac shorten sox wavpack"
-
-RDEPEND="flac? ( media-libs/flac )
- sox? ( media-sound/sox )
- shorten? ( media-sound/shorten )
- wavpack? ( media-sound/wavpack )"
-DEPEND="${RDEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc NEWS README ChangeLog AUTHORS doc/* || die
-}
diff --git a/media-sound/shntool/shntool-3.0.8.ebuild b/media-sound/shntool/shntool-3.0.8.ebuild
deleted file mode 100644
index 88ea4620683a..000000000000
--- a/media-sound/shntool/shntool-3.0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shntool/shntool-3.0.8.ebuild,v 1.5 2010/10/12 17:10:06 armin76 Exp $
-
-DESCRIPTION="shntool is a multi-purpose WAVE data processing and reporting utility"
-HOMEPAGE="http://shnutils.freeshell.org/shntool/"
-SRC_URI="http://shnutils.freeshell.org/shntool/dist/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="flac shorten sox wavpack"
-
-RDEPEND="flac? ( media-libs/flac )
- sox? ( media-sound/sox )
- shorten? ( media-sound/shorten )
- wavpack? ( media-sound/wavpack )"
-DEPEND="${RDEPEND}"
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc NEWS README ChangeLog AUTHORS doc/*
-}