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 1QAUSS-0003ew-1p for garchives@archives.gentoo.org; Thu, 14 Apr 2011 21:52:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8489E04E7; Thu, 14 Apr 2011 21:52:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 718B3E04E7 for ; Thu, 14 Apr 2011 21:52:04 +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 CCEC11B4161 for ; Thu, 14 Apr 2011 21:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 32A8E80065 for ; Thu, 14 Apr 2011 21:52:03 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <7f0e2f063a05d3b87d8045985941c735af75c0d9.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/zenity/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/zenity/zenity-3.0.0.ebuild X-VCS-Directories: gnome-extra/zenity/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7f0e2f063a05d3b87d8045985941c735af75c0d9 Date: Thu, 14 Apr 2011 21:52:03 +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: c696b43bdee4c365f34210fd20f00f82 commit: 7f0e2f063a05d3b87d8045985941c735af75c0d9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Apr 14 21:50:39 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Apr 14 21:50:39 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D7f0e2f06 gnome-extra/zenity: QAed * Sync with gentoo-x86 * Drop compat support, hey it's gnome 3 --- gnome-extra/zenity/zenity-3.0.0.ebuild | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnome-extra/zenity/zenity-3.0.0.ebuild b/gnome-extra/zenity/= zenity-3.0.0.ebuild index a93620b..f219e19 100644 --- a/gnome-extra/zenity/zenity-3.0.0.ebuild +++ b/gnome-extra/zenity/zenity-3.0.0.ebuild @@ -14,15 +14,15 @@ HOMEPAGE=3D"http://live.gnome.org/Zenity" LICENSE=3D"LGPL-2" 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" +IUSE=3D"libnotify" =20 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 )" =20 DEPEND=3D"${RDEPEND} app-text/scrollkeeper + app-text/docbook-xml-dtd:4.1.2 >=3Ddev-util/intltool-0.40 >=3Dsys-devel/gettext-0.14 >=3Ddev-util/pkgconfig-0.9 @@ -33,14 +33,14 @@ DEPEND=3D"${RDEPEND} pkg_setup() { G2CONF=3D"${G2CONF} --disable-scrollkeeper - $(use_enable libnotify)" + $(use_enable libnotify) + PERL=3D$(type -p false)" DOCS=3D"AUTHORS ChangeLog HACKING NEWS README THANKS TODO" } =20 + src_install() { gnome2_src_install =20 - if ! use compat; then - rm -v "${ED}/usr/bin/gdialog" || die "rm gdialog failed!" - fi + rm "${ED}/usr/bin/gdialog" || die "rm gdialog failed!" }