Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/at-spi/, dev-util/anjuta/, net-print/cups-pk-helper/
Date: Wed, 16 Nov 2011 07:49:34
Message-Id: 1b1c75d2dcd82507426d2f37e0f3951a20e8a1f2.tetromino@gentoo
1 commit: 1b1c75d2dcd82507426d2f37e0f3951a20e8a1f2
2 Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 16 07:48:46 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Nov 16 07:48:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1b1c75d2
7
8 anjuta, at-spi, cups-pk-helper: moved to gx86
9
10 ---
11 dev-util/anjuta/anjuta-3.2.1.ebuild | 132 --------------------
12 gnome-extra/at-spi/at-spi-2.2.0.ebuild | 23 ----
13 .../cups-pk-helper/cups-pk-helper-0.2.1.ebuild | 31 -----
14 3 files changed, 0 insertions(+), 186 deletions(-)
15
16 diff --git a/dev-util/anjuta/anjuta-3.2.1.ebuild b/dev-util/anjuta/anjuta-3.2.1.ebuild
17 deleted file mode 100644
18 index 63a3439..0000000
19 --- a/dev-util/anjuta/anjuta-3.2.1.ebuild
20 +++ /dev/null
21 @@ -1,132 +0,0 @@
22 -# Copyright 1999-2011 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.32.1.1.ebuild,v 1.2 2011/01/24 15:51:47 eva Exp $
25 -
26 -EAPI="4"
27 -GCONF_DEBUG="yes"
28 -GNOME2_LA_PUNT="yes"
29 -PYTHON_DEPEND="2"
30 -
31 -inherit gnome2 flag-o-matic multilib python
32 -
33 -DESCRIPTION="A versatile IDE for GNOME"
34 -HOMEPAGE="http://www.anjuta.org"
35 -SRC_URI="${SRC_URI} mirror://gentoo/introspection.m4.bz2"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
40 -IUSE="debug devhelp doc glade graphviz +introspection packagekit subversion test vala"
41 -
42 -# FIXME: tests are fragile and may require a specific set of USE flags
43 -#RESTRICT="test"
44 -
45 -# FIXME: documentation fails to build when USE=test. But why?
46 -REQUIRED_USE="test? ( !doc )"
47 -
48 -COMMON_DEPEND=">=dev-libs/glib-2.29.2:2
49 - x11-libs/gdk-pixbuf:2
50 - >=x11-libs/gtk+-3.0.0:3
51 - >=x11-libs/vte-0.27.6:2.90
52 - >=dev-libs/libxml2-2.4.23
53 - >=dev-libs/gdl-2.91.4:3
54 - >=x11-libs/gtksourceview-2.91.8:3.0
55 -
56 - sys-devel/autogen
57 -
58 - >=gnome-extra/libgda-4.99.0:5
59 - dev-util/ctags
60 -
61 - x11-libs/libXext
62 - x11-libs/libXrender
63 -
64 - devhelp? ( >=dev-util/devhelp-3.0.0 )
65 - glade? ( >=dev-util/glade-3.9.2:3.10 )
66 - graphviz? ( >=media-gfx/graphviz-2.6 )
67 - introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
68 - subversion? (
69 - >=dev-vcs/subversion-1.5.0
70 - >=net-libs/neon-0.28.2
71 - >=dev-libs/apr-1
72 - >=dev-libs/apr-util-1 )
73 - vala? ( >=dev-lang/vala-0.13.3:0.14 )"
74 -RDEPEND="${COMMON_DEPEND}
75 - packagekit? ( app-admin/packagekit-base )"
76 -DEPEND="${COMMON_DEPEND}
77 - >=dev-lang/perl-5
78 - !!dev-libs/gnome-build
79 - >=sys-devel/gettext-0.17
80 - >=dev-util/intltool-0.40.1
81 - >=dev-util/pkgconfig-0.22
82 - >=app-text/scrollkeeper-0.3.14-r2
83 - >=app-text/gnome-doc-utils-0.18
84 - dev-util/gtk-doc-am
85 - gnome-base/gnome-common
86 - sys-devel/bison
87 - sys-devel/flex
88 - doc? ( >=dev-util/gtk-doc-1.4 )
89 - test? (
90 - ~app-text/docbook-xml-dtd-4.1.2
91 - ~app-text/docbook-xml-dtd-4.5 )"
92 -
93 -pkg_setup() {
94 - DOCS="AUTHORS ChangeLog FUTURE MAINTAINERS NEWS README ROADMAP THANKS TODO"
95 -
96 - G2CONF="${G2CONF}
97 - VALAC=$(type -P valac-0.14)
98 - --disable-static
99 - --disable-schemas-compile
100 - --docdir=/usr/share/doc/${PF}
101 - $(use_enable debug)
102 - $(use_enable devhelp plugin-devhelp)
103 - $(use_enable glade plugin-glade)
104 - $(use_enable graphviz)
105 - $(use_enable introspection)
106 - $(use_enable packagekit)
107 - $(use_enable subversion plugin-subversion)
108 - $(use_enable vala)"
109 -
110 - # Conflics with -pg in a plugin, bug #266777
111 - filter-flags -fomit-frame-pointer
112 -
113 - python_pkg_setup
114 - python_set_active_version 2
115 -}
116 -
117 -#src_prepare() {
118 -# gnome2_src_prepare
119 -
120 - # Needed to preserve introspection configure option, see bgo#633730
121 - # eautoreconf needs introspection.m4
122 - #
123 - # Looks to not be needed for this version, but, if introspection configure
124 - # option is lost again, revisit this.
125 -# cp "${WORKDIR}"/introspection.m4 . || die
126 -# intltoolize --force --copy --automake || die "intltoolize failed"
127 -# AT_M4DIR="." eautoreconf
128 -#}
129 -
130 -src_install() {
131 - # Anjuta uses a custom rule to install DOCS, get rid of it
132 - gnome2_src_install
133 - rm -rf "${ED}"/usr/share/doc/${PN} || die "rm failed"
134 -}
135 -
136 -pkg_postinst() {
137 - gnome2_pkg_postinst
138 -
139 - elog ""
140 - elog "Some project templates may require additional development"
141 - elog "libraries to function correctly. It goes beyond the scope"
142 - elog "of this ebuild to provide them."
143 -
144 - if use vala; then
145 - elog ""
146 - elog "To create a generic vala project you will need to specify"
147 - elog "desired valac versioned binary to be used, to do that you"
148 - elog "will need to:"
149 - elog "1. Go to 'Build' -> 'Configure project'"
150 - elog "2. Add 'VALAC=/usr/bin/valac-X.XX' (respecting quotes) to"
151 - elog "'Configure options'."
152 - fi
153 -}
154
155 diff --git a/gnome-extra/at-spi/at-spi-2.2.0.ebuild b/gnome-extra/at-spi/at-spi-2.2.0.ebuild
156 deleted file mode 100644
157 index d6fbbcd..0000000
158 --- a/gnome-extra/at-spi/at-spi-2.2.0.ebuild
159 +++ /dev/null
160 @@ -1,23 +0,0 @@
161 -# Copyright 1999-2011 Gentoo Foundation
162 -# Distributed under the terms of the GNU General Public License v2
163 -# $Header: $
164 -
165 -EAPI="3"
166 -
167 -DESCRIPTION="The Gnome Accessibility Toolkit"
168 -HOMEPAGE="http://projects.gnome.org/accessibility/"
169 -SRC_URI=""
170 -
171 -LICENSE="AS-IS"
172 -SLOT="2"
173 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
174 -IUSE=""
175 -
176 -RDEPEND="
177 - >=app-accessibility/at-spi2-atk-${PV}:2
178 - >=app-accessibility/at-spi2-core-${PV}:2
179 - >=dev-python/pyatspi-${PV}
180 - !<gnome-extra/at-spi-1.32.0-r1
181 -"
182 -DEPEND=""
183 -
184
185 diff --git a/net-print/cups-pk-helper/cups-pk-helper-0.2.1.ebuild b/net-print/cups-pk-helper/cups-pk-helper-0.2.1.ebuild
186 deleted file mode 100644
187 index 0607ac6..0000000
188 --- a/net-print/cups-pk-helper/cups-pk-helper-0.2.1.ebuild
189 +++ /dev/null
190 @@ -1,31 +0,0 @@
191 -# Copyright 1999-2011 Gentoo Foundation
192 -# Distributed under the terms of the GNU General Public License v2
193 -# $Header: $
194 -
195 -EAPI="4"
196 -
197 -DESCRIPTION="PolicyKit helper to configure cups with fine-grained privileges"
198 -HOMEPAGE="http://cgit.freedesktop.org/cups-pk-helper/"
199 -SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.bz2"
200 -
201 -LICENSE="GPL-2"
202 -SLOT="0"
203 -KEYWORDS="~amd64 ~x86"
204 -IUSE=""
205 -
206 -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus changes between 2.29.92
207 -# and 2.30.0
208 -COMMON_DEPEND=">=dev-libs/glib-2.30.0:2
209 - net-print/cups
210 - >=sys-auth/polkit-0.97"
211 -RDEPEND="${COMMON_DEPEND}
212 - sys-apps/dbus"
213 -DEPEND="${COMMON_DEPEND}
214 - >=dev-util/gdbus-codegen-2.30.0
215 - >=dev-util/intltool-0.40.6
216 - dev-util/pkgconfig
217 - sys-devel/gettext"
218 -
219 -src_prepare() {
220 - DOCS="AUTHORS HACKING NEWS README"
221 -}