diff options
author | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:33:12 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:34:50 +0200 |
commit | 2e53526008095a5ad0948c2ab6ed93d589a33fcb (patch) | |
tree | e796ab8b229cc1b95f2b5411e036e9542cb32c25 /app-xemacs | |
parent | app-xemacs/w3: drop 1.41 (diff) | |
download | gentoo-2e53526008095a5ad0948c2ab6ed93d589a33fcb.tar.gz gentoo-2e53526008095a5ad0948c2ab6ed93d589a33fcb.tar.bz2 gentoo-2e53526008095a5ad0948c2ab6ed93d589a33fcb.zip |
app-xemacs/xwem: drop 1.26
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/xwem/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/xwem/xwem-1.26.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-xemacs/xwem/Manifest b/app-xemacs/xwem/Manifest index c3418b036578..996badb965ce 100644 --- a/app-xemacs/xwem/Manifest +++ b/app-xemacs/xwem/Manifest @@ -1,2 +1 @@ -DIST xwem-1.26-pkg.tar.gz 649043 BLAKE2B b644127e233b0c93816687d992f54a2c3cbbb822100d4e56ca088ee9d05306a1a14ff602ddfdf5ea1ed822813df4df6bd6dc802d5f27b670bae86ea61eca742a SHA512 00783faa899bd2f3da8128339c54b677843bafb30b8c1a5fca29709de31448aa29a91bf62affbbe42981a97a8ec7ab807b8ee0b64642c73e6a2fda412213eb0a DIST xwem-1.27-pkg.tar.gz 648980 BLAKE2B e4170d56e52f5cf46b314ace4c53fde5b38c64e385411b0011b6168e6ebc26fbde1e616349eb499cc5ff816862f4cf30e9663f9dffbdb01910a0fcd4eb44cc9c SHA512 0b6029f659ae1150c74b93d654e1ab01823386336796fe18eb4f542e9de0ceb2a171a6ed32cf941b2a872a6422e9842f44ae2767550bcc3bbd19f08fa4bbdabe diff --git a/app-xemacs/xwem/xwem-1.26.ebuild b/app-xemacs/xwem/xwem-1.26.ebuild deleted file mode 100644 index a1cac1881167..000000000000 --- a/app-xemacs/xwem/xwem-1.26.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="X Emacs Window Manager" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/xlib -app-xemacs/strokes -app-xemacs/edit-utils -app-xemacs/text-modes -app-xemacs/time -app-xemacs/slider -app-xemacs/elib -app-xemacs/ilisp -app-xemacs/mail-lib -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |