diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-12-31 11:55:28 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-12-31 11:58:55 -0500 |
commit | 7cc9b77772a8e69c77bc3760bb7c1447a2b98fc6 (patch) | |
tree | 3392acf2ad09a6d0b0e1f6686f1d664799996f09 /x11-apps | |
parent | x11-apps/xkbcomp: Drop old versions (diff) | |
download | gentoo-7cc9b77772a8e69c77bc3760bb7c1447a2b98fc6.tar.gz gentoo-7cc9b77772a8e69c77bc3760bb7c1447a2b98fc6.tar.bz2 gentoo-7cc9b77772a8e69c77bc3760bb7c1447a2b98fc6.zip |
x11-apps/xprop: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xprop/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-1.2.4.ebuild | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/x11-apps/xprop/Manifest b/x11-apps/xprop/Manifest index 3623568297aa..0b3315c9a40a 100644 --- a/x11-apps/xprop/Manifest +++ b/x11-apps/xprop/Manifest @@ -1,2 +1 @@ -DIST xprop-1.2.4.tar.bz2 149930 BLAKE2B 93bd20c7c91d6abd9e2fdeca7864b9885ae7248c7ee3ef80a5efa1706bfef2220244b1443764fdbc042f66be8d589b111fd942c732922f05f4143e1c893da183 SHA512 6e770cb89ba87ae057858cc9f0f5498979e78c3ef66ce86361b7c646cc0b70c41a18d76e55ed7225fe715b22b62bc07c56272519a2631b92832e9403ce260da7 DIST xprop-1.2.5.tar.bz2 151216 BLAKE2B c676a1a733f4f897bc207cd1d7ec1a6022d48d2bb9615072e2ce19c1fec7737a8c9bc0444c97f4972d85a8ec8bc1e990f559a0815eb3656f2378915095c1f85c SHA512 93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559 diff --git a/x11-apps/xprop/xprop-1.2.4.ebuild b/x11-apps/xprop/xprop-1.2.4.ebuild deleted file mode 100644 index 577ea45a0f47..000000000000 --- a/x11-apps/xprop/xprop-1.2.4.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="property displayer for X" - -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" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |