diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-09-23 06:54:20 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-09-23 06:54:20 +0000 |
commit | 4c1071b87f5d442aaa6dd983c7178414263c9341 (patch) | |
tree | 8612d37ef3a28a6f6590768dd2a0bbdc800de977 /media-sound/darkice | |
parent | Removed old (diff) | |
download | gentoo-2-4c1071b87f5d442aaa6dd983c7178414263c9341.tar.gz gentoo-2-4c1071b87f5d442aaa6dd983c7178414263c9341.tar.bz2 gentoo-2-4c1071b87f5d442aaa6dd983c7178414263c9341.zip |
Removed old
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'media-sound/darkice')
-rw-r--r-- | media-sound/darkice/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/darkice/darkice-0.19.ebuild | 52 | ||||
-rw-r--r-- | media-sound/darkice/darkice-1.1.ebuild | 54 |
3 files changed, 5 insertions, 107 deletions
diff --git a/media-sound/darkice/ChangeLog b/media-sound/darkice/ChangeLog index 27124d4f62ae..a49a89729604 100644 --- a/media-sound/darkice/ChangeLog +++ b/media-sound/darkice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/darkice # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/ChangeLog,v 1.66 2013/09/06 14:58:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/ChangeLog,v 1.67 2013/09/23 06:54:20 polynomial-c Exp $ + + 23 Sep 2013; Lars Wendler <polynomial-c@gentoo.org> -darkice-0.19.ebuild, + -darkice-1.1.ebuild: + Removed old. 06 Sep 2013; Agostino Sarubbo <ago@gentoo.org> darkice-1.2.ebuild: Stable for sparc, wrt bug #477172 diff --git a/media-sound/darkice/darkice-0.19.ebuild b/media-sound/darkice/darkice-0.19.ebuild deleted file mode 100644 index 28fb30479744..000000000000 --- a/media-sound/darkice/darkice-0.19.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-0.19.ebuild,v 1.9 2009/08/03 13:13:55 ssuominen Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="IceCast live streamer, delivering ogg and mp3 streams simultaneously to multiple hosts." -HOMEPAGE="http://darkice.sourceforge.net" -SRC_URI="http://${PN}.tyrell.hu/dist/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86" -IUSE="aac alsa jack mp3 twolame vorbis" - -RDEPEND="mp3? ( media-sound/lame ) - vorbis? ( media-libs/libvorbis ) - aac? ( media-libs/faac ) - twolame? ( media-sound/twolame ) - alsa? ( media-libs/alsa-lib ) - jack? ( media-sound/jack-audio-connection-kit ) - !mp3? ( !vorbis? ( !aac? ( !twolame? ( media-sound/lame ) ) ) )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.18.1-gcc43.patch \ - "${FILESDIR}"/${P}-gcc44.patch -} - -src_configure() { - local myconf - - if ! use mp3 && ! use vorbis && ! use aac && ! use twolame; then - ewarn "One of USE flags mp3, vorbis, aac, or twolame is required." - ewarn "Selecting mp3 for you." - myconf="--with-lame" - fi - - econf $(use_with aac faac) \ - $(use_with alsa) \ - $(use_with mp3 lame) \ - $(use_with jack) \ - $(use_with twolame) \ - $(use_with vorbis) \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog FAQ NEWS README TODO -} diff --git a/media-sound/darkice/darkice-1.1.ebuild b/media-sound/darkice/darkice-1.1.ebuild deleted file mode 100644 index a7f998665ebc..000000000000 --- a/media-sound/darkice/darkice-1.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/darkice/darkice-1.1.ebuild,v 1.1 2011/12/13 16:28:27 beandog Exp $ - -EAPI=2 -inherit eutils - -DESCRIPTION="A live audio streamer" -HOMEPAGE="http://code.google.com/p/darkice/" -SRC_URI="http://darkice.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="aac alsa jack libsamplerate mp3 twolame vorbis" - -RDEPEND="aac? ( media-libs/faac ) - alsa? ( media-libs/alsa-lib ) - jack? ( media-sound/jack-audio-connection-kit ) - mp3? ( media-sound/lame ) - twolame? ( media-sound/twolame ) - vorbis? ( media-libs/libvorbis ) - libsamplerate? ( media-libs/libsamplerate ) - !mp3? ( !vorbis? ( !aac? ( !twolame? ( media-sound/lame ) ) ) )" -DEPEND="${RDEPEND}" - -#src_prepare() { -# epatch "${FILESDIR}"/${P}-gcc44.patch -#} - -src_configure() { - local myconf - - if ! use mp3 && ! use vorbis && ! use aac && ! use twolame; then - myconf="--with-lame" - fi - - econf \ - --disable-dependency-tracking \ - $(use_with mp3 lame) \ - $(use_with vorbis) \ - $(use_with aac faac) \ - --without-aacplus \ - $(use_with twolame) \ - $(use_with alsa) \ - $(use_with jack) \ - $(use_with libsamplerate samplerate) \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog FAQ NEWS README TODO -} |