From 35dc5179c57f41bcc85230b6e9d2d378dba5ab4e Mon Sep 17 00:00:00 2001 From: MarvinHatesOceans Date: Sun, 1 Nov 2020 02:25:41 +0000 Subject: [PATCH] [dev-python/pygobject] Drop old --- dev-python/pygobject/pygobject-3.28.3.ebuild | 36 -------------------- 1 file changed, 36 deletions(-) delete mode 100644 dev-python/pygobject/pygobject-3.28.3.ebuild diff --git a/dev-python/pygobject/pygobject-3.28.3.ebuild b/dev-python/pygobject/pygobject-3.28.3.ebuild deleted file mode 100644 index 8016ee787..000000000 --- a/dev-python/pygobject/pygobject-3.28.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) - -inherit python-r1 - -DESCRIPTION="GLib's GObject library bindings for Python, meta package" -HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject" - -LICENSE="LGPL-2.1+" -SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="+cairo examples test +threads" - -REQUIRED_USE=" - ${PYTHON_REQUIRED_USE} - test? ( cairo ) -" - -COMMON_DEPEND=" - ~dev-python/pygobject-base-${PV}[examples=,${PYTHON_USEDEP}] - cairo? ( ~dev-python/pygobject-cairo-${PV}[test=,${PYTHON_USEDEP}] ) -" -DEPEND="${COMMON_DEPEND}" -# We now disable introspection support in slot 2 per upstream recommendation -# (see https://bugzilla.gnome.org/show_bug.cgi?id=642048#c9); however, -# older versions of slot 2 installed their own site-packages/gi, and -# slot 3 will collide with them. -RDEPEND="${COMMON_DEPEND} - !