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 1SEXyo-0008EJ-3z for garchives@archives.gentoo.org; Mon, 02 Apr 2012 03:30:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1AB2E0AC3; Mon, 2 Apr 2012 03:30:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA051E0AC3 for ; Mon, 2 Apr 2012 03:30:45 +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 E329A1B400F for ; Mon, 2 Apr 2012 03:30:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A8209E5403 for ; Mon, 2 Apr 2012 03:30:43 +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: <1333336842.3fcfc00e8954cbe6e948df85a653ef2ad1cb058e.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gjs/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/gjs/gjs-1.32.0.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 3fcfc00e8954cbe6e948df85a653ef2ad1cb058e X-VCS-Branch: master Date: Mon, 2 Apr 2012 03:30:43 +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: 933320a2-0352-45ee-842f-13a1ebe9e285 X-Archives-Hash: a7d02b1c08895ddc7ce1e63989c9cab5 commit: 3fcfc00e8954cbe6e948df85a653ef2ad1cb058e Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Apr 2 03:20:42 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Apr 2 03:20:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D3fcfc00e dev-libs/gjs: moved to gx86 --- dev-libs/gjs/gjs-1.32.0.ebuild | 67 ----------------------------------= ------ 1 files changed, 0 insertions(+), 67 deletions(-) diff --git a/dev-libs/gjs/gjs-1.32.0.ebuild b/dev-libs/gjs/gjs-1.32.0.ebu= ild deleted file mode 100644 index 4137dc3..0000000 --- a/dev-libs/gjs/gjs-1.32.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# 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.30.1.ebuild,v 1.1 = 2012/01/14 04:54:24 tetromino Exp $ - -EAPI=3D"4" -GCONF_DEBUG=3D"no" -GNOME2_LA_PUNT=3D"yes" -PYTHON_DEPEND=3D"2" - -inherit gnome2 pax-utils 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" -KEYWORDS=3D"~amd64 ~x86" - -RDEPEND=3D">=3Ddev-libs/glib-2.31:2 - >=3Ddev-libs/gobject-introspection-1.31.22 - - dev-libs/dbus-glib - sys-libs/readline - x11-libs/cairo - >=3Ddev-lang/spidermonkey-1.8.5" -DEPEND=3D"${RDEPEND} - sys-devel/gettext - >=3Ddev-util/pkgconfig-0.9" - -pkg_setup() { - # AUTHORS, ChangeLog are empty - DOCS=3D"NEWS README" - # FIXME: add systemtap/dtrace support, like in glib:2 - # FIXME: --enable-systemtap installs files in ${D}/${D} for some reason - # XXX: Do NOT enable coverage, completely useless for portage installs - G2CONF=3D"${G2CONF} - --disable-systemtap - --disable-dtrace - --disable-coverage" - - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - gnome2_src_prepare - python_convert_shebangs 2 "${S}"/scripts/make-tests -} - -src_test() { - # Tests need dbus - Xemake check -} - -src_install() { - # installation sometimes fails in parallel - gnome2_src_install -j1 - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins ${S}/examples/* - fi - - # Required for gjs-console to run correctly on PaX systems - pax-mark mr "${ED}/usr/bin/gjs-console" -}