[gentoo-commits] proj/lisp:master commit in: dev-lisp/lift/

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

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

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

diff --git a/dev-lisp/lift/lift-.ebuild b/dev-lisp/lift/lift-.ebuild
index 029a956a..5c761551 100644
--- a/dev-lisp/lift/lift-.ebuild
+++ b/dev-lisp/lift/lift-.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"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/lift/

2017-07-07 Thread José María Alonso
commit: cdd0bc220e194a85c138fe8138e085350d472261
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 08:59:19 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 08:59:19 2017 +
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-.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-.ebuild b/dev-lisp/lift/lift-.ebuild
index c94d7346..029a956a 100644
--- a/dev-lisp/lift/lift-.ebuild
+++ b/dev-lisp/lift/lift-.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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/lift/

2016-11-30 Thread José María Alonso
commit: 5edf68f360d3e5fe57e43e281ffaafba8d13e576
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Nov 30 21:46:34 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Nov 30 21:46:34 2016 +
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-.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-.ebuild b/dev-lisp/lift/lift-.ebuild
index e55c72e..c94d734 100644
--- a/dev-lisp/lift/lift-.ebuild
+++ b/dev-lisp/lift/lift-.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/;