diff options
author | 2003-02-21 21:44:24 +0000 | |
---|---|---|
committer | 2003-02-21 21:44:24 +0000 | |
commit | 20c0798e887c59dd719190b9134d66b520c47604 (patch) | |
tree | 6fcb30cd640df736e3fd19344cb6c0d2467a0a92 /x11-libs | |
parent | stable on alpha (diff) | |
download | historical-20c0798e887c59dd719190b9134d66b520c47604.tar.gz historical-20c0798e887c59dd719190b9134d66b520c47604.tar.bz2 historical-20c0798e887c59dd719190b9134d66b520c47604.zip |
version bump
Diffstat (limited to 'x11-libs')
-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" + |