* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-libxml2/
@ 2016-12-03 22:28 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-03 22:28 UTC (permalink / raw
To: gentoo-commits
commit: 31a7ae7e5d80d8f662acc35bfc6668fb48dbf150
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 22:28:36 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 22:28:36 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=31a7ae7e
dev-lisp/cl-libxml2: Updates header
dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
index d05dab8..d3838f1 100644
--- a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
+++ b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.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-3 eutils toolchain-funcs
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-libxml2/
@ 2017-07-07 10:38 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-07 10:38 UTC (permalink / raw
To: gentoo-commits
commit: 81e0e9d107487ccb7c1c40de213e0c4f62ac081c
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 10:38:23 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 10:38:23 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=81e0e9d1
dev-lisp/cl-libxml2: Updates header and EAPI
dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
index d3838f1b..42f9c0a2 100644
--- a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
+++ b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
-EAPI=2
+EAPI=6
+
inherit common-lisp-3 eutils toolchain-funcs
DESCRIPTION="High-level Common Lisp wrapper around libxml2 and libxslt."
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-libxml2/
@ 2018-03-18 16:12 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-18 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 6a004397360dae1a8171c6997414d03ad0ffef00
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 16:13:02 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 16:13:02 2018 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6a004397
dev-lisp/cl-libxml2: Drops package
dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild | 41 -----------------------------
1 file changed, 41 deletions(-)
diff --git a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild b/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
deleted file mode 100644
index 42f9c0a2..00000000
--- a/dev-lisp/cl-libxml2/cl-libxml2-0.3.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils toolchain-funcs
-
-DESCRIPTION="High-level Common Lisp wrapper around libxml2 and libxslt."
-HOMEPAGE="http://code.google.com/p/cl-libxml2/"
-SRC_URI="http://cl-libxml2.googlecode.com/files/${P}.tar.bz2"
-
-LICENSE="LLGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~sparc ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- dev-libs/libxslt"
-RDEPEND="${DEPEND}
- >=dev-lisp/cffi-0.10.2
- dev-lisp/iterate
- dev-lisp/puri
- dev-lisp/flexi-streams
- dev-lisp/alexandria
- >=dev-lisp/garbage-pools-0.1.2
- dev-lisp/metabang-bind
- dev-lisp/lift"
-
-src_compile () {
- make -C foreign CC=$(tc-getCC) || die "Cannot build helper library"
-}
-
-src_install () {
- common-lisp-install-sources html tree xfactory xoverlay xpath xslt test
- common-lisp-install-asdf
-
- dolib.so foreign/cllibxml2.so
-
- dodoc ChangeLog
- docinto examples && dodoc examples/*
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-18 16:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 16:12 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-libxml2/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-07 10:38 José María Alonso
2016-12-03 22:28 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