public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperspec/
@ 2016-11-30 21:54 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-11-30 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     11a508e4dca741d7dd057c525ca55d58456a9d67
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 21:54:45 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 21:54:45 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=11a508e4

dev-lisp/hyperspec: Updates header

 dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
index d126554..cf081cd 100644
--- a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
-EAPI="2"
+EAPI=2
 
 MY_PV=${PV/./-}
 MY_P=HyperSpec-${MY_PV}
@@ -20,7 +20,7 @@ IUSE=""
 S="${WORKDIR}"
 
 src_install() {
-	dodir /usr/share/doc/${PF} || die
-	cp -a HyperSpec* ${D}/usr/share/doc/${PF} || die
-	dosym /usr/share/doc/${PF} /usr/share/doc/${PN} || die
+	dodir "/usr/share/doc/${PF}" || die
+	cp -a HyperSpec* "${D}/usr/share/doc/${PF}" || die
+	dosym "/usr/share/doc/${PF} /usr/share/doc/${PN}" || die
 }


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperspec/
@ 2016-12-17 13:01 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-17 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     097dd373d0d6bbc5bb25f76b240c9e2fcd2c0aae
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 13:01:21 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 13:01:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=097dd373

dev-lisp/hyperspec: Drop not working version. Sync with main tree (bug #583332)

 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 38 ++++++++++++++++++++++++++++++
 dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild | 26 --------------------
 2 files changed, 38 insertions(+), 26 deletions(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
new file mode 100644
index 0000000..190ac7c
--- /dev/null
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV=${PV/./-}
+MY_P=HyperSpec-${MY_PV}
+
+DESCRIPTION="Common Lisp ANSI-standard Hyperspec"
+HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/"
+SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz"
+LICENSE="HyperSpec"
+SLOT="0"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
+IUSE=""
+DEPEND=""
+
+RESTRICT="mirror fetch"
+
+S=${WORKDIR}/
+
+pkg_nofetch() {
+	while read line; do elog "${line}"; done <<EOF
+
+The HyperSpec cannot be redistributed. Download the ${MY_P}.tar.gz
+file from http://www.lispworks.com/documentation/HyperSpec/ and move it to
+/usr/portage/distfiles before rerunning emerge. The legal conditions are
+described at http://www.lispworks.com/reference/HyperSpec/Front/Help.htm#Legal
+
+EOF
+}
+
+src_install() {
+	dodir /usr/share/doc/${P}
+	cp -r HyperSpec* "${D}/usr/share/doc/${P}"
+	dosym /usr/share/doc/${P} /usr/share/doc/hyperspec
+}

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
deleted file mode 100644
index cf081cd..0000000
--- a/dev-lisp/hyperspec/hyperspec-7.0-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-MY_PV=${PV/./-}
-MY_P=HyperSpec-${MY_PV}
-
-DESCRIPTION="Common Lisp ANSI-standard Hyperspec"
-HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/"
-SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz"
-RESTRICT="mirror"
-
-LICENSE="HyperSpec"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_install() {
-	dodir "/usr/share/doc/${PF}" || die
-	cp -a HyperSpec* "${D}/usr/share/doc/${PF}" || die
-	dosym "/usr/share/doc/${PF} /usr/share/doc/${PN}" || die
-}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperspec/
@ 2017-06-05 11:20 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-06-05 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     86af8a20da36777678d6c857f80456a69e35d401
Author:     Yegor Timoshenko <yegortimoshenko <AT> gmail <DOT> com>
AuthorDate: Mon Jun  5 11:16:38 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 11:20:07 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=86af8a20

dev-lisp/hyperspec: Removes fetch restrictions

Bug: https://bugs.gentoo.org/show_bug.cgi?id=583332
Closes: https://github.com/gentoo/gentoo/pull/4773

 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
index 190ac7c5..b11c8d53 100644
--- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
+++ b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
 EAPI=6
 
@@ -16,21 +15,8 @@ KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 DEPEND=""
 
-RESTRICT="mirror fetch"
-
 S=${WORKDIR}/
 
-pkg_nofetch() {
-	while read line; do elog "${line}"; done <<EOF
-
-The HyperSpec cannot be redistributed. Download the ${MY_P}.tar.gz
-file from http://www.lispworks.com/documentation/HyperSpec/ and move it to
-/usr/portage/distfiles before rerunning emerge. The legal conditions are
-described at http://www.lispworks.com/reference/HyperSpec/Front/Help.htm#Legal
-
-EOF
-}
-
 src_install() {
 	dodir /usr/share/doc/${P}
 	cp -r HyperSpec* "${D}/usr/share/doc/${P}"


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperspec/
@ 2022-04-01 11:12 Ulrich Müller
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2022-04-01 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3fff42ede34983ca2eeb7b95166ec71297166a14
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 10:36:15 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 10:36:15 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3fff42ed

dev-lisp/hyperspec: Remove package

Newer version in gentoo repository.

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

 dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild b/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
deleted file mode 100644
index b11c8d53..00000000
--- a/dev-lisp/hyperspec/hyperspec-7.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PV=${PV/./-}
-MY_P=HyperSpec-${MY_PV}
-
-DESCRIPTION="Common Lisp ANSI-standard Hyperspec"
-HOMEPAGE="http://www.lispworks.com/reference/HyperSpec/"
-SRC_URI="ftp://ftp.lispworks.com/pub/software_tools/reference/${MY_P}.tar.gz"
-LICENSE="HyperSpec"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND=""
-
-S=${WORKDIR}/
-
-src_install() {
-	dodir /usr/share/doc/${P}
-	cp -r HyperSpec* "${D}/usr/share/doc/${P}"
-	dosym /usr/share/doc/${P} /usr/share/doc/hyperspec
-}


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

end of thread, other threads:[~2022-04-01 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 21:54 [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperspec/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2016-12-17 13:01 José María Alonso
2017-06-05 11:20 José María Alonso
2022-04-01 11:12 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