* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lw-compat/
@ 2016-12-04 17:48 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 553afcb3d8dd69828fe9552e679c0c10b7bfe4dd
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 17:48:04 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 17:48:04 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=553afcb3
dev-lisp/lw-compat: Updates header
dev-lisp/lw-compat/lw-compat-0.23.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/lw-compat/lw-compat-0.23.ebuild b/dev-lisp/lw-compat/lw-compat-0.23.ebuild
index 3479dd8..c56a61c 100644
--- a/dev-lisp/lw-compat/lw-compat-0.23.ebuild
+++ b/dev-lisp/lw-compat/lw-compat-0.23.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] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lw-compat/
@ 2016-12-04 17:58 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-04 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 60b57de271905d6f076d2ac78695418e9b781044
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 17:58:40 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 17:58:40 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=60b57de2
dev-lisp/lw-compat: Bumps version to 1.0.0
dev-lisp/lw-compat/lw-compat-1.0.0.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild b/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild
new file mode 100644
index 0000000..a7bf1a6
--- /dev/null
+++ b/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="A few utility functions from the LispWorks library"
+HOMEPAGE="http://common-lisp.net/project/closer"
+SRC_URI="https://github.com/pcostanza/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/lw-compat/
@ 2017-07-03 21:21 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-03 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 5546bb11018c5f4028d26429a16987bd43da89a5
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:21:11 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:21:11 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=5546bb11
dev-lisp/lw-compat: Updates to common-lisp-3 eclass
dev-lisp/lw-compat/lw-compat-0.23.ebuild | 20 --------------------
dev-lisp/lw-compat/lw-compat-1.0.0.ebuild | 3 +--
2 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/dev-lisp/lw-compat/lw-compat-0.23.ebuild b/dev-lisp/lw-compat/lw-compat-0.23.ebuild
deleted file mode 100644
index c56a61c7..00000000
--- a/dev-lisp/lw-compat/lw-compat-0.23.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp-2
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="LispWorks compatibility library for the Closer to MOP project."
-HOMEPAGE="http://common-lisp.net/project/closer/closer-mop.html"
-SRC_URI="http://common-lisp.net/project/closer/ftp/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}"
-
-S="${WORKDIR}"/${MY_P}
diff --git a/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild b/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild
index a7bf1a6b..0c7acc8b 100644
--- a/dev-lisp/lw-compat/lw-compat-1.0.0.ebuild
+++ b/dev-lisp/lw-compat/lw-compat-1.0.0.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
end of thread, other threads:[~2017-07-03 21:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 17:58 [gentoo-commits] proj/lisp:master commit in: dev-lisp/lw-compat/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-03 21:21 José María Alonso
2016-12-04 17:48 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