public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/closer-mop/
@ 2013-12-03 12:49 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2013-12-03 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     45be0b267da251d582f50a10dd85835489b1dbe0
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  3 12:50:27 2013 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Dec  3 12:50:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=45be0b26

dev-lisp/closer-mop: bump to version 1.0.0

---
 dev-lisp/closer-mop/closer-mop-1.0.0.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild b/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
new file mode 100644
index 0000000..1a942d2
--- /dev/null
+++ b/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
@@ -0,0 +1,28 @@
+# 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="closer-${PN}-4692dc1b392494dd439618e08657ecbbc8f39411"
+
+DESCRIPTION="Closer to MOP is a Common Lisp Metaobject Protocol compatibility layer."
+HOMEPAGE="http://common-lisp.net/project/closer/closer-mop.html"
+SRC_URI="http://sourceforge.net/code-snapshots/git/c/cl/closer/${PN}.git/${MY_P}.zip -> ${P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}"
+
+S="${WORKDIR}"/"${MY_P}"
+
+src_install() {
+	common-lisp-install-sources *.lisp
+	common-lisp-install-asdf
+	dodoc *.txt
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/closer-mop/
@ 2016-09-11 12:26 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-09-11 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     f14df21466e17b560a9be88c7b3e123b8987a8f2
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 11 12:26:00 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Sep 11 12:26:00 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=f14df214

dev-lisp/closer-mop: Update header and SRC_URI

 dev-lisp/closer-mop/closer-mop-0.61.ebuild  |  4 ++--
 dev-lisp/closer-mop/closer-mop-1.0.0.ebuild | 10 +++-------
 2 files changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-lisp/closer-mop/closer-mop-0.61.ebuild b/dev-lisp/closer-mop/closer-mop-0.61.ebuild
index e2a80c9..405529d 100644
--- a/dev-lisp/closer-mop/closer-mop-0.61.ebuild
+++ b/dev-lisp/closer-mop/closer-mop-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

diff --git a/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild b/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
index 1a942d2..1c956dc 100644
--- a/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
+++ b/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
@@ -1,16 +1,14 @@
-# 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
 
 inherit common-lisp-3
 
-MY_P="closer-${PN}-4692dc1b392494dd439618e08657ecbbc8f39411"
-
 DESCRIPTION="Closer to MOP is a Common Lisp Metaobject Protocol compatibility layer."
 HOMEPAGE="http://common-lisp.net/project/closer/closer-mop.html"
-SRC_URI="http://sourceforge.net/code-snapshots/git/c/cl/closer/${PN}.git/${MY_P}.zip -> ${P}.zip"
+SRC_URI="https://github.com/pcostanza/${PN}/archive/v${PV}.tar.gz -> ${PF}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -19,8 +17,6 @@ IUSE=""
 
 RDEPEND="!dev-lisp/cl-${PN}"
 
-S="${WORKDIR}"/"${MY_P}"
-
 src_install() {
 	common-lisp-install-sources *.lisp
 	common-lisp-install-asdf


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/lisp:master commit in: dev-lisp/closer-mop/
@ 2016-12-10 16:45 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2016-12-10 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6d788043d355bdb4bfda24eb02b1fb2b8b1e3724
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 16:45:05 2016 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 16:45:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=6d788043

-dev-lisp/closer-mop: Removes quotes from EAPI

 dev-lisp/closer-mop/closer-mop-0.61.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-lisp/closer-mop/closer-mop-0.61.ebuild b/dev-lisp/closer-mop/closer-mop-0.61.ebuild
index 405529d..1692dcc 100644
--- a/dev-lisp/closer-mop/closer-mop-0.61.ebuild
+++ b/dev-lisp/closer-mop/closer-mop-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/closer-mop/
@ 2017-07-02 20:19 José María Alonso
  0 siblings, 0 replies; 4+ messages in thread
From: José María Alonso @ 2017-07-02 20:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2611ceb80dba9451347c3f49abfda935e0b13b3b
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 20:19:09 2017 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 20:19:09 2017 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=2611ceb8

dev-lisp/close-mop: Drops old version. Updates header and EAPI

 dev-lisp/closer-mop/closer-mop-0.61.ebuild  | 28 ----------------------------
 dev-lisp/closer-mop/closer-mop-1.0.0.ebuild |  5 ++---
 2 files changed, 2 insertions(+), 31 deletions(-)

diff --git a/dev-lisp/closer-mop/closer-mop-0.61.ebuild b/dev-lisp/closer-mop/closer-mop-0.61.ebuild
deleted file mode 100644
index 1692dcc8..00000000
--- a/dev-lisp/closer-mop/closer-mop-0.61.ebuild
+++ /dev/null
@@ -1,28 +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="Closer to MOP is a Common Lisp Metaobject Protocol compatibility layer."
-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}
-
-src_install() {
-	common-lisp-install *.{asd,lisp} test/
-	common-lisp-symlink-asdf
-	dodoc *.txt
-}

diff --git a/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild b/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
index 1c956dcc..9dd2f9ee 100644
--- a/dev-lisp/closer-mop/closer-mop-1.0.0.ebuild
+++ b/dev-lisp/closer-mop/closer-mop-1.0.0.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-02 20:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-11 12:26 [gentoo-commits] proj/lisp:master commit in: dev-lisp/closer-mop/ José María Alonso
  -- strict thread matches above, loose matches on Subject: below --
2017-07-02 20:19 José María Alonso
2016-12-10 16:45 José María Alonso
2013-12-03 12:49 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