From 29aabba0ea759c6a2864ff5631735b67ee38e5e0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 5 Feb 2020 18:44:56 +0000 Subject: gentoo resync : 05.02.2020 --- x11-misc/arandr/Manifest | 4 +--- x11-misc/arandr/arandr-0.1.10.ebuild | 2 +- x11-misc/arandr/arandr-0.1.9.ebuild | 40 ------------------------------------ 3 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 x11-misc/arandr/arandr-0.1.9.ebuild (limited to 'x11-misc/arandr') diff --git a/x11-misc/arandr/Manifest b/x11-misc/arandr/Manifest index 6435a881ae14..fe7676338206 100644 --- a/x11-misc/arandr/Manifest +++ b/x11-misc/arandr/Manifest @@ -1,5 +1,3 @@ DIST arandr-0.1.10.tar.gz 100203 BLAKE2B b5754dda4c4f9c5e957a9fc75b7236480417b899c2705bc5aee514899c664d39b5902921c69ac425aff99f3a6ea512bfc0c2c0259519c1a6e0fc553f6e367cc2 SHA512 12c2fe5b36f8d8e688d990e352c1cfa3e8512c0b647b78a8af93f9472704e4867fac4c56c207465fb7b420c9022dc545dea8ad8a29af3037758ab4587dcd38ba -DIST arandr_0.1.9.orig.tar.gz 90437 BLAKE2B 0782bfd5ebffc1cbfbdaaded623b89559176acbbb363310abfac1fb1af9f64f285eff74de2a2a7b4c36722cde2970f852fccc2cb4d4a49f2d29bc7fc48a2b780 SHA512 0b2bd62665a9680cf29132ddf0a1ba8eda6bc403b98245727e4c4613ac3e2a694d9268426a14bab35b8e79c7c9191cc224627fca56349acf20546a93d749f006 -EBUILD arandr-0.1.10.ebuild 1079 BLAKE2B 1e231873abcb2e793c5946ff7770371f44521fcef817cd8fa3f15583234f346fd139bf80388fa6497467df253bac45aa9fe7365878cafed26264a02d1256462f SHA512 639453435ad6eacbe91dea5adff1e08f6110ec7a37107b7c5efb42d70ce1b256601df09a0cacc988413394ffa9e79334549334c6a26b996e351e175a0efe47be -EBUILD arandr-0.1.9.ebuild 980 BLAKE2B 89f37618b87d23dc76bc267e0ce47758b4cf2fb32310a8347e4914fbb6c405538b7ca926303bd70c74f5d707eb555caa0ca366e1493f4176169261d7ef75493b SHA512 967d804b33a1ff5aa33de670e01f9cfd13bc22e571ca7c741a6421c3304b1220ff98dbf2d985c68107f2a7dbe3fd9f208530810723cb438ac752819fcf0c4b6c +EBUILD arandr-0.1.10.ebuild 1077 BLAKE2B 276258e1b0eaf8817794ad3a22e49097590653e6b5b3f65dacd743fe99ad575991e235163f677e01c5d112566d19b69282c0ea20a3766d68071324000e048849 SHA512 7ca1bdf3d1c7f7c15b1957c21e2c2d78246889236e316305689d40afa1dd919fb16526562359aab862f4f21eb55c6344e96bc022960d1668c204bd6c8603782d MISC metadata.xml 282 BLAKE2B f175ac89f79f8ebbe3bc806c0c4a8169e2a4b88708d85928db9a23dacecd92a2acb1c5d1f6a49a2f8375288aa4b2db910af8c325557540ba665c37a17e773721 SHA512 06c94ffb49c985c4344b170b902427ca9ce0c23b6d68330af227ab1771794f8e8b6d0ef75b5f69293c8ef0d3264c8799e1389ccdf8dfbe7c665c6477c07479e4 diff --git a/x11-misc/arandr/arandr-0.1.10.ebuild b/x11-misc/arandr/arandr-0.1.10.ebuild index e5aa388809f6..dc86e38022b2 100644 --- a/x11-misc/arandr/arandr-0.1.10.ebuild +++ b/x11-misc/arandr/arandr-0.1.10.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://christian.amsuess.com/tools/arandr/files/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" dev-python/pygobject:3=[${PYTHON_USEDEP}] diff --git a/x11-misc/arandr/arandr-0.1.9.ebuild b/x11-misc/arandr/arandr-0.1.9.ebuild deleted file mode 100644 index 3bd1c5f9bbac..000000000000 --- a/x11-misc/arandr/arandr-0.1.9.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit eutils distutils-r1 - -DESCRIPTION="Another XRandR GUI" -HOMEPAGE="http://christian.amsuess.com/tools/arandr/" -SRC_URI="http://christian.amsuess.com/tools/${PN}/files/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - >=dev-python/pygtk-2[${PYTHON_USEDEP}] - x11-apps/xrandr -" -DEPEND=" - >=dev-python/docutils-0.6[${PYTHON_USEDEP}] -" - -src_prepare() { - local i p - # simulate gettext behavior: - # LINGUAS unset => install all - # LINGUAS="" => install none - # LINGUAS="de fr" => install de and fr - if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set - for i in $(cd "${S}"/data/po ; for p in *.po ; do echo ${p%.po} ; done) ; do # for every supported language - if ! has ${i} ${LINGUAS} ; then # if language is disabled - rm data/po/${i}.po || die - fi - done - fi - - distutils-r1_src_prepare -} -- cgit v1.2.3