diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-17 12:14:51 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-17 22:52:55 -0400 |
commit | 6528cb2ec3b11c44ee929da1fe3f50d1492622b4 (patch) | |
tree | 7b1391b17f67c9fe9d2f17e3eef5708cbed2cdfd /x11-apps/xkbutils | |
parent | x11-apps/xfontsel: Drop old versions (diff) | |
download | gentoo-6528cb2ec3b11c44ee929da1fe3f50d1492622b4.tar.gz gentoo-6528cb2ec3b11c44ee929da1fe3f50d1492622b4.tar.bz2 gentoo-6528cb2ec3b11c44ee929da1fe3f50d1492622b4.zip |
x11-apps/xkbutils: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xkbutils')
-rw-r--r-- | x11-apps/xkbutils/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/x11-apps/xkbutils/Manifest b/x11-apps/xkbutils/Manifest index d6555b6e755c..12ac792e9e21 100644 --- a/x11-apps/xkbutils/Manifest +++ b/x11-apps/xkbutils/Manifest @@ -1,2 +1 @@ -DIST xkbutils-1.0.4.tar.bz2 131269 BLAKE2B 20e51a33b280bf4eaf6dfb3b2986ffdb09d1bb4fe3dd3689de5256204cc0e90808367b0afc054e2b5a6746b3b125bc0d20337761e1714c069f3c300a65fddb06 SHA512 5bb6cb52ac02a4ec18332559853815585ca86e00e8c6452483af10c4db75811fe00952575dbbad5b7d03b9d6498830fb45d617b1b3c5c1cea8445f1131856a4d DIST xkbutils-1.0.5.tar.xz 129344 BLAKE2B ac2572b31638120dd5c5e92497f9cde4b43df7ab0f13882f5f1fbac71084dc112a1f9e34d10adf5a4eb83b1b1636ab2388ae8675be5ac1048a3913ac7b0d7f53 SHA512 0d8d460f5e015e9034292688437511068dab61216c2493f2981cfb63aaa012976ac9435c1586a22c0940fbfcb779b48dce9b85832303fe2b854aa945b814ac77 diff --git a/x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild b/x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild deleted file mode 100644 index 1aa7f2ab91f0..000000000000 --- a/x11-apps/xkbutils/xkbutils-1.0.4-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="X.Org xkbutils application" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXaw" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |