diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2010-04-06 20:08:15 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2010-04-06 20:08:15 +0000 |
commit | 0c44ebc95c8baf570c5d0133a326f511256eeca2 (patch) | |
tree | a8a672d823debf7495a7fe0d49bd2a1bfa0466d7 /media-sound/audacious | |
parent | Version bump (bug #304409). Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-0c44ebc95c8baf570c5d0133a326f511256eeca2.tar.gz gentoo-2-0c44ebc95c8baf570c5d0133a326f511256eeca2.tar.bz2 gentoo-2-0c44ebc95c8baf570c5d0133a326f511256eeca2.zip |
The new and improved Audacious release with extensive bug fixes. A big thank you to all upstream reporters.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/audacious')
-rw-r--r-- | media-sound/audacious/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/audacious/audacious-2.3.ebuild (renamed from media-sound/audacious/audacious-2.3_rc1.ebuild) | 8 |
2 files changed, 10 insertions, 7 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 59e20aa7fe80..514a7c902578 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,13 @@ # 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.201 2010/04/05 20:42:51 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.202 2010/04/06 20:08:15 chainsaw Exp $ + +*audacious-2.3 (06 Apr 2010) + + 06 Apr 2010; <chainsaw@gentoo.org> -audacious-2.3_rc1.ebuild, + +audacious-2.3.ebuild: + The new and improved Audacious release with extensive bug fixes. A big + thank you to all upstream reporters. *audacious-2.3_rc1 (05 Apr 2010) diff --git a/media-sound/audacious/audacious-2.3_rc1.ebuild b/media-sound/audacious/audacious-2.3.ebuild index 014e02f7aa1b..46993d52565f 100644 --- a/media-sound/audacious/audacious-2.3_rc1.ebuild +++ b/media-sound/audacious/audacious-2.3.ebuild @@ -1,6 +1,6 @@ # 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_rc1.ebuild,v 1.1 2010/04/05 20:42:51 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-2.3.ebuild,v 1.1 2010/04/06 20:08:15 chainsaw Exp $ MY_P="${P/_/-}" S="${WORKDIR}/${MY_P}" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9.0 nls? ( dev-util/intltool )" -PDEPEND=">=media-plugins/audacious-plugins-2.3_rc1" +PDEPEND=">=media-plugins/audacious-plugins-2.3" src_compile() { # D-Bus is a mandatory dependency, remote control, @@ -59,7 +59,3 @@ src_install() { docinto gentoo_ice dodoc "${WORKDIR}"/README } - -pkg_postinst() { - einfo "Your bug reports for this release candidate should go upstream: http://jira.atheme.org/" -} |