summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2003-02-04 06:20:47 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2003-02-04 06:20:47 +0000
commit5848a6a385bb78fe5508b00ebaea7cbbc7661fb8 (patch)
tree77d1276ab5558a8aa54f514eca98b8ede16da3fa /x11-libs/vte
parentupdated the totem version to one that doesnt need old xine lib (diff)
downloadgentoo-2-5848a6a385bb78fe5508b00ebaea7cbbc7661fb8.tar.gz
gentoo-2-5848a6a385bb78fe5508b00ebaea7cbbc7661fb8.tar.bz2
gentoo-2-5848a6a385bb78fe5508b00ebaea7cbbc7661fb8.zip
new version
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/ChangeLog8
-rw-r--r--x11-libs/vte/files/digest-vte-0.10.171
-rw-r--r--x11-libs/vte/vte-0.10.17.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index 86ce8faef475..902d9aaedd5d 100644
--- a/x11-libs/vte/ChangeLog
+++ b/x11-libs/vte/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for x11-libs/vte
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.10 2003/01/31 21:24:14 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.11 2003/02/04 06:20:47 spider Exp $
+
+*vte-0.10.17 (04 Feb 2003)
+
+ 04 Feb 2003; Spider <spider@gentoo.org> vte-0.10.17.ebuild :
+ update.. just a bit of update....
+
*vte-0.10.16 (31 Jan 2003)
31 Jan 2003; foser <foser@gentoo.org> vte-0.10.16.ebuild :
diff --git a/x11-libs/vte/files/digest-vte-0.10.17 b/x11-libs/vte/files/digest-vte-0.10.17
new file mode 100644
index 000000000000..05d4082f91b5
--- /dev/null
+++ b/x11-libs/vte/files/digest-vte-0.10.17
@@ -0,0 +1 @@
+MD5 db4f0e903c3912827a40de80b5e8e548 vte-0.10.17.tar.bz2 773762
diff --git a/x11-libs/vte/vte-0.10.17.ebuild b/x11-libs/vte/vte-0.10.17.ebuild
new file mode 100644
index 000000000000..8c6779eb1114
--- /dev/null
+++ b/x11-libs/vte/vte-0.10.17.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.10.17.ebuild,v 1.1 2003/02/04 06:20:47 spider Exp $
+
+inherit gnome2
+
+IUSE="doc"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Xft powered terminal widget"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+LICENSE="LGPL-2"
+
+RDEPEND="virtual/glibc
+ >=dev-libs/glib-2
+ >=x11-libs/gtk+-2
+ >=x11-libs/pango-1.1"
+
+DEPEND="${RDEPEND}
+ doc? ( >=dev-util/gtk-doc-0.6 )
+ >=dev-util/pkgconfig-0.12.0"
+
+DOC="AUTHORS COPY* README HACKING INSTALL NEWS TODO ChangeLog"