* [gentoo-commits] proj/lisp:master commit in: dev-lisp/contextl/
@ 2016-12-04 17:39 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 17:39 UTC (permalink / raw
To: gentoo-commits
commit: f779b953fc0d370444423fe27bc5aa070a552dfd
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 17:39:00 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 17:39:00 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f779b953
dev-lisp/contextl: Updates header
dev-lisp/contextl/contextl-0.61.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lisp/contextl/contextl-0.61.ebuild b/dev-lisp/contextl/contextl-0.61.ebuild
index 1cabb40..4839b9b 100644
--- a/dev-lisp/contextl/contextl-0.61.ebuild
+++ b/dev-lisp/contextl/contextl-0.61.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-2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/contextl/
@ 2016-12-04 17:41 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 17:41 UTC (permalink / raw
To: gentoo-commits
commit: c72aed40d05a6944c897bfc3d2a3c9ececf0a6b7
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 17:41:45 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 17:41:45 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c72aed40
dev-lisp/contextl: Removes quotes from EAPI
dev-lisp/contextl/contextl-0.61.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lisp/contextl/contextl-0.61.ebuild b/dev-lisp/contextl/contextl-0.61.ebuild
index 4839b9b..1bcf3cf 100644
--- a/dev-lisp/contextl/contextl-0.61.ebuild
+++ b/dev-lisp/contextl/contextl-0.61.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI=2
+
inherit common-lisp-2
MY_P=${PN}_${PV}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/contextl/
@ 2016-12-04 18:52 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-04 18:52 UTC (permalink / raw
To: gentoo-commits
commit: a34cce137f6f4b5e82319e0c67e30dff7bef5764
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 4 18:52:33 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 18:52:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=a34cce13
dev-lisp/contextl: Bumps version to 1.0.0
dev-lisp/contextl/contextl-1.0.0.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/dev-lisp/contextl/contextl-1.0.0.ebuild b/dev-lisp/contextl/contextl-1.0.0.ebuild
new file mode 100644
index 0000000..5834ee2
--- /dev/null
+++ b/dev-lisp/contextl/contextl-1.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit common-lisp-3
+
+DESCRIPTION="CLOS extension for context-oriented Programming"
+HOMEPAGE="http://common-lisp.net/project/closer/"
+SRC_URI="https://github.com/pcostanza/contextl/archive/v1.0.0.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+ dev-lisp/lw-compat
+ >=dev-lisp/closer-mop-0.60"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/contextl/
@ 2017-07-07 9:04 José María Alonso
0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-07 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 0b2a7753360c1861a180e6e99624a29ebe6df811
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 09:04:59 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 09:04:59 2017 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0b2a7753
dev-lisp/contextl: Drops old version. Updates header
dev-lisp/contextl/contextl-0.61.ebuild | 29 -----------------------------
dev-lisp/contextl/contextl-1.0.0.ebuild | 3 +--
2 files changed, 1 insertion(+), 31 deletions(-)
diff --git a/dev-lisp/contextl/contextl-0.61.ebuild b/dev-lisp/contextl/contextl-0.61.ebuild
deleted file mode 100644
index 1bcf3cfe..00000000
--- a/dev-lisp/contextl/contextl-0.61.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-inherit common-lisp-2
-
-MY_P=${PN}_${PV}
-
-DESCRIPTION="CLOS extension for context-oriented Programming"
-HOMEPAGE="http://common-lisp.net/project/closer/"
-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}
- dev-lisp/lw-compat
- >=dev-lisp/closer-mop-0.60"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
- common-lisp-install *.{lisp,asd} test/*.lisp
- common-lisp-symlink-asdf
-}
diff --git a/dev-lisp/contextl/contextl-1.0.0.ebuild b/dev-lisp/contextl/contextl-1.0.0.ebuild
index 5834ee2b..29317419 100644
--- a/dev-lisp/contextl/contextl-1.0.0.ebuild
+++ b/dev-lisp/contextl/contextl-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] 4+ messages in thread
end of thread, other threads:[~2017-07-07 9:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 18:52 [gentoo-commits] proj/lisp:master commit in: dev-lisp/contextl/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-07 9:04 José María Alonso
2016-12-04 17:41 José María Alonso
2016-12-04 17:39 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