public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/
@ 2013-07-29 13:08 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2013-07-29 13:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0909c1fd3eaa467943dd5d81fcd7dfdf1c714134
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 13:09:06 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 13:09:06 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=0909c1fd

dev-lisp/cl-colors: fix dependencies

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

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index bc3d9d7..996c61c 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
-RDEPEND="dev-lisp/cl-utilities"
+RDEPEND="dev-lisp/alexandria
+	dev-lisp/let-plus"
 
 src_compile() { true; }
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/
@ 2014-06-11  8:05 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2014-06-11  8:05 UTC (permalink / raw
  To: gentoo-commits

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

dev-lisp/cl-colors: Moved to EAPI 5 and git-2

---
 dev-lisp/cl-colors/cl-colors-9999.ebuild | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index 996c61c..ceec653 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -1,13 +1,14 @@
-# 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 eutils git
+EAPI=5
+
+inherit common-lisp-3 eutils git-2
 
 DESCRIPTION="A simple package for different color representations in Common Lisp."
-HOMEPAGE="http://common-lisp.net/project/cl-colors/"
-EGIT_REPO_URI="git://github.com/tpapp/cl-colors.git"
+HOMEPAGE="http://cliki.net/cl-colors"
+EGIT_REPO_URI="git://github.com/tpapp/${PN}.git"
 
 LICENSE="LLGPL-2.1"
 SLOT="0"
@@ -17,10 +18,8 @@ IUSE=""
 RDEPEND="dev-lisp/alexandria
 	dev-lisp/let-plus"
 
-src_compile() { true; }
-
 src_install() {
-	common-lisp-install *.{lisp,asd}
-	common-lisp-symlink-asdf
-	dodoc introduction.txt README
+	common-lisp-install-sources
+	common-lisp-install-asdf
+	dodoc introduction.txt README.org
 }


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/
@ 2014-06-11  8:36 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2014-06-11  8:36 UTC (permalink / raw
  To: gentoo-commits

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

dev-lisp/cl-colors: Fix src_install

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

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index ceec653..3d3a9d6 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -19,7 +19,7 @@ RDEPEND="dev-lisp/alexandria
 	dev-lisp/let-plus"
 
 src_install() {
-	common-lisp-install-sources
+	common-lisp-install-sources *.lisp
 	common-lisp-install-asdf
 	dodoc introduction.txt README.org
 }


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/
@ 2016-11-30  9:17 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2016-11-30  9:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e8e5a170a681d90babf972a55765c7e02e4e6162
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:17:05 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:17:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e8e5a170

dev-lisp/cl-colors: Updates headers, EAPI and cleansup

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

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index 3d3a9d6..b644783 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=5
+EAPI=6
 
-inherit common-lisp-3 eutils git-2
+inherit common-lisp-3 git-r3
 
-DESCRIPTION="A simple package for different color representations in Common Lisp."
+DESCRIPTION="Simple color library for Common Lisp"
 HOMEPAGE="http://cliki.net/cl-colors"
 EGIT_REPO_URI="git://github.com/tpapp/${PN}.git"
 
-LICENSE="LLGPL-2.1"
+LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lisp/alexandria


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/
@ 2016-11-30  9:18 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2016-11-30  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     459c57784f523e2fbe8fc834cea69db85b3679ae
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 09:18:04 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 09:18:04 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=459c5778

dev-lisp/cl-colors: Updates header

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

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index b644783..06bfd7d 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 EAPI=6
 


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/
@ 2017-04-04 19:52 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2017-04-04 19:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8e83215661a0b2cd879c16674e936216c2f2eeb1
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 19:53:25 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 19:53:25 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8e832156

dev-lisp/cl-colors: Updates header

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

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index 06bfd7d3..bccc17c5 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-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] 8+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/
@ 2017-07-07 15:17 José María Alonso
  0 siblings, 0 replies; 8+ messages in thread
From: José María Alonso @ 2017-07-07 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     bd599425b906c7ee6f09f16c218a192961c24e96
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 15:18:06 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 15:18:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bd599425

dev-lisp/cl-colors: Adds KEYWORDS for dependencies

 dev-lisp/cl-colors/cl-colors-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index bccc17c5..f3626588 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -11,6 +11,7 @@ EGIT_REPO_URI="git://github.com/tpapp/${PN}.git"
 
 LICENSE="Boost-1.0"
 SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="dev-lisp/alexandria


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

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

commit:     3758a9be4899d5d01a379b35d2dcd2f63bee6e6a
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 19:48:49 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 19:48:49 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=3758a9be

dev-lisp/cl-colors: Use https schema in live ebuild

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

diff --git a/dev-lisp/cl-colors/cl-colors-9999.ebuild b/dev-lisp/cl-colors/cl-colors-9999.ebuild
index f3626588..75df70f4 100644
--- a/dev-lisp/cl-colors/cl-colors-9999.ebuild
+++ b/dev-lisp/cl-colors/cl-colors-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Simple color library for Common Lisp"
 HOMEPAGE="http://cliki.net/cl-colors"
-EGIT_REPO_URI="git://github.com/tpapp/${PN}.git"
+EGIT_REPO_URI="https://github.com/tpapp/${PN}"
 
 LICENSE="Boost-1.0"
 SLOT="0"


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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30  9:17 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-colors/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-08-07 19:48 José María Alonso
2017-07-07 15:17 José María Alonso
2017-04-04 19:52 José María Alonso
2016-11-30  9:18 José María Alonso
2014-06-11  8:36 José María Alonso
2014-06-11  8:05 José María Alonso
2013-07-29 13:08 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