diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:18:54 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:54:22 +0200 |
commit | 63aacb26bdf7c2ae8807964e50a44778d133e983 (patch) | |
tree | 9fd1044d2d948d09fd91d46bb7abd5afd4d55782 /app-xemacs/bbdb/bbdb-1.35.ebuild | |
parent | media-video/rav1e: Stabilize 0.4.1 ppc64, #785928 (diff) | |
download | gentoo-63aacb26bdf7c2ae8807964e50a44778d133e983.tar.gz gentoo-63aacb26bdf7c2ae8807964e50a44778d133e983.tar.bz2 gentoo-63aacb26bdf7c2ae8807964e50a44778d133e983.zip |
app-xemacs/bbdb: Version bump 1.35
EAPI=7. Use experimental package.
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs/bbdb/bbdb-1.35.ebuild')
-rw-r--r-- | app-xemacs/bbdb/bbdb-1.35.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-xemacs/bbdb/bbdb-1.35.ebuild b/app-xemacs/bbdb/bbdb-1.35.ebuild new file mode 100644 index 000000000000..d0b1737bc70b --- /dev/null +++ b/app-xemacs/bbdb/bbdb-1.35.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SLOT="0" +DESCRIPTION="The Big Brother Data Base" +XEMACS_PKG_CAT="standard" + +XEMACS_EXPERIMENTAL="true" + +RDEPEND="app-xemacs/edit-utils +app-xemacs/gnus +app-xemacs/mh-e +app-xemacs/rmail +app-xemacs/supercite +app-xemacs/vm +app-xemacs/tm +app-xemacs/apel +app-xemacs/mail-lib +app-xemacs/xemacs-base +app-xemacs/w3 +app-xemacs/fsf-compat +app-xemacs/xemacs-eterm +app-xemacs/sh-script +app-xemacs/net-utils +app-xemacs/os-utils +app-xemacs/ecrypto +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |