From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QGYLu-0006Mg-3R for garchives@archives.gentoo.org; Sun, 01 May 2011 15:14:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BDDE1C0AB; Sun, 1 May 2011 15:14:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB74D1C0AB for ; Sun, 1 May 2011 15:14:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70CBF1B4059 for ; Sun, 1 May 2011 15:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CB6C780505 for ; Sun, 1 May 2011 15:14:21 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/vte/vte-0.28.0-r300.ebuild x11-libs/vte/vte-0.28.0.ebuild x11-libs/vte/vte-9999.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: c503a0a1dcad3df62f147cc6cc7ee07b33c3edba Date: Sun, 1 May 2011 15:14:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 36dc4b1d2b32188caf6122226f138632 commit: c503a0a1dcad3df62f147cc6cc7ee07b33c3edba Author: Nirbheek Chauhan gentoo org> AuthorDate: Sun May 1 15:14:01 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sun May 1 15:14:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dc503a0a1 x11-libs/vte: moved to the tree --- x11-libs/vte/vte-0.28.0-r300.ebuild | 64 -----------------------------= ------ x11-libs/vte/vte-0.28.0.ebuild | 63 -----------------------------= ----- x11-libs/vte/vte-9999.ebuild | 2 +- 3 files changed, 1 insertions(+), 128 deletions(-) diff --git a/x11-libs/vte/vte-0.28.0-r300.ebuild b/x11-libs/vte/vte-0.28.= 0-r300.ebuild deleted file mode 100644 index c4d7c35..0000000 --- a/x11-libs/vte/vte-0.28.0-r300.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.1 = 2010/11/19 22:00:44 pacho Exp $ - -EAPI=3D"3" -GCONF_DEBUG=3D"yes" -GNOME2_LA_PUNT=3D"yes" - -inherit autotools eutils gnome2 -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION=3D"GNOME terminal widget" -HOMEPAGE=3D"http://git.gnome.org/browse/vte" - -LICENSE=3D"LGPL-2" -SLOT=3D"2.90" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 = ~x86-fbsd" -fi -IUSE=3D"debug doc glade +introspection" - -PDEPEND=3D"x11-libs/gnome-pty-helper" -RDEPEND=3D">=3Ddev-libs/glib-2.26:2 - >=3Dx11-libs/gtk+-3.0:3[introspection?] - >=3Dx11-libs/pango-1.22.0 - - sys-libs/ncurses - x11-libs/libX11 - x11-libs/libXft - - glade? ( >=3Ddev-util/glade-3.9:3 ) - introspection? ( >=3Ddev-libs/gobject-introspection-0.9.0 )" -DEPEND=3D"${RDEPEND} - >=3Ddev-util/intltool-0.35 - >=3Ddev-util/pkgconfig-0.9 - sys-devel/gettext - doc? ( >=3Ddev-util/gtk-doc-1.13 )" - -pkg_setup() { - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - G2CONF=3D"${G2CONF} - --disable-gnome-pty-helper - --disable-deprecation - --disable-maintainer-mode - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - --with-gtk=3D3.0" - DOCS=3D"AUTHORS ChangeLog HACKING NEWS README" -} - -src_prepare() { - epatch "${FILESDIR}/${P}-fix-gdk-targets.patch" - - [[ ${PV} !=3D 9999 ]] && eautoreconf - - gnome2_src_prepare -} diff --git a/x11-libs/vte/vte-0.28.0.ebuild b/x11-libs/vte/vte-0.28.0.ebu= ild deleted file mode 100644 index 1fd8b8c..0000000 --- a/x11-libs/vte/vte-0.28.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.26.2.ebuild,v 1.1 = 2010/11/19 22:00:44 pacho Exp $ - -EAPI=3D"3" -GCONF_DEBUG=3D"yes" -GNOME2_LA_PUNT=3D"yes" -PYTHON_DEPEND=3D"python? 2:2.4" - -inherit gnome2 python -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION=3D"GNOME terminal widget" -HOMEPAGE=3D"http://git.gnome.org/browse/vte" - -LICENSE=3D"LGPL-2" -SLOT=3D"0" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 = ~x86-fbsd" -fi -IUSE=3D"debug doc glade +introspection python" - -PDEPEND=3D"x11-libs/gnome-pty-helper" -RDEPEND=3D">=3Ddev-libs/glib-2.26:2 - >=3Dx11-libs/gtk+-2.20:2[introspection?] - >=3Dx11-libs/pango-1.22.0 - - sys-libs/ncurses - x11-libs/libX11 - x11-libs/libXft - - glade? ( =3Ddev-libs/gobject-introspection-0.9.0 ) - python? ( >=3Ddev-python/pygtk-2.4:2 )" -DEPEND=3D"${RDEPEND} - >=3Ddev-util/intltool-0.35 - >=3Ddev-util/pkgconfig-0.9 - sys-devel/gettext - doc? ( >=3Ddev-util/gtk-doc-1.13 )" - -pkg_setup() { - G2CONF=3D"${G2CONF} - --disable-gnome-pty-helper - --disable-deprecation - --disable-maintainer-mode - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection) - $(use_enable python) - --with-gtk=3D2.0" - DOCS=3D"AUTHORS ChangeLog HACKING NEWS README" - use python && python_set_active_version 2 -} - -src_install() { - gnome2_src_install - use python && python_clean_installation_image -} diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild index 5bd381d..c8d89ff 100644 --- a/x11-libs/vte/vte-9999.ebuild +++ b/x11-libs/vte/vte-9999.ebuild @@ -56,7 +56,7 @@ pkg_setup() { } =20 src_prepare() { - epatch "${FILESDIR}/${PN}-0.27.90-fix-gdk-targets.patch" + epatch "${FILESDIR}/${PN}-0.28.0-fix-gdk-targets.patch" =20 [[ ${PV} !=3D 9999 ]] && eautoreconf =20