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 1S54RI-0007yq-VZ for garchives@archives.gentoo.org; Wed, 07 Mar 2012 00:09:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74601E0C57; Wed, 7 Mar 2012 00:09:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 458ACE0D77 for ; Wed, 7 Mar 2012 00:09:00 +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 8ABD31B4016 for ; Wed, 7 Mar 2012 00:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 5416EE542C for ; Wed, 7 Mar 2012 00:08:58 +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: <1331078875.1a319a5ccf1fd059d3f2ea1cf47b70423cd6a0c7.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.31.10.ebuild dev-libs/gjs/gjs-1.31.20.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: 1a319a5ccf1fd059d3f2ea1cf47b70423cd6a0c7 X-VCS-Branch: master Date: Wed, 7 Mar 2012 00:08:58 +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: e363d557-099a-40ec-bea7-b375e3e1c748 X-Archives-Hash: bd7afced1aa3abc69f75d62a101a4134 commit: 1a319a5ccf1fd059d3f2ea1cf47b70423cd6a0c7 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Tue Mar 6 23:58:20 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Wed Mar 7 00:07:55 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D1a319a5c dev-libs/gjs: 1.31.10 =E2=86=92 1.31.20 Also pax-mark gjs-console for PaX compatibility. --- .../gjs/{gjs-1.31.10.ebuild =3D> gjs-1.31.20.ebuild} | 0 dev-libs/gjs/gjs-9999.ebuild | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/gjs/gjs-1.31.10.ebuild b/dev-libs/gjs/gjs-1.31.20.e= build similarity index 100% rename from dev-libs/gjs/gjs-1.31.10.ebuild rename to dev-libs/gjs/gjs-1.31.20.ebuild diff --git a/dev-libs/gjs/gjs-9999.ebuild b/dev-libs/gjs/gjs-9999.ebuild index 689cef1..509a7e4 100644 --- a/dev-libs/gjs/gjs-9999.ebuild +++ b/dev-libs/gjs/gjs-9999.ebuild @@ -1,4 +1,4 @@ -# 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 $ =20 @@ -57,7 +57,7 @@ src_prepare() { =20 src_test() { # Tests need dbus - Xemake check || die + Xemake check } =20 src_install() { @@ -66,6 +66,6 @@ src_install() { =20 if use examples; then insinto /usr/share/doc/${PF}/examples - doins ${S}/examples/* || die "doins examples failed!" + doins ${S}/examples/* fi }