* [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/
@ 2015-05-17 21:39 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-05-17 21:39 UTC (permalink / raw
To: gentoo-commits
commit: 55defb52c9a80573130b8b202901309ea3df4b75
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun May 17 21:38:50 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun May 17 21:38:50 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=55defb52
dev-lisp/iterate: new live ebuild
dev-lisp/iterate/iterate-9999.ebuild | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild
new file mode 100644
index 0000000..af5d2b4
--- /dev/null
+++ b/dev-lisp/iterate/iterate-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 darcs
+
+DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro"
+HOMEPAGE="http://common-lisp.net/project/iterate/
+ http://www.cliki.net/iterate/"
+EDARCS_REPOSITORY="http://www.common-lisp.net/project/iterate/darcs/${PN}/"
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+#src_install() {
+# common-lisp-install *.{lisp,asd}
+# common-lisp-symlink-asdf
+# dodoc doc/*.pdf
+#}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/
@ 2015-12-13 18:38 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-12-13 18:38 UTC (permalink / raw
To: gentoo-commits
commit: d950d52662a0934b9cd31e20c259d2c07069f4e6
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 18:41:31 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 18:41:31 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d950d526
dev-lisp/iterate: Fix headers, remove broken link and dead code
dev-lisp/iterate/iterate-1.4.3.ebuild | 7 +++----
dev-lisp/iterate/iterate-9999.ebuild | 11 ++---------
2 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild
index 7d85fd1..b1e13fd 100644
--- a/dev-lisp/iterate/iterate-1.4.3.ebuild
+++ b/dev-lisp/iterate/iterate-1.4.3.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
inherit common-lisp-2 eutils
DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro"
-HOMEPAGE="http://common-lisp.net/project/iterate/
- http://www.cliki.net/iterate/"
+HOMEPAGE="http://common-lisp.net/project/iterate/"
SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz"
LICENSE="MIT"
diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild
index af5d2b4..3653a55 100644
--- a/dev-lisp/iterate/iterate-9999.ebuild
+++ b/dev-lisp/iterate/iterate-9999.ebuild
@@ -1,14 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
inherit common-lisp-3 darcs
DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro"
-HOMEPAGE="http://common-lisp.net/project/iterate/
- http://www.cliki.net/iterate/"
+HOMEPAGE="http://common-lisp.net/project/iterate/"
EDARCS_REPOSITORY="http://www.common-lisp.net/project/iterate/darcs/${PN}/"
LICENSE="MIT"
@@ -16,9 +15,3 @@ SLOT="0"
IUSE=""
RDEPEND="!dev-lisp/cl-${PN}"
-
-#src_install() {
-# common-lisp-install *.{lisp,asd}
-# common-lisp-symlink-asdf
-# dodoc doc/*.pdf
-#}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/
@ 2017-07-03 21:50 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-07-03 21:50 UTC (permalink / raw
To: gentoo-commits
commit: 5c7e4a8c46bc5b35d10a67c9590a06f71b25c823
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:50:15 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:50:15 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5c7e4a8c
dev-lisp/iterate: Updates to common-lisp-3
dev-lisp/iterate/iterate-1.4.3.ebuild | 10 +++++++---
dev-lisp/iterate/iterate-9999.ebuild | 5 ++---
2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild
index b1e13fdf..a68feba7 100644
--- a/dev-lisp/iterate/iterate-1.4.3.ebuild
+++ b/dev-lisp/iterate/iterate-1.4.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 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
+
+inherit common-lisp-3 eutils
DESCRIPTION="ITERATE is a lispy and extensible replacement for the Common Lisp LOOP macro"
HOMEPAGE="http://common-lisp.net/project/iterate/"
@@ -17,6 +18,9 @@ RDEPEND="!dev-lisp/cl-${PN}"
src_unpack() {
unpack ${A}
+}
+
+src_prepare() {
rm "${S}"/Makefile
}
diff --git a/dev-lisp/iterate/iterate-9999.ebuild b/dev-lisp/iterate/iterate-9999.ebuild
index 3653a55a..56957f1b 100644
--- a/dev-lisp/iterate/iterate-9999.ebuild
+++ b/dev-lisp/iterate/iterate-9999.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2015 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 darcs
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/
@ 2017-07-07 9:26 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-07-07 9:26 UTC (permalink / raw
To: gentoo-commits
commit: f93bbca1ddafc82af6663808dc285b787d048a85
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 09:26:16 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 09:26:16 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f93bbca1
dev-lisp/iterate: Updates to common-lisp-3 eclass
dev-lisp/iterate/iterate-1.4.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild
index a68feba7..0b0e9f28 100644
--- a/dev-lisp/iterate/iterate-1.4.3.ebuild
+++ b/dev-lisp/iterate/iterate-1.4.3.ebuild
@@ -21,11 +21,11 @@ src_unpack() {
}
src_prepare() {
- rm "${S}"/Makefile
+ rm -f "${S}"/Makefile
}
src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
dodoc doc/*.pdf
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/
@ 2017-10-21 21:34 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-10-21 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 7fd2af3b7991ee7b5574822bdda0f3c12c036042
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 21:34:56 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 21:34:56 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=7fd2af3b
dev-lisp/iterate: Adds eapply_user
dev-lisp/iterate/iterate-1.4.3.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-lisp/iterate/iterate-1.4.3.ebuild b/dev-lisp/iterate/iterate-1.4.3.ebuild
index 0b0e9f28..b98e9e58 100644
--- a/dev-lisp/iterate/iterate-1.4.3.ebuild
+++ b/dev-lisp/iterate/iterate-1.4.3.ebuild
@@ -22,6 +22,7 @@ src_unpack() {
src_prepare() {
rm -f "${S}"/Makefile
+ eapply_user
}
src_install() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-10-21 21:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 21:50 [gentoo-commits] proj/lisp:master commit in: dev-lisp/iterate/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-10-21 21:34 José María Alonso
2017-07-07 9:26 José María Alonso
2015-12-13 18:38 José María Alonso
2015-05-17 21:39 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