* [gentoo-commits] proj/lisp:master commit in: dev-lisp/xmls/
@ 2013-07-18 20:15 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2013-07-18 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 6bb6202c9d2dce571464917bb58c5fa73bd4f0a5
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 18 20:15:57 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 18 20:15:57 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6bb6202c
dev-lisp/xmls: bump to version 1.5
---
dev-lisp/xmls/xmls-1.5.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-lisp/xmls/xmls-1.5.ebuild b/dev-lisp/xmls/xmls-1.5.ebuild
new file mode 100644
index 0000000..3c37b4f
--- /dev/null
+++ b/dev-lisp/xmls/xmls-1.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="XMLS is a small, simple, non-validating XML parser for Common Lisp."
+HOMEPAGE="http://www.common-lisp.net/project/xmls/
+ http://www.cliki.net/xmls"
+SRC_URI="http://www.common-lisp.net/project/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_install() {
+ common-lisp-install-sources .
+ common-lisp-install-asdf
+ dodoc Changelog
+ dohtml README.html
+ docinto tests
+ dodoc -r tests/*
+ dodoc run-tests.sh
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/xmls/
@ 2015-05-28 17:33 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2015-05-28 17:33 UTC (permalink / raw
To: gentoo-commits
commit: ecd4c844c5bfd88871ea2d5cdc6ae95da3c7f50f
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 17:33:30 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu May 28 17:33:30 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=ecd4c844
dev-lisp/xmls: bump to version 1.7.1
dev-lisp/xmls/xmls-1.7.1.ebuild | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/dev-lisp/xmls/xmls-1.7.1.ebuild b/dev-lisp/xmls/xmls-1.7.1.ebuild
new file mode 100644
index 0000000..4f80fa2
--- /dev/null
+++ b/dev-lisp/xmls/xmls-1.7.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+DESCRIPTION="XMLS, a simple XML parser for Common Lisp."
+HOMEPAGE="http://www.common-lisp.net/project/xmls/
+ http://www.cliki.net/xmls"
+SRC_URI="http://www.common-lisp.net/project/${PN}/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dodoc Changelog
+ dohtml README.html
+ docinto tests
+ dodoc -r tests/*
+ dodoc run-tests.pl
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/xmls/
@ 2016-10-02 15:06 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-10-02 15:06 UTC (permalink / raw
To: gentoo-commits
commit: 9b0cd092f886b73317c304b7d43747bfc8ee4152
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 15:06:43 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 15:06:43 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=9b0cd092
dev-lisp/xmls: Update header
dev-lisp/xmls/xmls-1.2.ebuild | 4 ++--
dev-lisp/xmls/xmls-1.5.ebuild | 4 ++--
dev-lisp/xmls/xmls-1.7.1.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-lisp/xmls/xmls-1.2.ebuild b/dev-lisp/xmls/xmls-1.2.ebuild
index 918b66e..c6764c4 100644
--- a/dev-lisp/xmls/xmls-1.2.ebuild
+++ b/dev-lisp/xmls/xmls-1.2.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/xmls/xmls-1.5.ebuild b/dev-lisp/xmls/xmls-1.5.ebuild
index 3c37b4f..7259363 100644
--- a/dev-lisp/xmls/xmls-1.5.ebuild
+++ b/dev-lisp/xmls/xmls-1.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
diff --git a/dev-lisp/xmls/xmls-1.7.1.ebuild b/dev-lisp/xmls/xmls-1.7.1.ebuild
index 4f80fa2..74073e8 100644
--- a/dev-lisp/xmls/xmls-1.7.1.ebuild
+++ b/dev-lisp/xmls/xmls-1.7.1.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] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/xmls/
@ 2017-07-05 19:57 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-05 19:57 UTC (permalink / raw
To: gentoo-commits
commit: 1da9284438045e0032350ebbce76857b204df483
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 5 19:57:17 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Jul 5 19:57:17 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1da92844
dev-lisp/xmls: Drops old version. Updates to common-lisp-3 eclass
dev-lisp/xmls/xmls-1.2.ebuild | 29 -----------------------------
dev-lisp/xmls/xmls-1.5.ebuild | 5 ++---
dev-lisp/xmls/xmls-1.7.1.ebuild | 5 ++---
3 files changed, 4 insertions(+), 35 deletions(-)
diff --git a/dev-lisp/xmls/xmls-1.2.ebuild b/dev-lisp/xmls/xmls-1.2.ebuild
deleted file mode 100644
index c6764c47..00000000
--- a/dev-lisp/xmls/xmls-1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="XMLS is a small, simple, non-validating XML parser for Common Lisp."
-HOMEPAGE="http://www.common-lisp.net/project/xmls/
- http://www.cliki.net/xmls"
-SRC_URI="http://www.common-lisp.net/project/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dodoc Changelog
- dohtml README.html
- for i in ant beep cdata dav large misc namespace rdf soap xml-rpc; do
- docinto tests/${i}
- dodoc tests/${i}/*
- done
- dodoc run-tests.sh
-}
diff --git a/dev-lisp/xmls/xmls-1.5.ebuild b/dev-lisp/xmls/xmls-1.5.ebuild
index 7259363a..b8f67dd3 100644
--- a/dev-lisp/xmls/xmls-1.5.ebuild
+++ b/dev-lisp/xmls/xmls-1.5.ebuild
@@ -1,8 +1,7 @@
-# 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
diff --git a/dev-lisp/xmls/xmls-1.7.1.ebuild b/dev-lisp/xmls/xmls-1.7.1.ebuild
index 74073e85..fe6568ad 100644
--- a/dev-lisp/xmls/xmls-1.7.1.ebuild
+++ b/dev-lisp/xmls/xmls-1.7.1.ebuild
@@ -1,8 +1,7 @@
-# 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-05 19:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-05 19:57 [gentoo-commits] proj/lisp:master commit in: dev-lisp/xmls/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2016-10-02 15:06 José María Alonso
2015-05-28 17:33 José María Alonso
2013-07-18 20:15 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