public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/
Date: Mon, 27 Feb 2012 04:47:34 +0000 (UTC)	[thread overview]
Message-ID: <1330317999.8bbb3f0a95d02c6ebc7b6c97f5cb324111353632.tetromino@gentoo> (raw)

commit:     8bbb3f0a95d02c6ebc7b6c97f5cb324111353632
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 04:46:39 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 04:46:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8bbb3f0a

dev-libs/gjs: add 1.31.10

---
 .../gjs/{gjs-9999.ebuild => gjs-1.31.10.ebuild}    |   22 +++++++------------
 dev-libs/gjs/gjs-9999.ebuild                       |    5 ++-
 2 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-1.31.10.ebuild
similarity index 73%
copy from dev-libs/gjs/gjs-9999.ebuild
copy to dev-libs/gjs/gjs-1.31.10.ebuild
index b9b8da2..6d0df65 100644
--- a/dev-libs/gjs/gjs-9999.ebuild
+++ b/dev-libs/gjs/gjs-1.31.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.29.0.ebuild,v 1.1 2011/06/14 13:19:59 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.30.1.ebuild,v 1.1 2012/01/14 04:54:24 tetromino Exp $
 
 EAPI="4"
 GCONF_DEBUG="no"
@@ -8,9 +8,6 @@ GNOME2_LA_PUNT="yes"
 PYTHON_DEPEND="2"
 
 inherit gnome2 python virtualx
-if [[ ${PV} = 9999 ]]; then
-	inherit gnome2-live
-fi
 
 DESCRIPTION="Javascript bindings for GNOME"
 HOMEPAGE="http://live.gnome.org/Gjs"
@@ -18,13 +15,9 @@ HOMEPAGE="http://live.gnome.org/Gjs"
 LICENSE="MIT MPL-1.1 LGPL-2 GPL-2"
 SLOT="0"
 IUSE="examples test"
-if [[ ${PV} = 9999 ]]; then
-	KEYWORDS=""
-else
-	KEYWORDS="~amd64 ~x86"
-fi
+KEYWORDS="~amd64 ~x86"
 
-RDEPEND=">=dev-libs/glib-2.18:2
+RDEPEND=">=dev-libs/glib-2.31:2
 	>=dev-libs/gobject-introspection-1.29.16
 
 	dev-libs/dbus-glib
@@ -42,10 +35,11 @@ pkg_setup() {
 	# FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
 	# XXX: Do NOT enable coverage, completely useless for portage installs
 	G2CONF="${G2CONF}
-		--with-js-package=mozjs185
 		--disable-systemtap
 		--disable-dtrace
 		--disable-coverage"
+
+	python_set_active_version 2
 	python_pkg_setup
 }
 
@@ -56,7 +50,7 @@ src_prepare() {
 
 src_test() {
 	# Tests need dbus
-	Xemake check || die
+	Xemake check
 }
 
 src_install() {
@@ -65,6 +59,6 @@ src_install() {
 
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
-		doins ${S}/examples/* || die "doins examples failed!"
+		doins ${S}/examples/*
 	fi
 }

diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild
index b9b8da2..689cef1 100644
--- a/dev-libs/gjs/gjs-9999.ebuild
+++ b/dev-libs/gjs/gjs-9999.ebuild
@@ -24,7 +24,7 @@ else
 	KEYWORDS="~amd64 ~x86"
 fi
 
-RDEPEND=">=dev-libs/glib-2.18:2
+RDEPEND=">=dev-libs/glib-2.31:2
 	>=dev-libs/gobject-introspection-1.29.16
 
 	dev-libs/dbus-glib
@@ -42,10 +42,11 @@ pkg_setup() {
 	# FIXME: --enable-systemtap installs files in ${D}/${D} for some reason
 	# XXX: Do NOT enable coverage, completely useless for portage installs
 	G2CONF="${G2CONF}
-		--with-js-package=mozjs185
 		--disable-systemtap
 		--disable-dtrace
 		--disable-coverage"
+
+	python_set_active_version 2
 	python_pkg_setup
 }
 



             reply	other threads:[~2012-02-27  4:47 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-27  4:47 Alexandre Restovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-02-23 20:37 [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ Mart Raudsepp
2019-02-23 20:37 Mart Raudsepp
2018-09-10 21:33 Gilles Dartiguelongue
2018-03-02 17:35 Sobhan Mohammadpour
2017-12-20 23:00 Sobhan Mohammadpour
2015-06-09 13:48 Gilles Dartiguelongue
2014-12-21 13:28 Gilles Dartiguelongue
2014-10-05 22:09 Gilles Dartiguelongue
2014-04-21 22:31 Gilles Dartiguelongue
2014-04-15 22:05 Gilles Dartiguelongue
2013-12-22 23:38 Gilles Dartiguelongue
2013-11-24 22:07 Gilles Dartiguelongue
2012-09-25 15:46 Alexandre Rostovtsev
2012-09-05 15:48 Nirbheek Chauhan
2012-08-18 12:41 Priit Laes
2012-08-18 12:09 Priit Laes
2012-04-02  3:30 Alexandre Restovtsev
2012-03-31  9:14 Nirbheek Chauhan
2012-03-21 18:27 Alexandre Restovtsev
2012-03-07  0:32 Alexandre Restovtsev
2012-03-07  0:08 Alexandre Restovtsev
2011-07-30 16:38 Alexandre Restovtsev
2011-04-09 16:26 Priit Laes
2011-04-09  7:04 Nirbheek Chauhan
2011-04-08 10:52 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-04-05  0:57 Nirbheek Chauhan
2011-03-31 13:52 Nirbheek Chauhan
2011-03-12  3:19 Nirbheek Chauhan
2011-02-27  3:02 Jonathan Callen
2011-02-23 14:40 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1330317999.8bbb3f0a95d02c6ebc7b6c97f5cb324111353632.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox