summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-05-29 11:12:50 -0400
committerMatt Turner <mattst88@gentoo.org>2022-05-29 11:23:16 -0400
commitf2f492e39332dbcbaeb157686bb7b3047c5b9068 (patch)
tree532ce7d81eece8c4422a9326d097be133224c8cf /x11-apps
parentx11-apps/xdpyinfo: Drop old versions (diff)
downloadgentoo-f2f492e39332dbcbaeb157686bb7b3047c5b9068.tar.gz
gentoo-f2f492e39332dbcbaeb157686bb7b3047c5b9068.tar.bz2
gentoo-f2f492e39332dbcbaeb157686bb7b3047c5b9068.zip
x11-apps/xedit: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xedit/Manifest1
-rw-r--r--x11-apps/xedit/xedit-1.2.2.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest
index 20c4fb029c19..56b2f305b4dc 100644
--- a/x11-apps/xedit/Manifest
+++ b/x11-apps/xedit/Manifest
@@ -1,2 +1 @@
-DIST xedit-1.2.2.tar.bz2 525861 BLAKE2B 608f3f2b06d14f99a71d9eaf45114ba71271957f584c685236bd78e2f7c9a6e969ce15de72a7530a41835b951caa800a7cb0c45d71a4790aab5fe703d654e912 SHA512 24d8e23a2ad1a2e81f6606928bb032f25b70b76da83b65341367bc4111d011abe89f9e30402d057854f2ccdaa9c1ef0d7c55bf29b81ab2d050a8f448cf3eeb5d
DIST xedit-1.2.3.tar.xz 480288 BLAKE2B 15dabc6952228246b2fcd67c33298ce75ebd3a943e930d3e5110c4b32a8c5b7340f5127b64d9bda9819fa3bcb4bebe870e4bcca0ecf5310f4b765f488d88c61d SHA512 1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a
diff --git a/x11-apps/xedit/xedit-1.2.2.ebuild b/x11-apps/xedit/xedit-1.2.2.ebuild
deleted file mode 100644
index a91671b39076..000000000000
--- a/x11-apps/xedit/xedit-1.2.2.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="simple text editor for X"
-
-KEYWORDS="amd64 ~arm64 ~hppa ~mips ppc ppc64 sparc x86"
-
-RDEPEND="
- x11-libs/libXaw
- x11-libs/libXt
- x11-libs/libXmu
- x11-libs/libX11"
-DEPEND="${RDEPEND}"