[gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/

2017-08-07 Thread José María Alonso
commit: 98dae2a3693024efe75dad89d45c78d9d0c5ae50
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug  7 11:36:30 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug  7 11:36:30 2017 +
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-.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-.ebuild 
b/dev-lisp/named-readtables/named-readtables-.ebuild
index 66478d07..2a0c8fb4 100644
--- a/dev-lisp/named-readtables/named-readtables-.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-.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
 }



[gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/

2017-08-07 Thread José María Alonso
commit: 056523fe2df3a88ee020bc1c138d78283a7c
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Mon Aug  7 11:21:47 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Mon Aug  7 11:21:47 2017 +
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-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lisp/named-readtables/named-readtables-.ebuild 
b/dev-lisp/named-readtables/named-readtables-.ebuild
index e02616a6..66478d07 100644
--- a/dev-lisp/named-readtables/named-readtables-.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-.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"



[gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/

2017-07-02 Thread José María Alonso
commit: cde6ed50b8af198570305f645f4f9bc6f196ed38
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Jul  2 20:33:41 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Jul  2 20:33:41 2017 +
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-.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-.ebuild 
b/dev-lisp/named-readtables/named-readtables-.ebuild
index b1be7c1d..e02616a6 100644
--- a/dev-lisp/named-readtables/named-readtables-.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-.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/;



[gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/

2016-09-11 Thread José María Alonso
commit: bebbfea234fb48bd55c51aa5a88a153535e8598d
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Sep 11 13:36:01 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Sep 11 13:36:01 2016 +
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-.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-.ebuild 
b/dev-lisp/named-readtables/named-readtables-.ebuild
index 0e4f9de..b1be7c1 100644
--- a/dev-lisp/named-readtables/named-readtables-.ebuild
+++ b/dev-lisp/named-readtables/named-readtables-.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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/named-readtables/

2015-04-30 Thread José María Alonso
commit: c8bb59ec1c86b39a76042e089d22dbac4bd9d4c1
Author: Chema Alonso nimiux AT gentoo DOT org
AuthorDate: Thu Apr 30 13:58:43 2015 +
Commit: José María Alonso nimiux AT gentoo DOT org
CommitDate: Thu Apr 30 13:58:43 2015 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c8bb59ec

dev-lisp/named-readtables: new live ebuild

 .../named-readtables/named-readtables-.ebuild   | 21 +
 1 file changed, 21 insertions(+)

diff --git a/dev-lisp/named-readtables/named-readtables-.ebuild 
b/dev-lisp/named-readtables/named-readtables-.ebuild
new file mode 100644
index 000..0e4f9de
--- /dev/null
+++ b/dev-lisp/named-readtables/named-readtables-.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
+}