From ccf4a90b86734ec045060fe2d464c4e17e128b2b Mon Sep 17 00:00:00 2001 From: Leonardo Boshell <leonardop@gentoo.org> Date: Tue, 14 Jun 2005 01:34:28 +0000 Subject: Implement 'python' USE flag properly. New release: 0.11.13 with support for 'debug' and 'static' USE flags. (Portage version: 2.0.51.22-r1) --- x11-libs/vte/ChangeLog | 12 ++++++++++- x11-libs/vte/Manifest | 23 +++++++------------- x11-libs/vte/files/digest-vte-0.11.13 | 1 + x11-libs/vte/vte-0.11.12.ebuild | 3 ++- x11-libs/vte/vte-0.11.13.ebuild | 40 +++++++++++++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 17 deletions(-) create mode 100644 x11-libs/vte/files/digest-vte-0.11.13 create mode 100644 x11-libs/vte/vte-0.11.13.ebuild (limited to 'x11-libs/vte') diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 302b7fd310a1..ab28a8e8d8ab 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for x11-libs/vte # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.72 2005/06/12 19:00:36 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.73 2005/06/14 01:34:28 leonardop Exp $ + +*vte-0.11.13 (13 Jun 2005) + + 13 Jun 2005; Leonardo Boshell <leonardop@gentoo.org> vte-0.11.13.ebuild: + New release. Updated dependencies. Added proper support for 'debug' and + 'static' USE flags. + + 13 Jun 2005; Leonardo Boshell <leonardop@gentoo.org> vte-0.11.12.ebuild: + Actually implement the 'python' USE flag with a 'configure' option. See + bug #95779. 12 Jun 2005; Olivier CrĂȘte <tester@gentoo.org> vte-0.11.12.ebuild: Stable on amd64 diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest index 74d291003359..74d11f5ca011 100644 --- a/x11-libs/vte/Manifest +++ b/x11-libs/vte/Manifest @@ -1,22 +1,15 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 9f968fed17819d30d724d20efecdbce8 vte-0.11.12.ebuild 898 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 57ed751949d8f6e6f816a1c5600e8ca8 ChangeLog 8116 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 111ef7087e9ca4a4c2788ca366f59c1e vte-0.11.13.ebuild 904 +MD5 d3652ae1e798c1da162dd165d2a4c751 .vte-0.11.13.ebuild.swp 12288 +MD5 9f968fed17819d30d724d20efecdbce8 vte-0.11.12.ebuild 898 MD5 ddd6e7926bc9e07a4cda867cbae55525 vte-0.11.11-r2.ebuild 881 MD5 d0c57ce50e880834f9c24e229ac26232 vte-0.11.11-r3.ebuild 1074 +MD5 41b41aaa36ba84805514d34f2d9b491f files/digest-vte-0.11.13 64 MD5 76c3c0d2bc006fe4de452fd3f0c26e45 files/digest-vte-0.11.11-r2 64 +MD5 76c3c0d2bc006fe4de452fd3f0c26e45 files/digest-vte-0.11.11-r3 64 MD5 e88adf7f30513086f097d4940e99d03e files/vte-0.11.11-row_fix.patch 697 -MD5 3805528034f3d01fa27e24f600618c0d files/vte-line-scroll.patch 2234 -MD5 a7aa4ac7847db18d6ffa62fd957f152e files/vte-0.11.11-vtemodule.patch 445 MD5 38c957d83d560c18819204fe28c3c1ae files/vte-0.11.11-spaces.patch 15370 +MD5 a7aa4ac7847db18d6ffa62fd957f152e files/vte-0.11.11-vtemodule.patch 445 +MD5 3805528034f3d01fa27e24f600618c0d files/vte-line-scroll.patch 2234 MD5 18e062a775ab3d1b9bb67830755399e4 files/digest-vte-0.11.12 64 -MD5 76c3c0d2bc006fe4de452fd3f0c26e45 files/digest-vte-0.11.11-r3 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCrIZvmOfEJZHYOKcRAlRgAKDGJTuXCpeWUrzmSxYMXCjROxGE8QCeInnX -uBIkXasQ46Iabg+KLlhBdHA= -=ITTN ------END PGP SIGNATURE----- diff --git a/x11-libs/vte/files/digest-vte-0.11.13 b/x11-libs/vte/files/digest-vte-0.11.13 new file mode 100644 index 000000000000..ab46fcf06fb0 --- /dev/null +++ b/x11-libs/vte/files/digest-vte-0.11.13 @@ -0,0 +1 @@ +MD5 5eb73c7de433fb6e53ac4378df9d23b5 vte-0.11.13.tar.bz2 952108 diff --git a/x11-libs/vte/vte-0.11.12.ebuild b/x11-libs/vte/vte-0.11.12.ebuild index b726326f1c20..dc2735ab0fb1 100644 --- a/x11-libs/vte/vte-0.11.12.ebuild +++ b/x11-libs/vte/vte-0.11.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.12.ebuild,v 1.9 2005/06/12 19:00:36 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.12.ebuild,v 1.10 2005/06/14 01:34:28 leonardop Exp $ inherit gnome2 eutils @@ -23,6 +23,7 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" DOCS="AUTHORS README HACKING INSTALL NEWS TODO ChangeLog" +G2CONF="${G2CONF} $(use_enable python)" src_unpack() { diff --git a/x11-libs/vte/vte-0.11.13.ebuild b/x11-libs/vte/vte-0.11.13.ebuild new file mode 100644 index 000000000000..7b6190356846 --- /dev/null +++ b/x11-libs/vte/vte-0.11.13.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.11.13.ebuild,v 1.1 2005/06/14 01:34:28 leonardop Exp $ + +inherit eutils gnome2 + +DESCRIPTION="Xft powered terminal widget" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug doc python static" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2.2 + >=x11-libs/pango-1.1 + >=media-libs/freetype-2.0.2 + media-libs/fontconfig + sys-libs/ncurses + python? ( >=dev-python/pygtk-2.4 + >=dev-lang/python-2.2 ) + virtual/x11" + +DEPEND="${RDEPEND} + doc? ( >=dev-util/gtk-doc-0.6 ) + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog HACKING NEWS README" +G2CONF="${G2CONF} $(use_enable debug debugging) $(use_enable python) \ +$(use_enable static)" + +src_unpack() { + unpack ${A} + cd ${S}/src + # Apply the, shift-<up,down> scroll one + # line at a time patch. + epatch ${FILESDIR}/${PN}-line-scroll.patch + cd ${S} +} -- cgit v1.2.3-65-gdbad