summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2010-03-01 19:57:36 +0000
committerTony Vroon <chainsaw@gentoo.org>2010-03-01 19:57:36 +0000
commite1c8013801f6dcae24369a872936da8330809661 (patch)
tree855e296262f14d0d4e2db8b7d1427656c2141614 /media-sound
parentold (diff)
downloadhistorical-e1c8013801f6dcae24369a872936da8330809661.tar.gz
historical-e1c8013801f6dcae24369a872936da8330809661.tar.bz2
historical-e1c8013801f6dcae24369a872936da8330809661.zip
Deleting old ebuild and 2.3 alpha releases.
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/audacious/ChangeLog6
-rw-r--r--media-sound/audacious/audacious-2.1.ebuild65
-rw-r--r--media-sound/audacious/audacious-2.3_alpha1.ebuild62
-rw-r--r--media-sound/audacious/audacious-2.3_alpha2.ebuild63
4 files changed, 5 insertions, 191 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index ab4f83de3bf3..dfd8d53f3a40 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.197 2010/03/01 19:06:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.198 2010/03/01 19:57:36 chainsaw Exp $
+
+ 01 Mar 2010; <chainsaw@gentoo.org> -audacious-2.1.ebuild,
+ -audacious-2.3_alpha1.ebuild, -audacious-2.3_alpha2.ebuild:
+ Deleting old ebuild and 2.3 alpha releases.
01 Mar 2010; Jeroen Roovers <jer@gentoo.org> audacious-2.2.ebuild:
Stable for HPPA (bug #295051).
diff --git a/media-sound/audacious/audacious-2.1.ebuild b/media-sound/audacious/audacious-2.1.ebuild
deleted file mode 100644
index 0a8f21ed15b7..000000000000
--- a/media-sound/audacious/audacious-2.1.ebuild
+++ /dev/null
@@ -1,65 +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/audacious/audacious-2.1.ebuild,v 1.8 2009/11/26 17:45:27 armin76 Exp $
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="http://audacious-media-player.org/"
-SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="altivec chardet nls libsamplerate session sse2"
-
-RDEPEND=">=dev-libs/dbus-glib-0.60
- >=dev-libs/glib-2.16
- >=dev-libs/libmcs-0.7.1-r2
- >=dev-libs/libmowgli-0.7.0
- dev-libs/libxml2
- >=x11-libs/cairo-1.2.6
- >=x11-libs/gtk+-2.14
- >=x11-libs/pango-1.8.0
- libsamplerate? ( media-libs/libsamplerate )
- session? ( x11-libs/libSM )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0
- nls? ( dev-util/intltool )"
-
-PDEPEND=">=media-plugins/audacious-plugins-2.1"
-
-src_compile() {
- # D-Bus is a mandatory dependency, remote control,
- # session management and some plugins depend on this.
- # Building without D-Bus is *unsupported* and a USE-flag
- # will not be added due to the bug reports that will result.
- # Bugs #197894, #199069, #207330, #208606
- # Disabling XSPF playlists would make startup *very* slow as
- # all plugins will then have to re-probed each time.
- econf \
- --enable-dbus \
- --enable-xspf \
- $(use_enable altivec) \
- $(use_enable chardet) \
- $(use_enable nls) \
- $(use_enable session sm) \
- $(use_enable sse2) \
- $(use_enable libsamplerate samplerate) \
- || die
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-
- # Gentoo_ice skin installation; bug #109772
- insinto /usr/share/audacious/Skins/gentoo_ice
- doins "${WORKDIR}"/gentoo_ice/*
- docinto gentoo_ice
- dodoc "${WORKDIR}"/README
-}
diff --git a/media-sound/audacious/audacious-2.3_alpha1.ebuild b/media-sound/audacious/audacious-2.3_alpha1.ebuild
deleted file mode 100644
index 80fa5c61037a..000000000000
--- a/media-sound/audacious/audacious-2.3_alpha1.ebuild
+++ /dev/null
@@ -1,62 +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/audacious/audacious-2.3_alpha1.ebuild,v 1.1 2010/01/19 21:59:54 chainsaw Exp $
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="http://audacious-media-player.org/"
-SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="altivec chardet nls libsamplerate session sse2"
-
-RDEPEND=">=dev-libs/dbus-glib-0.60
- >=dev-libs/glib-2.16
- >=dev-libs/libmcs-0.7.1-r2
- >=dev-libs/libmowgli-0.7.0
- dev-libs/libxml2
- >=x11-libs/cairo-1.2.6
- >=x11-libs/gtk+-2.14
- >=x11-libs/pango-1.8.0
- libsamplerate? ( media-libs/libsamplerate )
- session? ( x11-libs/libSM )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0
- nls? ( dev-util/intltool )"
-
-PDEPEND=">=media-plugins/audacious-plugins-2.3_alpha1"
-
-src_compile() {
- # D-Bus is a mandatory dependency, remote control,
- # session management and some plugins depend on this.
- # Building without D-Bus is *unsupported* and a USE-flag
- # will not be added due to the bug reports that will result.
- # Bugs #197894, #199069, #207330, #208606
- econf \
- --enable-dbus \
- $(use_enable altivec) \
- $(use_enable chardet) \
- $(use_enable nls) \
- $(use_enable session sm) \
- $(use_enable sse2) \
- $(use_enable libsamplerate samplerate) \
- || die
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-
- # Gentoo_ice skin installation; bug #109772
- insinto /usr/share/audacious/Skins/gentoo_ice
- doins "${WORKDIR}"/gentoo_ice/*
- docinto gentoo_ice
- dodoc "${WORKDIR}"/README
-}
diff --git a/media-sound/audacious/audacious-2.3_alpha2.ebuild b/media-sound/audacious/audacious-2.3_alpha2.ebuild
deleted file mode 100644
index dc81487f1982..000000000000
--- a/media-sound/audacious/audacious-2.3_alpha2.ebuild
+++ /dev/null
@@ -1,63 +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/audacious/audacious-2.3_alpha2.ebuild,v 1.1 2010/02/09 21:47:20 chainsaw Exp $
-
-MY_P="${P/_/-}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Audacious Player - Your music, your way, no exceptions"
-HOMEPAGE="http://audacious-media-player.org/"
-SRC_URI="http://distfiles.atheme.org/${MY_P}.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="altivec chardet debug nls libsamplerate session sse2"
-
-RDEPEND=">=dev-libs/dbus-glib-0.60
- >=dev-libs/glib-2.16
- >=dev-libs/libmcs-0.7.1-r2
- >=dev-libs/libmowgli-0.7.0
- dev-libs/libxml2
- >=x11-libs/cairo-1.2.6
- >=x11-libs/gtk+-2.14
- >=x11-libs/pango-1.8.0
- libsamplerate? ( media-libs/libsamplerate )
- session? ( x11-libs/libSM )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0
- nls? ( dev-util/intltool )"
-
-PDEPEND=">=media-plugins/audacious-plugins-2.3_alpha2"
-
-src_compile() {
- # D-Bus is a mandatory dependency, remote control,
- # session management and some plugins depend on this.
- # Building without D-Bus is *unsupported* and a USE-flag
- # will not be added due to the bug reports that will result.
- # Bugs #197894, #199069, #207330, #208606
- econf \
- --enable-dbus \
- $(use_enable altivec) \
- $(use_enable chardet) \
- $(use_enable debug) \
- $(use_enable nls) \
- $(use_enable session sm) \
- $(use_enable sse2) \
- $(use_enable libsamplerate samplerate) \
- || die
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc AUTHORS NEWS README
-
- # Gentoo_ice skin installation; bug #109772
- insinto /usr/share/audacious/Skins/gentoo_ice
- doins "${WORKDIR}"/gentoo_ice/*
- docinto gentoo_ice
- dodoc "${WORKDIR}"/README
-}