diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 06:50:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 06:50:16 +0000 |
commit | 198903d29843d42a9e6896195c19c09c2586cb52 (patch) | |
tree | b139dd2ea3fb1ce48410f3c1080f88451c870f58 /app-accessibility | |
parent | Version bump, see http://www.winehq.org/announce/1.7.4 for the announcement (... (diff) | |
download | gentoo-2-198903d29843d42a9e6896195c19c09c2586cb52.tar.gz gentoo-2-198903d29843d42a9e6896195c19c09c2586cb52.tar.bz2 gentoo-2-198903d29843d42a9e6896195c19c09c2586cb52.zip |
Also compatible with python3_3, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-accessibility')
4 files changed, 7 insertions, 142 deletions
diff --git a/app-accessibility/accerciser/ChangeLog b/app-accessibility/accerciser/ChangeLog index e7a04000bbb9..9cc82b6d1485 100644 --- a/app-accessibility/accerciser/ChangeLog +++ b/app-accessibility/accerciser/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/accerciser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/ChangeLog,v 1.33 2013/05/15 06:53:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/ChangeLog,v 1.34 2013/10/13 06:50:16 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> -accerciser-3.6.2-r1.ebuild, + -accerciser-3.8.0.ebuild, accerciser-3.8.2.ebuild: + Also compatible with python3_3, drop old *accerciser-3.8.2 (15 May 2013) diff --git a/app-accessibility/accerciser/accerciser-3.6.2-r1.ebuild b/app-accessibility/accerciser/accerciser-3.6.2-r1.ebuild deleted file mode 100644 index 0f4425470c5e..000000000000 --- a/app-accessibility/accerciser/accerciser-3.6.2-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/accerciser-3.6.2-r1.ebuild,v 1.3 2013/03/05 22:21:17 eva Exp $ - -EAPI="5" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" - -inherit gnome2 python-r1 - -DESCRIPTION="Interactive Python accessibility explorer" -HOMEPAGE="http://live.gnome.org/Accerciser" - -LICENSE="BSD CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=app-accessibility/at-spi2-core-2.1.5:2 - >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] - >=x11-libs/gtk+-3.1.13:3[introspection] - - dev-libs/atk[introspection] - >=dev-libs/glib-2.28:2 - dev-libs/gobject-introspection - >=dev-python/ipython-0.11[${PYTHON_USEDEP}] - >=dev-python/pyatspi-2.1.5[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - x11-libs/gdk-pixbuf[introspection] - x11-libs/libwnck:3[introspection] - x11-libs/pango[introspection] - ${PYTHON_DEPS} -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - DOCS="AUTHORS ChangeLog NEWS README" - G2CONF="${G2CONF} ITSTOOL=$(type -P true)" - - gnome2_src_prepare - - python_copy_sources -} - -src_configure() { - python_foreach_impl run_in_build_dir gnome2_src_configure -} - -src_compile() { - python_foreach_impl run_in_build_dir gnome2_src_compile -} - -src_install() { - installing() { - gnome2_src_install - python_doscript src/accerciser - } - python_foreach_impl run_in_build_dir installing -} - -run_in_build_dir() { - pushd "${BUILD_DIR}" > /dev/null || die - "$@" - popd > /dev/null -} diff --git a/app-accessibility/accerciser/accerciser-3.8.0.ebuild b/app-accessibility/accerciser/accerciser-3.8.0.ebuild deleted file mode 100644 index fae3e4026005..000000000000 --- a/app-accessibility/accerciser/accerciser-3.8.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/accerciser-3.8.0.ebuild,v 1.2 2013/03/30 18:19:54 eva Exp $ - -EAPI="5" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python3_2 ) -PYTHON_REQ_USE="xml" - -inherit gnome2 python-r1 - -DESCRIPTION="Interactive Python accessibility explorer" -HOMEPAGE="http://live.gnome.org/Accerciser" - -LICENSE="BSD CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=app-accessibility/at-spi2-core-2.5.2:2 - >=dev-python/pygobject-2.90.3:3[${PYTHON_USEDEP}] - >=x11-libs/gtk+-3.1.13:3[introspection] - - dev-libs/atk[introspection] - >=dev-libs/glib-2.28:2 - dev-libs/gobject-introspection - >=dev-python/ipython-0.11[${PYTHON_USEDEP}] - >=dev-python/pyatspi-2.1.5[${PYTHON_USEDEP}] - dev-python/pycairo[${PYTHON_USEDEP}] - x11-libs/gdk-pixbuf[introspection] - x11-libs/libwnck:3[introspection] - x11-libs/pango[introspection] - ${PYTHON_DEPS} -" -DEPEND="${RDEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.35 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - gnome2_src_prepare - - # Leave shebang alone - sed 's:@PYTHON@:/usr/bin/python:' -i src/accerciser.in || die - - python_copy_sources -} - -src_configure() { - python_foreach_impl run_in_build_dir gnome2_src_configure \ - ITSTOOL=$(type -P true) -} - -src_compile() { - python_foreach_impl run_in_build_dir gnome2_src_compile -} - -src_install() { - installing() { - gnome2_src_install - python_doscript src/accerciser - } - python_foreach_impl run_in_build_dir installing -} diff --git a/app-accessibility/accerciser/accerciser-3.8.2.ebuild b/app-accessibility/accerciser/accerciser-3.8.2.ebuild index 55234529cd49..42e72347ca0a 100644 --- a/app-accessibility/accerciser/accerciser-3.8.2.ebuild +++ b/app-accessibility/accerciser/accerciser-3.8.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/accerciser-3.8.2.ebuild,v 1.1 2013/05/15 06:53:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/accerciser-3.8.2.ebuild,v 1.2 2013/10/13 06:50:16 pacho Exp $ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python3_2 ) +PYTHON_COMPAT=( python{3_2,3_3} ) PYTHON_REQ_USE="xml" inherit gnome2 python-r1 |