* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperobject/
@ 2016-12-10 17:39 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-10 17:39 UTC (permalink / raw
To: gentoo-commits
commit: 83954695b200d2590075c8e9f86b7e1c454abe77
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:39:26 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 17:39:26 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=83954695
-dev-lisp/hyperobject: Updates header
dev-lisp/hyperobject/hyperobject-2.11.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
index 3a80a35..b52971e 100644
--- a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
+++ b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
@@ -1,6 +1,6 @@
-# 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
inherit common-lisp-2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperobject/
@ 2017-07-05 19:58 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-05 19:58 UTC (permalink / raw
To: gentoo-commits
commit: cc54c316e3375eb7dbbf133910676fda68750886
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 19:58:53 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 19:58:53 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cc54c316
dev-lisp/hyperobject: Updates to common-lisp-3 eclass
dev-lisp/hyperobject/hyperobject-2.11.0.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
index b52971e3..e1951e57 100644
--- a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
+++ b/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=2
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
DESCRIPTION="Hyperobject is a Common Lisp library for representing objects."
HOMEPAGE="http://hyperobject.b9.com/
@@ -30,8 +30,8 @@ src_prepare() {
}
src_install() {
- common-lisp-install *.{lisp,asd} examples
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp examples
+ common-lisp-install-asdf
dodoc README
use doc && dohtml -r "${WORKDIR}"/html/
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperobject/
@ 2018-03-18 8:55 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-18 8:55 UTC (permalink / raw
To: gentoo-commits
commit: ba78cc24f5d4e60214d4d85e2b68f51acecb6961
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 08:55:43 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 08:55:43 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ba78cc24
dev-lisp/hyperobject: Updates to version 2.12.0. Drops old version
...perobject-2.11.0.ebuild => hyperobject-2.12.0.ebuild} | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild b/dev-lisp/hyperobject/hyperobject-2.12.0.ebuild
similarity index 64%
rename from dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
rename to dev-lisp/hyperobject/hyperobject-2.12.0.ebuild
index e1951e57..6a0de645 100644
--- a/dev-lisp/hyperobject/hyperobject-2.11.0.ebuild
+++ b/dev-lisp/hyperobject/hyperobject-2.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,9 +6,9 @@ EAPI=6
inherit common-lisp-3
DESCRIPTION="Hyperobject is a Common Lisp library for representing objects."
-HOMEPAGE="http://hyperobject.b9.com/
+HOMEPAGE="http://hyperobject.kpe.io/
http://www.cliki.net/hyperobject"
-SRC_URI="http://files.b9.com/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI="http://files.kpe.io/hyperobject/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -20,18 +20,14 @@ RDEPEND="!dev-lisp/cl-${PN}
dev-lisp/rt
dev-lisp/clsql"
-src_unpack() {
- unpack ${A}
- tar xfz "${S}"/doc/html.tar.gz -C "${WORKDIR}"
-}
-
src_prepare() {
- rm Makefile
+ rm Makefile || die
+ eapply_user
}
src_install() {
common-lisp-install-sources *.lisp examples
common-lisp-install-asdf
dodoc README
- use doc && dohtml -r "${WORKDIR}"/html/
+ use doc && dodoc -r doc
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-18 8:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 19:58 [gentoo-commits] proj/lisp:master commit in: dev-lisp/hyperobject/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2018-03-18 8:55 José María Alonso
2016-12-10 17:39 José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox