summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2002-10-28 12:39:56 +0000
committerMarinus Schraal <foser@gentoo.org>2002-10-28 12:39:56 +0000
commitcd83c2e7894eaa08ffa848e7a763104c848f6746 (patch)
treeecd82caf1251302855d997b3cc6624af56e7a6d0 /x11-libs/vte
parentFixed dependencies (diff)
downloadhistorical-cd83c2e7894eaa08ffa848e7a763104c848f6746.tar.gz
historical-cd83c2e7894eaa08ffa848e7a763104c848f6746.tar.bz2
historical-cd83c2e7894eaa08ffa848e7a763104c848f6746.zip
New package
Diffstat (limited to 'x11-libs/vte')
-rw-r--r--x11-libs/vte/ChangeLog8
-rw-r--r--x11-libs/vte/files/digest-vte-0.9.21
-rw-r--r--x11-libs/vte/vte-0.9.2.ebuild28
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog
new file mode 100644
index 000000000000..3dd6156dc82a
--- /dev/null
+++ b/x11-libs/vte/ChangeLog
@@ -0,0 +1,8 @@
+# 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.1 2002/10/28 12:39:56 foser Exp $
+
+*vte-0.9.2 (28 Oct 2002)
+
+ 28 Oct 2002; foser <foser@gentoo.org> vte-0.9.2.ebuild, ChangeLog :
+ New version, missed this in the big gnome2.1 update
diff --git a/x11-libs/vte/files/digest-vte-0.9.2 b/x11-libs/vte/files/digest-vte-0.9.2
new file mode 100644
index 000000000000..f116059fe608
--- /dev/null
+++ b/x11-libs/vte/files/digest-vte-0.9.2
@@ -0,0 +1 @@
+MD5 a0eb37668b5eab2c4820e486f95a7fbd vte-0.9.2.tar.bz2 678233
diff --git a/x11-libs/vte/vte-0.9.2.ebuild b/x11-libs/vte/vte-0.9.2.ebuild
new file mode 100644
index 000000000000..493dd82ec776
--- /dev/null
+++ b/x11-libs/vte/vte-0.9.2.ebuild
@@ -0,0 +1,28 @@
+# 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.9.2.ebuild,v 1.1 2002/10/28 12:39:56 foser Exp $
+
+inherit gnome2 debug
+
+IUSE="doc"
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Gnome2 default icon theme"
+HOMEPAGE="http://www.gnome.org/"
+
+SLOT="0"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
+LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
+
+RDEPEND="virtual/glibc
+ >=dev-libs/glib-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"
+
+
+