diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2008-01-29 13:53:43 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2008-01-29 13:53:43 +0000 |
commit | aeba81b335526eeb324c17860b876085b2371b53 (patch) | |
tree | 32255ba6be185ab15dc435776ef353714e90d82b /media-sound/audacious | |
parent | Remove now obsolete ebuilds. (diff) | |
download | gentoo-2-aeba81b335526eeb324c17860b876085b2371b53.tar.gz gentoo-2-aeba81b335526eeb324c17860b876085b2371b53.tar.bz2 gentoo-2-aeba81b335526eeb324c17860b876085b2371b53.zip |
Remove now obsolete ebuilds.
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.3.2.ebuild | 60 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.4.3.ebuild | 72 | ||||
-rw-r--r-- | media-sound/audacious/audacious-1.4.4.ebuild | 72 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.3.2 | 6 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.4.3 | 6 | ||||
-rw-r--r-- | media-sound/audacious/files/digest-audacious-1.4.4 | 6 |
7 files changed, 5 insertions, 223 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 5e2f713179a4..08c1adb296f3 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.141 2008/01/29 12:37:28 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.142 2008/01/29 13:53:42 chainsaw Exp $ + + 29 Jan 2008; Tony Vroon <chainsaw@gentoo.org> -audacious-1.3.2.ebuild, + -audacious-1.4.3.ebuild, -audacious-1.4.4.ebuild: + Remove now obsolete ebuilds. 29 Jan 2008; Samuli Suominen <drac@gentoo.org> audacious-1.4.5.ebuild: amd64 stable wrt #198820 diff --git a/media-sound/audacious/audacious-1.3.2.ebuild b/media-sound/audacious/audacious-1.3.2.ebuild deleted file mode 100644 index f494c77745df..000000000000 --- a/media-sound/audacious/audacious-1.3.2.ebuild +++ /dev/null @@ -1,60 +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/audacious/audacious-1.3.2.ebuild,v 1.8 2007/10/23 23:55:13 jer Exp $ - -inherit flag-o-matic - -DESCRIPTION="Audacious Player - Your music, your way, no exceptions" -HOMEPAGE="http://audacious-media-player.org/" -SRC_URI="http://static.audacious-media-player.org/release/${P}.tgz - mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="chardet nls" - -RDEPEND=">=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2.3.1 - >=dev-libs/libmcs-0.4.1 - dev-libs/libxml2 - media-libs/libsamplerate" - -DEPEND="${RDEPEND} - nls? ( dev-util/intltool ) - >=dev-util/pkgconfig-0.9.0" - -PDEPEND=">=media-plugins/audacious-plugins-1.3.1" - -src_compile() { - # Bug #42893 - replace-flags "-Os" "-O2" - # Bug #86689 - is-flag "-O*" || append-flags -O - - econf \ - --enable-mcs \ - --enable-samplerate \ - $(use_enable chardet) \ - $(use_enable nls) \ - || 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 -} - -pkg_postinst() { - elog "Note that you need to recompile *all* third-party plugins to use Audacious 1.3" - elog "Failure to do so may cause the player to crash. If you note any instability " - elog "you should unmerge all plugins (except for audacious-plugins) before you file a bug." -} diff --git a/media-sound/audacious/audacious-1.4.3.ebuild b/media-sound/audacious/audacious-1.4.3.ebuild deleted file mode 100644 index d98dd281bf9a..000000000000 --- a/media-sound/audacious/audacious-1.4.3.ebuild +++ /dev/null @@ -1,72 +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/audacious/audacious-1.4.3.ebuild,v 1.1 2007/12/03 15:50:47 chainsaw Exp $ - -inherit flag-o-matic - -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="chardet dbus nls libsamplerate" - -RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 ) - libsamplerate? ( media-libs/libsamplerate ) - >=dev-libs/libmcs-0.6.0 - >=dev-libs/libmowgli-0.5.0 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.10" - -DEPEND="${RDEPEND} - !media-plugins/audacious-plugins-ugly - >=dev-util/pkgconfig-0.9.0 - nls? ( dev-util/intltool )" - -PDEPEND=">=media-plugins/audacious-plugins-1.4.2" - -src_compile() { - econf \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable nls) \ - $(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 -} - -pkg_postinst() { - elog "Note that you need to recompile *all* third-party plugins for Audacious 1.4" - elog "Plugins compiled against 1.3 will not be loaded." - if ! useq dbus ; then - eerror "Unsupported configuration: D-Bus disabled" - ewarn "D-Bus has been disabled. Note that audtool will not be provided, you will not" - ewarn "be to able to get song information from scripts or control the player remotely." - ewarn "This configuration is provided for people heavily opposed to D-Bus that are able " - ewarn "to live with the loss of functionality that this implies. Reports about remote " - ewarn "control or multiple instances of Audacious being launched will be *closed*." - else - elog "Remote control is now only provided over D-Bus. Audacious offers both a private " - elog "interface and an MPRIS compliant interface on the bus. The older interface using " - elog "beepctrl.h is no longer present." - fi -} diff --git a/media-sound/audacious/audacious-1.4.4.ebuild b/media-sound/audacious/audacious-1.4.4.ebuild deleted file mode 100644 index 881ead463556..000000000000 --- a/media-sound/audacious/audacious-1.4.4.ebuild +++ /dev/null @@ -1,72 +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/audacious/audacious-1.4.4.ebuild,v 1.1 2007/12/03 18:00:35 chainsaw Exp $ - -inherit flag-o-matic - -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="chardet dbus nls libsamplerate" - -RDEPEND="dbus? ( >=dev-libs/dbus-glib-0.60 ) - libsamplerate? ( media-libs/libsamplerate ) - >=dev-libs/libmcs-0.6.0 - >=dev-libs/libmowgli-0.5.0 - dev-libs/libxml2 - >=gnome-base/libglade-2.3.1 - >=x11-libs/gtk+-2.6 - >=dev-libs/glib-2.10" - -DEPEND="${RDEPEND} - !media-plugins/audacious-plugins-ugly - >=dev-util/pkgconfig-0.9.0 - nls? ( dev-util/intltool )" - -PDEPEND=">=media-plugins/audacious-plugins-1.4.2" - -src_compile() { - econf \ - $(use_enable chardet) \ - $(use_enable dbus) \ - $(use_enable nls) \ - $(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 -} - -pkg_postinst() { - elog "Note that you need to recompile *all* third-party plugins for Audacious 1.4" - elog "Plugins compiled against 1.3 will not be loaded." - if ! useq dbus ; then - eerror "Unsupported configuration: D-Bus disabled" - ewarn "D-Bus has been disabled. Note that audtool will not be provided, you will not" - ewarn "be to able to get song information from scripts or control the player remotely." - ewarn "This configuration is provided for people heavily opposed to D-Bus that are able " - ewarn "to live with the loss of functionality that this implies. Reports about remote " - ewarn "control or multiple instances of Audacious being launched will be *closed*." - else - elog "Remote control is now only provided over D-Bus. Audacious offers both a private " - elog "interface and an MPRIS compliant interface on the bus. The older interface using " - elog "beepctrl.h is no longer present." - fi -} diff --git a/media-sound/audacious/files/digest-audacious-1.3.2 b/media-sound/audacious/files/digest-audacious-1.3.2 deleted file mode 100644 index c1ad445bc6af..000000000000 --- a/media-sound/audacious/files/digest-audacious-1.3.2 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 b784a30604a2f9d84e9da310069f43f9 audacious-1.3.2.tgz 1730554 -RMD160 f8fa933dd959ce02047bd27b01a9b8bc6cab08b8 audacious-1.3.2.tgz 1730554 -SHA256 ccc8a190d6e9b5f603bae55fc642ddb26fab285b5e76704592b7e95d82feeeef audacious-1.3.2.tgz 1730554 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 -RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 -SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 diff --git a/media-sound/audacious/files/digest-audacious-1.4.3 b/media-sound/audacious/files/digest-audacious-1.4.3 deleted file mode 100644 index 1b6ab3f00393..000000000000 --- a/media-sound/audacious/files/digest-audacious-1.4.3 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 114b94e95394b5d43d48e1caf7013e61 audacious-1.4.3.tgz 1839412 -RMD160 7d1b11846df9f2d298a81f249f96db3f467610e1 audacious-1.4.3.tgz 1839412 -SHA256 a489c79135a87cc9511977dcbd4e6baf21ced36f8416b5312c7f3ad6714eb246 audacious-1.4.3.tgz 1839412 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 -RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 -SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 diff --git a/media-sound/audacious/files/digest-audacious-1.4.4 b/media-sound/audacious/files/digest-audacious-1.4.4 deleted file mode 100644 index bd236185a722..000000000000 --- a/media-sound/audacious/files/digest-audacious-1.4.4 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 8dbb98afab832b49485d87c5a8d95da3 audacious-1.4.4.tgz 1839420 -RMD160 39058c66ea605e2ddc79dd1f91ff3dd0e0c0ee23 audacious-1.4.4.tgz 1839420 -SHA256 3af5da0a5b526d609ea72eb7111dab1239d345aa05b5a4f12ceaada308b1b4d2 audacious-1.4.4.tgz 1839420 -MD5 41eababfa8bad11e9e34e467cdfb86be gentoo_ice-xmms-0.2.tar.bz2 51839 -RMD160 11439cbebf8c6dc5745c8593a79e88303d094544 gentoo_ice-xmms-0.2.tar.bz2 51839 -SHA256 d1be63368b76f4a8b1d5b0e955cd7a77177f56a7f0b828c6603d8fd2836422b1 gentoo_ice-xmms-0.2.tar.bz2 51839 |