diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-08 10:31:29 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-08 10:31:29 +0200 |
commit | f95515bdca2654aaf590c0b9a26ed6b43c5846a0 (patch) | |
tree | 62e5c40370f9d0e3b14465137ee9600372f22367 /app-xemacs | |
parent | app-xemacs/misc-games: drop 1.19, 1.22 (diff) | |
download | gentoo-f95515bdca2654aaf590c0b9a26ed6b43c5846a0.tar.gz gentoo-f95515bdca2654aaf590c0b9a26ed6b43c5846a0.tar.bz2 gentoo-f95515bdca2654aaf590c0b9a26ed6b43c5846a0.zip |
app-xemacs/mh-e: drop 1.29, 1.32
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/mh-e/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/mh-e/mh-e-1.29.ebuild | 27 | ||||
-rw-r--r-- | app-xemacs/mh-e/mh-e-1.32.ebuild | 28 |
3 files changed, 0 insertions, 57 deletions
diff --git a/app-xemacs/mh-e/Manifest b/app-xemacs/mh-e/Manifest index 064a4c30c7c4..ca139630e630 100644 --- a/app-xemacs/mh-e/Manifest +++ b/app-xemacs/mh-e/Manifest @@ -1,3 +1 @@ -DIST mh-e-1.29-pkg.tar.gz 578385 BLAKE2B 1b0f6dc854dc346b5b47b9ce9b85d1533c7dc9e22d2bf2a85c3728c6388798927e04f1cc4619880c75c933888eb63c481ce792b942bea938b8fcd97aba3411be SHA512 49385d5acbea34df5957569ec851ef4e933c1683f313939550705fdee96350376f5434a10d8013797222d5416bd759fc5769022449241004777991b72bde1d05 -DIST mh-e-1.32-pkg.tar.gz 580383 BLAKE2B 596c7111ae90fc19c00a30e7291a364e7695f68236f87e526af4289e58f494aeaedf07cc56f8af8ffea7743b46a29d0a14e9e0bf2c4e9f384cfb9f409ad28616 SHA512 364a1d7a1606a0cc18339a01569c64d98e6911a216d208231ea719455e8ef0bbe69fbc6def9f0ace6df180a924c2b65eca537994701bbb914cbd0f54dc75cf03 DIST mh-e-1.35-pkg.tar.gz 580631 BLAKE2B 7695d790f5ddf924e323270525b2d357f731a7589c0276c1121fc6ac1c2657bf45c86b7cc4e143b1aebc3f20147998d8e5f238a014a35e7d6566b3f45c1a3d37 SHA512 183d710cb725da65c40810833782bbf32f6f1815896261a4a4bd077a7fbb8fd260f38fd6eefc6e84ab46d98219c0214c8b43af36680f7940fb27f59e461de508 diff --git a/app-xemacs/mh-e/mh-e-1.29.ebuild b/app-xemacs/mh-e/mh-e-1.29.ebuild deleted file mode 100644 index fefa5c11e4f3..000000000000 --- a/app-xemacs/mh-e/mh-e-1.29.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Front end support for MH" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/gnus -app-xemacs/mail-lib -app-xemacs/xemacs-base -app-xemacs/speedbar -app-xemacs/rmail -app-xemacs/tm -app-xemacs/apel -app-xemacs/sh-script -app-xemacs/fsf-compat -app-xemacs/xemacs-devel -app-xemacs/net-utils -app-xemacs/xemacs-eterm -app-xemacs/os-utils -app-xemacs/ecrypto -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages diff --git a/app-xemacs/mh-e/mh-e-1.32.ebuild b/app-xemacs/mh-e/mh-e-1.32.ebuild deleted file mode 100644 index 34209a11a600..000000000000 --- a/app-xemacs/mh-e/mh-e-1.32.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -SLOT="0" -DESCRIPTION="Front end support for MH" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/gnus -app-xemacs/mail-lib -app-xemacs/xemacs-base -app-xemacs/rmail -app-xemacs/tm -app-xemacs/apel -app-xemacs/sh-script -app-xemacs/fsf-compat -app-xemacs/xemacs-devel -app-xemacs/net-utils -app-xemacs/xemacs-eterm -app-xemacs/os-utils -app-xemacs/ecrypto -app-xemacs/cedet-common -app-xemacs/speedbar -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages |