diff options
Diffstat (limited to 'x11-apps/xrandr')
-rw-r--r-- | x11-apps/xrandr/Manifest | 6 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.4.3.ebuild | 21 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.5.0.ebuild | 21 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.5.1.ebuild | 2 |
4 files changed, 2 insertions, 48 deletions
diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest index 3df72c6d269b..5a440c30a48a 100644 --- a/x11-apps/xrandr/Manifest +++ b/x11-apps/xrandr/Manifest @@ -1,7 +1,3 @@ -DIST xrandr-1.4.3.tar.bz2 169850 BLAKE2B a9a978442bf19997ca2e49fc82bdae418d096c140d8988567327422b3a754de138e9fda54e5ad7ca326563125075209522e08c941f7980aa9cc2d1bee439471d SHA512 eea2637484e744af305366606ec8fba77f54bb66bf45bd131367abb0f5ff90b858d85fbe4c17ee48f7b2f32f277d5f08b18e9cd61f147757828d415a3db9b9bc -DIST xrandr-1.5.0.tar.bz2 182515 BLAKE2B ef33b454e9a1e678fc54dbd6c7730217a2c3e995ec3245ce01f90c27e5c2454a1bbc2cffb953420a20ec0a4b58cf5662964c998b3fb3748cb73c4b5dbb3f29f4 SHA512 11d8fb1b98fbe215555d5bb875d82f80a7fd6a61c93ebf175c226f4f747570e8d18980add54a4b88d20dc637155074b2a558b34f035d66a465f324281d65f9e4 DIST xrandr-1.5.1.tar.xz 171200 BLAKE2B 69cc080da24b8d00fcf60e9fb2d4c03d7b80b46d18888fa726ad4ba5847fcfcea4abeefa298fb833febe0549aec0636ed9087c8ef065f5166df6bd7f270dac1a SHA512 3d0d37e974b9dffb996276ee7fd676327fd0956e5f5f572dd142a651a35d3cdfa2f6dd415cf27bf87f306981957aba4cc014c12baebefcabaa5d66b78a114922 -EBUILD xrandr-1.4.3.ebuild 506 BLAKE2B b83e42dd02df46f02698dba5d0b8a7d087e5a2b87eb1b177c6a350b696ab0d37d88f7e1f58f3dd6b20d66e52fb39c14d9e9f7c41c3ff0ed429d00f3a22daf5b5 SHA512 0c75cabf93cb74541f525da1f35352e86162ddb6bf071662296edde899c90a99929649eb551e088cff313c0b23a7958db51422be9658b900f892400c0683649a -EBUILD xrandr-1.5.0.ebuild 506 BLAKE2B 9914ec26859a067a2edd0fe872950399fba0842529a1a8f14e53a9e96348068bca2de17603c43554bb7e7319a9862ec17f4613e0a4204e779a19b016066b0fc2 SHA512 52dc6ac00846205679ebc39a3a38f37e389723722c8db315ff3ebce1c5f49bf0a915b981e86735032844408ac94730f59bbefefd474793076998672600d51555 -EBUILD xrandr-1.5.1.ebuild 558 BLAKE2B f577dfcdd94264c649a87f1f338d22e56a8ba133461d02969a25722922d1e48421903576ba326c18357b04fb3a17368d0c8bc419a437e82a4699c3e0612439ec SHA512 67b837ed35fdf57e8a25b7dbba95c24f40f1c87c476ee099776b95ccdeee07d62ecaefea4ae2f3cc0e3f10bbe05ec13fc7f59ef771c4f142624e3ec470011057 +EBUILD xrandr-1.5.1.ebuild 549 BLAKE2B 67a31487d1b51a26ebe847cb691dfba4c69128f1a12cc4f9d30eaa82c5424167fe8614b2747adb7d274651fce7c08f90eadaa39e7a0aab19060e47bcf06d562c SHA512 5e2d35d58b64ad10443df22f3e6e084cedb78dfda824e4d9738bd2c9e1efd84b5e43d54d7f756f9d3bcf3a183bde917607c72f8dbb6283cbb13f93ca03ee0933 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xrandr/xrandr-1.4.3.ebuild b/x11-apps/xrandr/xrandr-1.4.3.ebuild deleted file mode 100644 index 700d8c76f844..000000000000 --- a/x11-apps/xrandr/xrandr-1.4.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="primitive command line interface to RandR extension" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=x11-libs/libXrandr-1.4 - x11-libs/libXrender - x11-libs/libX11" -DEPEND="${RDEPEND}" - -src_install() { - xorg-2_src_install - rm -f "${ED}"/usr/bin/xkeystone || die -} diff --git a/x11-apps/xrandr/xrandr-1.5.0.ebuild b/x11-apps/xrandr/xrandr-1.5.0.ebuild deleted file mode 100644 index c7fd9162db87..000000000000 --- a/x11-apps/xrandr/xrandr-1.5.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="primitive command line interface to RandR extension" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=x11-libs/libXrandr-1.5 - x11-libs/libXrender - x11-libs/libX11" -DEPEND="${RDEPEND}" - -src_install() { - xorg-2_src_install - rm -f "${ED}"/usr/bin/xkeystone || die -} diff --git a/x11-apps/xrandr/xrandr-1.5.1.ebuild b/x11-apps/xrandr/xrandr-1.5.1.ebuild index 691fe06f7697..99b7773b1e7b 100644 --- a/x11-apps/xrandr/xrandr-1.5.1.ebuild +++ b/x11-apps/xrandr/xrandr-1.5.1.ebuild @@ -8,7 +8,7 @@ inherit xorg-3 DESCRIPTION="primitive command line interface to RandR extension" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=x11-libs/libXrandr-1.5 |