From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-517924-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 1FDD8138010
	for <garchives@archives.gentoo.org>; Sat, 27 Oct 2012 21:16:31 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C680121C01D;
	Sat, 27 Oct 2012 21:16:23 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 54ED321C01D
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Oct 2012 21:16:23 +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 AF89533D921
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Oct 2012 21:16:22 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 44073E5436
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Oct 2012 21:16:20 +0000 (UTC)
From: "Gilles Dartiguelongue" <eva@gentoo.org>
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" <eva@gentoo.org>
Message-ID: <1351372543.4b0520dd509d37e70f616f5281dab585fcf1de7b.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.5.92.ebuild media-gfx/gnome-screenshot/gnome-screenshot-3.6.0.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: 4b0520dd509d37e70f616f5281dab585fcf1de7b
X-VCS-Branch: master
Date: Sat, 27 Oct 2012 21:16:20 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 35f5d48e-d647-4bc9-8e0c-eb06e8b913a7
X-Archives-Hash: 665da4687fc4b86118bebe7a7785eaf6

commit:     4b0520dd509d37e70f616f5281dab585fcf1de7b
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 21:15:38 2012 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 21:15:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=4b0520dd

media-gfx/gnome-screenshot: 3.5.92 → 3.6.0

---
 ...3.5.92.ebuild => gnome-screenshot-3.6.0.ebuild} |    3 ++-
 .../gnome-screenshot/gnome-screenshot-9999.ebuild  |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-3.5.92.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-3.6.0.ebuild
similarity index 97%
rename from media-gfx/gnome-screenshot/gnome-screenshot-3.5.92.ebuild
rename to media-gfx/gnome-screenshot/gnome-screenshot-3.6.0.ebuild
index 5cc7b97..470f9cc 100644
--- a/media-gfx/gnome-screenshot/gnome-screenshot-3.5.92.ebuild
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-3.6.0.ebuild
@@ -40,10 +40,11 @@ DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40
 	virtual/pkgconfig"
 
-pkg_setup() {
+src_configure() {
 	DOCS="NEWS"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile"
+	gnome2_src_configure
 }
 
 pkg_postinst() {

diff --git a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild b/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
index 5cc7b97..470f9cc 100644
--- a/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
+++ b/media-gfx/gnome-screenshot/gnome-screenshot-9999.ebuild
@@ -40,10 +40,11 @@ DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.40
 	virtual/pkgconfig"
 
-pkg_setup() {
+src_configure() {
 	DOCS="NEWS"
 	G2CONF="${G2CONF}
 		--disable-schemas-compile"
+	gnome2_src_configure
 }
 
 pkg_postinst() {