summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-01-19 18:45:08 +0100
committerUlrich Müller <ulm@gentoo.org>2014-01-19 18:45:08 +0100
commitbe6e02abec3905e4f06672a208e6cad04419c593 (patch)
treea75c7b0ed12cb7d401283132df98d3f39ab3fce1 /app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
parentSwitch from package.mask to empty KEYWORDS. (diff)
downloademacs-be6e02abec3905e4f06672a208e6cad04419c593.tar.gz
emacs-be6e02abec3905e4f06672a208e6cad04419c593.tar.bz2
emacs-be6e02abec3905e4f06672a208e6cad04419c593.zip
Version bump.
Package-Manager: portage-2.2.8
Diffstat (limited to 'app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild')
-rw-r--r--app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
new file mode 100644
index 0000000..b593d64
--- /dev/null
+++ b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit readme.gentoo
+
+DESCRIPTION="A simple Emacs Lisp tutorial"
+HOMEPAGE="http://www.gnuvola.org/software/elisp-tutorial/"
+SRC_URI="http://www.gnuvola.org/software/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+src_install() {
+ dohtml index.html
+ dodoc *.el ChangeLog NEWS
+
+ DOC_CONTENTS="Open /usr/share/doc/${PF}/html/index.html with your browser.
+ The Lisp files of the tutorial can be found in /usr/share/doc/${PF}/."
+ readme.gentoo_create_doc
+}