public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/emacs:master commit in: app-doc/elisp-tutorial/
@ 2019-08-17 22:08 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2019-08-17 22:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a55228c860a2473ece62cc49136fe92eeeb0a061
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 17 21:37:38 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 21:37:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=a55228c8

app-doc/elisp-tutorial: Update SRC_URI, bump EAPI to 7.

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-doc/elisp-tutorial/Manifest                   |  2 +-
 app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild | 17 ++++++++++++-----
 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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/emacs:master commit in: app-doc/elisp-tutorial/
@ 2022-03-25 20:58 Ulrich Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2022-03-25 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4e47411b99c03a38bba55dbf1e38c6dfe6143a20
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 19:59:07 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 19:59:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=4e47411b

app-doc/elisp-tutorial: Update HOMEPAGE

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
index 478dd8e..48535d1 100644
--- a/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
+++ b/app-doc/elisp-tutorial/elisp-tutorial-2.05.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
 inherit readme.gentoo-r1
 
 DESCRIPTION="A simple Emacs Lisp tutorial"
-HOMEPAGE="http://www.gnuvola.org/software/elisp-tutorial/"
-# taken from: http://www.gnuvola.org/software/${PN}/${P}.tar.gz"
+HOMEPAGE="https://www.gnuvola.org/software/elisp-tutorial/"
+# taken from: https://www.gnuvola.org/software/${PN}/${P}.tar.gz"
 SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-25 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-17 22:08 [gentoo-commits] repo/proj/emacs:master commit in: app-doc/elisp-tutorial/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2022-03-25 20:58 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox