diff options
author | Christian Birchinger <joker@gentoo.org> | 2008-06-02 11:17:57 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2008-06-02 11:17:57 +0000 |
commit | 6d8caabf1d2c64ec5dc6915b116041e88d83fb60 (patch) | |
tree | 6c8403f178dd0b8f0022777e741eac30a12b134a /media-plugins/audacious-xosd | |
parent | alpha/ia64/sparc stable wrt #222643 (diff) | |
download | gentoo-2-6d8caabf1d2c64ec5dc6915b116041e88d83fb60.tar.gz gentoo-2-6d8caabf1d2c64ec5dc6915b116041e88d83fb60.tar.bz2 gentoo-2-6d8caabf1d2c64ec5dc6915b116041e88d83fb60.zip |
Added IUSE
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/audacious-xosd')
-rw-r--r-- | media-plugins/audacious-xosd/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/media-plugins/audacious-xosd/ChangeLog b/media-plugins/audacious-xosd/ChangeLog index 5981930fb2a5..38de372c9634 100644 --- a/media-plugins/audacious-xosd/ChangeLog +++ b/media-plugins/audacious-xosd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/audacious-xosd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/ChangeLog,v 1.12 2008/05/06 12:07:29 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/ChangeLog,v 1.13 2008/06/02 11:17:57 joker Exp $ + + 02 Jun 2008; Christian Birchinger <joker@gentoo.org> + audacious-xosd-0.9.ebuild: + Added IUSE 06 May 2008; Christian Birchinger <joker@gentoo.org> audacious-xosd-0.9.ebuild: diff --git a/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild b/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild index 4d19dcfa9734..57cbd14b8617 100644 --- a/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild +++ b/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild,v 1.3 2008/05/06 12:07:29 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-xosd/audacious-xosd-0.9.ebuild,v 1.4 2008/06/02 11:17:57 joker Exp $ DESCRIPTION="Audacious plugin for overlaying text/glyphs in X-On-Screen-Display" HOMEPAGE="http://www.netswarm.net/" SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz" +IUSE="" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" |