diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-01-21 02:12:45 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-01-21 02:12:45 +0000 |
commit | 999e3701ed578fb62c0efb740125c687a63e2460 (patch) | |
tree | 9f4fe70699dccabbdc33149ab3f8d3dbb99bc335 /x11-libs | |
parent | new version (diff) | |
download | gentoo-2-999e3701ed578fb62c0efb740125c687a63e2460.tar.gz gentoo-2-999e3701ed578fb62c0efb740125c687a63e2460.tar.bz2 gentoo-2-999e3701ed578fb62c0efb740125c687a63e2460.zip |
New version
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/vte/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/vte/files/digest-vte-0.10.12 | 1 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.10.12.ebuild | 26 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 57570a0d80ac..67848bf41d36 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.6 2003/01/12 19:42:57 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.7 2003/01/21 02:12:45 foser Exp $ + +*vte-0.10.12 (21 Jan 2003) + + 21 Jan 2003; foser <foser@gentoo.org> vte-0.10.12.ebuild : + new version *vte-0.10.8 (12 Jan 2003) diff --git a/x11-libs/vte/files/digest-vte-0.10.12 b/x11-libs/vte/files/digest-vte-0.10.12 new file mode 100644 index 000000000000..4d2d01b91fa3 --- /dev/null +++ b/x11-libs/vte/files/digest-vte-0.10.12 @@ -0,0 +1 @@ +MD5 f4f336e64ec3fbcc31d5b3a22c3cfb53 vte-0.10.12.tar.bz2 765250 diff --git a/x11-libs/vte/vte-0.10.12.ebuild b/x11-libs/vte/vte-0.10.12.ebuild new file mode 100644 index 000000000000..d833c229f9ad --- /dev/null +++ b/x11-libs/vte/vte-0.10.12.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.12.ebuild,v 1.1 2003/01/21 02:12:45 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="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" |