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
 

Reply via email to