diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:35:38 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:35:38 +0000 |
commit | 3ed62e2c52c5934c62d7177d94850373e5881e8d (patch) | |
tree | b9550449cc1ecfd808a50d7d7a6070d47cffd105 /x11-misc | |
parent | Stable for x86 (Manifest recommit) (diff) | |
download | gentoo-2-3ed62e2c52c5934c62d7177d94850373e5881e8d.tar.gz gentoo-2-3ed62e2c52c5934c62d7177d94850373e5881e8d.tar.bz2 gentoo-2-3ed62e2c52c5934c62d7177d94850373e5881e8d.zip |
Adding IUSE
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/icewm-tools/icewm-tools-2.6.3.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/icewm-tools/icewm-tools-2.6.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/icewoed/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icewoed/icewoed-1.5.ebuild | 3 |
4 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/icewm-tools/icewm-tools-2.6.3.ebuild b/x11-misc/icewm-tools/icewm-tools-2.6.3.ebuild index 808ae7033c9a..01161c04f601 100644 --- a/x11-misc/icewm-tools/icewm-tools-2.6.3.ebuild +++ b/x11-misc/icewm-tools/icewm-tools-2.6.3.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewm-tools/icewm-tools-2.6.3.ebuild,v 1.1 2004/02/04 12:57:42 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewm-tools/icewm-tools-2.6.3.ebuild,v 1.2 2004/03/24 11:30:50 phosphan Exp $ DESCRIPTION="Convenience package for IceWM control center and tools" SRC_URI="" HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="~x86" +IUSE="" DEPEND=">=x11-misc/icebgset-1.1 >=x11-misc/icecc-2.6 diff --git a/x11-misc/icewm-tools/icewm-tools-2.6.ebuild b/x11-misc/icewm-tools/icewm-tools-2.6.ebuild index c96b3cad2e7e..c183669d87a7 100644 --- a/x11-misc/icewm-tools/icewm-tools-2.6.ebuild +++ b/x11-misc/icewm-tools/icewm-tools-2.6.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewm-tools/icewm-tools-2.6.ebuild,v 1.2 2003/11/21 07:06:37 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewm-tools/icewm-tools-2.6.ebuild,v 1.3 2004/03/24 11:30:50 phosphan Exp $ DESCRIPTION="Convenience package for IceWM control center and tools" SRC_URI="" HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" DEPEND=">=x11-misc/icebgset-1.0 >=x11-misc/icecc-2.6 diff --git a/x11-misc/icewoed/ChangeLog b/x11-misc/icewoed/ChangeLog index 615363514b97..b4d1fcace752 100644 --- a/x11-misc/icewoed/ChangeLog +++ b/x11-misc/icewoed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icewoed # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.7 2004/03/21 09:43:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/ChangeLog,v 1.8 2004/03/24 11:35:38 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> icewoed-1.5.ebuild: + Adding IUSE 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> icewoed-1.5.ebuild: adding categorie. see 45110 for details diff --git a/x11-misc/icewoed/icewoed-1.5.ebuild b/x11-misc/icewoed/icewoed-1.5.ebuild index 141ef06c069c..3782060d43bb 100644 --- a/x11-misc/icewoed/icewoed-1.5.ebuild +++ b/x11-misc/icewoed/icewoed-1.5.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.5.ebuild,v 1.2 2004/03/21 09:43:32 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icewoed/icewoed-1.5.ebuild,v 1.3 2004/03/24 11:35:38 phosphan Exp $ DESCRIPTION="IceWM winoptions editor." SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" HOMEPAGE="http://icecc.sourceforge.net/" +IUSE="" DEPEND=">=x11-libs/qt-3.0.0" |