summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/vte/ChangeLog7
-rw-r--r--x11-libs/vte/files/digest-vte-0.10.251
-rw-r--r--x11-libs/vte/vte-0.10.25.ebuild27
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index 7a21a63233c7..ba3bf2f96df9 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.17 2003/02/22 04:54:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.18 2003/02/25 13:56:02 foser Exp $
+
+*vte-0.10.25 (25 Feb 2003)
+
+ 25 Feb 2003; foser <foser@gentoo.org> vte-0.10.25.ebuild :
+ Check it out
*vte-0.10.23 (21 Feb 2003)
diff --git a/x11-libs/vte/files/digest-vte-0.10.25 b/x11-libs/vte/files/digest-vte-0.10.25
new file mode 100644
index 000000000000..6bba853f51ef
--- /dev/null
+++ b/x11-libs/vte/files/digest-vte-0.10.25
@@ -0,0 +1 @@
+MD5 5f7d3eb9357c57e5966266dd7826d00b vte-0.10.25.tar.bz2 775464
diff --git a/x11-libs/vte/vte-0.10.25.ebuild b/x11-libs/vte/vte-0.10.25.ebuild
new file mode 100644
index 000000000000..8af951d344e7
--- /dev/null
+++ b/x11-libs/vte/vte-0.10.25.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.10.25.ebuild,v 1.1 2003/02/25 13:56:02 foser 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"
+
+DOCS="AUTHORS COPY* README HACKING INSTALL NEWS TODO ChangeLog"
+