diff options
author | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:41:26 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2021-05-09 09:54:24 +0200 |
commit | edb5e7dfa9c2ec75614f86f75616508ec0f199a9 (patch) | |
tree | f98fdd235cdff85a500fcd522a91477096a7b419 /app-xemacs/mmm-mode/mmm-mode-1.09.ebuild | |
parent | app-xemacs/mail-lib: Version bump 1.85 (diff) | |
download | gentoo-edb5e7dfa9c2ec75614f86f75616508ec0f199a9.tar.gz gentoo-edb5e7dfa9c2ec75614f86f75616508ec0f199a9.tar.bz2 gentoo-edb5e7dfa9c2ec75614f86f75616508ec0f199a9.zip |
app-xemacs/mmm-mode: Version bump 1.09
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/mmm-mode/mmm-mode-1.09.ebuild')
-rw-r--r-- | app-xemacs/mmm-mode/mmm-mode-1.09.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/mmm-mode/mmm-mode-1.09.ebuild b/app-xemacs/mmm-mode/mmm-mode-1.09.ebuild new file mode 100644 index 000000000000..adeba0b23c66 --- /dev/null +++ b/app-xemacs/mmm-mode/mmm-mode-1.09.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SLOT="0" +DESCRIPTION="Multiple major modes in a single buffer" +XEMACS_PKG_CAT="standard" + +XEMACS_EXPERIMENTAL="true" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/fsf-compat +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |