* [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/
@ 2013-07-29 12:20 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2013-07-29 12:20 UTC (permalink / raw
To: gentoo-commits
commit: 639bc390d9cea438eb542ab49e13e4789d305446
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 29 12:21:15 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 12:21:15 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=639bc390
dev-lisp/metabang-bind: add live ebuild
---
dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 28 ++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
new file mode 100644
index 0000000..b8d7f2f
--- /dev/null
+++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="BIND combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
+HOMEPAGE="http://common-lisp.net/project/metabang-bind
+ http://www.cliki.net/bind"
+EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-bind
+ dev-lisp/lift"
+
+CLSYSTEMS="${PN} ${PN}-test"
+
+src_install() {
+ common-lisp-install-sources {unit-tests,dev}/*.lisp
+ common-lisp-install-asdf
+ dodoc *.config
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/
@ 2016-10-02 18:59 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2016-10-02 18:59 UTC (permalink / raw
To: gentoo-commits
commit: fa868a2e15f0fbcbb26e2a2896507fd137c67888
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 18:59:39 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 18:59:39 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=fa868a2e
dev-lisp/metabang-bind: Update header
dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 6 +++---
dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
index 3a2dfca..fce379d 100644
--- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-0.7.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="BIND combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
+DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
HOMEPAGE="http://www.cliki.net/bind
http://common-lisp.net/project/metabang-bind"
SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
index b8d7f2f..260cb53 100644
--- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
@@ -1,12 +1,12 @@
-# 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
inherit common-lisp-3 git-2
-DESCRIPTION="BIND combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
+DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
HOMEPAGE="http://common-lisp.net/project/metabang-bind
http://www.cliki.net/bind"
EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/
@ 2017-07-02 20:54 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-02 20:54 UTC (permalink / raw
To: gentoo-commits
commit: cb486d1af1928bac28c83022eec882d1c8f0a068
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 20:53:58 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:53:58 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cb486d1a
dev-lisp/gsd: Updates to common-lisp-3.eclass. Updates header.
dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 9 ++++-----
dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 7 +++----
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
index fce379d4..20bf58b1 100644
--- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
@@ -1,8 +1,7 @@
-# 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
+inherit common-lisp-3 eutils
DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
HOMEPAGE="http://www.cliki.net/bind
@@ -20,7 +19,7 @@ RDEPEND="!dev-lisp/cl-bind
CLSYSTEMS="${PN} ${PN}-test"
src_install() {
- common-lisp-install *.asd {unit-tests,dev}/*.lisp
- common-lisp-symlink-asdf
+ common-lisp-install-sources {unit-tests,dev}/*.lisp
+ common-lisp-install-asdf
dodoc *.config
}
diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
index 260cb53d..cd4edf25 100644
--- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=5
+EAPI=6
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
HOMEPAGE="http://common-lisp.net/project/metabang-bind
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/
@ 2017-07-07 9:46 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-07-07 9:46 UTC (permalink / raw
To: gentoo-commits
commit: 61c6c31a12b8243b6c78a5050f937c795ce6de00
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 09:46:08 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 09:46:08 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=61c6c31a
dev-lisp/metabang-bind: Updates header and EAPI
dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
index 20bf58b1..c0940878 100644
--- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
inherit common-lisp-3 eutils
DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/
@ 2017-08-07 11:40 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-08-07 11:40 UTC (permalink / raw
To: gentoo-commits
commit: 55641e219c0a862d8ec6b25fcebbf14e70331350
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 11:41:03 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 11:41:03 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55641e21
dev-lisp/metabang-bind: Use https schema in live ebuild
dev-lisp/metabang-bind/metabang-bind-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
index cd4edf25..9f58fa86 100644
--- a/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-9999.ebuild
@@ -8,7 +8,7 @@ inherit common-lisp-3 git-r3
DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
HOMEPAGE="http://common-lisp.net/project/metabang-bind
http://www.cliki.net/bind"
-EGIT_REPO_URI="git://github.com/gwkkwg/${PN}"
+EGIT_REPO_URI="https://github.com/gwkkwg/${PN}"
LICENSE="BSD-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/
@ 2017-08-07 11:56 José María Alonso
0 siblings, 0 replies; 6+ messages in thread
From: José María Alonso @ 2017-08-07 11:56 UTC (permalink / raw
To: gentoo-commits
commit: 33d305d415b8356ca9c3f0a955e9754e6f6b96a3
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 11:57:04 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 11:57:04 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=33d305d4
dev-lisp/metabang-bind: Removes uneeded eclass
dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
index c0940878..2a643e32 100644
--- a/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
+++ b/dev-lisp/metabang-bind/metabang-bind-0.7.4.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit common-lisp-3 eutils
+inherit common-lisp-3
DESCRIPTION="Combines LET*, DESTRUCTURING-BIND and MULTIPLE-VALUE-BIND into a single form."
HOMEPAGE="http://www.cliki.net/bind
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-08-07 11:56 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-07 11:56 [gentoo-commits] proj/lisp:master commit in: dev-lisp/metabang-bind/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-08-07 11:40 José María Alonso
2017-07-07 9:46 José María Alonso
2017-07-02 20:54 José María Alonso
2016-10-02 18:59 José María Alonso
2013-07-29 12:20 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