diff options
author | Christian Birchinger <joker@gentoo.org> | 2007-02-02 14:18:23 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2007-02-02 14:18:23 +0000 |
commit | 702b6ea90b02d5c2bbf83c0ab1ca455eebb8a290 (patch) | |
tree | af309412c0562cc739e3bd69f971a11696ed9744 /media-plugins/audacious-dumb | |
parent | Version bump (diff) | |
download | historical-702b6ea90b02d5c2bbf83c0ab1ca455eebb8a290.tar.gz historical-702b6ea90b02d5c2bbf83c0ab1ca455eebb8a290.tar.bz2 historical-702b6ea90b02d5c2bbf83c0ab1ca455eebb8a290.zip |
Removed old version. Adjusted DEPEND because this plugin version wont work with Audacious 1.3 final.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'media-plugins/audacious-dumb')
-rw-r--r-- | media-plugins/audacious-dumb/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/audacious-dumb/audacious-dumb-0.24.ebuild | 7 |
2 files changed, 11 insertions, 5 deletions
diff --git a/media-plugins/audacious-dumb/ChangeLog b/media-plugins/audacious-dumb/ChangeLog index 12d119cdba7b..67b746498b6b 100644 --- a/media-plugins/audacious-dumb/ChangeLog +++ b/media-plugins/audacious-dumb/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/audacious-dumb -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v 1.9 2006/11/07 08:01:19 blubb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/ChangeLog,v 1.10 2007/02/02 14:18:23 joker Exp $ + + 02 Feb 2007; Christian Birchinger <joker@gentoo.org> + -audacious-dumb-0.10.ebuild, audacious-dumb-0.24.ebuild: + Removed old version. Adjusted DEPEND because this plugin version wont work + with Audacious 1.3 final. 07 Nov 2006; <blubb@gentoo.org> audacious-dumb-0.24.ebuild: stable on amd64 diff --git a/media-plugins/audacious-dumb/audacious-dumb-0.24.ebuild b/media-plugins/audacious-dumb/audacious-dumb-0.24.ebuild index 9957a18190c3..871b8c02ad00 100644 --- a/media-plugins/audacious-dumb/audacious-dumb-0.24.ebuild +++ b/media-plugins/audacious-dumb/audacious-dumb-0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/audacious-dumb-0.24.ebuild,v 1.3 2006/11/07 08:01:19 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-dumb/audacious-dumb-0.24.ebuild,v 1.4 2007/02/02 14:18:23 joker Exp $ DESCRIPTION="Audacious Plug-in for accurate, high-quality IT/XM/S3M/MOD playback" HOMEPAGE="http://www.netswarm.net/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=media-sound/audacious-1.1 +# Plugin will stop working after 1.3.0_alpha3 due to API changes +DEPEND="<=media-sound/audacious-1.3.0_alpha3 >=media-libs/dumb-0.9.3" src_install() { |