diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-17 12:14:45 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-17 22:52:55 -0400 |
commit | 48b69f347c8c49bbd8992f2aea7ee2ae75788d8d (patch) | |
tree | f5aba6137ccae92af7e713258ec606a572d2eb99 /x11-apps | |
parent | x11-apps/xev: Drop old versions (diff) | |
download | gentoo-48b69f347c8c49bbd8992f2aea7ee2ae75788d8d.tar.gz gentoo-48b69f347c8c49bbd8992f2aea7ee2ae75788d8d.tar.bz2 gentoo-48b69f347c8c49bbd8992f2aea7ee2ae75788d8d.zip |
x11-apps/xfontsel: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xfontsel/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xfontsel/xfontsel-1.0.6.ebuild | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest index 0fd155a26825..08d35ba834c7 100644 --- a/x11-apps/xfontsel/Manifest +++ b/x11-apps/xfontsel/Manifest @@ -1,2 +1 @@ -DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9 SHA512 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099 DIST xfontsel-1.1.0.tar.xz 139560 BLAKE2B e4cb8f25b64e1feb68cdf7ae7982c8e8e6086fb6ad31019b115986220cd9f347edbe738d8d43d0650fd783ef96d2e93a247e462611b0fb33a3aa0a6dc2d2529e SHA512 be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52 diff --git a/x11-apps/xfontsel/xfontsel-1.0.6.ebuild b/x11-apps/xfontsel/xfontsel-1.0.6.ebuild deleted file mode 100644 index edca0997fc9b..000000000000 --- a/x11-apps/xfontsel/xfontsel-1.0.6.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="point and click selection of X11 font names" - -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND}" |