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

commit:     fc5f0369a8c499a61b33bb821f806aff6f860844
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 12:17:32 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 12:17:32 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=fc5f0369

dev-lisp/lift: add live ebuild

---
 dev-lisp/lift/lift-9999.ebuild | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/dev-lisp/lift/lift-9999.ebuild b/dev-lisp/lift/lift-9999.ebuild
new file mode 100644
index 0000000..24dcf54
--- /dev/null
+++ b/dev-lisp/lift/lift-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="LIFT is yet another LIsp Framework for Testing"
+HOMEPAGE="http://common-lisp.net/project/lift/"
+EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_install() {
+	common-lisp-install-sources {dev,timeout,test}/*.lisp
+	common-lisp-install-asdf
+	for i in compare data examples resources; do
+		docinto ${i} && dodoc ${i}/*
+	done
+	dodoc ${PN}-standard.config RELNOTES
+}


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

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lift/
@ 2013-07-29 12:23 José María Alonso
  0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2013-07-29 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     38b11ba1b046689da60ef578ee75081cdf5db393
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 12:23:43 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 12:23:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=38b11ba1

dev-lisp/lift: fix header

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

diff --git a/dev-lisp/lift/lift-9999.ebuild b/dev-lisp/lift/lift-9999.ebuild
index 24dcf54..e55c72e 100644
--- a/dev-lisp/lift/lift-9999.ebuild
+++ b/dev-lisp/lift/lift-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 


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

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

commit:     5edf68f360d3e5fe57e43e281ffaafba8d13e576
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 21:46:34 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 21:46:34 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5edf68f3

dev-lisp/lift: Updates header and EAPI

 dev-lisp/lift/lift-1.7.0.ebuild | 4 ++--
 dev-lisp/lift/lift-9999.ebuild  | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/lift/lift-1.7.0.ebuild b/dev-lisp/lift/lift-1.7.0.ebuild
index 1f3af17..9ea74cb 100644
--- a/dev-lisp/lift/lift-1.7.0.ebuild
+++ b/dev-lisp/lift/lift-1.7.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
 
 inherit common-lisp-2 eutils
 

diff --git a/dev-lisp/lift/lift-9999.ebuild b/dev-lisp/lift/lift-9999.ebuild
index e55c72e..c94d734 100644
--- a/dev-lisp/lift/lift-9999.ebuild
+++ b/dev-lisp/lift/lift-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 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="LIFT is yet another LIsp Framework for Testing"
 HOMEPAGE="http://common-lisp.net/project/lift/"


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

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

commit:     cdd0bc220e194a85c138fe8138e085350d472261
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 08:59:19 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 08:59:19 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cdd0bc22

dev-lisp/lift: Updates to common-lisp-3 eclass

 dev-lisp/lift/lift-1.7.0.ebuild | 11 ++++++-----
 dev-lisp/lift/lift-9999.ebuild  |  3 +--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/dev-lisp/lift/lift-1.7.0.ebuild b/dev-lisp/lift/lift-1.7.0.ebuild
index 9ea74cbc..3c24f3c7 100644
--- a/dev-lisp/lift/lift-1.7.0.ebuild
+++ b/dev-lisp/lift/lift-1.7.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-inherit common-lisp-2 eutils
+EAPI=6
+
+inherit common-lisp-3 eutils
 
 DESCRIPTION="LIFT is an SUnit variant and much much more."
 HOMEPAGE="http://common-lisp.net/project/lift/"
@@ -16,8 +17,8 @@ IUSE=""
 CLSYSTEMS="${PN} ${PN}-test"
 
 src_install() {
-	common-lisp-install *.asd {dev,timeout,test}/*.lisp
-	common-lisp-symlink-asdf
+	common-lisp-install-sources {dev,timeout,test}/*.lisp
+	common-lisp-install-asdf
 	for i in compare data examples resources; do
 		docinto ${i} && dodoc ${i}/*
 	done

diff --git a/dev-lisp/lift/lift-9999.ebuild b/dev-lisp/lift/lift-9999.ebuild
index c94d7346..029a956a 100644
--- a/dev-lisp/lift/lift-9999.ebuild
+++ b/dev-lisp/lift/lift-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] 5+ messages in thread

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

commit:     abf37c1aaa167828b4abcad081ea981851d2f1d0
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 20:40:32 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 20:40:32 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=abf37c1a

dev-lisp/lift: Use https schema in live ebuild

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

diff --git a/dev-lisp/lift/lift-9999.ebuild b/dev-lisp/lift/lift-9999.ebuild
index 029a956a..5c761551 100644
--- a/dev-lisp/lift/lift-9999.ebuild
+++ b/dev-lisp/lift/lift-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="LIFT is yet another LIsp Framework for Testing"
 HOMEPAGE="http://common-lisp.net/project/lift/"
-EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
+EGIT_REPO_URI="https://github.com/gwkkwg/${PN}"
 
 LICENSE="MIT"
 SLOT="0"


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  8:59 [gentoo-commits] proj/lisp:master commit in: dev-lisp/lift/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-08-07 20:40 José María Alonso
2016-11-30 21:46 José María Alonso
2013-07-29 12:23 José María Alonso
2013-07-29 12:17 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