diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-04-25 12:03:17 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-04-25 12:09:38 -0400 |
commit | 1176cf7d6b78effa1df6732ba70e725f63fd8ea6 (patch) | |
tree | a984c17ce4728f9ca7a166bd4c0d43bea9bf3519 /x11-apps | |
parent | dev-util/directx-headers: Drop old versions (diff) | |
download | gentoo-1176cf7d6b78effa1df6732ba70e725f63fd8ea6.tar.gz gentoo-1176cf7d6b78effa1df6732ba70e725f63fd8ea6.tar.bz2 gentoo-1176cf7d6b78effa1df6732ba70e725f63fd8ea6.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/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xedit/xedit-1.2.3.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest index 03f069444f99..6e595ebaa3d2 100644 --- a/x11-apps/xedit/Manifest +++ b/x11-apps/xedit/Manifest @@ -1,2 +1 @@ -DIST xedit-1.2.3.tar.xz 480288 BLAKE2B 15dabc6952228246b2fcd67c33298ce75ebd3a943e930d3e5110c4b32a8c5b7340f5127b64d9bda9819fa3bcb4bebe870e4bcca0ecf5310f4b765f488d88c61d SHA512 1089c35ef961e53f74cc7d892960e1ee7f0da17529e3173e7f7764b0eb4ee94d1e068cb177d8502ca55c1dd6808962d4b1427e303adc7e6db80be8828557f45a DIST xedit-1.2.4.tar.xz 481740 BLAKE2B 186240f42dbb7d1f1c4923f37c2614d7ba4251d22fb6cec033f5bd43bb6378101e329669255ebd0b16791dd2424d33cc816740a999e75e24294654e3d43a7dd0 SHA512 30819ec491f9a02db95c20eb8653389b29bf4a4a5c54701d156db67fcb8fade5276dcb3a656dca245c958d75d0ee6fe50ab207e040ce0065d9d9a1bd58d5b24c diff --git a/x11-apps/xedit/xedit-1.2.3.ebuild b/x11-apps/xedit/xedit-1.2.3.ebuild deleted file mode 100644 index df416b4e840f..000000000000 --- a/x11-apps/xedit/xedit-1.2.3.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="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} - x11-base/xorg-proto" |