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

2017-08-21 Thread José María Alonso
commit: 7135c3ae0a48938c7f74300218511b02e7a83097
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug 21 14:40:05 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug 21 14:40:05 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7135c3ae

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

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

diff --git a/dev-lisp/cl-m4/cl-m4-.ebuild b/dev-lisp/cl-m4/cl-m4-.ebuild
index 263b9300..e63bdbe5 100644
--- a/dev-lisp/cl-m4/cl-m4-.ebuild
+++ b/dev-lisp/cl-m4/cl-m4-.ebuild
@@ -7,8 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Common Lisp re-implementation of GNU M4"
 HOMEPAGE="http://www.cliki.net/cl-m4;
-
-EGIT_REPO_URI="git://github.com/e-user/${PN}"
+EGIT_REPO_URI="https://github.com/e-user/${PN};
 
 LICENSE="GPL-3+"
 SLOT="0"



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

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

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

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

diff --git a/dev-lisp/cl-m4/cl-m4-.ebuild b/dev-lisp/cl-m4/cl-m4-.ebuild
index 01c8b0f0..263b9300 100644
--- a/dev-lisp/cl-m4/cl-m4-.ebuild
+++ b/dev-lisp/cl-m4/cl-m4-.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-m4/

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

dev-lisp/cl-m4: Updates header

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

diff --git a/dev-lisp/cl-m4/cl-m4-.ebuild b/dev-lisp/cl-m4/cl-m4-.ebuild
index 8b3d815..01c8b0f 100644
--- a/dev-lisp/cl-m4/cl-m4-.ebuild
+++ b/dev-lisp/cl-m4/cl-m4-.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 re-implementation of GNU M4"
 HOMEPAGE="http://www.cliki.net/cl-m4;