summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-02-13 11:32:58 +0000
committerMarinus Schraal <foser@gentoo.org>2003-02-13 11:32:58 +0000
commit778c07536d63505ee45e1eda733acfafc7ebf6d3 (patch)
tree342515e9dc0c581ba5a77265a1b77d0cdae431fc /x11-libs/vte
parentUpdate Copyright years (diff)
downloadgentoo-2-778c07536d63505ee45e1eda733acfafc7ebf6d3.tar.gz
gentoo-2-778c07536d63505ee45e1eda733acfafc7ebf6d3.tar.bz2
gentoo-2-778c07536d63505ee45e1eda733acfafc7ebf6d3.zip
new version
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/ChangeLog6
-rw-r--r--x11-libs/vte/files/digest-vte-0.10.191
-rw-r--r--x11-libs/vte/vte-0.10.19.ebuild26
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
index cca08bb15d86..1e9537858393 100644
--- a/x11-libs/vte/ChangeLog
+++ b/x11-libs/vte/ChangeLog
@@ -1,7 +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.12 2003/02/12 09:24:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.13 2003/02/13 11:32:58 foser Exp $
+*vte-0.10.19 (13 Feb 2003)
+
+ 13 Feb 2003; foser <foser@gentoo.org> vte-0.10.19.ebuild :
+ There we go again, fixed DOC to be DOCS
*vte-0.10.17 (04 Feb 2003)
diff --git a/x11-libs/vte/files/digest-vte-0.10.19 b/x11-libs/vte/files/digest-vte-0.10.19
new file mode 100644
index 000000000000..55d7708dc2e3
--- /dev/null
+++ b/x11-libs/vte/files/digest-vte-0.10.19
@@ -0,0 +1 @@
+MD5 ca7a33c8b5498d301929002319ac2579 vte-0.10.19.tar.bz2 775739
diff --git a/x11-libs/vte/vte-0.10.19.ebuild b/x11-libs/vte/vte-0.10.19.ebuild
new file mode 100644
index 000000000000..24d6daca789d
--- /dev/null
+++ b/x11-libs/vte/vte-0.10.19.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.19.ebuild,v 1.1 2003/02/13 11:32:58 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"