summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/elisp-tutorial')
-rw-r--r--app-doc/elisp-tutorial/Manifest2
-rw-r--r--app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild17
2 files changed, 13 insertions, 6 deletions
diff --git a/app-doc/elisp-tutorial/Manifest b/app-doc/elisp-tutorial/Manifest
index 2ed562f..57d9979 100644
--- a/app-doc/elisp-tutorial/Manifest
+++ b/app-doc/elisp-tutorial/Manifest
@@ -1 +1 @@
-DIST elisp-tutorial-2.05.tar.gz 42649 SHA256 1b93dc9660a55a9509912a014b2dbe62f7083699d31e11438da2d017b6238710 SHA512 6367cbab33455b4b921be57902ff0f1e9727d59a0cef8bbec017920b10b1253a5a208289291caf222e292568e4b147cd02b61de1d7840cab8c4fdcf632b02dc0 WHIRLPOOL a2840c73a480ef2fbc1da226e3822e0f635ce82bab621c9aaa73dae043bcf23f3c0b7329708e9bc957564a2e762c5fd9dfe17aa9c7a8f9ddb64f383ec9d4b994
+DIST elisp-tutorial-2.05.tar.gz 42649 BLAKE2B 2516baa8fbb8158c24ab345cdc8c428551ea78dfdea67713c90fb71cbdb49eb6d0dee0938ad90475ab2cfb52a4904eb269e0b79b1e492c9f5ca2a893fbc4869b SHA512 6367cbab33455b4b921be57902ff0f1e9727d59a0cef8bbec017920b10b1253a5a208289291caf222e292568e4b147cd02b61de1d7840cab8c4fdcf632b02dc0
diff --git a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
index 194c3c8..478dd8e 100644
--- a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
+++ b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
@@ -1,23 +1,30 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit readme.gentoo
+inherit readme.gentoo-r1
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"
+# taken from: http://www.gnuvola.org/software/${PN}/${P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
src_install() {
- dohtml index.html
+ docinto html
+ dodoc index.html
+ docinto .
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
}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}