From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D0A41387B2 for ; Sun, 22 Dec 2013 22:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 729D0E094E; Sun, 22 Dec 2013 22:27:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ECAE5E094E for ; Sun, 22 Dec 2013 22:27:51 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD2E233F5F8 for ; Sun, 22 Dec 2013 22:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 68F47E545E for ; Sun, 22 Dec 2013 22:27:49 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1387750846.a5027f80037d7814598fd4f8d33a192512d01eaa.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: x11-libs/vte/ X-VCS-Repository: proj/gnome X-VCS-Files: x11-libs/vte/metadata.xml x11-libs/vte/vte-9999.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: a5027f80037d7814598fd4f8d33a192512d01eaa X-VCS-Branch: master Date: Sun, 22 Dec 2013 22:27:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47cc80db-babe-46ec-b3f4-b8232d968d76 X-Archives-Hash: 3f66ff49ef63b0933842b7271856db89 commit: a5027f80037d7814598fd4f8d33a192512d01eaa Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 22 22:20:46 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 22 22:20:46 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a5027f80 x11-libs/vte: fix repoman issues * Sync with gentoo-x86 * Applied team policy --- x11-libs/vte/metadata.xml | 8 ++++++ x11-libs/vte/vte-9999.ebuild | 68 +++++++++++++++++++++++++------------------- 2 files changed, 47 insertions(+), 29 deletions(-) diff --git a/x11-libs/vte/metadata.xml b/x11-libs/vte/metadata.xml new file mode 100644 index 0000000..c47f754 --- /dev/null +++ b/x11-libs/vte/metadata.xml @@ -0,0 +1,8 @@ + + + + gnome + + Provide integration with dev-util/glade. + + diff --git a/x11-libs/vte/vte-9999.ebuild b/x11-libs/vte/vte-9999.ebuild index 9960598..2362447 100644 --- a/x11-libs/vte/vte-9999.ebuild +++ b/x11-libs/vte/vte-9999.ebuild @@ -1,30 +1,31 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="4" +EAPI="5" GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" inherit eutils gnome2 if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi -DESCRIPTION="GNOME terminal widget" -HOMEPAGE="https://live.gnome.org/VTE" +DESCRIPTION="Library providing a virtual terminal emulator widget" +HOMEPAGE="https://wiki.gnome.org/action/show/Apps/Terminal/VTE" LICENSE="LGPL-2+" SLOT="2.90" -IUSE="debug doc glade +introspection" +IUSE="debug glade +introspection" if [[ ${PV} = 9999 ]]; then KEYWORDS="" + IUSE="${IUSE} doc" else - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-solaris ~x86-solaris" fi PDEPEND="x11-libs/gnome-pty-helper" -RDEPEND=">=dev-libs/glib-2.31.13:2 +RDEPEND=" + >=dev-libs/glib-2.31.13:2 >=x11-libs/gtk+-3.1.9:3[introspection?] >=x11-libs/pango-1.22.0 @@ -33,42 +34,51 @@ RDEPEND=">=dev-libs/glib-2.31.13:2 x11-libs/libXft glade? ( >=dev-util/glade-3.9:3.10 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.0 )" + introspection? ( >=dev-libs/gobject-introspection-0.9.0 ) +" DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.13 )" +" -pkg_setup() { - # Python bindings are via gobject-introspection - # Ex: from gi.repository import Vte - # Do not disable gnome-pty-helper, bug #401389 - G2CONF="${G2CONF} - --disable-deprecation - --disable-static - $(use_enable debug) - $(use_enable glade glade-catalogue) - $(use_enable introspection)" +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + doc? ( >=dev-util/gtk-doc-1.13 )" +fi + +src_prepare() { + # https://bugzilla.gnome.org/show_bug.cgi?id=663779 + epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" + + gnome2_src_prepare +} + +src_configure() { + local myconf="" if [[ ${CHOST} == *-interix* ]]; then - G2CONF="${G2CONF} --disable-Bsymbolic" + myconf="${myconf} --disable-Bsymbolic" # interix stropts.h is empty... export ac_cv_header_stropts_h=no fi - DOCS="AUTHORS ChangeLog HACKING NEWS README" -} - -src_prepare() { - # https://bugzilla.gnome.org/show_bug.cgi?id=663779 - epatch "${FILESDIR}/${PN}-0.30.1-alt-meta.patch" - - gnome2_src_prepare + # Python bindings are via gobject-introspection + # Ex: from gi.repository import Vte + # Do not disable gnome-pty-helper, bug #401389 + gnome2_src_configure \ + --disable-deprecation \ + --disable-static \ + $(use_enable debug) \ + $(use_enable glade glade-catalogue) \ + $(use_enable introspection) \ + ${myconf} } src_install() { + DOCS="AUTHORS ChangeLog HACKING NEWS README" gnome2_src_install rm -v "${ED}usr/libexec/gnome-pty-helper" || die }