diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-06-24 13:07:04 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-06-24 13:12:59 -0700 |
commit | 36c23a49438048a6fd2e8a41e683a2e5301d15fe (patch) | |
tree | 4e00caf1b9f8210d716bfbe72338d47d5062a729 /x11-apps | |
parent | x11-apps/xrefresh: Drop old versions (diff) | |
download | gentoo-36c23a49438048a6fd2e8a41e683a2e5301d15fe.tar.gz gentoo-36c23a49438048a6fd2e8a41e683a2e5301d15fe.tar.bz2 gentoo-36c23a49438048a6fd2e8a41e683a2e5301d15fe.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/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xset/xset-1.2.3.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest index 4c51261606b9..648ec6a4dcd8 100644 --- a/x11-apps/xset/Manifest +++ b/x11-apps/xset/Manifest @@ -1,2 +1 @@ -DIST xset-1.2.3.tar.bz2 142286 BLAKE2B 83ba3d7ccc259ae7b244049e558af6db9428b897b340537b75b6c534c7e8a11f36709237982ffe1ab5b523cef5834467bdc85c94fbe07c64d6eab6eef2c930b2 SHA512 7b2cf4b06b93aec9f6f868be3f0932a5d6e62968485f7eb742a9b775059aa2a49c9170404e0597fd41a5730c0bf321e371ee6b23bbcde3be054f768ab8d3d92a DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d diff --git a/x11-apps/xset/xset-1.2.3.ebuild b/x11-apps/xset/xset-1.2.3.ebuild deleted file mode 100644 index eeed78e4c258..000000000000 --- a/x11-apps/xset/xset-1.2.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2020 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 ~x86-macos ~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 -) |