[gentoo-commits] proj/lisp:master commit in: dev-lisp/closer-mop/

2017-07-02 Thread José María Alonso
commit: 2611ceb80dba9451347c3f49abfda935e0b13b3b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Jul  2 20:19:09 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Jul  2 20:19:09 2017 +
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..
--- 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
 



[gentoo-commits] proj/lisp:master commit in: dev-lisp/closer-mop/

2016-12-10 Thread José María Alonso
commit: 6d788043d355bdb4bfda24eb02b1fb2b8b1e3724
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sat Dec 10 16:45:05 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sat Dec 10 16:45:05 2016 +
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}



[gentoo-commits] proj/lisp:master commit in: dev-lisp/closer-mop/

2016-09-11 Thread José María Alonso
commit: f14df21466e17b560a9be88c7b3e123b8987a8f2
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Sep 11 12:26:00 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Sep 11 12:26:00 2016 +
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