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 C1B44138010 for ; Sat, 27 Oct 2012 20:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3067E21C003; Sat, 27 Oct 2012 20:10:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A93C121C003 for ; Sat, 27 Oct 2012 20:10:11 +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 139ED33D958 for ; Sat, 27 Oct 2012 20:10:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9D3A7E5436 for ; Sat, 27 Oct 2012 20:10:09 +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: <1351368598.2bb28f0213fef87e005db9d3ddc71efdccd9aa50.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-cpp/glibmm/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-cpp/glibmm/glibmm-2.33.12.ebuild dev-cpp/glibmm/glibmm-2.34.0.ebuild X-VCS-Directories: dev-cpp/glibmm/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2bb28f0213fef87e005db9d3ddc71efdccd9aa50 X-VCS-Branch: master Date: Sat, 27 Oct 2012 20:10:09 +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: 97fe2eab-5a51-4ab8-b810-cf43b8799e83 X-Archives-Hash: 75db26f75511c3f1e8c4984eb6d626da commit: 2bb28f0213fef87e005db9d3ddc71efdccd9aa50 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Oct 27 20:09:58 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Oct 27 20:09:58 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2bb28f02 dev-cpp/glibmm: 2.33.12 → 2.34.0 --- ...{glibmm-2.33.12.ebuild => glibmm-2.34.0.ebuild} | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-cpp/glibmm/glibmm-2.33.12.ebuild b/dev-cpp/glibmm/glibmm-2.34.0.ebuild similarity index 97% rename from dev-cpp/glibmm/glibmm-2.33.12.ebuild rename to dev-cpp/glibmm/glibmm-2.34.0.ebuild index 8c83e70..565685d 100644 --- a/dev-cpp/glibmm/glibmm-2.33.12.ebuild +++ b/dev-cpp/glibmm/glibmm-2.34.0.ebuild @@ -17,23 +17,19 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86- IUSE="doc debug examples test" RDEPEND=">=dev-libs/libsigc++-2.2.10:2 - >=dev-libs/glib-2.33.12:2" + >=dev-libs/glib-2.34:2" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen )" # dev-cpp/mm-common needed for eautoreconf -pkg_setup() { +src_prepare() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} $(use_enable debug debug-refcounting) $(use_enable doc documentation) --disable-schemas-compile --enable-deprecated-api" -} - -src_prepare() { - gnome2_src_prepare if ! use test; then # don't waste time building tests @@ -46,6 +42,8 @@ src_prepare() { sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \ -i Makefile.am Makefile.in || die "sed 2 failed" fi + + gnome2_src_prepare } src_test() {