diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-29 21:19:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-29 21:19:15 +0000 |
commit | db42133f70627b331352ff70fc6d090f46edeb06 (patch) | |
tree | b9d46828bc7aa7770a596b5722e0b0f9aadf8f3d /app-emacs/d-mode/d-mode-2.0.6.ebuild | |
parent | add bertini license (diff) | |
download | gentoo-2-db42133f70627b331352ff70fc6d090f46edeb06.tar.gz gentoo-2-db42133f70627b331352ff70fc6d090f46edeb06.tar.bz2 gentoo-2-db42133f70627b331352ff70fc6d090f46edeb06.zip |
Initial import, bug 474036.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/d-mode/d-mode-2.0.6.ebuild')
-rw-r--r-- | app-emacs/d-mode/d-mode-2.0.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/d-mode/d-mode-2.0.6.ebuild b/app-emacs/d-mode/d-mode-2.0.6.ebuild new file mode 100644 index 000000000000..b9f640f4d48b --- /dev/null +++ b/app-emacs/d-mode/d-mode-2.0.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/d-mode/d-mode-2.0.6.ebuild,v 1.1 2013/07/29 21:19:15 ulm Exp $ + +EAPI=5 +NEED_EMACS=23 + +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" +SITEFILE="50${PN}-gentoo.el" |