public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsd/
@ 2016-12-10 16:39 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-12-10 16:39 UTC (permalink / raw
  To: gentoo-commits

commit:     6beb70476d2ed7014cccfdc1ab668905f5e147da
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:39:07 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:39:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6beb7047

-dev-lisp/gsd: Removes quotes from EAPI

 dev-lisp/gsd/gsd-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/gsd/gsd-9999.ebuild b/dev-lisp/gsd/gsd-9999.ebuild
index 38e17bd..60d8e08 100644
--- a/dev-lisp/gsd/gsd-9999.ebuild
+++ b/dev-lisp/gsd/gsd-9999.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="2"
+EAPI=2
+
 inherit common-lisp-2 git-2
 
 DESCRIPTION="Grid Structured Data library."


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsd/
@ 2022-04-02 15:34 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2022-04-02 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d52eef092c9cc379152cb1a30ffb7ddb35a27dd8
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 14:56:24 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 14:56:24 2022 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d52eef09

dev-lisp/gsd: Drop keywords of live ebuild

Update HOMEPAGE.

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

 dev-lisp/gsd/gsd-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-lisp/gsd/gsd-9999.ebuild b/dev-lisp/gsd/gsd-9999.ebuild
index 816866f9..d99a8246 100644
--- a/dev-lisp/gsd/gsd-9999.ebuild
+++ b/dev-lisp/gsd/gsd-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,12 +6,11 @@ EAPI=6
 inherit common-lisp-3 git-r3
 
 DESCRIPTION="Grid Structured Data library."
-HOMEPAGE="http://common-lisp.net/project/gsll/"
+HOMEPAGE="https://gsll.common-lisp.dev/"
 EGIT_REPO_URI="git://repo.or.cz/gsd.git"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="doc"
 
 RDEPEND=">=dev-lisp/cffi-0.10.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsd/
@ 2017-07-02 20:52 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-07-02 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ccc1de7a3721152dbc251bc8e0b03f1ad18877ae
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:52:08 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:52:08 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ccc1de7a

dev-lisp/gsd: Updates to common-lisp-3.eclass. Updates header.

 dev-lisp/gsd/gsd-9999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/gsd/gsd-9999.ebuild b/dev-lisp/gsd/gsd-9999.ebuild
index 60d8e08f..816866f9 100644
--- a/dev-lisp/gsd/gsd-9999.ebuild
+++ b/dev-lisp/gsd/gsd-9999.ebuild
@@ -1,10 +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
+EAPI=6
 
-inherit common-lisp-2 git-2
+inherit common-lisp-3 git-r3
 
 DESCRIPTION="Grid Structured Data library."
 HOMEPAGE="http://common-lisp.net/project/gsll/"
@@ -26,7 +25,7 @@ RDEPEND=">=dev-lisp/cffi-0.10.5
 CLSYSTEMS="c-array/c-array grid/grid grid/grid-tests"
 
 src_install() {
-	common-lisp-install c-array grid
-	common-lisp-symlink-asdf
+	common-lisp-install-sources c-array grid
+	common-lisp-install-asdf
 	use doc && dohtml -r documentation/grid
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsd/
@ 2016-10-02 14:49 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-10-02 14:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a477072c42d672b4544c8d1ab981a0f104355fb2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 14:49:26 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 14:49:26 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a477072c

dev-lisp/gsd: Update header

 dev-lisp/gsd/gsd-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/gsd/gsd-9999.ebuild b/dev-lisp/gsd/gsd-9999.ebuild
index 8779721..38e17bd 100644
--- a/dev-lisp/gsd/gsd-9999.ebuild
+++ b/dev-lisp/gsd/gsd-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 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 git-2


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsd/
@ 2015-08-18 20:58 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-08-18 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8b72f9e026069330b36d8ec68cf5a2a02873dca2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 20:58:51 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 20:58:51 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8b72f9e0

dev-lisp/gsd: use git-2 eclass (bug #557710)

 dev-lisp/gsd/gsd-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/gsd/gsd-9999.ebuild b/dev-lisp/gsd/gsd-9999.ebuild
index 3fec3bd..8779721 100644
--- a/dev-lisp/gsd/gsd-9999.ebuild
+++ b/dev-lisp/gsd/gsd-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="2"
-inherit common-lisp-2 git
+inherit common-lisp-2 git-2
 
 DESCRIPTION="Grid Structured Data library."
 HOMEPAGE="http://common-lisp.net/project/gsll/"


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

end of thread, other threads:[~2022-04-02 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-10 16:39 [gentoo-commits] proj/lisp:master commit in: dev-lisp/gsd/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2022-04-02 15:34 Ulrich Müller
2017-07-02 20:52 José María Alonso
2016-10-02 14:49 José María Alonso
2015-08-18 20:58 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