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 D035F1381F3 for ; Mon, 24 Dec 2012 00:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74FCEE064F; Mon, 24 Dec 2012 00:34:57 +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 E5B57E064F for ; Mon, 24 Dec 2012 00:34:56 +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 07C6533D806 for ; Mon, 24 Dec 2012 00:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9D1AEE543C for ; Mon, 24 Dec 2012 00:34:54 +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: <1356309268.1687066226e9337aff814be174f1db53ae4871cc.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/zenity/metadata.xml gnome-extra/zenity/zenity-3.6.0.ebuild X-VCS-Directories: gnome-extra/zenity/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1687066226e9337aff814be174f1db53ae4871cc X-VCS-Branch: master Date: Mon, 24 Dec 2012 00:34:54 +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: 3f7b7028-628a-433b-92ca-c1b8e980e5af X-Archives-Hash: 3a1930cb6bc9b87cd4919bf40702ded2 commit: 1687066226e9337aff814be174f1db53ae4871cc Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Dec 24 00:34:28 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Dec 24 00:34:28 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=16870662 gnome-extra/zenity: moved to gx86, add metadata.xml --- gnome-extra/zenity/metadata.xml | 9 +++++ gnome-extra/zenity/zenity-3.6.0.ebuild | 51 -------------------------------- 2 files changed, 9 insertions(+), 51 deletions(-) diff --git a/gnome-extra/zenity/metadata.xml b/gnome-extra/zenity/metadata.xml new file mode 100644 index 0000000..db6d005 --- /dev/null +++ b/gnome-extra/zenity/metadata.xml @@ -0,0 +1,9 @@ + + + + gnome + + Installs gdialog for compatibility with older shell + scripts which uses dev-lang/perl + + diff --git a/gnome-extra/zenity/zenity-3.6.0.ebuild b/gnome-extra/zenity/zenity-3.6.0.ebuild deleted file mode 100644 index 04b8e71..0000000 --- a/gnome-extra/zenity/zenity-3.6.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Tool to display dialogs from the commandline and shell scripts" -HOMEPAGE="http://live.gnome.org/Zenity" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="libnotify test +webkit" - -RDEPEND=">=dev-libs/glib-2.8:2 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.0.0:3 - x11-libs/libX11 - x11-libs/pango - libnotify? ( >=x11-libs/libnotify-0.6.1 ) - webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )" - -DEPEND="${RDEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.40 - >=sys-devel/gettext-0.14 - virtual/pkgconfig - test? ( app-text/yelp-tools )" -# eautoreconf needs: -# >=gnome-base/gnome-common-2.12 - -src_prepare() { - DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO" - G2CONF="${G2CONF} - $(use_enable libnotify) - $(use_enable webkit webkitgtk) - PERL=$(type -P false) - ITSTOOL=$(type -P true)" - - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - - rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!" -}