diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-01-15 16:36:02 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-01-15 16:36:02 +0000 |
commit | fbe348db205494f7241a66c9fc499505b29ecc53 (patch) | |
tree | 5039e73711e5cf4c55262f6e7c2cc923b5740c5b /x11-misc/root-portal | |
parent | added ~ppc (diff) | |
download | historical-fbe348db205494f7241a66c9fc499505b29ecc53.tar.gz historical-fbe348db205494f7241a66c9fc499505b29ecc53.tar.bz2 historical-fbe348db205494f7241a66c9fc499505b29ecc53.zip |
Update dependencies, see #38288
Diffstat (limited to 'x11-misc/root-portal')
-rw-r--r-- | x11-misc/root-portal/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/root-portal/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/root-portal/root-portal-0.5.0.ebuild | 21 |
3 files changed, 18 insertions, 18 deletions
diff --git a/x11-misc/root-portal/ChangeLog b/x11-misc/root-portal/ChangeLog index 13c610edd620..63f4cb125896 100644 --- a/x11-misc/root-portal/ChangeLog +++ b/x11-misc/root-portal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/root-portal -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.6 2003/12/07 00:16:58 tseng Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/ChangeLog,v 1.7 2004/01/15 16:36:02 tseng Exp $ + + 15 Jan 2004; Brandon Hale <tseng@gentoo.org> root-portal-0.5.0.ebuild: + Update dependencies, see #38288 *root-portal-0.5.0 (06 Dec 2003) diff --git a/x11-misc/root-portal/Manifest b/x11-misc/root-portal/Manifest index 42545581d468..7f1729d33ed0 100644 --- a/x11-misc/root-portal/Manifest +++ b/x11-misc/root-portal/Manifest @@ -1,7 +1,7 @@ -MD5 90b46de0224af33870e7877c4a5ffb51 root-portal-0.5.0.ebuild 1840 -MD5 ecb271a328f98122f269e3f1fb2d3e2d root-portal-0.4.11.ebuild 1852 -MD5 45d457b4cfdcf697e2a42d1b3389e8d3 ChangeLog 797 +MD5 af88348396f15d6fbad62d60ac20d143 ChangeLog 905 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 +MD5 ecb271a328f98122f269e3f1fb2d3e2d root-portal-0.4.11.ebuild 1852 +MD5 5bcc103956215256080ab3e2ba5eb336 root-portal-0.5.0.ebuild 1637 MD5 8a6d14539df2b912f17d1f78a54a1e4b files/0.4.11-gcc3.patch 2455 -MD5 f9d2acb2ede1a736f915ef1ed10020e2 files/digest-root-portal-0.5.0 69 MD5 c2474198f20ec00a050dd0b6adcac40e files/digest-root-portal-0.4.11 70 +MD5 f9d2acb2ede1a736f915ef1ed10020e2 files/digest-root-portal-0.5.0 69 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 547e98c33e13..1113625468d1 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-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/root-portal/root-portal-0.5.0.ebuild,v 1.2 2003/12/08 03:35:29 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/root-portal/root-portal-0.5.0.ebuild,v 1.3 2004/01/15 16:36:02 tseng Exp $ inherit debug @@ -13,17 +13,14 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="gnome" -# Build-time dependencies, such as -# ssl? ( >=openssl-0.9.6b ) -# >=perl-5.6.1-r1 -DEPEND="virtual/x11 - =x11-libs/gtk+-1.2* +RDEPEND="virtual/x11 + >=x11-libs/gtk+-2.0 >=x11-libs/libzvt-2.0 - >=gnome-base/ORBit-0.5.7 - >=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. + >=gnome-base/ORBit2-2.0 + >=libgnomeui-2.0 + >=gnome-panel-2.0 + >=dev-libs/libxml2-2.0" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} |