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 1S1sUy-0008TK-4F for garchives@archives.gentoo.org; Mon, 27 Feb 2012 04:47:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7DE2E1467; Mon, 27 Feb 2012 04:47:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 856BFE1467 for ; Mon, 27 Feb 2012 04:47:36 +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 C946664273 for ; Mon, 27 Feb 2012 04:47:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8AAF4E53FE for ; Mon, 27 Feb 2012 04:47:34 +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: <1330317209.5629775f58e845fca6302cd5188db6d737c05f5c.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/libpeas/libpeas-1.3.0.ebuild dev-libs/libpeas/libpeas-9999.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 5629775f58e845fca6302cd5188db6d737c05f5c X-VCS-Branch: master Date: Mon, 27 Feb 2012 04:47:34 +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: 3c7158d2-e946-44ce-84e0-ae8f449a2b8d X-Archives-Hash: 1611a5a512a1d9e8e80e5acc711737ed commit: 5629775f58e845fca6302cd5188db6d737c05f5c Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Feb 27 04:27:11 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Feb 27 04:33:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5629775f dev-libs/libpeas: add 1.3.0 Note that gjs support requires an unreleased version of gjs. --- .../{libpeas-9999.ebuild =3D> libpeas-1.3.0.ebuild} | 17 +++++-------= ----- dev-libs/libpeas/libpeas-9999.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libp= eas-1.3.0.ebuild similarity index 82% copy from dev-libs/libpeas/libpeas-9999.ebuild copy to dev-libs/libpeas/libpeas-1.3.0.ebuild index 84eb038..112ce17 100644 --- a/dev-libs/libpeas/libpeas-9999.ebuild +++ b/dev-libs/libpeas/libpeas-1.3.0.ebuild @@ -1,16 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.2.0-r1.ebu= ild,v 1.2 2011/12/01 17:31:42 darkside Exp $ =20 EAPI=3D"4" GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" PYTHON_DEPEND=3D"python? 2:2.5" =20 -inherit gnome2 python virtualx -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live -fi +inherit eutils gnome2 python virtualx =20 DESCRIPTION=3D"A GObject plugins library" HOMEPAGE=3D"http://www.gnome.org/" @@ -18,15 +15,11 @@ HOMEPAGE=3D"http://www.gnome.org/" LICENSE=3D"LGPL-2" SLOT=3D"0" IUSE=3D"doc gjs +gtk glade +python seed vala" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~amd64 ~x86" -fi +KEYWORDS=3D"~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-lin= ux ~x86-linux" =20 -RDEPEND=3D">=3Ddev-libs/glib-2.23.6:2 +RDEPEND=3D">=3Ddev-libs/glib-2.31.2:2 >=3Ddev-libs/gobject-introspection-0.10.1 - gjs? ( >=3Ddev-libs/gjs-1.29.16 ) + gjs? ( >=3Ddev-libs/gjs-1.31.11 ) glade? ( >=3Ddev-util/glade-3.9.1:3.10 ) gtk? ( >=3Dx11-libs/gtk+-2.91.1:3[introspection] ) python? ( >=3Ddev-python/pygobject-3.0.0:3 ) diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libp= eas-9999.ebuild index 84eb038..da9276d 100644 --- a/dev-libs/libpeas/libpeas-9999.ebuild +++ b/dev-libs/libpeas/libpeas-9999.ebuild @@ -21,12 +21,12 @@ IUSE=3D"doc gjs +gtk glade +python seed vala" if [[ ${PV} =3D 9999 ]]; then KEYWORDS=3D"" else - KEYWORDS=3D"~amd64 ~x86" + KEYWORDS=3D"~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-li= nux ~x86-linux" fi =20 -RDEPEND=3D">=3Ddev-libs/glib-2.23.6:2 +RDEPEND=3D">=3Ddev-libs/glib-2.31.2:2 >=3Ddev-libs/gobject-introspection-0.10.1 - gjs? ( >=3Ddev-libs/gjs-1.29.16 ) + gjs? ( >=3Ddev-libs/gjs-1.31.11 ) glade? ( >=3Ddev-util/glade-3.9.1:3.10 ) gtk? ( >=3Dx11-libs/gtk+-2.91.1:3[introspection] ) python? ( >=3Ddev-python/pygobject-3.0.0:3 )