* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml-rng/
@ 2016-12-10 16:24 José María Alonso
0 siblings, 0 replies; 2+ messages in thread
From: José María Alonso @ 2016-12-10 16:24 UTC (permalink / raw
To: gentoo-commits
commit: 16c0d266da4d93683eb9464d0de2323124328dbd
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:24:20 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:24:20 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=16c0d266
-dev-lisp/cxml-rng: Updates header
dev-lisp/cxml-rng/cxml-rng-20081130.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild b/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
index 8ecbb03..b6e82b8 100644
--- a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
+++ b/dev-lisp/cxml-rng/cxml-rng-20081130.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$
inherit common-lisp-2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml-rng/
@ 2017-07-06 19:48 José María Alonso
0 siblings, 0 replies; 2+ messages in thread
From: José María Alonso @ 2017-07-06 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 97d262f67c4c5f74defe55a6eeaaf341851a5464
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 19:48:08 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 19:48:08 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=97d262f6
dev-lisp/cxml-rng: Updates to common-lisp-3 eclass
dev-lisp/cxml-rng/cxml-rng-20081130.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild b/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
index b6e82b89..b5a5dfd3 100644
--- a/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
+++ b/dev-lisp/cxml-rng/cxml-rng-20081130.ebuild
@@ -1,8 +1,9 @@
-# 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
+EAPI=6
+
+inherit common-lisp-3
MY_PV=${PV:0:4}-${PV:4:2}-${PV:6:2}
@@ -25,13 +26,15 @@ S="${WORKDIR}"/${PN}-${MY_PV}
src_unpack() {
unpack ${A} && cd "${S}"
+}
+src_prepare() {
rm "${S}"/GNUmakefile
}
src_install() {
- common-lisp-install *.{lisp,asd,rng,rnc}
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.{lisp,rng,rnc}
+ common-lisp-install-asdf
dodoc README NEWS NIST *TEST
dohtml -r doc/* || die "Cannot install HTML documentation"
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-06 19:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-06 19:48 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml-rng/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-12-10 16:24 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