diff options
author | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:25:18 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2022-08-19 16:34:49 +0200 |
commit | 5f2e84135a48fefd44396a7d9c3e4ae2d0aba3cb (patch) | |
tree | 2f937b6c4a580d51aa9e400a4af4acb5a176d73b /app-xemacs/gnus | |
parent | app-xemacs/eudc: drop 1.43 (diff) | |
download | gentoo-5f2e84135a48fefd44396a7d9c3e4ae2d0aba3cb.tar.gz gentoo-5f2e84135a48fefd44396a7d9c3e4ae2d0aba3cb.tar.bz2 gentoo-5f2e84135a48fefd44396a7d9c3e4ae2d0aba3cb.zip |
app-xemacs/gnus: drop 2.04
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/gnus')
-rw-r--r-- | app-xemacs/gnus/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/gnus/gnus-2.04.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-xemacs/gnus/Manifest b/app-xemacs/gnus/Manifest index 0ee772bd0a99..3081050045e6 100644 --- a/app-xemacs/gnus/Manifest +++ b/app-xemacs/gnus/Manifest @@ -1,2 +1 @@ -DIST gnus-2.04-pkg.tar.gz 3628467 BLAKE2B 1b6f6ffd4693065a666353e87cf5ec4ae5f897470fe1423f43c5f3ec99c827f6c9074c70f4add6cbf7462491ee0a50b8faf0b9f6e1d4cab16d23e64e20d07975 SHA512 d7bce3b6ff62ca901e9dabf59a5bf2044ec569ab1dd84898f11cb966dc97bc35b1842b61c62ad024e200db4bd1df9f7d17fd642c251e42931603b0eb286356e2 DIST gnus-2.05-pkg.tar.gz 3615284 BLAKE2B c06784a2e7a42df390f67b3e2e4dbba2a427b932bb4e2e864b2bf696adda8bff16d61892167219f5b391befd2ef667f36b67304b22d3e80cb63a6e7a47df485c SHA512 892b76ec6a57d8359d48cfda322ccd7679a018d2f7e6bf40b5d4c412dcac0fe3ea42e94decb05d5ada4765e323646c1eae6d30f1ade97ae30ded07355279a75a diff --git a/app-xemacs/gnus/gnus-2.04.ebuild b/app-xemacs/gnus/gnus-2.04.ebuild deleted file mode 100644 index 3a6600afd7e9..000000000000 --- a/app-xemacs/gnus/gnus-2.04.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="The Gnus Newsreader and Mailreader" -XEMACS_PKG_CAT="standard" - -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 sparc x86" - -inherit xemacs-packages |