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 1QmZbF-00043I-3T for garchives@archives.gentoo.org; Thu, 28 Jul 2011 23:02:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4B7021C1A4 for ; Thu, 28 Jul 2011 23:02:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F197E21C0B6 for ; Thu, 28 Jul 2011 22:51:19 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60BA81BC013 for ; Thu, 28 Jul 2011 22:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B29958003D for ; Thu, 28 Jul 2011 22:51:18 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-1.29.15.ebuild dev-libs/gjs/gjs-9999.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: a4bd4ad4d1d28d287979b06610cb24bfd79efa51 Date: Thu, 28 Jul 2011 22:51:18 +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: 46efb950d5d3fee42a22bfb8883d807b commit: a4bd4ad4d1d28d287979b06610cb24bfd79efa51 Author: Alexandre Rostovtsev gmail com> AuthorDate: Thu Jul 28 22:48:38 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu Jul 28 22:48:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Da4bd4ad4 dev-libs/gjs: automagic spidermonkey patch now in upstream git --- dev-libs/gjs/gjs-1.29.15.ebuild | 2 +- dev-libs/gjs/gjs-9999.ebuild | 5 ----- 2 files changed, 1 insertions(+), 6 deletions(-) diff --git a/dev-libs/gjs/gjs-1.29.15.ebuild b/dev-libs/gjs/gjs-1.29.15.e= build index 93f6ece..01b7230 100644 --- a/dev-libs/gjs/gjs-1.29.15.ebuild +++ b/dev-libs/gjs/gjs-1.29.15.ebuild @@ -61,7 +61,7 @@ pkg_setup() { src_prepare() { # Make spidermonkey detection non-automagic # https://bugzilla.gnome.org/show_bug.cgi?id=3D655479 - epatch "${FILESDIR}/${PN}-1.29.15-automagic-spidermonkey.patch" + epatch "${FILESDIR}/${P}-automagic-spidermonkey.patch" [[ ${PV} !=3D 9999 ]] && eautoreconf =20 gnome2_src_prepare diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index 93f6ece..100223c 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -59,11 +59,6 @@ pkg_setup() { } =20 src_prepare() { - # Make spidermonkey detection non-automagic - # https://bugzilla.gnome.org/show_bug.cgi?id=3D655479 - epatch "${FILESDIR}/${PN}-1.29.15-automagic-spidermonkey.patch" - [[ ${PV} !=3D 9999 ]] && eautoreconf - gnome2_src_prepare python_convert_shebangs 2 "${S}"/scripts/make-tests }