2015-01-14 09:30:11 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2013-07-30 13:19:05 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2013-07-30 13:19:05 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
inherit elisp
|
|
|
|
|
|
|
|
DESCRIPTION="Emacs major mode for editing D code"
|
|
|
|
HOMEPAGE="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode
|
|
|
|
http://www.emacswiki.org/emacs/DMode"
|
|
|
|
SRC_URI="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
|
|
|
|
LICENSE="GPL-2+"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
|
|
|
|
S="${WORKDIR}/Emacs-D-Mode-2.0.6"
|
2015-01-14 09:30:11 +03:00
|
|
|
ELISP_PATCHES="${P}-emacs-24.4.patch"
|
2013-07-30 13:19:05 +04:00
|
|
|
SITEFILE="50${PN}-gentoo.el"
|