summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-04-03 23:12:38 -0400
committerMatt Turner <mattst88@gentoo.org>2024-04-03 23:12:38 -0400
commitc379f31d3ec2badb7a0d518c3d2871f55eb4fe39 (patch)
tree5f7d6c7915eb38c05b0ae02eeb83fdc887554a7d /x11-apps
parentx11-apps/xev: Drop old versions (diff)
downloadgentoo-c379f31d3ec2badb7a0d518c3d2871f55eb4fe39.tar.gz
gentoo-c379f31d3ec2badb7a0d518c3d2871f55eb4fe39.tar.bz2
gentoo-c379f31d3ec2badb7a0d518c3d2871f55eb4fe39.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/Manifest1
-rw-r--r--x11-apps/xfontsel/xfontsel-1.1.0.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest
index 6cc86a2c624f..6d949f328250 100644
--- a/x11-apps/xfontsel/Manifest
+++ b/x11-apps/xfontsel/Manifest
@@ -1,2 +1 @@
-DIST xfontsel-1.1.0.tar.xz 139560 BLAKE2B e4cb8f25b64e1feb68cdf7ae7982c8e8e6086fb6ad31019b115986220cd9f347edbe738d8d43d0650fd783ef96d2e93a247e462611b0fb33a3aa0a6dc2d2529e SHA512 be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
DIST xfontsel-1.1.1.tar.xz 142336 BLAKE2B 89d06f85cdd6b1a363711b6b59937d3f7ba6dad4ffd1c1fb2fa2604aa52e7d883726dc72d8d9d96060d7fedcd2c4ca20f30621d28d0174b1b66151705d899864 SHA512 fdb1f20dc86e2e74da77ef5e62d9465ea24d1af965f1ff3a6334ffefb239130fcf28f7cde9b4e7d7e6c9cf12fcb637784e7af209cffcee3dbe304025d33abcdd
diff --git a/x11-apps/xfontsel/xfontsel-1.1.0.ebuild b/x11-apps/xfontsel/xfontsel-1.1.0.ebuild
deleted file mode 100644
index f7a72fab36d0..000000000000
--- a/x11-apps/xfontsel/xfontsel-1.1.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="point and click selection of X11 font names"
-
-KEYWORDS="~alpha amd64 arm ~arm64 ~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}
- x11-base/xorg-proto"