Parent Directory
|
Revision Log
Add package to emacs herd. Don't force autoloading of uncompiled lisp file. Fix SRC_URI. (Portage version: 2.1.10.49/cvs/Linux x86_64)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/app-emacs/rpm-spec-mode/rpm-spec-mode-0.12.ebuild,v 1.1 2012/02/19 14:59:15 sochotnicky Exp $ |
| 4 | |
| 5 | inherit elisp |
| 6 | |
| 7 | DESCRIPTION="Emacs mode to ease editing of RPM spec files" |
| 8 | HOMEPAGE="http://www.emacswiki.org/emacs/RpmSpecMode" |
| 9 | SRC_URI="mirror://gentoo/${P}.el" |
| 10 | |
| 11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~x86" |
| 14 | IUSE="" |
| 15 | |
| 16 | SITEFILE="50${PN}-gentoo.el" |
| 17 | |
| 18 | src_unpack() { |
| 19 | cp "${DISTDIR}"/${P}.el "${WORKDIR}"/${PN}.el |
| 20 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |