diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-03-04 21:51:25 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-03-04 21:51:25 +0000 |
commit | f896a89371ebadf3d34ab13d140ebef893ea41e3 (patch) | |
tree | 251a146121cc7b04a215d0d50fc273d32ff194a0 /x11-libs/vte | |
parent | minor additional docs (diff) | |
download | gentoo-2-f896a89371ebadf3d34ab13d140ebef893ea41e3.tar.gz gentoo-2-f896a89371ebadf3d34ab13d140ebef893ea41e3.tar.bz2 gentoo-2-f896a89371ebadf3d34ab13d140ebef893ea41e3.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.26 | 1 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.10.26.ebuild | 30 |
3 files changed, 37 insertions, 1 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 9d47079a064b..a09989fa33d5 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.19 2003/03/04 01:07:04 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.20 2003/03/04 21:51:25 foser Exp $ + +*vte-0.10.26 (04 Mar 2003) + + 04 Mar 2003; foser <foser@gentoo.org> vte-0.10.25.ebuild : + But that was just a dream, that was just a dream... *vte-0.10.25 (25 Feb 2003) diff --git a/x11-libs/vte/files/digest-vte-0.10.26 b/x11-libs/vte/files/digest-vte-0.10.26 new file mode 100644 index 000000000000..85658d17e519 --- /dev/null +++ b/x11-libs/vte/files/digest-vte-0.10.26 @@ -0,0 +1 @@ +MD5 8e3be881a80a63b2b633d485835c0c47 vte-0.10.26.tar.bz2 777552 diff --git a/x11-libs/vte/vte-0.10.26.ebuild b/x11-libs/vte/vte-0.10.26.ebuild new file mode 100644 index 000000000000..e6b350678acc --- /dev/null +++ b/x11-libs/vte/vte-0.10.26.ebuild @@ -0,0 +1,30 @@ +# 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.26.ebuild,v 1.1 2003/03/04 21:51:25 foser Exp $ + +inherit gnome2 flag-o-matic + +# -Os takes us down (#16173) +replace-flags "-Os" "-O2" + +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" + |