From: "Nirbheek Chauhan" <nirbheek@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/
Date: Sat, 31 Mar 2012 09:14:35 +0000 (UTC) [thread overview]
Message-ID: <1333140521.3b361e1b5218d51efe622bd04eee97a69dc33c10.nirbheek@gentoo> (raw)
commit: 3b361e1b5218d51efe622bd04eee97a69dc33c10
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 20:48:41 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 20:48:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3b361e1b
dev-libs/gjs: bump, remove old
---
dev-libs/gjs/gjs-0.7.14-r1.ebuild | 76 --------------------
.../gjs/{gjs-1.31.22.ebuild => gjs-1.32.0.ebuild} | 0
2 files changed, 0 insertions(+), 76 deletions(-)
diff --git a/dev-libs/gjs/gjs-0.7.14-r1.ebuild b/dev-libs/gjs/gjs-0.7.14-r1.ebuild
deleted file mode 100644
index 80c7027..0000000
--- a/dev-libs/gjs/gjs-0.7.14-r1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-0.7.14.ebuild,v 1.2 2011/05/01 15:42:03 nirbheek Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="2"
-
-inherit autotools eutils gnome2 python virtualx
-
-DESCRIPTION="Javascript bindings for GNOME"
-HOMEPAGE="http://live.gnome.org/Gjs"
-
-LICENSE="MIT MPL-1.1 LGPL-2 GPL-2"
-SLOT="0"
-IUSE="examples test +xulrunner"
-KEYWORDS="~amd64 ~x86"
-
-# Things are untested and broken with anything other than xulrunner-2.0
-# FIXME: https://bugzilla.mozilla.org/show_bug.cgi?id=628723 instead of libxul
-RDEPEND=">=dev-libs/glib-2.18:2
- >=dev-libs/gobject-introspection-0.10.1
-
- dev-libs/dbus-glib
- sys-libs/readline
- x11-libs/cairo
- xulrunner? (
- >=net-libs/xulrunner-2.0:1.9
- !=dev-lang/spidermonkey-1.8.2* )
- !xulrunner? ( =dev-lang/spidermonkey-1.8.5* )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/pkgconfig-0.9"
-# HACK HACK: gjs-tests picks up /usr/lib/libmozjs.so with spidermonkey installed
-
-src_prepare() {
- # AUTHORS, ChangeLog are empty
- DOCS="NEWS README"
- # FIXME: add systemtap/dtrace support, like in glib:2
- # XXX: Do NOT enable coverage, completely useless for portage installs
- G2CONF="${G2CONF}
- --disable-systemtap
- --disable-dtrace
- --disable-coverage"
- if use xulrunner; then
- G2CONF="${G2CONF} --with-js-package=mozilla-js"
- else
- G2CONF="${G2CONF} --with-js-package=mozjs185"
- fi
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=646369
- # https://bugs.gentoo.org/353941
- # https://bugzilla.gnome.org/show_bug.cgi?id=655479
- epatch "${FILESDIR}/${P}-sanity.patch"
-
- eautoreconf
-
- gnome2_src_prepare
- python_convert_shebangs 2 "${S}"/scripts/make-tests
-}
-
-src_test() {
- # Tests need dbus
- Xemake check || die
-}
-
-src_install() {
- # installation sometimes fails in parallel
- gnome2_src_install -j1
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins "${S}"/examples/* || die "doins examples failed!"
- fi
-}
diff --git a/dev-libs/gjs/gjs-1.31.22.ebuild b/dev-libs/gjs/gjs-1.32.0.ebuild
similarity index 100%
rename from dev-libs/gjs/gjs-1.31.22.ebuild
rename to dev-libs/gjs/gjs-1.32.0.ebuild
next reply other threads:[~2012-03-31 9:15 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-31 9:14 Nirbheek Chauhan [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-21 18:27 Alexandre Restovtsev
2012-03-07 0:32 Alexandre Restovtsev
2012-03-07 0:08 Alexandre Restovtsev
2012-02-27 4:47 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=1333140521.3b361e1b5218d51efe622bd04eee97a69dc33c10.nirbheek@gentoo \
--to=nirbheek@gentoo.org \
--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