* [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/
@ 2017-07-06 19:49 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-06 19:49 UTC (permalink / raw
To: gentoo-commits
commit: 6568ca7f60940f6b00d733bcfdcf969020fc791f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 19:50:04 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 19:50:04 2017 +0000
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-9999.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-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
index a4f3b487..53905026 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.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
-#}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/
@ 2017-08-07 19:52 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-08-07 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 9b5b3703cf22cd1b65c536bd095993c790c54382
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 19:52:44 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 19:52:44 2017 +0000
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-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
index 53905026..d65b5cce 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.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"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/
@ 2016-06-21 21:11 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-06-21 21:11 UTC (permalink / raw
To: gentoo-commits
commit: d79c674a67b5a738d3cde8d84968432ecc2ebf46
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 21:11:51 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 21:11:51 2016 +0000
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-9999.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-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
index 475d955..a4f3b48 100644
--- a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-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$
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}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/
@ 2013-07-29 16:00 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2013-07-29 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 6bda27514ca23856ff57392dba498ee63f39b85f
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 16:00:35 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 16:00:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6bda2751
dev-lisp/asdf-system-connections: add live ebuild
---
.../asdf-system-connections-9999.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
new file mode 100644
index 0000000..475d955
--- /dev/null
+++ b/dev-lisp/asdf-system-connections/asdf-system-connections-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="Provides auto-loading of systems that only make sense when several other systems are loaded."
+HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/"
+EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+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
+#}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-07 19:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 19:49 [gentoo-commits] proj/lisp:master commit in: dev-lisp/asdf-system-connections/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-08-07 19:52 José María Alonso
2016-06-21 21:11 José María Alonso
2013-07-29 16:00 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