dev-python/thunarx-python: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 09:26:44 +0000 (11:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 20 Oct 2019 10:23:39 +0000 (12:23 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/thunarx-python/Manifest
dev-python/thunarx-python/thunarx-python-0.3.0-r2.ebuild [deleted file]

index a4c531729dae4538edda5824f3070dc87266d7e1..14446bb83c7111efad1470d75266740f7d90d55d 100644 (file)
@@ -1,2 +1 @@
-DIST thunarx-python-0.3.0.tar.bz2 303035 BLAKE2B af0193a3bc97c859ba98f52c612d5af81c5b7a0d8142a8283cf2b308fa183ac57ac1a2163cd882749b6fd33e0529f20f1f9e2db2dcc1aed26cb40cd5995780fb SHA512 9be3e8b50cd668e0b63fbf54da5dec3685dde40528067b35bd1cfa87db7e037962baafce3059818a7de76101472a2b07ae209c590f2f143dbc71646e8addb28f
 DIST thunarx-python-0.5.1.tar.bz2 334426 BLAKE2B 59f8e625b10ceeaefffa4b6dde150c32023365e76854c6e77ae2f222b509856353c8d62de26ba4e7b967cfcce1219205923938389fd1714a420bc9e1ac2b12b2 SHA512 0c1d8f20b74a3eb87b3c2c181c6438bc059dff75afdc26cfea19dffb7efe1f14e6a880689f73afcbbcb5922312741df72018e3b9980c4a45426e7a7d4651177f
diff --git a/dev-python/thunarx-python/thunarx-python-0.3.0-r2.ebuild b/dev-python/thunarx-python/thunarx-python-0.3.0-r2.ebuild
deleted file mode 100644 (file)
index 8d348ae..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Python bindings for the Thunar file manager"
-HOMEPAGE="https://goodies.xfce.org/projects/bindings/thunarx-python"
-SRC_URI="https://archive.xfce.org/src/bindings/${PN}/0.3/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="${PYTHON_DEPS}
-       x11-libs/gtk+:2
-       dev-libs/glib:2
-       >=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}]
-       dev-python/pygtk:2[${PYTHON_USEDEP}]
-       <xfce-base/thunar-1.7"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_install() {
-       default
-
-       find "${D}" -name '*.la' -delete || die
-}