summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2007-03-09 14:58:02 +0000
committerTony Vroon <chainsaw@gentoo.org>2007-03-09 14:58:02 +0000
commit82494c6254848fa177cea5dec5f27655f6514d02 (patch)
tree2ecbb649dca63082aa2d19cf411e55e8507c3ec8 /media-sound
parentSpring cleaning. (diff)
downloadgentoo-2-82494c6254848fa177cea5dec5f27655f6514d02.tar.gz
gentoo-2-82494c6254848fa177cea5dec5f27655f6514d02.tar.bz2
gentoo-2-82494c6254848fa177cea5dec5f27655f6514d02.zip
Spring cleaning. Still awaiting alpha stable keywords on 1.2.2
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/audacious/ChangeLog7
-rw-r--r--media-sound/audacious/audacious-1.2.0_rc1.ebuild55
-rw-r--r--media-sound/audacious/audacious-1.2.0_rc3.ebuild54
-rw-r--r--media-sound/audacious/audacious-1.2.1.ebuild54
-rw-r--r--media-sound/audacious/audacious-1.3.0.ebuild60
-rw-r--r--media-sound/audacious/files/digest-audacious-1.2.0_rc16
-rw-r--r--media-sound/audacious/files/digest-audacious-1.2.0_rc36
-rw-r--r--media-sound/audacious/files/digest-audacious-1.2.16
-rw-r--r--media-sound/audacious/files/digest-audacious-1.3.06
9 files changed, 6 insertions, 248 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index 5ae6aed952d2..6c62d72897f6 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/audacious
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.111 2007/03/08 13:58:57 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.112 2007/03/09 14:58:02 chainsaw Exp $
+
+ 09 Mar 2007; Tony Vroon <chainsaw@gentoo.org> -audacious-1.2.0_rc1.ebuild,
+ -audacious-1.2.0_rc3.ebuild, -audacious-1.2.1.ebuild,
+ -audacious-1.3.0.ebuild:
+ Spring cleaning. Still awaiting alpha stable keywords on 1.2.2
08 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org>
audacious-1.3.0-r1.ebuild:
diff --git a/media-sound/audacious/audacious-1.2.0_rc1.ebuild b/media-sound/audacious/audacious-1.2.0_rc1.ebuild
deleted file mode 100644
index f31550ad4674..000000000000
--- a/media-sound/audacious/audacious-1.2.0_rc1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.2.0_rc1.ebuild,v 1.3 2006/10/24 09:56:53 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://audacious-media-player.org/release/${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"
-IUSE="chardet nls gnome"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libglade-2.3.1
- dev-libs/libxml2
- >=media-libs/taglib-1.4-r1
- gnome? ( >=gnome-base/gconf-2.6.0 )"
-
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- >=dev-util/pkgconfig-0.9.0"
-
-PDEPEND="media-plugins/audacious-plugins"
-
-src_compile() {
- # Bug #42893
- replace-flags "-Os" "-O2"
- # Bug #86689
- is-flag "-O*" || append-flags -O
-
- econf \
- $(use_enable chardet) \
- $(use_enable nls) \
- $(use_enable gnome gconf) \
- || 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-1.2.0_rc3.ebuild b/media-sound/audacious/audacious-1.2.0_rc3.ebuild
deleted file mode 100644
index c64a30a1611f..000000000000
--- a/media-sound/audacious/audacious-1.2.0_rc3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.2.0_rc3.ebuild,v 1.2 2006/10/24 09:56:53 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://audacious-media-player.org/release/${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"
-IUSE="chardet nls gnome"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libglade-2.3.1
- dev-libs/libxml2
- gnome? ( >=gnome-base/gconf-2.6.0 )"
-
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- >=dev-util/pkgconfig-0.9.0"
-
-PDEPEND="media-plugins/audacious-plugins"
-
-src_compile() {
- # Bug #42893
- replace-flags "-Os" "-O2"
- # Bug #86689
- is-flag "-O*" || append-flags -O
-
- econf \
- $(use_enable chardet) \
- $(use_enable nls) \
- $(use_enable gnome gconf) \
- || 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-1.2.1.ebuild b/media-sound/audacious/audacious-1.2.1.ebuild
deleted file mode 100644
index 81d678a9ba5d..000000000000
--- a/media-sound/audacious/audacious-1.2.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-1.2.1.ebuild,v 1.6 2006/11/17 13:34:55 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://audacious-media-player.org/release/${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 nls gnome"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libglade-2.3.1
- dev-libs/libxml2
- gnome? ( >=gnome-base/gconf-2.6.0 )"
-
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- >=dev-util/pkgconfig-0.9.0"
-
-PDEPEND=">=media-plugins/audacious-plugins-1.2.2"
-
-src_compile() {
- # Bug #42893
- replace-flags "-Os" "-O2"
- # Bug #86689
- is-flag "-O*" || append-flags -O
-
- econf \
- $(use_enable chardet) \
- $(use_enable nls) \
- $(use_enable gnome gconf) \
- || 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-1.3.0.ebuild b/media-sound/audacious/audacious-1.3.0.ebuild
deleted file mode 100644
index f28c43e53e27..000000000000
--- a/media-sound/audacious/audacious-1.3.0.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.0.ebuild,v 1.1 2007/03/02 16:43: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://static.audacious-media-player.org/release/${MY_P}.tgz
- mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
-IUSE="chardet nls"
-
-RDEPEND=">=x11-libs/gtk+-2.6
- >=gnome-base/libglade-2.3.1
- >=dev-libs/libmcs-0.4.1
- dev-libs/libxml2"
-
-DEPEND="${RDEPEND}
- nls? ( dev-util/intltool )
- >=dev-util/pkgconfig-0.9.0"
-
-PDEPEND=">=media-plugins/audacious-plugins-1.3.0"
-
-src_compile() {
- # Bug #42893
- replace-flags "-Os" "-O2"
- # Bug #86689
- is-flag "-O*" || append-flags -O
-
- econf \
- --enable-mcs \
- $(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/files/digest-audacious-1.2.0_rc1 b/media-sound/audacious/files/digest-audacious-1.2.0_rc1
deleted file mode 100644
index 450cf6a9402f..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.2.0_rc1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 2329efc80cbafd836f40a0838fe753aa audacious-1.2.0-rc1.tgz 1772794
-RMD160 949cd0737830bd8929086dc9900c185998d7fbb2 audacious-1.2.0-rc1.tgz 1772794
-SHA256 29706fbf51794a492077d94379c2a764918331b3442f144186f427f5bbbf3b5a audacious-1.2.0-rc1.tgz 1772794
-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.2.0_rc3 b/media-sound/audacious/files/digest-audacious-1.2.0_rc3
deleted file mode 100644
index 6c56913245ee..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.2.0_rc3
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 905d18c8cfb1ed1b6e60dd783534ce05 audacious-1.2.0-rc3.tgz 1845965
-RMD160 4887340b23a1da755c8b4c5b2f8bd5e11ef2251f audacious-1.2.0-rc3.tgz 1845965
-SHA256 04357a11e151bc689c08e6511a70223d614844011beb373069408f0d68a654e4 audacious-1.2.0-rc3.tgz 1845965
-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.2.1 b/media-sound/audacious/files/digest-audacious-1.2.1
deleted file mode 100644
index 94e302a31397..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.2.1
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 f718f66ec0cab46bf6210d2243d12be1 audacious-1.2.1.tgz 1844989
-RMD160 fc52f845bea32b184ea7f34790c811cff11514f1 audacious-1.2.1.tgz 1844989
-SHA256 8029c23074fde0501ff055cecd3549c96dd28f251c845023973f50573b91f805 audacious-1.2.1.tgz 1844989
-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.3.0 b/media-sound/audacious/files/digest-audacious-1.3.0
deleted file mode 100644
index a53d03e152d1..000000000000
--- a/media-sound/audacious/files/digest-audacious-1.3.0
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 8f0245cdf12258c0ff3ac63503473241 audacious-1.3.0.tgz 1745980
-RMD160 1bc57dacf7cf7908768247271b8b712597e69109 audacious-1.3.0.tgz 1745980
-SHA256 64cb7cd74224b34ccd0acffe20236ef4df970f3b8c8fe788e5ea8811cc197979 audacious-1.3.0.tgz 1745980
-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