From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- dev-python/thunarx-python/Manifest | 2 +- .../thunarx-python/thunarx-python-0.5.1-r1.ebuild | 33 ++++++++++++++++++++++ .../thunarx-python/thunarx-python-0.5.1.ebuild | 31 -------------------- 3 files changed, 34 insertions(+), 32 deletions(-) create mode 100644 dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild delete mode 100644 dev-python/thunarx-python/thunarx-python-0.5.1.ebuild (limited to 'dev-python/thunarx-python') diff --git a/dev-python/thunarx-python/Manifest b/dev-python/thunarx-python/Manifest index 0a2ba549f7d2..0519af92cc32 100644 --- a/dev-python/thunarx-python/Manifest +++ b/dev-python/thunarx-python/Manifest @@ -1,3 +1,3 @@ DIST thunarx-python-0.5.1.tar.bz2 334426 BLAKE2B 59f8e625b10ceeaefffa4b6dde150c32023365e76854c6e77ae2f222b509856353c8d62de26ba4e7b967cfcce1219205923938389fd1714a420bc9e1ac2b12b2 SHA512 0c1d8f20b74a3eb87b3c2c181c6438bc059dff75afdc26cfea19dffb7efe1f14e6a880689f73afcbbcb5922312741df72018e3b9980c4a45426e7a7d4651177f -EBUILD thunarx-python-0.5.1.ebuild 719 BLAKE2B 66ff0289280b1e954113fb8fb47e19bac9b5dd0338bf58a27922228e356e62f9d22469c7e44f947122338b0c33537131900d914f7a314683fc05a0d716fe70fa SHA512 4511e98989d04d371b2652a17052d131ec1696d6b724a51f25f9a8f89129990da135fe0e541e836218ebb1455a6a91c03e5574dec75fb4bae90b2dd00e543509 +EBUILD thunarx-python-0.5.1-r1.ebuild 755 BLAKE2B a4da43181cc6ce167d3550c7c1b0e07142b4c909921e7c01eb5d9b8086781bd83d41f81ec5314761d9b5631e59bbe87f92de804130212e29a5240f2799f34845 SHA512 55082f1ee32d29181bbf870036d762e057e76b8eea93c804ba0ff82dea13e3bf563039efe273aa33cef9d3136dcd8c24e4dd4b6ceff2107aced30fb512f499d5 MISC metadata.xml 249 BLAKE2B cfb34e0ab5b7155d26bee3e5cc55d570e05151273d6793455b82980b3e3411983eaee6a6ea94f896b18df24efdc964f180bb00b3852a98a2cc5571f1d22f6d84 SHA512 ec9e5427d44f20c2c0166fe103e6e8b8384a300685f7c9774f9177a1533d7057f332af1ba1046462f75bb3f2812e075d01b5eaeb625340c911d2bc6d2f9acf7c diff --git a/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild new file mode 100644 index 000000000000..0a243f4cf713 --- /dev/null +++ b/dev-python/thunarx-python/thunarx-python-0.5.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python3_6 ) + +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}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="${PYTHON_DEPS} + >=x11-libs/gtk+-3.20:3 + >=dev-libs/glib-2.30:2 + $(python_gen_cond_dep ' + >=dev-python/pygobject-3.20:3[${PYTHON_MULTI_USEDEP}] + ') + >=xfce-base/thunar-1.7.0" +DEPEND="${RDEPEND} + virtual/pkgconfig" +REQUIRED_USE=${PYTHON_REQUIRED_USE} + +src_install() { + default + + find "${D}" -name '*.la' -delete || die +} diff --git a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild b/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild deleted file mode 100644 index 2d802fa3d307..000000000000 --- a/dev-python/thunarx-python/thunarx-python-0.5.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -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}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - >=x11-libs/gtk+-3.20:3 - >=dev-libs/glib-2.30:2 - >=dev-python/pygobject-3.20:3[${PYTHON_USEDEP}] - >=xfce-base/thunar-1.7.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -} -- cgit v1.2.3