diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-08-26 16:18:13 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-08-26 16:20:38 +0200 |
commit | da6c5eb81aca24e9748146aa54083fbc3d3dfac7 (patch) | |
tree | c66a79d229767a761fd6040315d63891fda53649 /app-emacs/xslide/xslide-0.2.2-r1.ebuild | |
parent | app-emacs/zenburn: Bump EAPI to 7. (diff) | |
download | gentoo-da6c5eb81aca24e9748146aa54083fbc3d3dfac7.tar.gz gentoo-da6c5eb81aca24e9748146aa54083fbc3d3dfac7.tar.bz2 gentoo-da6c5eb81aca24e9748146aa54083fbc3d3dfac7.zip |
app-emacs/xslide: Bump EAPI to 7.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/xslide/xslide-0.2.2-r1.ebuild')
-rw-r--r-- | app-emacs/xslide/xslide-0.2.2-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/xslide/xslide-0.2.2-r1.ebuild b/app-emacs/xslide/xslide-0.2.2-r1.ebuild new file mode 100644 index 000000000000..f940babe7d83 --- /dev/null +++ b/app-emacs/xslide/xslide-0.2.2-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="An Emacs major mode for editing XSL stylesheets and running XSL processes" +HOMEPAGE="https://sourceforge.net/projects/xslide/" +SRC_URI="mirror://sourceforge/xslide/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOCS="ChangeLog NEWS README.TXT TODO" + +src_compile() { + default +} |