diff options
author | Mats Lidell <matsl@gentoo.org> | 2023-04-04 23:30:48 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2023-04-04 23:45:18 +0200 |
commit | 0dfe2febf263d61a00f205ffd8f42a726f528427 (patch) | |
tree | b6146d94beccd88d6a80d21dd2ea3cd4fd2b5d75 /app-xemacs/hyperbole | |
parent | games-board/pychess: 1.0.4 (diff) | |
download | gentoo-0dfe2febf263d61a00f205ffd8f42a726f528427.tar.gz gentoo-0dfe2febf263d61a00f205ffd8f42a726f528427.tar.bz2 gentoo-0dfe2febf263d61a00f205ffd8f42a726f528427.zip |
app-xemacs/hyperbole: add 1.23
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/hyperbole')
-rw-r--r-- | app-xemacs/hyperbole/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/hyperbole/hyperbole-1.23.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-xemacs/hyperbole/Manifest b/app-xemacs/hyperbole/Manifest index f10bc31836fc..5782fb84a7ce 100644 --- a/app-xemacs/hyperbole/Manifest +++ b/app-xemacs/hyperbole/Manifest @@ -1 +1,2 @@ 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.23.ebuild b/app-xemacs/hyperbole/hyperbole-1.23.ebuild new file mode 100644 index 000000000000..b6c97eeb7cee --- /dev/null +++ b/app-xemacs/hyperbole/hyperbole-1.23.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 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" + +XEMACS_EXPERIMENTAL="true" + +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 |