diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:14:40 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:14:40 +0000 |
commit | f2c5065d1b5e1a5fdc819bfe6908cba340c4e3b4 (patch) | |
tree | 268d26e4fb12c9807e08a1cb0462a521528e35f2 /x11-wm/oroborus | |
parent | lintool (diff) | |
download | gentoo-2-f2c5065d1b5e1a5fdc819bfe6908cba340c4e3b4.tar.gz gentoo-2-f2c5065d1b5e1a5fdc819bfe6908cba340c4e3b4.tar.bz2 gentoo-2-f2c5065d1b5e1a5fdc819bfe6908cba340c4e3b4.zip |
Added IUSE
Diffstat (limited to 'x11-wm/oroborus')
-rw-r--r-- | x11-wm/oroborus/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.4-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/oroborus/oroborus-2.0.7.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-wm/oroborus/ChangeLog b/x11-wm/oroborus/ChangeLog index 2866ebab91ae..1a0b477dd62b 100644 --- a/x11-wm/oroborus/ChangeLog +++ b/x11-wm/oroborus/ChangeLog @@ -1,14 +1,20 @@ # ChangeLog for x11-wm/oroborus # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.2 2002/08/19 18:44:23 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/ChangeLog,v 1.3 2002/10/17 13:14:40 aliz Exp $ *oroborus-2.0.7 (19 Aug 2002) + 17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> oroborus-2.0.7.ebuild : + Added IUSE. + 19 Aug 2002; Maik Schreiber <blizzy@gentoo.org> : New version, closes bug #5776. *oroborus-2.0.4-r1 (01 Feb 2002) + 17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> oroborus-2.0.4-r1.ebuild : + Added IUSE. + 01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild index bf7a53513f50..01728d7aa38f 100644 --- a/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.7 2002/10/04 06:48:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.4-r1.ebuild,v 1.8 2002/10/17 13:14:40 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Yet another window manager" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.kensden.pwp.blueyonder.co.uk/Oroborus" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc sparc64" - +IUSE="gnome" DEPEND="virtual/x11" diff --git a/x11-wm/oroborus/oroborus-2.0.7.ebuild b/x11-wm/oroborus/oroborus-2.0.7.ebuild index e3cd01db1e0d..3a53f12cf7ad 100644 --- a/x11-wm/oroborus/oroborus-2.0.7.ebuild +++ b/x11-wm/oroborus/oroborus-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.7.ebuild,v 1.2 2002/10/04 06:48:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/oroborus/oroborus-2.0.7.ebuild,v 1.3 2002/10/17 13:14:40 aliz Exp $ DESCRIPTION="Small and fast window manager." HOMEPAGE="http://www.dreamind.de/oroborus.shtml" @@ -8,7 +8,7 @@ SRC_URI="http://www.dreamind.de/debian/dists/sid/main/source/x11/${P/-/_}-1.tar. LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" - +IUSE="gnome" RDEPEND="virtual/x11" DEPEND="${RDEPEND}" |