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 1PrgA0-0001gQ-Uf for garchives@archives.gentoo.org; Tue, 22 Feb 2011 00:31:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 868DF1C08B; Tue, 22 Feb 2011 00:31:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 574B21C08A for ; Tue, 22 Feb 2011 00:31:12 +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 268421B4194 for ; Tue, 22 Feb 2011 00:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 83D9F8006D for ; Tue, 22 Feb 2011 00:31:11 +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: <84fe6e2c58fd825b2fa3cff2a20feccf54e0ac8e.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/zenity/zenity-2.91.5.ebuild gnome-extra/zenity/zenity-2.91.90.ebuild X-VCS-Directories: gnome-extra/zenity/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 84fe6e2c58fd825b2fa3cff2a20feccf54e0ac8e Date: Tue, 22 Feb 2011 00:31:11 +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: 5a382c9abf4a58edd6ddf1116b2adb9d commit: 84fe6e2c58fd825b2fa3cff2a20feccf54e0ac8e Author: Nirbheek Chauhan gentoo org> AuthorDate: Tue Feb 22 00:22:19 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Feb 22 00:22:19 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D84fe6e2c gnome-extra/zenity: 2.91.5 -> 2.91.90 --- ...{zenity-2.91.5.ebuild =3D> zenity-2.91.90.ebuild} | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gnome-extra/zenity/zenity-2.91.5.ebuild b/gnome-extra/zenity= /zenity-2.91.90.ebuild similarity index 90% rename from gnome-extra/zenity/zenity-2.91.5.ebuild rename to gnome-extra/zenity/zenity-2.91.90.ebuild index 2a7a251..a93620b 100644 --- a/gnome-extra/zenity/zenity-2.91.5.ebuild +++ b/gnome-extra/zenity/zenity-2.91.90.ebuild @@ -4,6 +4,7 @@ =20 EAPI=3D"3" GCONF_DEBUG=3D"yes" +GNOME2_LA_PUNT=3D"yes" =20 inherit gnome2 =20 @@ -15,7 +16,7 @@ SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fb= sd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" IUSE=3D"+compat libnotify" =20 -RDEPEND=3D">=3Dx11-libs/gtk+-2.91.0:3 +RDEPEND=3D">=3Dx11-libs/gtk+-3.0.0:3 >=3Ddev-libs/glib-2.8:2 compat? ( >=3Ddev-lang/perl-5 ) libnotify? ( >=3Dx11-libs/libnotify-0.6.1 )" @@ -40,6 +41,6 @@ src_install() { gnome2_src_install =20 if ! use compat; then - rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!" + rm -v "${ED}/usr/bin/gdialog" || die "rm gdialog failed!" fi }