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 
 }

Reply via email to