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 1Q8SEI-00051O-K1 for garchives@archives.gentoo.org; Sat, 09 Apr 2011 07:05:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F491C004; Sat, 9 Apr 2011 07:04:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A8BD41C004 for ; Sat, 9 Apr 2011 07:04:58 +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 3513C1B4049 for ; Sat, 9 Apr 2011 07:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 940398006D for ; Sat, 9 Apr 2011 07:04:57 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: <9f762de55e817203fb6b7938ddf3e0e8d6317baa.nirbheek@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-0.7.14.ebuild dev-libs/gjs/gjs-9999.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 9f762de55e817203fb6b7938ddf3e0e8d6317baa Date: Sat, 9 Apr 2011 07:04:57 +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: 73cbd05d1c512697052fad44cce0c1f5 commit: 9f762de55e817203fb6b7938ddf3e0e8d6317baa Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Apr 9 06:46:26 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Apr 9 06:46:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D9f762de5 dev-libs/gjs: remove USE=3Dcoverage * Useless if the original source tree is deleted, and fails to compile so= metimes --- dev-libs/gjs/gjs-0.7.14.ebuild | 5 +++-- dev-libs/gjs/gjs-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-libs/gjs/gjs-0.7.14.ebuild b/dev-libs/gjs/gjs-0.7.14.ebu= ild index 9f0568d..7ee7e35 100644 --- a/dev-libs/gjs/gjs-0.7.14.ebuild +++ b/dev-libs/gjs/gjs-0.7.14.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=3D"http://live.gnome.org/Gjs" =20 LICENSE=3D"MIT MPL-1.1 LGPL-2 GPL-2" SLOT=3D"0" -IUSE=3D"coverage examples test" +IUSE=3D"examples test" =20 if [[ ${PV} =3D=3D 9999 ]]; then KEYWORDS=3D"" @@ -46,10 +46,11 @@ src_prepare() { # AUTHORS, ChangeLog are empty DOCS=3D"NEWS README" # FIXME: add systemtap/dtrace support, like in glib:2 + # XXX: Do NOT enable coverage, completely useless for portage installs G2CONF=3D"${G2CONF} --disable-systemtap --disable-dtrace - $(use_enable coverage)" + --disable-coverage" =20 # https://bugs.gentoo.org/353941 epatch "${FILESDIR}/${PN}-drop-js-config.patch" diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index 9f0568d..7ee7e35 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=3D"http://live.gnome.org/Gjs" =20 LICENSE=3D"MIT MPL-1.1 LGPL-2 GPL-2" SLOT=3D"0" -IUSE=3D"coverage examples test" +IUSE=3D"examples test" =20 if [[ ${PV} =3D=3D 9999 ]]; then KEYWORDS=3D"" @@ -46,10 +46,11 @@ src_prepare() { # AUTHORS, ChangeLog are empty DOCS=3D"NEWS README" # FIXME: add systemtap/dtrace support, like in glib:2 + # XXX: Do NOT enable coverage, completely useless for portage installs G2CONF=3D"${G2CONF} --disable-systemtap --disable-dtrace - $(use_enable coverage)" + --disable-coverage" =20 # https://bugs.gentoo.org/353941 epatch "${FILESDIR}/${PN}-drop-js-config.patch"