summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2005-12-14 21:18:33 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2005-12-14 21:18:33 +0000
commit7719000e6e76354fa88ade6013f7bb8603cb8724 (patch)
tree980fc7d96e25c60b1eee7cd32cd64713b10b1fc3 /x11-libs
parentFix modular X deps to not dup gtk+ ones (diff)
downloadhistorical-7719000e6e76354fa88ade6013f7bb8603cb8724.tar.gz
historical-7719000e6e76354fa88ade6013f7bb8603cb8724.tar.bz2
historical-7719000e6e76354fa88ade6013f7bb8603cb8724.zip
Don't need explicit X deps, only uses what gtk+ requires
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/vte/ChangeLog5
-rw-r--r--x11-libs/vte/Manifest10
-rw-r--r--x11-libs/vte/vte-0.11.15-r1.ebuild8
3 files changed, 16 insertions, 7 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index 2b0af8174e76..2c64a6db9b58 100644
--- a/x11-libs/vte/ChangeLog
+++ b/x11-libs/vte/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.94 2005/11/11 23:22:13 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.95 2005/12/14 21:18:33 dang Exp $
+
+ 14 Dec 2005; <dang@gentoo.org> vte-0.11.15-r1.ebuild:
+ Don't need explicit X deps, only uses what gtk+ requires
11 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> vte-0.11.15.ebuild:
Stable on ppc.
diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index e0b70ae03c59..0b83c0cc16e2 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 b53a88da197bc13298b6b42f41308df2 ChangeLog 11078
MD5 41b41aaa36ba84805514d34f2d9b491f files/digest-vte-0.11.13-r2 64
MD5 d1ed443a14f417affb1932a7765c120c files/digest-vte-0.11.15 64
@@ -10,3 +13,10 @@ MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 aa4d3fbbdfc954475759cebe1f450a58 vte-0.11.13-r2.ebuild 1401
MD5 cf8a45837bc6fdc036e01d2fe916a545 vte-0.11.15-r1.ebuild 1394
MD5 f3adaf26ad41ce3085ed56c89ec57adb vte-0.11.15.ebuild 1296
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
+
+iD8DBQFDoIwXomPajV0RnrERAj3IAJ92Z/MVVVw0PgCqJpbHumaE2ROdiACdEveT
+oKiHlipfjU704/Ck989ba1I=
+=hWMV
+-----END PGP SIGNATURE-----
diff --git a/x11-libs/vte/vte-0.11.15-r1.ebuild b/x11-libs/vte/vte-0.11.15-r1.ebuild
index 72f2ca701e3a..25e0ea6aeb5c 100644
--- a/x11-libs/vte/vte-0.11.15-r1.ebuild
+++ b/x11-libs/vte/vte-0.11.15-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.15-r1.ebuild,v 1.3 2005/11/15 06:44:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.15-r1.ebuild,v 1.4 2005/12/14 21:18:33 dang Exp $
inherit eutils gnome2
@@ -21,11 +21,7 @@ RDEPEND=">=dev-libs/glib-2
python? (
>=dev-python/pygtk-2.4
>=dev-lang/python-2.2 )
- virtual/xft
- || ( (
- x11-libs/libICE
- x11-libs/libSM )
- virtual/x11 )"
+ virtual/xft"
DEPEND="${RDEPEND}
doc? ( >=dev-util/gtk-doc-0.6 )