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 8F51A138200 for ; Sat, 27 Oct 2012 22:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10E3721C009; Sat, 27 Oct 2012 22:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4081C21C009 for ; Sat, 27 Oct 2012 22:26:15 +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 9E9B733D85D for ; Sat, 27 Oct 2012 22:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3803EE5436 for ; Sat, 27 Oct 2012 22:26:13 +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: <1351376466.dc819ee103f1ca7b50df16482f5926402ffbf683.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-cpp/gtkmm/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-cpp/gtkmm/gtkmm-3.5.12.ebuild dev-cpp/gtkmm/gtkmm-3.6.0.ebuild X-VCS-Directories: dev-cpp/gtkmm/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: dc819ee103f1ca7b50df16482f5926402ffbf683 X-VCS-Branch: master Date: Sat, 27 Oct 2012 22:26:13 +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: db78a7aa-95f2-4909-a0ce-c5c44d597008 X-Archives-Hash: 131a24ef3ddee4a63021f7562b749f5f commit: dc819ee103f1ca7b50df16482f5926402ffbf683 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 27 22:21:06 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 27 22:21:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dc819ee1 dev-cpp/gtkmm: 3.5.12 → 3.6.0 --- .../{gtkmm-3.5.12.ebuild => gtkmm-3.6.0.ebuild} | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-cpp/gtkmm/gtkmm-3.5.12.ebuild b/dev-cpp/gtkmm/gtkmm-3.6.0.ebuild similarity index 97% rename from dev-cpp/gtkmm/gtkmm-3.5.12.ebuild rename to dev-cpp/gtkmm/gtkmm-3.6.0.ebuild index 10f23f2..49d6a5a 100644 --- a/dev-cpp/gtkmm/gtkmm-3.5.12.ebuild +++ b/dev-cpp/gtkmm/gtkmm-3.6.0.ebuild @@ -18,7 +18,7 @@ IUSE="aqua doc examples test wayland +X" REQUIRED_USE="|| ( aqua wayland X )" RDEPEND=" - >=dev-cpp/glibmm-2.33.1:2 + >=dev-cpp/glibmm-2.34:2 >=x11-libs/gtk+-3.5.12:3[aqua?,wayland?,X?] >=x11-libs/gdk-pixbuf-2.22.1:2 >=dev-cpp/atkmm-2.22.2 @@ -31,11 +31,10 @@ DEPEND="${RDEPEND} media-gfx/graphviz dev-libs/libxslt app-doc/doxygen )" - # dev-cpp/mm-common" # eautoreconf needs mm-common -pkg_setup() { +src_prepare() { DOCS="AUTHORS ChangeLog PORTING NEWS README" targets= G2CONF="${G2CONF} @@ -44,9 +43,7 @@ pkg_setup() { $(use_enable aqua quartz-backend) $(use_enable wayland wayland-backend) $(use_enable X x11-backend)" -} -src_prepare() { if ! use test; then # don't waste time building tests sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' -i Makefile.am Makefile.in \