2014-02-23 02:38:13 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-20 09:57:26 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-02-23 02:38:13 +04:00
|
|
|
|
|
|
|
EAPI=5
|
2012-02-20 09:57:26 +04:00
|
|
|
|
|
|
|
inherit elisp
|
|
|
|
|
2012-02-29 10:00:39 +04:00
|
|
|
DESCRIPTION="Emacs mode to ease editing of RPM spec files"
|
2012-02-20 09:57:26 +04:00
|
|
|
HOMEPAGE="http://www.emacswiki.org/emacs/RpmSpecMode"
|
2014-02-23 02:38:13 +04:00
|
|
|
# taken from http://www.tihlde.org/~stigb/${PN}.el
|
2015-08-24 15:08:46 +03:00
|
|
|
SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
|
2012-02-20 09:57:26 +04:00
|
|
|
|
2014-02-23 02:38:13 +04:00
|
|
|
LICENSE="GPL-2+"
|
2012-02-20 09:57:26 +04:00
|
|
|
SLOT="0"
|
2013-06-05 18:24:26 +04:00
|
|
|
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
2012-02-20 09:57:26 +04:00
|
|
|
|
|
|
|
SITEFILE="50${PN}-gentoo.el"
|