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 1SDuPC-0003Vt-RI for garchives@archives.gentoo.org; Sat, 31 Mar 2012 09:15:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21D89E0DEE; Sat, 31 Mar 2012 09:14:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D7F3DE0DEC for ; Sat, 31 Mar 2012 09:14:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26D6E1B4018 for ; Sat, 31 Mar 2012 09:14:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4ADBEE5436 for ; Sat, 31 Mar 2012 09:14:35 +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: <1333140521.3b361e1b5218d51efe622bd04eee97a69dc33c10.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-r1.ebuild dev-libs/gjs/gjs-1.31.22.ebuild dev-libs/gjs/gjs-1.32.0.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: 3b361e1b5218d51efe622bd04eee97a69dc33c10 X-VCS-Branch: master Date: Sat, 31 Mar 2012 09:14:35 +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: 192aec91-deb0-4921-8bcf-edb1fdbec350 X-Archives-Hash: 0d1b85b00394f013bb4edb5ab75226e8 commit: 3b361e1b5218d51efe622bd04eee97a69dc33c10 Author: Nirbheek Chauhan gentoo org> AuthorDate: Fri Mar 30 20:48:41 2012 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Fri Mar 30 20:48:41 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D3b361e1b dev-libs/gjs: bump, remove old --- dev-libs/gjs/gjs-0.7.14-r1.ebuild | 76 --------------= ------ .../gjs/{gjs-1.31.22.ebuild =3D> 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=3D"3" -GCONF_DEBUG=3D"no" -GNOME2_LA_PUNT=3D"yes" -PYTHON_DEPEND=3D"2" - -inherit autotools eutils gnome2 python virtualx - -DESCRIPTION=3D"Javascript bindings for GNOME" -HOMEPAGE=3D"http://live.gnome.org/Gjs" - -LICENSE=3D"MIT MPL-1.1 LGPL-2 GPL-2" -SLOT=3D"0" -IUSE=3D"examples test +xulrunner" -KEYWORDS=3D"~amd64 ~x86" - -# Things are untested and broken with anything other than xulrunner-2.0 -# FIXME: https://bugzilla.mozilla.org/show_bug.cgi?id=3D628723 instead o= f libxul -RDEPEND=3D">=3Ddev-libs/glib-2.18:2 - >=3Ddev-libs/gobject-introspection-0.10.1 - - dev-libs/dbus-glib - sys-libs/readline - x11-libs/cairo - xulrunner? ( - >=3Dnet-libs/xulrunner-2.0:1.9 - !=3Ddev-lang/spidermonkey-1.8.2* ) - !xulrunner? ( =3Ddev-lang/spidermonkey-1.8.5* )" -DEPEND=3D"${RDEPEND} - sys-devel/gettext - >=3Ddev-util/pkgconfig-0.9" -# HACK HACK: gjs-tests picks up /usr/lib/libmozjs.so with spidermonkey i= nstalled - -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 - --disable-coverage" - if use xulrunner; then - G2CONF=3D"${G2CONF} --with-js-package=3Dmozilla-js" - else - G2CONF=3D"${G2CONF} --with-js-package=3Dmozjs185" - fi - - # https://bugzilla.gnome.org/show_bug.cgi?id=3D646369 - # https://bugs.gentoo.org/353941 - # https://bugzilla.gnome.org/show_bug.cgi?id=3D655479 - 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.eb= uild similarity index 100% rename from dev-libs/gjs/gjs-1.31.22.ebuild rename to dev-libs/gjs/gjs-1.32.0.ebuild