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/alloy | |
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/alloy')
-rw-r--r-- | x11-themes/alloy/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.3.ebuild | 3 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.4.1a.ebuild | 4 | ||||
-rw-r--r-- | x11-themes/alloy/alloy-0.5.ebuild | 4 |
4 files changed, 11 insertions, 6 deletions
diff --git a/x11-themes/alloy/ChangeLog b/x11-themes/alloy/ChangeLog index ed65cfb70194..e6feb8ceb587 100644 --- a/x11-themes/alloy/ChangeLog +++ b/x11-themes/alloy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/alloy # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.4 2004/03/30 10:31:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/ChangeLog,v 1.5 2004/04/17 12:26:49 aliz Exp $ + + 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> alloy-0.3.ebuild, + alloy-0.4.1a.ebuild, alloy-0.5.ebuild: + Added IUSE= 30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> alloy-0.3.ebuild: don't assign default to S diff --git a/x11-themes/alloy/alloy-0.3.ebuild b/x11-themes/alloy/alloy-0.3.ebuild index 8d7ef1120b35..1313d736e038 100644 --- a/x11-themes/alloy/alloy-0.3.ebuild +++ b/x11-themes/alloy/alloy-0.3.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/alloy/alloy-0.3.ebuild,v 1.5 2004/03/30 10:31:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.3.ebuild,v 1.6 2004/04/17 12:26:49 aliz Exp $ inherit kde-base need-kde 3.1 @@ -12,6 +12,7 @@ LICENSE="GPL-2" SLOT="0" DEPEND="kde-base/kdebase" KEYWORDS="~x86 ~ppc ~sparc ~alpha" +IUSE="" src_compile(){ ./configure --prefix=$KDEDIR || die diff --git a/x11-themes/alloy/alloy-0.4.1a.ebuild b/x11-themes/alloy/alloy-0.4.1a.ebuild index 2ee0072ab86c..9df9b332cbb4 100644 --- a/x11-themes/alloy/alloy-0.4.1a.ebuild +++ b/x11-themes/alloy/alloy-0.4.1a.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/alloy/alloy-0.4.1a.ebuild,v 1.2 2004/03/03 16:33:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.4.1a.ebuild,v 1.3 2004/04/17 12:26:49 aliz Exp $ inherit kde need-kde 3.1 @@ -8,7 +8,7 @@ need-kde 3.1 DESCRIPTION="A neat KDE 3.1 style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)." HOMEPAGE="http://www.kdelook.org/content/show.php?content=6304" SRC_URI="http://www.kdelook.org/content/files/6304-${P}.tar.gz" - +IUSE="" LICENSE="GPL-2" SLOT="0" DEPEND="kde-base/kdebase" diff --git a/x11-themes/alloy/alloy-0.5.ebuild b/x11-themes/alloy/alloy-0.5.ebuild index 5f2a41f10ee8..52edac433db2 100644 --- a/x11-themes/alloy/alloy-0.5.ebuild +++ b/x11-themes/alloy/alloy-0.5.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/alloy/alloy-0.5.ebuild,v 1.2 2004/03/03 16:33:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/alloy/alloy-0.5.ebuild,v 1.3 2004/04/17 12:26:49 aliz Exp $ inherit kde need-kde 3.2 @@ -8,7 +8,7 @@ need-kde 3.2 DESCRIPTION="A neat KDE style based on the Java Alloy Look&Feel from Incors (http://www.incors.com)." HOMEPAGE="http://www.kde-look.org/content/show.php?content=10605" SRC_URI="http://www.kde-look.org/content/files/10605-${P}.tar.bz2" - +IUSE="" LICENSE="GPL-2" SLOT="0" DEPEND=">=kde-base/kdebase-3.2 |