summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-01-22 17:17:18 +0100
committerPacho Ramos <pacho@gentoo.org>2017-01-22 17:18:34 +0100
commit664f5623ad93c0e6c11c4d91e724fefbc7e76b9e (patch)
treec86bebeace3a57a2271a73dfad50a2f8b9d4e07e
parentapp-crypt/certbot-nginx: Version bump to 0.10.1 (diff)
downloadgentoo-664f5623ad93c0e6c11c4d91e724fefbc7e76b9e.tar.gz
gentoo-664f5623ad93c0e6c11c4d91e724fefbc7e76b9e.tar.bz2
gentoo-664f5623ad93c0e6c11c4d91e724fefbc7e76b9e.zip
app-accessibility/accerciser: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--app-accessibility/accerciser/accerciser-3.14.0.ebuild67
1 files changed, 0 insertions, 67 deletions
diff --git a/app-accessibility/accerciser/accerciser-3.14.0.ebuild b/app-accessibility/accerciser/accerciser-3.14.0.ebuild
deleted file mode 100644
index 50e599addf87..000000000000
--- a/app-accessibility/accerciser/accerciser-3.14.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python3_4 )
-PYTHON_REQ_USE="xml"
-
-inherit gnome2 python-r1
-
-DESCRIPTION="Interactive Python accessibility explorer"
-HOMEPAGE="https://wiki.gnome.org/Apps/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
-}