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

2017-08-07 Thread José María Alonso
commit: 02c06649b278ed2268f87d3b663d87e03a930fee
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug  7 19:44:34 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug  7 19:44:34 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=02c06649

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

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

diff --git a/dev-lisp/cl-heredoc/cl-heredoc-.ebuild 
b/dev-lisp/cl-heredoc/cl-heredoc-.ebuild
index 0c6234f5..2a8a6c4d 100644
--- a/dev-lisp/cl-heredoc/cl-heredoc-.ebuild
+++ b/dev-lisp/cl-heredoc/cl-heredoc-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp reader heredoc dispatcher"
 HOMEPAGE="http://www.cliki.net/cl-heredoc;
-EGIT_REPO_URI="git://github.com/e-user/${PN}.git"
+EGIT_REPO_URI="https://github.com/e-user/${PN};
 
 LICENSE="GPL-3+"
 SLOT="0"



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

2017-07-07 Thread José María Alonso
commit: 9bc64e64418bc5aeba51c5ad254d671d109a45bb
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Fri Jul  7 10:36:25 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Fri Jul  7 10:36:25 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9bc64e64

dev-lisp/cl-heredoc: Updates header and EAPI

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

diff --git a/dev-lisp/cl-heredoc/cl-heredoc-.ebuild 
b/dev-lisp/cl-heredoc/cl-heredoc-.ebuild
index fb21e5d6..0c6234f5 100644
--- a/dev-lisp/cl-heredoc/cl-heredoc-.ebuild
+++ b/dev-lisp/cl-heredoc/cl-heredoc-.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/cl-heredoc/

2016-12-03 Thread José María Alonso
commit: 123820eb989e85a13e7dfa479342e641002aaeea
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec  3 22:22:00 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec  3 22:22:00 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=123820eb

dev-lisp/cl-heredoc: Updates header and EAPI

 dev-lisp/cl-heredoc/cl-heredoc-.ebuild | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lisp/cl-heredoc/cl-heredoc-.ebuild 
b/dev-lisp/cl-heredoc/cl-heredoc-.ebuild
index 5cbcf03..fb21e5d 100644
--- a/dev-lisp/cl-heredoc/cl-heredoc-.ebuild
+++ b/dev-lisp/cl-heredoc/cl-heredoc-.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="Common Lisp reader heredoc dispatcher"
 HOMEPAGE="http://www.cliki.net/cl-heredoc;