diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-02-15 23:51:12 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-02-15 23:51:12 +0000 |
commit | da31440235aadd3e6ef59df2ccfef95c785826a8 (patch) | |
tree | d707da382f738aa5b03b04ed3254cec72c556a48 /x11-libs/vte | |
parent | new version (diff) | |
download | gentoo-2-da31440235aadd3e6ef59df2ccfef95c785826a8.tar.gz gentoo-2-da31440235aadd3e6ef59df2ccfef95c785826a8.tar.bz2 gentoo-2-da31440235aadd3e6ef59df2ccfef95c785826a8.zip |
New version
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/vte/files/digest-vte-0.10.20 | 1 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.10.20.ebuild | 26 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 1e9537858393..02e55b034e64 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.13 2003/02/13 11:32:58 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.14 2003/02/15 23:51:11 foser Exp $ + +*vte-0.10.20 (16 Feb 2003) + + 16 Feb 2003; foser <foser@gentoo.org> vte-0.10.20.ebuild : + yeah *vte-0.10.19 (13 Feb 2003) diff --git a/x11-libs/vte/files/digest-vte-0.10.20 b/x11-libs/vte/files/digest-vte-0.10.20 new file mode 100644 index 000000000000..0e4dee842b4e --- /dev/null +++ b/x11-libs/vte/files/digest-vte-0.10.20 @@ -0,0 +1 @@ +MD5 8ab107ddbc134adf3dc9d7cc03aa493e vte-0.10.20.tar.bz2 776552 diff --git a/x11-libs/vte/vte-0.10.20.ebuild b/x11-libs/vte/vte-0.10.20.ebuild new file mode 100644 index 000000000000..320bd8b675f1 --- /dev/null +++ b/x11-libs/vte/vte-0.10.20.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.20.ebuild,v 1.1 2003/02/15 23:51:12 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" |