app-emacs/php-mode: amd64/ppc64/ppc/x86 stable, (ALLARCHES policy) wrt bug #705564
[gentoo.git] / app-emacs / xslide / xslide-0.2.2-r1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit elisp
7
8 DESCRIPTION="An Emacs major mode for editing XSL stylesheets and running XSL processes"
9 HOMEPAGE="https://sourceforge.net/projects/xslide/"
10 SRC_URI="mirror://sourceforge/xslide/${P}.tar.gz"
11
12 LICENSE="GPL-2+"
13 SLOT="0"
14 KEYWORDS="alpha amd64 ppc x86"
15
16 SITEFILE="50${PN}-gentoo.el"
17 DOCS="ChangeLog NEWS README.TXT TODO"
18
19 src_compile() {
20         default
21 }