summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-01-12 19:42:57 +0000
committerMarinus Schraal <foser@gentoo.org>2003-01-12 19:42:57 +0000
commit3cd590674d0a2c402582cc72969054ca0a6b5ae6 (patch)
tree3fd26479e52dea84b257bb8bb66650ea2655f00a /x11-libs/vte
parentnew kernel marked ~ for now (diff)
downloadgentoo-2-3cd590674d0a2c402582cc72969054ca0a6b5ae6.tar.gz
gentoo-2-3cd590674d0a2c402582cc72969054ca0a6b5ae6.tar.bz2
gentoo-2-3cd590674d0a2c402582cc72969054ca0a6b5ae6.zip
New version
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/ChangeLog7
-rw-r--r--x11-libs/vte/files/digest-vte-0.10.81
-rw-r--r--x11-libs/vte/vte-0.10.8.ebuild26
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index 9b1d0940a65a..57570a0d80ac 100644
--- a/x11-libs/vte/ChangeLog
+++ b/x11-libs/vte/ChangeLog
@@ -1,6 +1,11 @@
# 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.5 2003/01/06 00:28:04 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.6 2003/01/12 19:42:57 foser Exp $
+
+*vte-0.10.8 (12 Jan 2003)
+
+ 12 Jan 2003; foser <foser@gentoo.org> vte-0.10.8.ebuild :
+ New version
*vte-0.10.7 (05 Jan 2003)
diff --git a/x11-libs/vte/files/digest-vte-0.10.8 b/x11-libs/vte/files/digest-vte-0.10.8
new file mode 100644
index 000000000000..ed8b1fd2e060
--- /dev/null
+++ b/x11-libs/vte/files/digest-vte-0.10.8
@@ -0,0 +1 @@
+MD5 dd51c8a071cf4614a9ec453d0e2449bd vte-0.10.8.tar.bz2 735528
diff --git a/x11-libs/vte/vte-0.10.8.ebuild b/x11-libs/vte/vte-0.10.8.ebuild
new file mode 100644
index 000000000000..2fbff5ab1b37
--- /dev/null
+++ b/x11-libs/vte/vte-0.10.8.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.8.ebuild,v 1.1 2003/01/12 19:42:57 foser Exp $
+
+inherit gnome2
+
+IUSE="doc"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Xft terminal widget"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+LICENSE="GPL-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"