diff options
author | 2021-05-09 09:38:07 +0200 | |
---|---|---|
committer | 2021-05-09 09:54:23 +0200 | |
commit | 863025c8d3ad97c1c17289c9f98eb43ac95ed42e (patch) | |
tree | 1a27911bb2604066883cd1347014c9fb231a5155 /app-xemacs/hm-html-menus/hm-html-menus-1.27.ebuild | |
parent | app-xemacs/gnus: Version bump 2.05 (diff) | |
download | gentoo-863025c8d3ad97c1c17289c9f98eb43ac95ed42e.tar.gz gentoo-863025c8d3ad97c1c17289c9f98eb43ac95ed42e.tar.bz2 gentoo-863025c8d3ad97c1c17289c9f98eb43ac95ed42e.zip |
app-xemacs/hm-html-menus: Version bump 1.27
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/hm-html-menus/hm-html-menus-1.27.ebuild')
-rw-r--r-- | app-xemacs/hm-html-menus/hm-html-menus-1.27.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/hm-html-menus/hm-html-menus-1.27.ebuild b/app-xemacs/hm-html-menus/hm-html-menus-1.27.ebuild new file mode 100644 index 000000000000..2851c32ca986 --- /dev/null +++ b/app-xemacs/hm-html-menus/hm-html-menus-1.27.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SLOT="0" +DESCRIPTION="HTML editing" +SRC_URI="http://ftp.xemacs.org/pub/xemacs/beta/experimental/packages/hm--html-menus-${PV}-pkg.tar.gz" +XEMACS_PKG_CAT="standard" + +XEMACS_EXPERIMENTAL="true" + +RDEPEND="app-xemacs/dired +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |