diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2004-08-21 17:09:35 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2004-08-21 17:09:35 +0000 |
commit | 733ae75ac22dea034fd36bb2154128c889fed151 (patch) | |
tree | 9a5742a8c5cc1f93fa2648b574bc6fc7c2e7042e /x11-misc/root-portal | |
parent | + rdepend on openssh (Manifest recommit) (diff) | |
download | gentoo-2-733ae75ac22dea034fd36bb2154128c889fed151.tar.gz gentoo-2-733ae75ac22dea034fd36bb2154128c889fed151.tar.bz2 gentoo-2-733ae75ac22dea034fd36bb2154128c889fed151.zip |
ORBit2 move
Diffstat (limited to 'x11-misc/root-portal')
-rw-r--r-- | x11-misc/root-portal/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.4.11.ebuild | 10 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.5.0.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog index a4c39e5d782c..e78374fec47f 100644 --- a/x11-misc/root-portal/ChangeLog +++ b/x11-misc/root-portal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/root-portal # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.12 2004/06/24 22:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.13 2004/08/21 17:09:35 spider Exp $ + + 21 Aug 2004; <spider@gentoo.org> root-portal-0.4.11.ebuild, + root-portal-0.5.0.ebuild: + ORBit[,2] -> orbit DEPEND change 01 Jun 2004; Brandon Hale <tseng@gentoo.org> root-portal-0.4.11.ebuild: Fixed IUSE diff --git a/x11-misc/root-portal/root-portal-0.4.11.ebuild b/x11-misc/root-portal/root-portal-0.4.11.ebuild index 1701645893ce..915369ec45b1 100644 --- a/x11-misc/root-portal/root-portal-0.4.11.ebuild +++ b/x11-misc/root-portal/root-portal-0.4.11.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-misc/root-portal/root-portal-0.4.11.ebuild,v 1.9 2004/06/24 22:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.4.11.ebuild,v 1.10 2004/08/21 17:09:35 spider Exp $ inherit debug eutils @@ -19,10 +19,10 @@ IUSE="" # >=perl-5.6.1-r1 DEPEND="virtual/x11 =x11-libs/gtk+-1.2* - >=gnome-base/ORBit-0.5.7 - >=gnome-base/gnome-libs-1.4.0 - <gnome-base/gnome-panel-2 - >=dev-libs/libxml-1.8.16 " + =gnome-base/orbit-0* + >=gnome-base/gnome-libs-1.4.0 + <gnome-base/gnome-panel-2 + >=dev-libs/libxml-1.8.16 " # the tabulated section is only needed if Gnome is in USE, but their disable-gnome doesn't work for now. src_unpack() { diff --git a/x11-misc/root-portal/root-portal-0.5.0.ebuild b/x11-misc/root-portal/root-portal-0.5.0.ebuild index a88914f394c4..cd80bac9fadf 100644 --- a/x11-misc/root-portal/root-portal-0.5.0.ebuild +++ b/x11-misc/root-portal/root-portal-0.5.0.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-misc/root-portal/root-portal-0.5.0.ebuild,v 1.6 2004/06/24 22:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.0.ebuild,v 1.7 2004/08/21 17:09:35 spider Exp $ inherit gnome2 debug @@ -17,7 +17,7 @@ DOC="PACKAGING README NEWS ChangeLog BUGS AUTHORS README.help TODO" RDEPEND="virtual/x11 >=x11-libs/gtk+-2 >=x11-libs/libzvt-2 - >=gnome-base/ORBit2-2 + >=gnome-base/orbit-2 >=gnome-base/libgnomeui-2 >=gnome-base/gnome-panel-2 >=dev-libs/libxml2-2" |