summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-09-07 22:16:27 +0000
committerMarinus Schraal <foser@gentoo.org>2003-09-07 22:16:27 +0000
commitc17cf72dc4bc59d4aac877978e1bba3a5c8927b8 (patch)
tree3f3f5e3b836e2a871b994d57978cc82cdebced30 /x11-libs
parentgnome 2.3 rc1 (diff)
downloadgentoo-2-c17cf72dc4bc59d4aac877978e1bba3a5c8927b8.tar.gz
gentoo-2-c17cf72dc4bc59d4aac877978e1bba3a5c8927b8.tar.bz2
gentoo-2-c17cf72dc4bc59d4aac877978e1bba3a5c8927b8.zip
gnome 2.3 rc1
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/vte/ChangeLog7
-rw-r--r--x11-libs/vte/Manifest4
-rw-r--r--x11-libs/vte/files/digest-vte-0.11.101
-rw-r--r--x11-libs/vte/vte-0.11.10.ebuild27
4 files changed, 36 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index f62561ba181e..291764da3258 100644
--- a/x11-libs/vte/ChangeLog
+++ b/x11-libs/vte/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/vte
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.26 2003/07/01 22:11:38 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.27 2003/09/07 22:16:17 foser Exp $
+
+*vte-0.11.10 (07 Sep 2003)
+
+ 07 Sep 2003; foser <foser@gentoo.org> vte-0.11.10.ebuild :
+ gnome 2.4 rc1
16 Jun 2003; <msterret@gentoo.org> vte-0.10.28.ebuild, vte-0.10.29.ebuild:
remove trailing slash per bug 21837
diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index e6ae412f88de..391afbcc3b68 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,9 +1,9 @@
-MD5 19754bf6b216cf0e2dbd5d28be56fa95 vte-0.11.10.ebuild 757
+MD5 e1e4da7944c54b0a98c939bb364f891c vte-0.11.10.ebuild 700
MD5 b42298ba630736f054c8ce33c27d6982 vte-0.10.27.ebuild 719
MD5 a41fd2764405cbd350cac7c5144fda6f vte-0.10.29.ebuild 851
MD5 51da691a6358d91385cd4cae05f64147 vte-0.10.26.ebuild 706
MD5 7d7a6debe5dfaf65721a169c3bff4607 vte-0.10.28.ebuild 860
-MD5 ba005d5a6275262fd51beadb27ae0069 ChangeLog 2926
+MD5 f4903efa2b66ac62693f5a24d842bb4f ChangeLog 3031
MD5 b36e3572bec873af4a2e460c28ce1710 vte-0.10.25.ebuild 704
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 163db14af61815ea6d3014d916402afa files/digest-vte-0.10.25 64
diff --git a/x11-libs/vte/files/digest-vte-0.11.10 b/x11-libs/vte/files/digest-vte-0.11.10
new file mode 100644
index 000000000000..c608db0e8904
--- /dev/null
+++ b/x11-libs/vte/files/digest-vte-0.11.10
@@ -0,0 +1 @@
+MD5 71facdedd477749908402a6931d36e64 vte-0.11.10.tar.bz2 855466
diff --git a/x11-libs/vte/vte-0.11.10.ebuild b/x11-libs/vte/vte-0.11.10.ebuild
new file mode 100644
index 000000000000..fca90ae62635
--- /dev/null
+++ b/x11-libs/vte/vte-0.11.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.10.ebuild,v 1.1 2003/09/07 22:16:17 foser Exp $
+
+inherit gnome2 flag-o-matic
+
+IUSE="doc python"
+
+DESCRIPTION="Xft powered terminal widget"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64"
+LICENSE="LGPL-2"
+
+RDEPEND=">=dev-libs/glib-2
+ >=x11-libs/gtk+-2
+ >=x11-libs/pango-1.2
+ python? ( >=dev-python/pygtk-1.99
+ >=dev-lang/python-2.2 )"
+
+DEPEND="${RDEPEND}
+ doc? ( >=dev-util/gtk-doc-0.6 )
+ >=dev-util/pkgconfig-0.12.0"
+
+DOCS="AUTHORS COPY* README HACKING INSTALL NEWS TODO ChangeLog"
+