* [gentoo-commits] proj/gnome:master commit in: gnome-extra/at-spi/
@ 2011-04-14 19:43 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-14 19:43 UTC (permalink / raw
To: gentoo-commits
commit: 0ff05a942204995379ae42edc98bdb469cb41637
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 19:32:26 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 19:43:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0ff05a94
gnome-extra/at-spi: add support for slot 2
---
| 84 ++++++++++++++++++++++++++++
| 23 ++++++++
2 files changed, 107 insertions(+), 0 deletions(-)
--git a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
new file mode 100644
index 0000000..a2d8d86
--- /dev/null
+++ b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild,v 1.7 2011/03/22 20:04:56 ranger Exp $
+
+EAPI="3"
+GCONF_DEBUG="no"
+PYTHON_DEPEND="2:2.4"
+
+inherit gnome2 python
+
+DESCRIPTION="The Gnome Accessibility Toolkit"
+HOMEPAGE="http://projects.gnome.org/accessibility/"
+
+LICENSE="LGPL-2"
+SLOT="1"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+IUSE="doc"
+
+RDEPEND=">=dev-libs/atk-1.29.2
+ >=x11-libs/gtk+-2.19.7:2
+ >=gnome-base/libbonobo-1.107
+ >=gnome-base/orbit-2
+ >=dev-libs/dbus-glib-0.76
+ >=gnome-base/gconf-2
+ dev-libs/popt
+
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/libXi
+ x11-libs/libXtst"
+
+DEPEND="${RDEPEND}
+ >=dev-util/pkgconfig-0.9
+ >=dev-util/intltool-0.40
+ doc? ( >=dev-util/gtk-doc-1 )
+
+ x11-libs/libXt
+ x11-proto/xextproto
+ x11-proto/inputproto
+ x11-proto/xproto"
+# eautoreconf needs:
+# gnome-base/gnome-common
+# dev-util/gtk-doc-am
+
+# needs a live properly configured environment. Not really suited to
+# an ebuild restricted environment
+RESTRICT="test"
+
+pkg_setup() {
+ # relocate must be explicitely set
+ G2CONF="${G2CONF}
+ --enable-sm
+ --enable-relocate
+ --disable-xevie"
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
+ python_set_active_version 2
+}
+
+src_prepare() {
+ gnome2_src_prepare
+
+ # disable pyc compiling
+ mv py-compile py-compile.orig
+ ln -s $(type -P true) py-compile
+}
+
+src_install() {
+ gnome2_src_install
+
+ find "${ED}"/usr/$(get_libdir)/orbit-2.0 -name "*.la" -delete
+ find "${ED}"/usr/$(get_libdir)/gtk-2.0 -name "*.la" -delete
+}
+
+pkg_postinst() {
+ gnome2_pkg_postinst
+ python_need_rebuild
+ python_mod_optimize pyatspi_corba
+}
+
+pkg_postrm() {
+ gnome2_pkg_postrm
+ python_mod_cleanup pyatspi_corba
+}
--git a/gnome-extra/at-spi/at-spi-2.0.0.ebuild b/gnome-extra/at-spi/at-spi-2.0.0.ebuild
new file mode 100644
index 0000000..d6fbbcd
--- /dev/null
+++ b/gnome-extra/at-spi/at-spi-2.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+DESCRIPTION="The Gnome Accessibility Toolkit"
+HOMEPAGE="http://projects.gnome.org/accessibility/"
+SRC_URI=""
+
+LICENSE="AS-IS"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+ >=app-accessibility/at-spi2-atk-${PV}:2
+ >=app-accessibility/at-spi2-core-${PV}:2
+ >=dev-python/pyatspi-${PV}
+ !<gnome-extra/at-spi-1.32.0-r1
+"
+DEPEND=""
+
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/at-spi/
@ 2011-08-09 21:26 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2011-08-09 21:26 UTC (permalink / raw
To: gentoo-commits
commit: 5b3c0e83885a718636b7c5ebeb8d77b6a23099df
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 9 21:26:08 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 9 21:26:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5b3c0e83
gnome-extra/at-spi: needs to be in ~arch
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--git a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
index a2d8d86..87c7a03 100644
--- a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
+++ b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="http://projects.gnome.org/accessibility/"
LICENSE="LGPL-2"
SLOT="1"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc"
RDEPEND=">=dev-libs/atk-1.29.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/at-spi/
@ 2011-10-09 20:39 Alexandre Restovtsev
0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Restovtsev @ 2011-10-09 20:39 UTC (permalink / raw
To: gentoo-commits
commit: 923d34d2736b56232fb8e535c933e674aea521b8
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Oct 9 20:00:59 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Oct 9 20:00:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=923d34d2
gnome-extra/at-spi: 1.32.0-r1 is in gx86
---
| 84 ----------------------------
1 files changed, 0 insertions(+), 84 deletions(-)
diff --git a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild b/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
deleted file mode 100644
index 87c7a03..0000000
--- a/gnome-extra/at-spi/at-spi-1.32.0-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/at-spi/at-spi-1.32.0.ebuild,v 1.7 2011/03/22 20:04:56 ranger Exp $
-
-EAPI="3"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.4"
-
-inherit gnome2 python
-
-DESCRIPTION="The Gnome Accessibility Toolkit"
-HOMEPAGE="http://projects.gnome.org/accessibility/"
-
-LICENSE="LGPL-2"
-SLOT="1"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/atk-1.29.2
- >=x11-libs/gtk+-2.19.7:2
- >=gnome-base/libbonobo-1.107
- >=gnome-base/orbit-2
- >=dev-libs/dbus-glib-0.76
- >=gnome-base/gconf-2
- dev-libs/popt
-
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXi
- x11-libs/libXtst"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- >=dev-util/intltool-0.40
- doc? ( >=dev-util/gtk-doc-1 )
-
- x11-libs/libXt
- x11-proto/xextproto
- x11-proto/inputproto
- x11-proto/xproto"
-# eautoreconf needs:
-# gnome-base/gnome-common
-# dev-util/gtk-doc-am
-
-# needs a live properly configured environment. Not really suited to
-# an ebuild restricted environment
-RESTRICT="test"
-
-pkg_setup() {
- # relocate must be explicitely set
- G2CONF="${G2CONF}
- --enable-sm
- --enable-relocate
- --disable-xevie"
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- python_set_active_version 2
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # disable pyc compiling
- mv py-compile py-compile.orig
- ln -s $(type -P true) py-compile
-}
-
-src_install() {
- gnome2_src_install
-
- find "${ED}"/usr/$(get_libdir)/orbit-2.0 -name "*.la" -delete
- find "${ED}"/usr/$(get_libdir)/gtk-2.0 -name "*.la" -delete
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- python_need_rebuild
- python_mod_optimize pyatspi_corba
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
- python_mod_cleanup pyatspi_corba
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/at-spi/
@ 2014-04-21 14:40 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-21 14:40 UTC (permalink / raw
To: gentoo-commits
commit: d7bc88a5dc61d140321f9cff9cd1aefea97c88b6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 13:16:14 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 13:20:10 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d7bc88a5
gnome-extra/at-spi: 2.8.0 → 2.12.0
---
| 22 ++++++++++++++++++++++
| 5 +++++
2 files changed, 27 insertions(+)
--git a/gnome-extra/at-spi/at-spi-2.12.0.ebuild b/gnome-extra/at-spi/at-spi-2.12.0.ebuild
new file mode 100644
index 0000000..14b507b
--- /dev/null
+++ b/gnome-extra/at-spi/at-spi-2.12.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+DESCRIPTION="The Gnome Accessibility Toolkit"
+HOMEPAGE="http://projects.gnome.org/accessibility/"
+SRC_URI=""
+
+LICENSE="metapackage"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
+IUSE=""
+
+RDEPEND="
+ >=app-accessibility/at-spi2-atk-${PV}:2
+ >=app-accessibility/at-spi2-core-${PV}:2
+ >=dev-python/pyatspi-${PV}
+ !<gnome-extra/at-spi-1.32.0-r1
+"
+DEPEND=""
--git a/gnome-extra/at-spi/metadata.xml b/gnome-extra/at-spi/metadata.xml
new file mode 100644
index 0000000..6949624
--- /dev/null
+++ b/gnome-extra/at-spi/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome-accessibility</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/at-spi/
@ 2014-10-12 23:19 Gilles Dartiguelongue
0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-12 23:19 UTC (permalink / raw
To: gentoo-commits
commit: d54ab1ed090766c4384f8ad9bacd65f35e608cb6
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 17:17:52 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 23:18:53 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d54ab1ed
gnome-extra/at-spi: 2.12.0 → 2.14.0
---
gnome-extra/at-spi/{at-spi-2.12.0.ebuild => at-spi-2.14.0.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/at-spi/at-spi-2.12.0.ebuild b/gnome-extra/at-spi/at-spi-2.14.0.ebuild
similarity index 100%
rename from gnome-extra/at-spi/at-spi-2.12.0.ebuild
rename to gnome-extra/at-spi/at-spi-2.14.0.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-12 23:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-14 19:43 [gentoo-commits] proj/gnome:master commit in: gnome-extra/at-spi/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2011-08-09 21:26 Alexandre Restovtsev
2011-10-09 20:39 Alexandre Restovtsev
2014-04-21 14:40 Gilles Dartiguelongue
2014-10-12 23:19 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox