Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/libpeas/
Date: Mon, 27 Feb 2012 04:47:44
Message-Id: 1330317209.5629775f58e845fca6302cd5188db6d737c05f5c.tetromino@gentoo
1 commit: 5629775f58e845fca6302cd5188db6d737c05f5c
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 04:27:11 2012 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 04:33:29 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5629775f
7
8 dev-libs/libpeas: add 1.3.0
9
10 Note that gjs support requires an unreleased version of gjs.
11
12 ---
13 .../{libpeas-9999.ebuild => libpeas-1.3.0.ebuild} | 17 +++++------------
14 dev-libs/libpeas/libpeas-9999.ebuild | 6 +++---
15 2 files changed, 8 insertions(+), 15 deletions(-)
16
17 diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-1.3.0.ebuild
18 similarity index 82%
19 copy from dev-libs/libpeas/libpeas-9999.ebuild
20 copy to dev-libs/libpeas/libpeas-1.3.0.ebuild
21 index 84eb038..112ce17 100644
22 --- a/dev-libs/libpeas/libpeas-9999.ebuild
23 +++ b/dev-libs/libpeas/libpeas-1.3.0.ebuild
24 @@ -1,16 +1,13 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.2.0-r1.ebuild,v 1.2 2011/12/01 17:31:42 darkside Exp $
29
30 EAPI="4"
31 GCONF_DEBUG="no"
32 GNOME2_LA_PUNT="yes"
33 PYTHON_DEPEND="python? 2:2.5"
34
35 -inherit gnome2 python virtualx
36 -if [[ ${PV} = 9999 ]]; then
37 - inherit gnome2-live
38 -fi
39 +inherit eutils gnome2 python virtualx
40
41 DESCRIPTION="A GObject plugins library"
42 HOMEPAGE="http://www.gnome.org/"
43 @@ -18,15 +15,11 @@ HOMEPAGE="http://www.gnome.org/"
44 LICENSE="LGPL-2"
45 SLOT="0"
46 IUSE="doc gjs +gtk glade +python seed vala"
47 -if [[ ${PV} = 9999 ]]; then
48 - KEYWORDS=""
49 -else
50 - KEYWORDS="~amd64 ~x86"
51 -fi
52 +KEYWORDS="~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
53
54 -RDEPEND=">=dev-libs/glib-2.23.6:2
55 +RDEPEND=">=dev-libs/glib-2.31.2:2
56 >=dev-libs/gobject-introspection-0.10.1
57 - gjs? ( >=dev-libs/gjs-1.29.16 )
58 + gjs? ( >=dev-libs/gjs-1.31.11 )
59 glade? ( >=dev-util/glade-3.9.1:3.10 )
60 gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
61 python? ( >=dev-python/pygobject-3.0.0:3 )
62
63 diff --git a/dev-libs/libpeas/libpeas-9999.ebuild b/dev-libs/libpeas/libpeas-9999.ebuild
64 index 84eb038..da9276d 100644
65 --- a/dev-libs/libpeas/libpeas-9999.ebuild
66 +++ b/dev-libs/libpeas/libpeas-9999.ebuild
67 @@ -21,12 +21,12 @@ IUSE="doc gjs +gtk glade +python seed vala"
68 if [[ ${PV} = 9999 ]]; then
69 KEYWORDS=""
70 else
71 - KEYWORDS="~amd64 ~x86"
72 + KEYWORDS="~amd64 ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
73 fi
74
75 -RDEPEND=">=dev-libs/glib-2.23.6:2
76 +RDEPEND=">=dev-libs/glib-2.31.2:2
77 >=dev-libs/gobject-introspection-0.10.1
78 - gjs? ( >=dev-libs/gjs-1.29.16 )
79 + gjs? ( >=dev-libs/gjs-1.31.11 )
80 glade? ( >=dev-util/glade-3.9.1:3.10 )
81 gtk? ( >=x11-libs/gtk+-2.91.1:3[introspection] )
82 python? ( >=dev-python/pygobject-3.0.0:3 )