summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2017-07-02 22:33:41 +0200
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-09 22:34:03 +0100
commitdef3b4c61cde35221db3103fa46cf26f61cbac7a (patch)
treeb65209f3107c73c3a2b5f7d24bf35151b017cc4d
parentdev-lisp/spatial-trees: Updates to common-lisp-3 eclass. Updates header (diff)
downloadlisp-def3b4c61cde35221db3103fa46cf26f61cbac7a.tar.gz
lisp-def3b4c61cde35221db3103fa46cf26f61cbac7a.tar.bz2
lisp-def3b4c61cde35221db3103fa46cf26f61cbac7a.zip
dev-lisp/name-readtables: Updates to common-lisp-3 eclass. Updates header
-rw-r--r--dev-lisp/named-readtables/Manifest4
-rw-r--r--dev-lisp/named-readtables/named-readtables-0.9-r1.ebuild12
-rw-r--r--dev-lisp/named-readtables/named-readtables-9999.ebuild7
3 files changed, 11 insertions, 12 deletions
diff --git a/dev-lisp/named-readtables/Manifest b/dev-lisp/named-readtables/Manifest
index 9bc58664..d218ca74 100644
--- a/dev-lisp/named-readtables/Manifest
+++ b/dev-lisp/named-readtables/Manifest
@@ -1,3 +1,3 @@
DIST named-readtables-0.9.tar.gz 55940 SHA256 f7b2bd5cac38260faad0e560e83c5559ba290706cdb4eecb912f7bfc5bd06167 SHA512 ff621bad9f8e765b94c5033f5b50290d3d8a706f8f5df4863bc9ac1faadb84bf07a45e212dc8465244275599edf81e407a1aed178bfe5c812944b2cf84286748 WHIRLPOOL d6c1e6dd251684cbd8582b31ad7bf686bd23cfe7405d97669b6ec3e3a4feab70f3818d6224a2ba5cdd13180c431348afb7576f33a381359386fef41c7fd80ce2
-EBUILD named-readtables-0.9-r1.ebuild 536 SHA256 637086acda2ecb77ce3c975d405d830d5f26916a58d34125b912442b11eaeaca SHA512 8e3922dace40b64b880e41e2f3c80579f22454c28981e0a74f3a6cae06a36c774061ebbf433e6dc96264678cd24cb08cca280f9e7f0c3c4e5713150e2f6602bb WHIRLPOOL 70ae009e0d6dac63325245a9abe21472c0e93d6fc57df9c13ed2532fc3147240864024ef60c816b5f6c4fd7d389ba4ab2a92017b03ac119742620917e2f37367
-EBUILD named-readtables-9999.ebuild 496 SHA256 a8c0202080fabe881f060ed88d729925fa621eff81f7a98d82190e3b381e5f4e SHA512 8948c57d1926034770af2e121dbbdd58a66a537dad18f3aa2ca35ef9707457eac75e2f71845d02a9881618a3ab985109adf4ac727945f818ad9e90cff71c6a4a WHIRLPOOL bfb2ef6a78fb9045c664fc7659f16b5c457f1f728ca80248ad7cc70d7625df4daccd649406093d97bbb136af7efa67c36b0929e0f9abdf11691b8d2414184b29
+EBUILD named-readtables-0.9-r1.ebuild 532 SHA256 824fc427932a43406a9875825b9a61560c5dce52362b633e5050b29a5bfb199f SHA512 1d26ba647be4524a65ae401fdace11afb03821f67df8e56c6e6b8e4044bd39ffc99c5aab26cf3a85b68312ec89c97586890399b6c755878344bb94f2f2efc79d WHIRLPOOL 12457d667d9df04a410f26e2dc14023ef6376d8cc670d73e6196bb000f009b1e85a8447f673a04d640d726e39f50fa543f9bd3fbfe674e587ac6b32beb6a073c
+EBUILD named-readtables-9999.ebuild 490 SHA256 46b5e7b4ffe83e6743a681f172231c1e0ec97be6a1c64b24b7cbc7b33b28be18 SHA512 d46b12487014e7f99f9228a04028ae43826aedcc589cd849e303e25c51d942fb3817512820eb4de16be85badada0b60c9a7b6de933b33d19c9bdffbe688bc779 WHIRLPOOL 50a4c37a142eccd8278100cea8e98d5a8cc9d42dd78df3c8d184ebcaebaea629f5ed258ee6df810a1e40e284947403f9644b79226b27eb09dea345c470166d8e
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/"