From 5f3ab73efdf16dc9e0661057abba034934a03041 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 28 Sep 2009 21:00:01 +0000 Subject: Initial import. Ebuild contributed by me. svn path=/emacs-overlay/; revision=1458 --- app-doc/elisp-tutorial/elisp-tutorial-2.04.ebuild | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app-doc/elisp-tutorial/elisp-tutorial-2.04.ebuild (limited to 'app-doc/elisp-tutorial/elisp-tutorial-2.04.ebuild') diff --git a/app-doc/elisp-tutorial/elisp-tutorial-2.04.ebuild b/app-doc/elisp-tutorial/elisp-tutorial-2.04.ebuild new file mode 100644 index 0000000..47107f4 --- /dev/null +++ b/app-doc/elisp-tutorial/elisp-tutorial-2.04.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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" +IUSE="" + +src_install() { + dohtml index.html || die + dodoc *.el ChangeLog NEWS || die +} + +pkg_postinst() { + elog "Open /usr/share/doc/${PF}/html/index.html with your browser." + elog "The Lisp files of the tutorial can be found in /usr/share/doc/${PF}." +} -- cgit v1.2.3-18-g5258