diff options
author | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:22:47 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:24:32 +0100 |
commit | 9748dbd3033743930075620066cb0565867ea2fd (patch) | |
tree | 749ab309ac30daf5da52cfe33bfa9fbdcfc010d9 /app-xemacs | |
parent | app-xemacs/tramp: drop 1.57 (diff) | |
download | gentoo-9748dbd3033743930075620066cb0565867ea2fd.tar.gz gentoo-9748dbd3033743930075620066cb0565867ea2fd.tar.bz2 gentoo-9748dbd3033743930075620066cb0565867ea2fd.zip |
app-xemacs/vm: drop 8.11
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/vm/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/vm/vm-8.11.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/app-xemacs/vm/Manifest b/app-xemacs/vm/Manifest index 539ba8512b04..179813bde564 100644 --- a/app-xemacs/vm/Manifest +++ b/app-xemacs/vm/Manifest @@ -1,2 +1 @@ -DIST vm-8.11-pkg.tar.gz 956105 BLAKE2B 9ad1ade5dd6542217bc9a31eb737166836e0e8325ecf44b43e6c2f86aa95db60ed15a5688cd3a5f0c010b65726547542c63c4a498dcc65f49e1f56d901de98c0 SHA512 cf687bc55723d8e57374264346399db552d4da73f24dc5a1a227f726b5f7c27a38a8ce1344fd97b22ae37729aacb3fcc18e22df14863004fd0472eadb3efa1fa DIST vm-8.12-pkg.tar.gz 932007 BLAKE2B a3a8e491d10110757ea92de57d89f36c3b346649b26f9cc5fd8c7ef5d2a467b55fc178f047ee938b441907da865f600eb8892161e5c87642f14cc4fa059f405e SHA512 92a677ff1ba82bf6b98ad72a486451c059b3f3f00211bbe8d91ce8521b8b75842a15b7e96023c8145a3b747d064c9edda3323f7a6b37324085c1682c2708a8c7 diff --git a/app-xemacs/vm/vm-8.11.ebuild b/app-xemacs/vm/vm-8.11.ebuild deleted file mode 100644 index b95d0fa35fae..000000000000 --- a/app-xemacs/vm/vm-8.11.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SLOT="0" -DESCRIPTION="An Emacs mailer" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/mail-lib -app-xemacs/gnus -app-xemacs/pgg -app-xemacs/ecrypto -app-xemacs/xemacs-eterm -app-xemacs/sh-script -app-xemacs/net-utils -app-xemacs/ps-print -app-xemacs/os-utils -app-xemacs/bbdb -app-xemacs/fsf-compat -" -KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" - -inherit xemacs-packages |