+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
-<maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-GNOME_TARBALL_SUFFIX="bz2"
-PYTHON_COMPAT=(python2_7 )
-
-inherit gnome2 python-r1
-
-DESCRIPTION="GooCanvas python bindings"
-HOMEPAGE="https://wiki.gnome.org/Projects/PyGoocanvas"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="doc examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
- >=dev-python/pygobject-2.11.3:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.10.4:2[${PYTHON_USEDEP}]
- >=dev-python/pycairo-1.8.4[${PYTHON_USEDEP}]
- >=x11-libs/goocanvas-0.14:0
-"
-DEPEND="${RDEPEND}
- doc? ( >=dev-util/gtk-doc-1.4 )
- virtual/pkgconfig
-"
-
-src_prepare() {
- prepare_binding() {
- mkdir -p "${BUILD_DIR}" || die
- }
- python_foreach_impl prepare_binding
-}
-
-src_configure() {
- # docs installs gtk-doc and xsltproc is not actually used
- configure_binding() {
- ECONF_SOURCE="${S}" gnome2_src_configure \
- $(use_enable doc docs) \
- XSLTPROC=$(type -P true)
- }
- python_foreach_impl run_in_build_dir configure_binding
-}
-
-src_compile() {
- python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
- python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
- python_foreach_impl run_in_build_dir gnome2_src_install
-
- dodoc AUTHORS ChangeLog* NEWS
-
- if use examples; then
- rm demo/Makefile* || die
- cp -R demo "${D}"/usr/share/doc/${PF} || die
- fi
-}
-
-run_in_build_dir() {
- pushd "${BUILD_DIR}" > /dev/null || die
- "$@"
- popd > /dev/null
-}
# Bug #664096
x11-drivers/xf86-input-tslib
-# Mart Raudsepp <leio@gentoo.org> (02 Nov 2018)
-# Old x11-libs/goocanvas:0 SLOT python bindings, not used by anything.
-# New x11-libs/goocanvas:2.0 with introspection should be used instead.
-# Removal in a month. Bug #670142
-dev-python/pygoocanvas
-
# Pacho Ramos <pacho@gentoo.org> (01 Nov 2018)
# All this packages are broken and need major version bumps to fix them. See
# bug #504114, #486510, #510550, #511096, #517260, #551784, #616490, #