* [gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/
@ 2015-04-30 13:58 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2015-04-30 13:58 UTC (permalink / raw
To: gentoo-commits
commit: c8bb59ec1c86b39a76042e089d22dbac4bd9d4c1
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 30 13:58:43 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 13:58:43 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c8bb59ec
dev-lisp/named-readtables: new live ebuild
.../named-readtables/named-readtables-9999.ebuild | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild b/dev-lisp/named-readtables/named-readtables-9999.ebuild
new file mode 100644
index 0000000..0e4f9de
--- /dev/null
+++ b/dev-lisp/named-readtables/named-readtables-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="A Common Lisp library that provides a namespace for readtables."
+HOMEPAGE="http://common-lisp.net/project/editor-hints/"
+EGIT_REPO_URI="git://github.com/melisgl/named-readtables"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc"
+
+src_install() {
+ common-lisp-install-sources src test
+ common-lisp-install-asdf
+ use doc && dohtml doc/${PN}.html
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/
@ 2016-09-11 13:36 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2016-09-11 13:36 UTC (permalink / raw
To: gentoo-commits
commit: bebbfea234fb48bd55c51aa5a88a153535e8598d
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 13:36:01 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 13:36:01 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=bebbfea2
dev-lisp/named-readtables: Update header
dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild | 4 ++--
dev-lisp/named-readtables/named-readtables-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
index d595c17..92789db 100644
--- a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=2
inherit common-lisp-2
diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild b/dev-lisp/named-readtables/named-readtables-9999.ebuild
index 0e4f9de..b1be7c1 100644
--- a/dev-lisp/named-readtables/named-readtables-9999.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/
@ 2017-07-02 20:33 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-07-02 20:33 UTC (permalink / raw
To: gentoo-commits
commit: cde6ed50b8af198570305f645f4f9bc6f196ed38
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 20:33:41 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:33:41 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cde6ed50
dev-lisp/name-readtables: Updates to common-lisp-3 eclass. Updates header
dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild | 12 ++++++------
dev-lisp/named-readtables/named-readtables-9999.ebuild | 7 +++----
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
index 92789db0..46a7bb41 100644
--- a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
@@ -1,9 +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=2
-inherit common-lisp-2
+EAPI=6
+
+inherit common-lisp-3
DESCRIPTION="A Common Lisp library that provides a namespace for readtables."
HOMEPAGE="http://common-lisp.net/project/editor-hints/"
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
src_install() {
- common-lisp-install *.{lisp,asd} tests/*.lisp
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.lisp tests/*.lisp
+ common-lisp-install-asdf
dohtml doc/${PN}.html
}
diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild b/dev-lisp/named-readtables/named-readtables-9999.ebuild
index b1be7c1d..e02616a6 100644
--- a/dev-lisp/named-readtables/named-readtables-9999.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-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="A Common Lisp library that provides a namespace for readtables."
HOMEPAGE="http://common-lisp.net/project/editor-hints/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/
@ 2017-08-07 11:21 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-08-07 11:21 UTC (permalink / raw
To: gentoo-commits
commit: 056523fe00002df3a88ee020bc1c138d78283a7c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 11:21:47 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 11:21:47 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=056523fe
dev-lisp/named-readtables: Use https schema in live ebuild
dev-lisp/named-readtables/named-readtables-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild b/dev-lisp/named-readtables/named-readtables-9999.ebuild
index e02616a6..66478d07 100644
--- a/dev-lisp/named-readtables/named-readtables-9999.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-9999.ebuild
@@ -7,7 +7,7 @@ inherit common-lisp-3 git-r3
DESCRIPTION="A Common Lisp library that provides a namespace for readtables."
HOMEPAGE="http://common-lisp.net/project/editor-hints/"
-EGIT_REPO_URI="git://github.com/melisgl/named-readtables"
+EGIT_REPO_URI="https://github.com/melisgl/${PN}"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/
@ 2017-08-07 11:36 José María Alonso
0 siblings, 0 replies; 5+ messages in thread
From: José María Alonso @ 2017-08-07 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 98dae2a3693024efe75dad89d45c78d9d0c5ae50
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 11:36:30 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 11:36:30 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=98dae2a3
dev-lisp/named-readtables: Uses dodoc for installing doc
dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild | 4 ++--
dev-lisp/named-readtables/named-readtables-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
index 46a7bb41..ea9f0367 100644
--- a/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild
@@ -12,10 +12,10 @@ SRC_URI="http://common-lisp.net/project/editor-hints/releases/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
+IUSE="doc"
src_install() {
common-lisp-install-sources *.lisp tests/*.lisp
common-lisp-install-asdf
- dohtml doc/${PN}.html
+ use doc && dodoc doc/${PN}.html
}
diff --git a/dev-lisp/named-readtables/named-readtables-9999.ebuild b/dev-lisp/named-readtables/named-readtables-9999.ebuild
index 66478d07..2a0c8fb4 100644
--- a/dev-lisp/named-readtables/named-readtables-9999.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-9999.ebuild
@@ -16,5 +16,5 @@ IUSE="doc"
src_install() {
common-lisp-install-sources src test
common-lisp-install-asdf
- use doc && dohtml doc/${PN}.html
+ use doc && dodoc doc/${PN}.html
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-08-07 11:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-02 20:33 [gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-08-07 11:36 José María Alonso
2017-08-07 11:21 José María Alonso
2016-09-11 13:36 José María Alonso
2015-04-30 13:58 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