diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 12:26:49 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 12:26:49 +0000 |
commit | 01df37e676b9ef871d0ec4b365991651eeac4c2c (patch) | |
tree | 36ed05214d5a03c4b7ba87bf6c6066d3405052d5 /x11-themes/fusionx-aqua | |
parent | Added dependencies for xmltv-0.5.32 (Manifest recommit) (diff) | |
download | gentoo-2-01df37e676b9ef871d0ec4b365991651eeac4c2c.tar.gz gentoo-2-01df37e676b9ef871d0ec4b365991651eeac4c2c.tar.bz2 gentoo-2-01df37e676b9ef871d0ec4b365991651eeac4c2c.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-themes/fusionx-aqua')
-rw-r--r-- | x11-themes/fusionx-aqua/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-themes/fusionx-aqua/ChangeLog b/x11-themes/fusionx-aqua/ChangeLog index a1d65ff60a58..7f6a7f19bca8 100644 --- a/x11-themes/fusionx-aqua/ChangeLog +++ b/x11-themes/fusionx-aqua/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/fusionx-aqua # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.2 2004/03/14 17:32:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/ChangeLog,v 1.3 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> fusionx-aqua-1.1.ebuild: + Added IUSE. 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> fusionx-aqua-1.1.ebuild: diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild index 67b4f2e5b31f..981baf7cb621 100644 --- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild +++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.4 2004/03/14 17:32:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.5 2004/04/17 12:26:49 aliz Exp $ inherit kde need-kde 3.1 @@ -10,7 +10,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="stylish \"Fusion X Aqua\" theme for KDE" HOMEPAGE="http://www.kdelook.org/content/show.php?content=5296" SRC_URI="http://www.kdelook.org/content/files/5296-${MY_P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" |