* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml/
@ 2017-07-07 8:23 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 6524e8f69bcd4a6bbe60526cf064f06d00fd874c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 08:23:37 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 08:23:37 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6524e8f6
dev-lisp/cxml: Updates to common-lisp-3 eclass
dev-lisp/cxml/cxml-20081130.ebuild | 20 ++++++++++++--------
dev-lisp/cxml/cxml-9999.ebuild | 3 +--
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/dev-lisp/cxml/cxml-20081130.ebuild b/dev-lisp/cxml/cxml-20081130.ebuild
index 26b19c0d..506a896f 100644
--- a/dev-lisp/cxml/cxml-20081130.ebuild
+++ b/dev-lisp/cxml/cxml-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}
@@ -26,14 +27,17 @@ S="${WORKDIR}"/${PN}-${MY_PV}
src_unpack() {
unpack ${A}
- rm "${S}"/GNUmakefile
- cp "${FILESDIR}"/${PN}-contrib.asd "${S}"
+}
+
+src_prepare() {
+ rm "${S}"/GNUmakefile || die
+ cp "${FILESDIR}"/${PN}-contrib.asd "${S}" || die
}
src_install() {
- common-lisp-install *.{dtd,asd}
- common-lisp-install {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
- common-lisp-symlink-asdf
+ common-lisp-install-sources *.dtd
+ common-lisp-install-sources {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
+ common-lisp-install-asdf
dodoc README OLDNEWS TIMES
dohtml doc/*.{html,css,png}
diff --git a/dev-lisp/cxml/cxml-9999.ebuild b/dev-lisp/cxml/cxml-9999.ebuild
index b6ef4087..e83dd119 100644
--- a/dev-lisp/cxml/cxml-9999.ebuild
+++ b/dev-lisp/cxml/cxml-9999.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
EAPI=6
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml/
@ 2016-12-01 14:52 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-01 14:52 UTC (permalink / raw
To: gentoo-commits
commit: f5585adb747c7a481b6408773925b998b7bb778a
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 1 14:52:11 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Dec 1 14:52:11 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f5585adb
dev-lisp/cxml: Updates header and EAPI
dev-lisp/cxml/cxml-20081130.ebuild | 4 ++--
dev-lisp/cxml/cxml-9999.ebuild | 12 +++++-------
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/dev-lisp/cxml/cxml-20081130.ebuild b/dev-lisp/cxml/cxml-20081130.ebuild
index 000b80d..26b19c0 100644
--- a/dev-lisp/cxml/cxml-20081130.ebuild
+++ b/dev-lisp/cxml/cxml-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
diff --git a/dev-lisp/cxml/cxml-9999.ebuild b/dev-lisp/cxml/cxml-9999.ebuild
index d49c62f..b6ef408 100644
--- a/dev-lisp/cxml/cxml-9999.ebuild
+++ b/dev-lisp/cxml/cxml-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=5
+EAPI=6
-inherit common-lisp-3 git-2
+inherit common-lisp-3 git-r3
DESCRIPTION="An XML parser written in Common Lisp"
HOMEPAGE="http://common-lisp.net/project/cxml/"
@@ -12,7 +12,6 @@ EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
LICENSE="LLGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
RDEPEND="!dev-lisp/cl-${PN}
@@ -24,6 +23,5 @@ src_install() {
common-lisp-install-sources -t all *.dtd
common-lisp-install-sources {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
common-lisp-install-asdf
-
- use doc && dodoc README OLDNEWS TIMES && (cd doc && make) && dohtml doc/*.{html,css,png}
+ use doc && dodoc README OLDNEWS TIMES && (cd doc && make) && dodoc doc/*.{html,css,png}
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml/
@ 2014-02-21 10:18 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2014-02-21 10:18 UTC (permalink / raw
To: gentoo-commits
commit: 62cf769314918ec11a7e0e0a8d2ab164274685b1
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 21 10:19:14 2014 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 10:19:14 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=62cf7693
dev-lisp/cxml: new live ebuild
---
dev-lisp/cxml/cxml-9999.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-lisp/cxml/cxml-9999.ebuild b/dev-lisp/cxml/cxml-9999.ebuild
new file mode 100644
index 0000000..d49c62f
--- /dev/null
+++ b/dev-lisp/cxml/cxml-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3 git-2
+
+DESCRIPTION="An XML parser written in Common Lisp"
+HOMEPAGE="http://common-lisp.net/project/cxml/"
+EGIT_REPO_URI="git://repo.or.cz/${PN}.git"
+
+LICENSE="LLGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND="!dev-lisp/cl-${PN}
+ >=dev-lisp/closure-common-${PV}
+ dev-lisp/puri
+ dev-lisp/trivial-gray-streams"
+
+src_install() {
+ common-lisp-install-sources -t all *.dtd
+ common-lisp-install-sources {contrib,dom,klacks,test,xml,xml/sax-tests}/*.lisp
+ common-lisp-install-asdf
+
+ use doc && dodoc README OLDNEWS TIMES && (cd doc && make) && dohtml doc/*.{html,css,png}
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-07-07 8:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07 8:23 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cxml/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-12-01 14:52 José María Alonso
2014-02-21 10:18 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