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 1Q75kb-0000Mw-Sq for garchives@archives.gentoo.org; Tue, 05 Apr 2011 12:52:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06DA21C005; Tue, 5 Apr 2011 12:52:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B770E1C005 for ; Tue, 5 Apr 2011 12:52:45 +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 305FF1B4080 for ; Tue, 5 Apr 2011 12:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 437D380065 for ; Tue, 5 Apr 2011 12:52:44 +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: <952c0419655707a2abc5a9f27bc26b1792d1965c.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.27.99.2.ebuild X-VCS-Directories: dev-cpp/glibmm/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 952c0419655707a2abc5a9f27bc26b1792d1965c Date: Tue, 5 Apr 2011 12:52:44 +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: 2106ecabf13731d265844c023d2194c3 commit: 952c0419655707a2abc5a9f27bc26b1792d1965c Author: Gilles Dartiguelongue gentoo org> AuthorDate: Tue Apr 5 10:55:10 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Tue Apr 5 12:36:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D952c0419 dev-cpp/glibmm: QAed * Let ebuild handle debug itself * Split phases appropriatly * Use appropriate slots (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- dev-cpp/glibmm/glibmm-2.27.99.2.ebuild | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-cpp/glibmm/glibmm-2.27.99.2.ebuild b/dev-cpp/glibmm/glib= mm-2.27.99.2.ebuild index e403323..bc9a820 100644 --- a/dev-cpp/glibmm/glibmm-2.27.99.2.ebuild +++ b/dev-cpp/glibmm/glibmm-2.27.99.2.ebuild @@ -3,6 +3,8 @@ # $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.24.2-r1.ebuil= d,v 1.5 2011/01/04 18:10:11 armin76 Exp $ =20 EAPI=3D"3" +GCONF_DEBUG=3D"no" + inherit gnome2 =20 DESCRIPTION=3D"C++ interface for glib2" @@ -11,22 +13,24 @@ HOMEPAGE=3D"http://www.gtkmm.org" LICENSE=3D"|| ( LGPL-2.1 GPL-2 )" SLOT=3D"2" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc = ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris= " -IUSE=3D"doc examples test" +IUSE=3D"doc debug examples test" =20 -RDEPEND=3D">=3Ddev-libs/libsigc++-2.2 - >=3Ddev-libs/glib-2.28.0" +RDEPEND=3D">=3Ddev-libs/libsigc++-2.2:2 + >=3Ddev-libs/glib-2.28:2" DEPEND=3D"${RDEPEND} dev-util/pkgconfig doc? ( app-doc/doxygen )" =20 -DOCS=3D"AUTHORS ChangeLog NEWS README" - -src_prepare() { +pkg_setup() { + DOCS=3D"AUTHORS ChangeLog NEWS README" G2CONF=3D"${G2CONF} + $(use_enable debug debug-refcounting) $(use_enable doc documentation) --disable-schemas-compile --enable-deprecated-api" +} =20 +src_prepare() { if ! use test; then # don't waste time building tests sed 's/^\(SUBDIRS =3D.*\)tests\(.*\)$/\1\2/' \