diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 22:04:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-28 22:04:21 +0000 |
commit | cbd67b98f14fcbe3c5b1f764e31d49f30acf21d7 (patch) | |
tree | b6e77bc487144e1f29c51702f20aa63f8871b672 | |
parent | fwdport uclibc updates from 3.3.4 (Manifest recommit) (diff) | |
download | gentoo-2-cbd67b98f14fcbe3c5b1f764e31d49f30acf21d7.tar.gz gentoo-2-cbd67b98f14fcbe3c5b1f764e31d49f30acf21d7.tar.bz2 gentoo-2-cbd67b98f14fcbe3c5b1f764e31d49f30acf21d7.zip |
sync IUSE
-rw-r--r-- | x11-terms/powershell/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/powershell/powershell-0.8.ebuild | 3 | ||||
-rw-r--r-- | x11-terms/root-tail/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/root-tail/root-tail-0.0.10.ebuild | 3 |
4 files changed, 12 insertions, 4 deletions
diff --git a/x11-terms/powershell/ChangeLog b/x11-terms/powershell/ChangeLog index 256b50ccfed4..a65b7215673e 100644 --- a/x11-terms/powershell/ChangeLog +++ b/x11-terms/powershell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/powershell # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/powershell/ChangeLog,v 1.6 2004/06/24 23:22:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/powershell/ChangeLog,v 1.7 2004/06/28 22:01:34 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> powershell-0.8.ebuild: + sync IUSE 19 Jun 2004; <pyrania@gentoo.org> powershell-0.9_pre3.ebuild: Added IUSE. diff --git a/x11-terms/powershell/powershell-0.8.ebuild b/x11-terms/powershell/powershell-0.8.ebuild index e68760ad4330..1f962507fb50 100644 --- a/x11-terms/powershell/powershell-0.8.ebuild +++ b/x11-terms/powershell/powershell-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/powershell/powershell-0.8.ebuild,v 1.10 2004/06/24 23:22:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/powershell/powershell-0.8.ebuild,v 1.11 2004/06/28 22:01:34 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Terminal emulator, supports multiple terminals in a single window" @@ -10,6 +10,7 @@ HOMEPAGE="http://powershell.sourceforge.net" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1" diff --git a/x11-terms/root-tail/ChangeLog b/x11-terms/root-tail/ChangeLog index cd82f0c2bd10..c0f2aba08725 100644 --- a/x11-terms/root-tail/ChangeLog +++ b/x11-terms/root-tail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/root-tail # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.14 2004/06/24 23:22:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/ChangeLog,v 1.15 2004/06/28 22:04:21 agriffis Exp $ + + 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> root-tail-0.0.10.ebuild: + sync IUSE 19 Jun 2004; <pyrania@gentoo.org> root-tail-0.9.ebuild, root-tail-1.1.ebuild: diff --git a/x11-terms/root-tail/root-tail-0.0.10.ebuild b/x11-terms/root-tail/root-tail-0.0.10.ebuild index 9069fbee9bff..9700bcea0163 100644 --- a/x11-terms/root-tail/root-tail-0.0.10.ebuild +++ b/x11-terms/root-tail/root-tail-0.0.10.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.0.10.ebuild,v 1.15 2004/06/24 23:22:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/root-tail/root-tail-0.0.10.ebuild,v 1.16 2004/06/28 22:04:21 agriffis Exp $ DESCRIPTION="Terminal to display (multiple) log files on the root window" SRC_URI="http://www.goof.com/pcg/marc/data/${P}.tar.gz" HOMEPAGE="http://www.var.cx/root-tail/" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" LICENSE="GPL-2" DEPEND="virtual/x11" |