summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-01-26 12:29:40 -0500
committerMatt Turner <mattst88@gentoo.org>2023-01-26 12:37:40 -0500
commitaa4643bc59445e5a51c8c7a9001617e4c62ece3e (patch)
tree03341eb933dff87eb5b1799bc65423c57b2cded9 /x11-apps
parentx11-apps/xrandr: Drop old versions (diff)
downloadgentoo-aa4643bc59445e5a51c8c7a9001617e4c62ece3e.tar.gz
gentoo-aa4643bc59445e5a51c8c7a9001617e4c62ece3e.tar.bz2
gentoo-aa4643bc59445e5a51c8c7a9001617e4c62ece3e.zip
x11-apps/xset: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xset/Manifest1
-rw-r--r--x11-apps/xset/xset-1.2.4-r1.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest
index ce39962de25e..2f47d39f4486 100644
--- a/x11-apps/xset/Manifest
+++ b/x11-apps/xset/Manifest
@@ -1,2 +1 @@
-DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d
DIST xset-1.2.5.tar.xz 138776 BLAKE2B 81d93de0bd2a5f0d76937109a8f16f5e1d5074ec5209ea373d9f4b3f5064ac15a9e3c9cdc850cbe6103469fcdfc4d69df033ce7bbf80e22b507d3664e49911a9 SHA512 12b53d7cd6b7ccf6515c03f68151490fce6b2629e99b8d85ac5d760f4ed93394a457213c3947533809fbbb04acd1ed260aeea1256099a10397660eef3088150d
diff --git a/x11-apps/xset/xset-1.2.4-r1.ebuild b/x11-apps/xset/xset-1.2.4-r1.ebuild
deleted file mode 100644
index 44945cc0de23..000000000000
--- a/x11-apps/xset/xset-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xorg-3
-
-DESCRIPTION="X.Org xset application"
-
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXmu"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-XORG_CONFIGURE_OPTIONS=(
- --without-xf86misc
- --without-fontcache
-)