diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-10-09 09:14:39 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-10-09 09:15:01 +0200 |
commit | 9bf2b6769486dff96574887f111e6021aefc2727 (patch) | |
tree | 98a692c0290bf5af78c502f9c062cda23820f623 /app-xemacs/hyperbole | |
parent | www-client/firefox: security cleanup (diff) | |
download | gentoo-9bf2b6769486dff96574887f111e6021aefc2727.tar.gz gentoo-9bf2b6769486dff96574887f111e6021aefc2727.tar.bz2 gentoo-9bf2b6769486dff96574887f111e6021aefc2727.zip |
app-xemacs/hyperbole: drop 1.16, 1.17
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/hyperbole')
-rw-r--r-- | app-xemacs/hyperbole/Manifest | 2 | ||||
-rw-r--r-- | app-xemacs/hyperbole/hyperbole-1.16.ebuild | 25 | ||||
-rw-r--r-- | app-xemacs/hyperbole/hyperbole-1.17.ebuild | 26 |
3 files changed, 0 insertions, 53 deletions
diff --git a/app-xemacs/hyperbole/Manifest b/app-xemacs/hyperbole/Manifest index d9613aef9fe4..f10bc31836fc 100644 --- a/app-xemacs/hyperbole/Manifest +++ b/app-xemacs/hyperbole/Manifest @@ -1,3 +1 @@ -DIST hyperbole-1.16-pkg.tar.gz 636211 BLAKE2B 87099625589e1bc8d39f9d3c6ea102f6796f8a74067b0234955dff355c1f2dd2781b0825f5885f750fe6440087cdff2d219496a0b1e018d63d1472b88f83c889 SHA512 f0064bf8580c321cd73922cbf651fcd9242ab8aa409ad2eb99ae620f1e284abdd24ad0fa104636646b974f15892d7d7e895fdd35603e42827f3f06c3eca86964 -DIST hyperbole-1.17-pkg.tar.gz 555380 BLAKE2B 35deb594f6fc9c335d8e5f35dce0eb0581a0aa7c0b85dbfaaef9e50250b56e6d00cca2c633dca71e56e241f342535871393ee706598e4cd06d3db3a309e89cd8 SHA512 154e750124df8a610695847c041a3588404b4d2524dbe60a7ab86e546d4920eb95cd7abe34f82535d7c2869fbb80f12349ac41e87a67b614dbd19df034fe4c03 DIST hyperbole-1.22-pkg.tar.gz 555128 BLAKE2B 1774c3ebf35ed0806308bbb8138e9ee45ad8b0efece0d718ab1226429f6dab34f7e4582178bdd1403b47f965b5272950131238b443f645dd22fea7ca4c3ddfd6 SHA512 726a1fa769df822e077d649d7d24664b1293d7402afde832616d5fe9d1bc5cbb2db205cf78844559cf189ddbfba5c05140df300a9a2d7c1f95994c5cf476cae6 diff --git a/app-xemacs/hyperbole/hyperbole-1.16.ebuild b/app-xemacs/hyperbole/hyperbole-1.16.ebuild deleted file mode 100644 index f0fddb4b8ed6..000000000000 --- a/app-xemacs/hyperbole/hyperbole-1.16.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 -" -KEYWORDS="~alpha amd64 ppc ppc64 sparc x86" - -inherit xemacs-packages diff --git a/app-xemacs/hyperbole/hyperbole-1.17.ebuild b/app-xemacs/hyperbole/hyperbole-1.17.ebuild deleted file mode 100644 index c7ee4903f83a..000000000000 --- a/app-xemacs/hyperbole/hyperbole-1.17.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 sparc x86" - -inherit xemacs-packages |