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

commit:     ba446c0abdb4d9ebafc1e374525710c175112257
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 08:35:46 2014 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 08:35:46 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ba446c0a

dev-lisp/sb-cga: Moved to EAPI 5 and git-2. Build doc

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

diff --git a/dev-lisp/sb-cga/sb-cga-9999.ebuild b/dev-lisp/sb-cga/sb-cga-9999.ebuild
index 0e0d061..5d66fa6 100644
--- a/dev-lisp/sb-cga/sb-cga-9999.ebuild
+++ b/dev-lisp/sb-cga/sb-cga-9999.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
-inherit common-lisp-2 git
+EAPI=5
+
+inherit common-lisp-3 git-2
 
 DESCRIPTION="Computer graphics algebra library for SBCL."
 HOMEPAGE="http://github.com/3b/sb-cga"
@@ -12,13 +13,26 @@ EGIT_REPO_URI="git://github.com/3b/sb-cga.git"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="doc"
 
 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 *.{lisp,asd} ports/
-	common-lisp-symlink-asdf
-	dodoc NOTES || die
+	common-lisp-install-sources *.lisp ports
+	common-lisp-install-asdf
+	use doc && dodoc README && dohtml doc/sb-cga.html
 }


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

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

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
-}


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

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

commit:     e7744164ffe3365c36a6aaf562fcdf43d0bd1855
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 10:05:36 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 10:05:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e7744164

dev-lisp/sb-cga: Updates header and EAPI

 dev-lisp/sb-cga/sb-cga-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-lisp/sb-cga/sb-cga-9999.ebuild b/dev-lisp/sb-cga/sb-cga-9999.ebuild
index d185d0a8..c5dcf9f3 100644
--- a/dev-lisp/sb-cga/sb-cga-9999.ebuild
+++ b/dev-lisp/sb-cga/sb-cga-9999.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
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/sb-cga/
@ 2017-08-07 19:38 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-08-07 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1c9cbb007b37237af0a438f00194df2c4960710a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 19:39:14 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 19:39:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1c9cbb00

dev-lisp/sb-cga: Use https schema in live ebuild

 dev-lisp/sb-cga/sb-cga-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/sb-cga/sb-cga-9999.ebuild b/dev-lisp/sb-cga/sb-cga-9999.ebuild
index c5dcf9f3..28c17a36 100644
--- a/dev-lisp/sb-cga/sb-cga-9999.ebuild
+++ b/dev-lisp/sb-cga/sb-cga-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Computer graphics algebra library for SBCL."
 HOMEPAGE="https://github.com/nikodemus/sb-cga"
-EGIT_REPO_URI="git://github.com/nikodemus/${PN}"
+EGIT_REPO_URI="https://github.com/nikodemus/${PN}"
 
 LICENSE="MIT"
 SLOT="0"


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

end of thread, other threads:[~2017-08-07 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 19:38 [gentoo-commits] proj/lisp:master commit in: dev-lisp/sb-cga/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-07 10:05 José María Alonso
2016-12-05  9:23 José María Alonso
2014-06-11  8:34 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