summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-22 01:08:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-22 01:12:52 +0200
commitc037972f080577172d835371d87df5d35597c854 (patch)
tree272dfa579a23008af539a640bbeb14a1a8b34ead /dev-python
parentapp-text/cherrytree: Drop pygtk-based 0.37.0-r1, 0.38.9-r1 (diff)
downloadgentoo-c037972f080577172d835371d87df5d35597c854.tar.gz
gentoo-c037972f080577172d835371d87df5d35597c854.tar.bz2
gentoo-c037972f080577172d835371d87df5d35597c854.zip
dev-python/pygtksourceview: Remove last-rited package
Closes: https://bugs.gentoo.org/708094 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pygtksourceview/Manifest1
-rw-r--r--dev-python/pygtksourceview/metadata.xml12
-rw-r--r--dev-python/pygtksourceview/pygtksourceview-2.10.1-r1.ebuild56
3 files changed, 0 insertions, 69 deletions
diff --git a/dev-python/pygtksourceview/Manifest b/dev-python/pygtksourceview/Manifest
deleted file mode 100644
index 46b71f1a8648..000000000000
--- a/dev-python/pygtksourceview/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pygtksourceview-2.10.1.tar.bz2 290249 BLAKE2B adc3ef17b06a2c860c9d396aedec1cc3361d62539ffd6bfbf749d5e0ad14a1f567fd4fdeb829a8e9bfe4bdab5e1db3253f9469d2c068f5053a10342bc0c2d70c SHA512 6f8f35ba36cb26f256861ff7f14c3236cf566d6d02f3dea69f63844081caee969ad6288a2aa48d35d4eb542cda73da9d4bfe2cc57548ca15cd372011cab0276e
diff --git a/dev-python/pygtksourceview/metadata.xml b/dev-python/pygtksourceview/metadata.xml
deleted file mode 100644
index f49d4aada970..000000000000
--- a/dev-python/pygtksourceview/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>
-<!-- <herd>python</herd> -->
-<longdescription>
-Python bindings for gtksourceview (text editing widget)
-</longdescription>
-</pkgmetadata>
diff --git a/dev-python/pygtksourceview/pygtksourceview-2.10.1-r1.ebuild b/dev-python/pygtksourceview/pygtksourceview-2.10.1-r1.ebuild
deleted file mode 100644
index d3fbdc891d0b..000000000000
--- a/dev-python/pygtksourceview/pygtksourceview-2.10.1-r1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# 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="GTK+2 bindings for Python"
-HOMEPAGE="http://www.pygtk.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="doc"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/pygobject-2.15.2:2[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.8:2[${PYTHON_USEDEP}]
- >=x11-libs/gtksourceview-2.9.7:2.0
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.10
- virtual/pkgconfig
- doc? (
- dev-libs/libxslt
- ~app-text/docbook-xml-dtd-4.1.2
- >=app-text/docbook-xsl-stylesheets-1.70.1 )
-"
-
-src_prepare() {
- gnome2_src_prepare
- python_copy_sources
-}
-
-src_configure() {
- python_foreach_impl run_in_build_dir gnome2_src_configure $(use_enable doc docs)
-}
-
-src_compile() {
- python_foreach_impl run_in_build_dir gnome2_src_compile
-}
-
-src_test() {
- python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
- DOCS="AUTHORS ChangeLog NEWS README"
- python_foreach_impl run_in_build_dir gnome2_src_install
-}