commit:     74aed722e7355fadd2704d51d55e62cac44426b8
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 09:23:27 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 09:23:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=74aed722

dev-lisp/sb-cga: Updates header and removes doc USE

 dev-lisp/sb-cga/sb-cga-9999.ebuild | 34 +++++++---------------------------
 1 file changed, 7 insertions(+), 27 deletions(-)

diff --git a/dev-lisp/sb-cga/sb-cga-9999.ebuild 
b/dev-lisp/sb-cga/sb-cga-9999.ebuild
index 5d66fa6..d185d0a 100644
--- a/dev-lisp/sb-cga/sb-cga-9999.ebuild
+++ b/dev-lisp/sb-cga/sb-cga-9999.ebuild
@@ -1,38 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="Computer graphics algebra library for SBCL."
-HOMEPAGE="http://github.com/3b/sb-cga";
-EGIT_REPO_URI="git://github.com/3b/sb-cga.git"
+HOMEPAGE="https://github.com/nikodemus/sb-cga";
+EGIT_REPO_URI="git://github.com/nikodemus/${PN}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
+IUSE=""
 
 RDEPEND="dev-lisp/sbcl
                dev-lisp/alexandria"
-
-src_prepare() {
-       if use doc ; then
-               sed -e 's/--css/--css-include/' -i doc/Makefile || die
-       fi
-}
-
-src_compile() {
-       if use doc ; then
-               cd doc || die
-               emake
-       fi
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp ports
-       common-lisp-install-asdf
-       use doc && dodoc README && dohtml doc/sb-cga.html
-}

Reply via email to