* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-log/
@ 2013-12-02 14:56 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2013-12-02 14:56 UTC (permalink / raw
To: gentoo-commits
commit: ba419babd15e2138cedc825e33b917bbac6cb983
Author: Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 14:57:01 2013 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 14:57:01 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=ba419bab
dev-lisp/cl-log: bump to version 1.0.1
---
dev-lisp/cl-log/cl-log-1.0.1.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-lisp/cl-log/cl-log-1.0.1.ebuild b/dev-lisp/cl-log/cl-log-1.0.1.ebuild
new file mode 100644
index 0000000..028a1d1
--- /dev/null
+++ b/dev-lisp/cl-log/cl-log-1.0.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="${PN}"."${PV}"
+
+DESCRIPTION="CL-LOG is a general purpose logging utility."
+HOMEPAGE="http://www.nicklevine.org/cl-log/"
+SRC_URI="http://www.nicklevine.org/cl-log/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}"/"${MY_P}"
+
+src_install() {
+ common-lisp-install-sources *.lisp
+ common-lisp-install-asdf
+ dodoc doc/index.txt
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-log/
@ 2016-09-11 17:30 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-09-11 17:30 UTC (permalink / raw
To: gentoo-commits
commit: adaa0cc5dc0684a0e560ef407ae0acc5f1a0b5b7
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 17:30:30 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 17:30:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=adaa0cc5
dev-lisp/cl-log: Update header
dev-lisp/cl-log/cl-log-0.1.0.ebuild | 4 ++--
dev-lisp/cl-log/cl-log-1.0.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-lisp/cl-log/cl-log-0.1.0.ebuild b/dev-lisp/cl-log/cl-log-0.1.0.ebuild
index 0bef04c..b1825cc 100644
--- a/dev-lisp/cl-log/cl-log-0.1.0.ebuild
+++ b/dev-lisp/cl-log/cl-log-0.1.0.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/cl-log/cl-log-1.0.1.ebuild b/dev-lisp/cl-log/cl-log-1.0.1.ebuild
index 028a1d1..760351e 100644
--- a/dev-lisp/cl-log/cl-log-1.0.1.ebuild
+++ b/dev-lisp/cl-log/cl-log-1.0.1.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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-log/
@ 2017-07-02 20:47 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-02 20:47 UTC (permalink / raw
To: gentoo-commits
commit: 69b3a2124f56ad56ab529b10068c6b2a18135059
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 20:47:02 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 20:47:02 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=69b3a212
dev-lisp/cl-log: Drops old version. Updates header and EAPI
dev-lisp/cl-log/cl-log-0.1.0.ebuild | 27 ---------------------------
dev-lisp/cl-log/cl-log-1.0.1.ebuild | 5 ++---
2 files changed, 2 insertions(+), 30 deletions(-)
diff --git a/dev-lisp/cl-log/cl-log-0.1.0.ebuild b/dev-lisp/cl-log/cl-log-0.1.0.ebuild
deleted file mode 100644
index b1825ccb..00000000
--- a/dev-lisp/cl-log/cl-log-0.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-DESCRIPTION="CL-LOG is a general purpose logging utility."
-HOMEPAGE="http://www.nicklevine.org/cl-log/"
-SRC_URI="http://www.nicklevine.org/cl-log/${PN}.${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- mv "${S}"/${PN}.asdf "${S}"/${PN}.asd
-}
-
-src_install() {
- common-lisp-install *.{lisp,asd}
- common-lisp-symlink-asdf
- dodoc doc/index.txt
-}
diff --git a/dev-lisp/cl-log/cl-log-1.0.1.ebuild b/dev-lisp/cl-log/cl-log-1.0.1.ebuild
index 760351e9..239bca60 100644
--- a/dev-lisp/cl-log/cl-log-1.0.1.ebuild
+++ b/dev-lisp/cl-log/cl-log-1.0.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] 3+ messages in thread
end of thread, other threads:[~2017-07-02 20:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 17:30 [gentoo-commits] proj/lisp:master commit in: dev-lisp/cl-log/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-02 20:47 José María Alonso
2013-12-02 14:56 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