[gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/

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

dev-lisp/asdf-system-connections: Use https schema in live ebuild

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

diff --git 
a/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild 
b/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
index 53905026..d65b5cce 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
 
 DESCRIPTION="Provides auto-loading of systems that only make sense when others 
are loaded."
 
HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/;
-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/asdf-system-connections/

2017-07-06 Thread José María Alonso
commit: 6568ca7f60940f6b00d733bcfdcf969020fc791f
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Jul  6 19:50:04 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Jul  6 19:50:04 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6568ca7f

dev-lisp/asdf-system-connections: Updates to common-lisp-3 eclass

 .../asdf-system-connections-0.8.4.ebuild   | 13 +++--
 .../asdf-system-connections-.ebuild| 14 +-
 2 files changed, 12 insertions(+), 15 deletions(-)

diff --git 
a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild 
b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
index 4ce06bb8..84c47cf1 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
@@ -1,10 +1,11 @@
-# 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
 
-DESCRIPTION="Provides auto-loading of systems that only make sense when other 
systems are loaded."
+inherit common-lisp-3 eutils
+
+DESCRIPTION="Provides auto-loading of systems that only make sense when others 
are loaded."
 
HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/;
 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2;
 
@@ -16,6 +17,6 @@ IUSE=""
 RDEPEND="!dev-lisp/cl-${PN}"
 
 src_install() {
-   common-lisp-install dev/${PN}.lisp ${PN}.asd
-   common-lisp-symlink-asdf
+   common-lisp-install-sources dev/${PN}.lisp
+   common-lisp-install-asdf
 }

diff --git 
a/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild 
b/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
index a4f3b487..53905026 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
@@ -1,10 +1,11 @@
-# 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-3 git-2
+EAPI=6
 
-DESCRIPTION="Provides auto-loading of systems that only make sense when other 
systems are loaded."
+inherit common-lisp-3 git-r3
+
+DESCRIPTION="Provides auto-loading of systems that only make sense when others 
are loaded."
 
HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/;
 EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
 
@@ -14,8 +15,3 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}"
-
-#src_install() {
-   #common-lisp-install dev/${PN}.lisp ${PN}.asd
-   #common-lisp-symlink-asdf
-#}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/

2016-06-21 Thread José María Alonso
commit: d79c674a67b5a738d3cde8d84968432ecc2ebf46
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Tue Jun 21 21:11:51 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Tue Jun 21 21:11:51 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d79c674a

dev-lisp/asdf-system-connections: Update header and description

 .../asdf-system-connections/asdf-system-connections-0.8.4.ebuild| 6 +++---
 .../asdf-system-connections/asdf-system-connections-.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild 
b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
index e9dfd2d..4ce06bb 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-0.8.4.ebuild
@@ -1,10 +1,10 @@
-# 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
 
-DESCRIPTION="Provides auto-loading of systems that only make sense when 
several other systems are loaded."
+DESCRIPTION="Provides auto-loading of systems that only make sense when other 
systems are loaded."
 
HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/;
 SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2;
 

diff --git 
a/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild 
b/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
index 475d955..a4f3b48 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-.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$
 
 inherit common-lisp-3 git-2
 
-DESCRIPTION="Provides auto-loading of systems that only make sense when 
several other systems are loaded."
+DESCRIPTION="Provides auto-loading of systems that only make sense when other 
systems are loaded."
 
HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/;
 EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"