diff options
author | 2006-02-16 09:17:50 +0000 | |
---|---|---|
committer | 2006-02-16 09:17:50 +0000 | |
commit | 9cf19e35126aa0efd7de57f610aa9185a7bc2594 (patch) | |
tree | 8a0c192338ceceaf1805b2eec94f5418a786e0fc /media-sound/audiocompress | |
parent | Remove old 1.0.7 version. Upstream no longer supports any 1.x version. (diff) | |
download | gentoo-2-9cf19e35126aa0efd7de57f610aa9185a7bc2594.tar.gz gentoo-2-9cf19e35126aa0efd7de57f610aa9185a7bc2594.tar.bz2 gentoo-2-9cf19e35126aa0efd7de57f610aa9185a7bc2594.zip |
Shorten description and drop old versions.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound/audiocompress')
6 files changed, 10 insertions, 78 deletions
diff --git a/media-sound/audiocompress/ChangeLog b/media-sound/audiocompress/ChangeLog index a82d8ec22443..4eab4365edd1 100644 --- a/media-sound/audiocompress/ChangeLog +++ b/media-sound/audiocompress/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/audiocompress -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/ChangeLog,v 1.13 2005/12/18 21:48:18 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/ChangeLog,v 1.14 2006/02/16 09:17:50 flameeyes Exp $ + + 16 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> + -audiocompress-1.3.ebuild, -audiocompress-1.5.ebuild, + audiocompress-1.5.1.ebuild: + Shorten description and drop old versions. 18 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> audiocompress-1.3.ebuild, audiocompress-1.5.ebuild, diff --git a/media-sound/audiocompress/audiocompress-1.3.ebuild b/media-sound/audiocompress/audiocompress-1.3.ebuild deleted file mode 100644 index 3768d374c0a9..000000000000 --- a/media-sound/audiocompress/audiocompress-1.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/audiocompress-1.3.ebuild,v 1.10 2005/12/18 21:48:18 flameeyes Exp $ - -MY_P="AudioCompress-${PV}" - -DESCRIPTION="AudioCompress is (essentially) a very gentle, 1-band dynamic range compressor intended to keep audio output at a consistent volume without introducing any audible artifacts." -HOMEPAGE="http://beesbuzz.biz/code/" -SRC_URI="http://beesbuzz.biz/code/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="xmms" - -DEPEND="xmms? ( media-sound/xmms )" - -S=${WORKDIR}/${MY_P} - -src_compile() { - if use xmms; then - emake || die - else - emake AudioCompress || die - fi -} - -src_install() { - dobin AudioCompress || die - if use xmms; then - exeinto "$(xmms-config --effect-plugin-dir)" || die - doexe libcompress.so || die - fi - dodoc ChangeLog README TODO -} diff --git a/media-sound/audiocompress/audiocompress-1.5.1.ebuild b/media-sound/audiocompress/audiocompress-1.5.1.ebuild index 0a540e1ec931..7f63f9c99442 100644 --- a/media-sound/audiocompress/audiocompress-1.5.1.ebuild +++ b/media-sound/audiocompress/audiocompress-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/audiocompress-1.5.1.ebuild,v 1.7 2005/12/18 21:48:18 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/audiocompress-1.5.1.ebuild,v 1.8 2006/02/16 09:17:50 flameeyes Exp $ IUSE="xmms" @@ -8,7 +8,7 @@ inherit eutils MY_P="AudioCompress-${PV}" -DESCRIPTION="AudioCompress is (essentially) a very gentle, 1-band dynamic range compressor intended to keep audio output at a consistent volume without introducing any audible artifacts." +DESCRIPTION="Very gentle 1-band dynamic range compressor" HOMEPAGE="http://beesbuzz.biz/code/" SRC_URI="http://beesbuzz.biz/code/${MY_P}.tar.gz" diff --git a/media-sound/audiocompress/audiocompress-1.5.ebuild b/media-sound/audiocompress/audiocompress-1.5.ebuild deleted file mode 100644 index 062fecca1a12..000000000000 --- a/media-sound/audiocompress/audiocompress-1.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audiocompress/audiocompress-1.5.ebuild,v 1.8 2005/12/18 21:48:18 flameeyes Exp $ - -MY_P="AudioCompress-${PV}" - -DESCRIPTION="AudioCompress is (essentially) a very gentle, 1-band dynamic range compressor intended to keep audio output at a consistent volume without introducing any audible artifacts." -HOMEPAGE="http://beesbuzz.biz/code/" -SRC_URI="http://beesbuzz.biz/code/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="xmms" - -DEPEND="xmms? ( media-sound/xmms ) - media-sound/esound" - -S=${WORKDIR}/${MY_P} - -src_compile() { - if use xmms; then - emake || die - else - emake AudioCompress || die - fi -} - -src_install() { - dobin AudioCompress || die - if use xmms; then - exeinto "$(xmms-config --effect-plugin-dir)" || die - doexe libcompress.so || die - fi - dodoc ChangeLog README TODO -} diff --git a/media-sound/audiocompress/files/digest-audiocompress-1.3 b/media-sound/audiocompress/files/digest-audiocompress-1.3 deleted file mode 100644 index 80f28c8d22e7..000000000000 --- a/media-sound/audiocompress/files/digest-audiocompress-1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 00841dc32640127822abe8d80c43bf63 AudioCompress-1.3.tar.gz 20971 diff --git a/media-sound/audiocompress/files/digest-audiocompress-1.5 b/media-sound/audiocompress/files/digest-audiocompress-1.5 deleted file mode 100644 index 8f855255f41f..000000000000 --- a/media-sound/audiocompress/files/digest-audiocompress-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 576934339bc19fe6f63ea0d94eb5a738 AudioCompress-1.5.tar.gz 24497 |