diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-02-21 21:44:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-02-21 21:44:24 +0000 |
commit | 03a239d06b029428c247ef2f2e371e666bd62b77 (patch) | |
tree | e61c68c51ea4553a8887309b91242b88591d549d /x11-libs/vte | |
parent | stable on alpha (diff) | |
download | gentoo-2-03a239d06b029428c247ef2f2e371e666bd62b77.tar.gz gentoo-2-03a239d06b029428c247ef2f2e371e666bd62b77.tar.bz2 gentoo-2-03a239d06b029428c247ef2f2e371e666bd62b77.zip |
version bump
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.10.23.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index f82592e4ec7c..86c5f958b5e0 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.15 2003/02/20 19:30:36 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.16 2003/02/21 21:44:24 agriffis Exp $ + +*vte-0.10.23 (21 Feb 2003) + + 21 Feb 2003; Aron Griffis <agriffis@gentoo.org> vte-0.10.23.ebuild : + version bump *vte-0.10.22 (20 Feb 2003) diff --git a/x11-libs/vte/vte-0.10.23.ebuild b/x11-libs/vte/vte-0.10.23.ebuild new file mode 100644 index 000000000000..7c8e66f1f605 --- /dev/null +++ b/x11-libs/vte/vte-0.10.23.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2003 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.23.ebuild,v 1.1 2003/02/21 21:44:24 agriffis 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" + |