diff options
author | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:12:52 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2024-01-24 21:24:31 +0100 |
commit | d88c59399f8d335e03bf331c2c2991fbff6c4163 (patch) | |
tree | 759e87a004f1837c210ba9b8838ff5c936cf07bd /app-xemacs | |
parent | app-xemacs/gnus: drop 2.05 (diff) | |
download | gentoo-d88c59399f8d335e03bf331c2c2991fbff6c4163.tar.gz gentoo-d88c59399f8d335e03bf331c2c2991fbff6c4163.tar.bz2 gentoo-d88c59399f8d335e03bf331c2c2991fbff6c4163.zip |
app-xemacs/hyperbole: drop 1.22
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/hyperbole/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/hyperbole/hyperbole-1.22.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-xemacs/hyperbole/Manifest b/app-xemacs/hyperbole/Manifest index 5782fb84a7ce..094928be4bcf 100644 --- a/app-xemacs/hyperbole/Manifest +++ b/app-xemacs/hyperbole/Manifest @@ -1,2 +1 @@ -DIST hyperbole-1.22-pkg.tar.gz 555128 BLAKE2B 1774c3ebf35ed0806308bbb8138e9ee45ad8b0efece0d718ab1226429f6dab34f7e4582178bdd1403b47f965b5272950131238b443f645dd22fea7ca4c3ddfd6 SHA512 726a1fa769df822e077d649d7d24664b1293d7402afde832616d5fe9d1bc5cbb2db205cf78844559cf189ddbfba5c05140df300a9a2d7c1f95994c5cf476cae6 DIST hyperbole-1.23-pkg.tar.gz 554088 BLAKE2B a8152b2d90fd87d4c45ae86476884f24e58bdefc5771ecf0500850a94a8f5754118a9b61d95bc9f0deada149ee0abebcfc8b2ab5cb6a4e941e83e1385f50e85b SHA512 1736dfebe5d81f8faaaccfe9c95d05a646f3a2621c0b1e83e5c183c425dcec846adb5aeeb968525cb0534cace5abdef6176ea74629122a46715ebb79927c1cbb diff --git a/app-xemacs/hyperbole/hyperbole-1.22.ebuild b/app-xemacs/hyperbole/hyperbole-1.22.ebuild deleted file mode 100644 index 75d46936c80c..000000000000 --- a/app-xemacs/hyperbole/hyperbole-1.22.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -SLOT="0" -DESCRIPTION="Hyperbole: The Everyday Info Manager" -XEMACS_PKG_CAT="standard" - -RDEPEND="app-xemacs/xemacs-base -app-xemacs/mail-lib -app-xemacs/calendar -app-xemacs/vm -app-xemacs/text-modes -app-xemacs/gnus -app-xemacs/mh-e -app-xemacs/rmail -app-xemacs/apel -app-xemacs/tm -app-xemacs/sh-script -app-xemacs/net-utils -app-xemacs/ecrypto -" -KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" - -inherit xemacs-packages |