Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/libgnomekbd/, gnome-base/gnome-desktop/
Date: Sat, 29 Oct 2011 19:56:53
Message-Id: 049b9e0d1b483c4f9aedcc6318c8347342cba168.tetromino@gentoo
1 commit: 049b9e0d1b483c4f9aedcc6318c8347342cba168
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 19:42:39 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 29 19:42:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=049b9e0d
7
8 gnome-desktop, libgnomekbd: moved to gx86
9
10 ---
11 .../gnome-desktop/gnome-desktop-3.2.1.ebuild | 87 --------------------
12 gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild | 35 --------
13 2 files changed, 0 insertions(+), 122 deletions(-)
14
15 diff --git a/gnome-base/gnome-desktop/gnome-desktop-3.2.1.ebuild b/gnome-base/gnome-desktop/gnome-desktop-3.2.1.ebuild
16 deleted file mode 100644
17 index 300f0d8..0000000
18 --- a/gnome-base/gnome-desktop/gnome-desktop-3.2.1.ebuild
19 +++ /dev/null
20 @@ -1,87 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 -
25 -EAPI="4"
26 -GCONF_DEBUG="yes"
27 -GNOME2_LA_PUNT="yes"
28 -
29 -inherit gnome2
30 -if [[ ${PV} = 9999 ]]; then
31 - inherit git-2 gnome2-live
32 -fi
33 -
34 -DESCRIPTION="Libraries for the gnome desktop that are not part of the UI"
35 -HOMEPAGE="http://www.gnome.org/"
36 -
37 -LICENSE="GPL-2 FDL-1.1 LGPL-2"
38 -SLOT="3"
39 -IUSE="doc +introspection"
40 -if [[ ${PV} = 9999 ]]; then
41 - KEYWORDS=""
42 -else
43 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
44 -fi
45 -
46 -# TODO: Add RDEPEND on pciutils (requires support for reading gzipped pnp.ids)
47 -# Latest schemas needed due to commit 7f3e3d52
48 -# cairo[X] needed for gnome-bg
49 -RDEPEND="
50 - >=dev-libs/glib-2.19.1:2
51 - x11-libs/cairo[X]
52 - >=x11-libs/gdk-pixbuf-2.21.3:2[introspection?]
53 - >=x11-libs/gtk+-3.0.0:3[introspection?]
54 - >=x11-libs/libXext-1.1
55 - >=x11-libs/libXrandr-1.2
56 - x11-libs/libX11
57 - >=gnome-base/gsettings-desktop-schemas-2.91.92
58 - doc? ( !<gnome-base/gnome-desktop-2.32.1-r50:2[doc] )
59 - introspection? ( >=dev-libs/gobject-introspection-0.9.7 )"
60 -DEPEND="${RDEPEND}
61 - ~app-text/docbook-xml-dtd-4.1.2
62 - >=app-text/gnome-doc-utils-0.3.2
63 - >=dev-util/intltool-0.40.6
64 - >=dev-util/pkgconfig-0.9
65 - sys-devel/gettext
66 - x11-proto/xproto
67 - >=x11-proto/randrproto-1.2
68 - doc? ( >=dev-util/gtk-doc-1.4 )"
69 -
70 -# Includes X11/Xatom.h in libgnome-desktop/gnome-bg.c which comes from xproto
71 -# Includes X11/extensions/Xrandr.h that includes randr.h from randrproto (and
72 -# eventually libXrandr shouldn't RDEPEND on randrproto)
73 -
74 -pkg_setup() {
75 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
76 - # Note: do *not* use "--with-pnp-ids-path" argument. Otherwise, the pnp.ids
77 - # file (needed by other packages such as >=gnome-settings-daemon-3.1.2)
78 - # will not get installed in ${pnpdatadir} (/usr/share/libgnome-desktop-3.0).
79 - G2CONF="${G2CONF}
80 - --disable-scrollkeeper
81 - --disable-static
82 - --with-gnome-distributor=Gentoo
83 - $(use_enable doc desktop-docs)
84 - $(use_enable introspection)"
85 -}
86 -
87 -src_unpack() {
88 - gnome2_src_unpack
89 -
90 - if [[ ${PV} = 9999 ]]; then
91 - # pnp.ids are only provided with the gnome-desktop tarball;
92 - # for the live version, we have to get them from hwdata git
93 - unset gnome_desktop_LIVE_BRANCH
94 - unset gnome_destkop_LIVE_COMMIT
95 - unset gnome_desktop_LIVE_REPO
96 - unset EGIT_BRANCH
97 - unset EGIT_COMMIT
98 - unset EGIT_DIR
99 - unset EGIT_MASTER
100 - EGIT_PROJECT="gnome-desktop_hwdata"
101 - EGIT_REPO_URI="git://git.fedorahosted.org/hwdata.git"
102 - EGIT_SOURCEDIR="${WORKDIR}/hwdata"
103 - git-2_src_unpack
104 - ln -sf "${WORKDIR}/hwdata/pnp.ids" "${S}/libgnome-desktop/" ||
105 - die "ln -sf failed"
106 - fi
107 -}
108
109 diff --git a/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild b/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild
110 deleted file mode 100644
111 index b3abc62..0000000
112 --- a/gnome-base/libgnomekbd/libgnomekbd-3.2.0.ebuild
113 +++ /dev/null
114 @@ -1,35 +0,0 @@
115 -# Copyright 1999-2011 Gentoo Foundation
116 -# Distributed under the terms of the GNU General Public License v2
117 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.0.0.1.ebuild,v 1.1 2011/08/14 14:58:21 nirbheek Exp $
118 -
119 -EAPI="4"
120 -GCONF_DEBUG="no"
121 -GNOME2_LA_PUNT="yes"
122 -
123 -inherit gnome2
124 -
125 -DESCRIPTION="Gnome keyboard configuration library"
126 -HOMEPAGE="http://www.gnome.org"
127 -
128 -LICENSE="LGPL-2"
129 -SLOT="0"
130 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
131 -IUSE="+introspection test"
132 -
133 -RDEPEND=">=dev-libs/glib-2.18:2
134 - >=x11-libs/gtk+-2.91.7:3[introspection?]
135 - >=x11-libs/libxklavier-5.1
136 -
137 - introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
138 -DEPEND="${RDEPEND}
139 - >=dev-util/intltool-0.35
140 - >=dev-util/pkgconfig-0.19"
141 -
142 -pkg_setup() {
143 - G2CONF="${G2CONF}
144 - --disable-static
145 - --disable-schemas-compile
146 - $(use_enable introspection)
147 - $(use_enable test tests)"
148 - DOCS="AUTHORS ChangeLog NEWS README"
149 -}