2013-06-05 18:24:26 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
2012-02-20 09:57:26 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-06-05 18:24:26 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/rpm-spec-mode/rpm-spec-mode-0.12.ebuild,v 1.3 2013/06/04 21:12:01 bicatali Exp $
|
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"
|
2012-02-29 10:00:39 +04:00
|
|
|
SRC_URI="mirror://gentoo/${P}.el"
|
2012-02-20 09:57:26 +04:00
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
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
|
|
|
IUSE=""
|
|
|
|
|
|
|
|
SITEFILE="50${PN}-gentoo.el"
|
|
|
|
|
|
|
|
src_unpack() {
|
|
|
|
cp "${DISTDIR}"/${P}.el "${WORKDIR}"/${PN}.el
|
|
|
|
}
|