2014-01-24 15:02:11 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-02-08 10:13:10 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-01-24 15:02:11 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.25.ebuild,v 1.1 2014/01/23 14:49:03 ulm Exp $
|
2012-09-22 20:04:24 +04:00
|
|
|
|
2013-03-09 21:42:06 +04:00
|
|
|
EAPI=5
|
2012-02-08 10:13:10 +04:00
|
|
|
|
2013-03-17 19:31:57 +04:00
|
|
|
inherit readme.gentoo elisp
|
2012-02-08 10:13:10 +04:00
|
|
|
|
|
|
|
DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files"
|
2013-08-09 15:53:18 +04:00
|
|
|
HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
|
2014-01-24 15:02:11 +04:00
|
|
|
SRC_URI="http://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
|
2012-02-08 10:13:10 +04:00
|
|
|
|
2012-09-22 20:04:24 +04:00
|
|
|
LICENSE="GPL-2+"
|
2012-02-08 10:13:10 +04:00
|
|
|
SLOT="0"
|
2014-01-24 15:02:11 +04:00
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
2012-02-08 10:13:10 +04:00
|
|
|
|
2013-03-09 21:42:06 +04:00
|
|
|
DOCS="ChangeLog keyword-generation.sh"
|
2012-09-22 20:04:24 +04:00
|
|
|
ELISP_TEXINFO="${PN}.texi"
|
2012-02-08 10:13:10 +04:00
|
|
|
SITEFILE="50${PN}-gentoo.el"
|
2013-03-17 19:31:57 +04:00
|
|
|
DOC_CONTENTS="Some optional features may require installation of additional
|
|
|
|
packages, like app-portage/gentoolkit-dev for echangelog."
|