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 88BE11381F3 for ; Sun, 23 Dec 2012 23:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE53721C047; Sun, 23 Dec 2012 23:11:51 +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 66A8321C047 for ; Sun, 23 Dec 2012 23:11: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 3AEAB33D8CE for ; Sun, 23 Dec 2012 23:11:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 84578E543C for ; Sun, 23 Dec 2012 23:11:48 +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: <1356304290.ea16efe3dd3eeac951f2ddcb73c1bdd85d80489a.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-screenshot/ X-VCS-Repository: proj/gnome X-VCS-Files: media-gfx/gnome-screenshot/gnome-screenshot-3.6.1.ebuild media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild X-VCS-Directories: media-gfx/gnome-screenshot/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ea16efe3dd3eeac951f2ddcb73c1bdd85d80489a X-VCS-Branch: master Date: Sun, 23 Dec 2012 23:11:48 +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: 6334dad6-8e41-45bb-8a20-d59d132d9c06 X-Archives-Hash: b078ae3be4415c47084f2042ddccfe82 commit: ea16efe3dd3eeac951f2ddcb73c1bdd85d80489a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 23 23:11:30 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 23 23:11:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ea16efe3 media-gfx/gnome-screenshot: moved to gx86 Sync live ebuild with gx86 changes. --- .../gnome-screenshot/gnome-screenshot-3.6.1.ebuild | 57 -------------------- .../gnome-screenshot/gnome-screenshot-9999.ebuild | 23 ++++----- 2 files changed, 10 insertions(+), 70 deletions(-) diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.6.1.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-3.6.1.ebuild deleted file mode 100644 index 470f9cc..0000000 --- a/media-gfx/gnome-screenshot/gnome-screenshot-3.6.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit gnome2 -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION="Screenshot utility for GNOME 3" -HOMEPAGE="https://live.gnome.org/GnomeUtils" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -if [[ ${PV} = 9999 ]]; then - KEYWORDS="" -else - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -fi - -# libcanberra 0.26-r2 is needed for gtk+:3 fixes -COMMON_DEPEND=">=dev-libs/glib-2.33.1:2 - >=media-libs/libcanberra-0.26-r2[gtk3] - x11-libs/cairo - x11-libs/gdk-pixbuf - >=x11-libs/gtk+-3.0.3:3 - x11-libs/libX11 - x11-libs/libXext" -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gsettings-desktop-schemas-0.1.0 - !=dev-libs/glib-2.33.1:2 >=media-libs/libcanberra-0.26-r2[gtk3] x11-libs/cairo x11-libs/gdk-pixbuf >=x11-libs/gtk+-3.0.3:3 x11-libs/libX11 - x11-libs/libXext" + x11-libs/libXext +" RDEPEND="${COMMON_DEPEND} >=gnome-base/gsettings-desktop-schemas-0.1.0 - !