diff options
author | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:10:38 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:24:30 +0100 |
commit | 71e508a772098c87392a69fdc318d71d9afc6ac7 (patch) | |
tree | 356d0bfbdad31b35d4430be39896d5ee4549f112 /app-xemacs | |
parent | www-client/opera-developer: remove old (diff) | |
download | gentoo-71e508a772098c87392a69fdc318d71d9afc6ac7.tar.gz gentoo-71e508a772098c87392a69fdc318d71d9afc6ac7.tar.bz2 gentoo-71e508a772098c87392a69fdc318d71d9afc6ac7.zip |
app-xemacs/gnus: drop 2.05
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/gnus/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/gnus/gnus-2.05.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-xemacs/gnus/Manifest b/app-xemacs/gnus/Manifest index 76e63831969e..e0f6fd2e453b 100644 --- a/app-xemacs/gnus/Manifest +++ b/app-xemacs/gnus/Manifest @@ -1,2 +1 @@ -DIST gnus-2.05-pkg.tar.gz 3615284 BLAKE2B c06784a2e7a42df390f67b3e2e4dbba2a427b932bb4e2e864b2bf696adda8bff16d61892167219f5b391befd2ef667f36b67304b22d3e80cb63a6e7a47df485c SHA512 892b76ec6a57d8359d48cfda322ccd7679a018d2f7e6bf40b5d4c412dcac0fe3ea42e94decb05d5ada4765e323646c1eae6d30f1ade97ae30ded07355279a75a DIST gnus-2.07-pkg.tar.gz 3615424 BLAKE2B 22abfb79f6884b9f03cee2786767caa1281e849398454e5796a4359d700439a0490c36b1b1638ff49db775692bfda051da55d1967b876c230fd162e0f513897c SHA512 f6a7fa1c3a6d19bbc3b41883b5004da5047be1379e102e4ac6fbbf3fbe057159d571d2b07f733031af229a8a7a01398d9261dc850df11c97b8501d6e6a6aaccf diff --git a/app-xemacs/gnus/gnus-2.05.ebuild b/app-xemacs/gnus/gnus-2.05.ebuild deleted file mode 100644 index abd76775d929..000000000000 --- a/app-xemacs/gnus/gnus-2.05.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SLOT="0" -DESCRIPTION="The Gnus Newsreader and Mailreader" -XEMACS_PKG_CAT="standard" - -XEMACS_EXPERIMENTAL="true" - -RDEPEND="app-xemacs/mail-lib -app-xemacs/xemacs-base -app-xemacs/xemacs-eterm -app-xemacs/sh-script -app-xemacs/net-utils -app-xemacs/os-utils -app-xemacs/dired -app-xemacs/mh-e -app-xemacs/sieve -app-xemacs/ps-print -app-xemacs/w3 -app-xemacs/pgg -app-xemacs/mailcrypt -app-xemacs/ecrypto -app-xemacs/sasl -" -KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" - -inherit xemacs-packages |