* [gentoo-commits] repo/gentoo:master commit in: app-doc/casting-spels-emacs/
@ 2016-11-24 8:47 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2016-11-24 8:47 UTC (permalink / raw
To: gentoo-commits
commit: 11b9e5b1ff3925198dff61c48282e8993b418ad1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 08:46:26 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 08:46:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b9e5b1
app-doc/casting-spels-emacs: Bump to EAPI 6. Update HOMEPAGE.
Package-Manager: portage-2.3.2
.../casting-spels-emacs-19-r2.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
new file mode 100644
index 00000000..9f63d93
--- /dev/null
+++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit elisp-common
+
+DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)"
+HOMEPAGE="http://www.lisperati.com/casting-spels-emacs/html/casting-spels-emacs-1.html
+ https://www.gnu.org/software/emacs/casting-spels-emacs/"
+SRC_URI="https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
+
+LICENSE="GPL-2+ FDL-1.2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="virtual/emacs"
+DEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ sed -i 's/\r$//' *.txt html/*.html {lisp,test}/*.el || die
+ # needs cl extensions
+ eapply "${FILESDIR}/${P}-require-cl.patch"
+ eapply_user
+}
+
+src_install() {
+ elisp-install ${PN} lisp/*.el
+ dodoc README.txt test/walk-through-commands.el
+ docinto html
+ dodoc html/*.html
+ docinto html/images
+ dodoc images/*.jpg images/*.png
+ dosym html/images /usr/share/doc/${PF}/images
+ dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/casting-spels-emacs/
@ 2017-04-09 0:41 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2017-04-09 0:41 UTC (permalink / raw
To: gentoo-commits
commit: 82953df5fc71136dbb21b4bed6d054aa41a0024f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 00:40:05 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 00:41:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82953df5
app-doc/casting-spels-emacs: Stable on all arches.
Maintainer stabilisation on amd64, ALLARCHES keyword.
Bug: 615022
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
index 3e14631915e..5f9f23dd698 100644
--- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
+++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
LICENSE="GPL-2+ FDL-1.2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="virtual/emacs"
DEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/casting-spels-emacs/
@ 2017-04-09 0:41 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2017-04-09 0:41 UTC (permalink / raw
To: gentoo-commits
commit: 2e0c1aefc4b445444799a9b314048656773363ad
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 00:40:47 2017 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 00:41:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0c1aef
app-doc/casting-spels-emacs: Remove old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../casting-spels-emacs-19-r1.ebuild | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild
deleted file mode 100644
index 804777fc61b..00000000000
--- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit elisp-common eutils
-
-DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)"
-HOMEPAGE="https://code.google.com/p/casting-spels-emacs/"
-SRC_URI="https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
-
-LICENSE="GPL-2 FDL-1.2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/emacs"
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- edos2unix *.txt html/*.html {lisp,test}/*.el
-
- # needs cl extensions
- epatch "${FILESDIR}/${P}-require-cl.patch"
-}
-
-src_install() {
- elisp-install ${PN} lisp/*.el || die
- dohtml -r html/. images || die
- dosym html/images /usr/share/doc/${PF}/images
- dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
- dodoc README.txt test/walk-through-commands.el
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/casting-spels-emacs/
@ 2022-08-31 20:45 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2022-08-31 20:45 UTC (permalink / raw
To: gentoo-commits
commit: a7f3479cfc7fb2db39bcd46ed1ac523f316dd5d6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 11:26:52 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 20:45:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7f3479c
app-doc/casting-spels-emacs: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...spels-emacs-19-r2.ebuild => casting-spels-emacs-19-r3.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild
similarity index 87%
rename from app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
rename to app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild
index ee21972955d5..e3f9c9c18b3c 100644
--- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r2.ebuild
+++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit elisp-common
DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)"
-HOMEPAGE="http://www.lisperati.com/casting-spels-emacs/html/casting-spels-emacs-1.html
+HOMEPAGE="https://www.lisperati.com/casting-spels-emacs/html/casting-spels-emacs-1.html
https://www.gnu.org/software/emacs/casting-spels-emacs/"
SRC_URI="https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2+ FDL-1.2"
SLOT="0"
@@ -17,8 +18,6 @@ KEYWORDS="amd64 ~riscv x86"
RDEPEND=">=app-editors/emacs-23.1:*"
DEPEND="app-arch/unzip"
-S="${WORKDIR}/${PN}"
-
src_prepare() {
sed -i 's/\r$//' *.txt html/*.html {lisp,test}/*.el || die
# needs cl extensions
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-doc/casting-spels-emacs/
@ 2023-10-17 20:11 Ulrich Müller
0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2023-10-17 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 5cf61831fc6bff935c45805069b19316ff75ad1b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 20:07:33 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 20:10:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf61831
app-doc/casting-spels-emacs: Update SRC_URI
Convert symlink to relative, other small updates to the ebuild.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...s-19-r3.ebuild => casting-spels-emacs-19-r4.ebuild} | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r4.ebuild
similarity index 64%
rename from app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild
rename to app-doc/casting-spels-emacs/casting-spels-emacs-19-r4.ebuild
index e3f9c9c18b3c..500d4bfd29b7 100644
--- a/app-doc/casting-spels-emacs/casting-spels-emacs-19-r3.ebuild
+++ b/app-doc/casting-spels-emacs/casting-spels-emacs-19-r4.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit elisp-common
+inherit edos2unix elisp-common
DESCRIPTION="Casting SPELs in Lisp - A Comic Book (Emacs Lisp Edition)"
HOMEPAGE="https://www.lisperati.com/casting-spels-emacs/html/casting-spels-emacs-1.html
https://www.gnu.org/software/emacs/casting-spels-emacs/"
-SRC_URI="https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
+SRC_URI="https://web.archive.org/web/20151231165906/https://casting-spels-emacs.googlecode.com/files/${PN}-v${PV}.zip"
S="${WORKDIR}/${PN}"
LICENSE="GPL-2+ FDL-1.2"
@@ -16,13 +16,13 @@ SLOT="0"
KEYWORDS="amd64 ~riscv x86"
RDEPEND=">=app-editors/emacs-23.1:*"
-DEPEND="app-arch/unzip"
+BDEPEND="app-arch/unzip"
+
+PATCHES="${FILESDIR}/${P}-require-cl.patch"
src_prepare() {
- sed -i 's/\r$//' *.txt html/*.html {lisp,test}/*.el || die
- # needs cl extensions
- eapply "${FILESDIR}/${P}-require-cl.patch"
- eapply_user
+ edos2unix *.txt html/*.html {lisp,test}/*.el
+ default
}
src_install() {
@@ -33,5 +33,5 @@ src_install() {
docinto html/images
dodoc images/*.jpg images/*.png
dosym html/images /usr/share/doc/${PF}/images
- dosym ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
+ dosym -r ${SITELISP}/${PN} /usr/share/doc/${PF}/lisp
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-10-17 20:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-09 0:41 [gentoo-commits] repo/gentoo:master commit in: app-doc/casting-spels-emacs/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2023-10-17 20:11 Ulrich Müller
2022-08-31 20:45 Ulrich Müller
2017-04-09 0:41 Ulrich Müller
2016-11-24 8:47 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