diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-20 11:26:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-20 12:23:39 +0200 |
commit | 2ed1a1f25f73a32d7a96fe15a64340d9a3a29e9a (patch) | |
tree | 1588297bbd429cbf9b7025c4f82a879dce41c29c /dev-python/thunarx-python | |
parent | app-editors/mousepad: Drop old (diff) | |
download | gentoo-2ed1a1f25f73a32d7a96fe15a64340d9a3a29e9a.tar.gz gentoo-2ed1a1f25f73a32d7a96fe15a64340d9a3a29e9a.tar.bz2 gentoo-2ed1a1f25f73a32d7a96fe15a64340d9a3a29e9a.zip |
dev-python/thunarx-python: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/thunarx-python')
-rw-r--r-- | dev-python/thunarx-python/Manifest | 1 | ||||
-rw-r--r-- | dev-python/thunarx-python/thunarx-python-0.3.0-r2.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/thunarx-python/Manifest b/dev-python/thunarx-python/Manifest index a4c531729dae..14446bb83c71 100644 --- a/dev-python/thunarx-python/Manifest +++ b/dev-python/thunarx-python/Manifest @@ -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 index 8d348aeb4c1a..000000000000 --- a/dev-python/thunarx-python/thunarx-python-0.3.0-r2.ebuild +++ /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 -} |