summaryrefslogtreecommitdiff
path: root/x11-apps/xset
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-apps/xset
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-apps/xset')
-rw-r--r--x11-apps/xset/Manifest3
-rw-r--r--x11-apps/xset/xset-1.2.4-r1.ebuild2
-rw-r--r--x11-apps/xset/xset-1.2.4.ebuild22
3 files changed, 2 insertions, 25 deletions
diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest
index caf222adb570..47a8d8d9669a 100644
--- a/x11-apps/xset/Manifest
+++ b/x11-apps/xset/Manifest
@@ -1,4 +1,3 @@
DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d
-EBUILD xset-1.2.4-r1.ebuild 491 BLAKE2B 7490ac510a33f670f894b800579fbc61bc09a8e2d3a415030a52d6d143f59b1f2cd4fa06e7367479429aa8bd4d69f177cc77c6cb5d16c0ab4c6749a123728520 SHA512 5b890242d4088ffd3ee8be256e774bb1e0289615c09933881c2f9b404b929e8712d69d86a8e503d6f8cd3f8b1e8e4b74f7923d61a4d37bac250d74fe11b7aa12
-EBUILD xset-1.2.4.ebuild 470 BLAKE2B 201e4d8bf88ebcf477164b789bedb3bb974eb972099d6cb7b3a70a60668f5db15923c4da0dba93885302158dec629bdea731b9fec042bf1b227f819df48acdda SHA512 7e8d940c96570aa96c43e1c8bf04434347fdb1dd280496781e8cbcf3ba1380ab5e6f6d0699168a14b21316b93a796c582ccd104465196360657136be24ef7e2a
+EBUILD xset-1.2.4-r1.ebuild 484 BLAKE2B c5529d6a6392f04ac8e2eb9f5f3083bc70262f7497d82fc90885a5d7347d6e27d7e90012f2a6e8b90bc356f6b11714a05d679a166f3b244c3c37123db06f72f5 SHA512 b10584c6ed0fd94da17b6c365fe3df37a00af0d9246b169ecce1bca71f80a2708f91abfbe48c50de31260bf0a2f9165b7458bf0a0a987bc83bc1cf45974a1b60
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xset/xset-1.2.4-r1.ebuild b/x11-apps/xset/xset-1.2.4-r1.ebuild
index 3e4bc382f415..9d83f67dcbca 100644
--- a/x11-apps/xset/xset-1.2.4-r1.ebuild
+++ b/x11-apps/xset/xset-1.2.4-r1.ebuild
@@ -7,7 +7,7 @@ inherit xorg-3
DESCRIPTION="X.Org xset application"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
x11-libs/libX11
diff --git a/x11-apps/xset/xset-1.2.4.ebuild b/x11-apps/xset/xset-1.2.4.ebuild
deleted file mode 100644
index 7d4dd3050fbf..000000000000
--- a/x11-apps/xset/xset-1.2.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit xorg-2
-
-DESCRIPTION="X.Org xset application"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXmu
- x11-libs/libXext"
-DEPEND="${RDEPEND}"
-
-XORG_CONFIGURE_OPTIONS=(
- --without-xf86misc
- --without-fontcache
-)