diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:19:51 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-24 11:19:51 +0000 |
commit | 806c57634e9627b5e07b303dd79d4d5d94caa7d2 (patch) | |
tree | 02422fca5b22efe3390e9d63dc9aa6164788a64c | |
parent | fix a var (diff) | |
download | gentoo-2-806c57634e9627b5e07b303dd79d4d5d94caa7d2.tar.gz gentoo-2-806c57634e9627b5e07b303dd79d4d5d94caa7d2.tar.bz2 gentoo-2-806c57634e9627b5e07b303dd79d4d5d94caa7d2.zip |
Adding IUSE
-rw-r--r-- | x11-misc/icebgset/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.0.ebuild | 3 | ||||
-rw-r--r-- | x11-misc/icebgset/icebgset-1.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/icecc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.6.ebuild | 5 |
5 files changed, 16 insertions, 8 deletions
diff --git a/x11-misc/icebgset/ChangeLog b/x11-misc/icebgset/ChangeLog index 5d3224f3c975..7b951ae7df75 100644 --- a/x11-misc/icebgset/ChangeLog +++ b/x11-misc/icebgset/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icebgset # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.10 2004/03/21 09:49:29 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/ChangeLog,v 1.11 2004/03/24 11:15:08 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> icebgset-1.1.ebuild: + Adding IUSE 21 Mar 2004; Martin Holzer <mholzer@gentoo.org> icebgset-1.0.ebuild, icebgset-1.1.ebuild: diff --git a/x11-misc/icebgset/icebgset-1.0.ebuild b/x11-misc/icebgset/icebgset-1.0.ebuild index e9fe97426569..3d618f5729c2 100644 --- a/x11-misc/icebgset/icebgset-1.0.ebuild +++ b/x11-misc/icebgset/icebgset-1.0.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/icebgset/icebgset-1.0.ebuild,v 1.4 2004/03/21 09:49:29 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.0.ebuild,v 1.5 2004/03/24 11:15:08 phosphan Exp $ DESCRIPTION="IceWM background editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" DEPEND=">=x11-libs/qt-3.0.0" diff --git a/x11-misc/icebgset/icebgset-1.1.ebuild b/x11-misc/icebgset/icebgset-1.1.ebuild index 27a9bd070d0d..abd4ae294a64 100644 --- a/x11-misc/icebgset/icebgset-1.1.ebuild +++ b/x11-misc/icebgset/icebgset-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-misc/icebgset/icebgset-1.1.ebuild,v 1.3 2004/03/21 09:49:29 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-1.1.ebuild,v 1.4 2004/03/24 11:15:08 phosphan Exp $ DESCRIPTION="IceWM background editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -9,7 +9,7 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=x11-libs/qt-3.0.0" - +IUSE="" SLOT="0" src_compile () { diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog index e3b679d777a0..a5cde82e918e 100644 --- a/x11-misc/icecc/ChangeLog +++ b/x11-misc/icecc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icecc -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.14 2003/10/21 08:26:51 phosphan Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.15 2004/03/24 11:19:51 phosphan Exp $ + + 24 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> icecc-2.6.ebuild: + Adding IUSE *icecc-2.6 (21 Oct 2003) diff --git a/x11-misc/icecc/icecc-2.6.ebuild b/x11-misc/icecc/icecc-2.6.ebuild index 6b055f6022c0..8e32b92711d2 100644 --- a/x11-misc/icecc/icecc-2.6.ebuild +++ b/x11-misc/icecc/icecc-2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.6.ebuild,v 1.2 2003/11/21 07:04:10 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.6.ebuild,v 1.3 2004/03/24 11:19:51 phosphan Exp $ inherit eutils @@ -10,6 +10,7 @@ HOMEPAGE="http://icecc.sourceforge.net/" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" SLOT="0" DEPEND=">=x11-libs/qt-3.0.0" |