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

2018-03-18 Thread José María Alonso
commit: e9637c1a9d563ab43c74d19135b0ca4e7f318e1b
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Sun Mar 18 21:36:32 2018 +
Commit: José María Alonso  gentoo  org>
CommitDate: Sun Mar 18 21:36:32 2018 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e9637c1a

dev-lisp/montezuma: Drops package

 dev-lisp/montezuma/montezuma-0.1.3.ebuild | 31 ---
 1 file changed, 31 deletions(-)

diff --git a/dev-lisp/montezuma/montezuma-0.1.3.ebuild 
b/dev-lisp/montezuma/montezuma-0.1.3.ebuild
deleted file mode 100644
index c5e579bf..
--- a/dev-lisp/montezuma/montezuma-0.1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3
-
-DESCRIPTION="A fast, useful text search engine library written entirely in 
pure Common Lisp."
-HOMEPAGE="http://code.google.com/p/montezuma/";
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lisp/cl-ppcre
-dev-lisp/cl-fad
-dev-lisp/babel"
-
-CLSYSTEMS="${PN} contrib/${PN}-indexfiles/${PN}-indexfiles"
-
-src_prepare() {
-   rm -rf "${S}"/contrib/montezuma-indexfiles/{COPYING,_darcs}
-}
-
-src_install() {
-   common-lisp-install-sources src/ contrib/ tests/
-   common-lisp-install-asdf
-   dodoc BUGS.txt README.txt TUTORIAL.txt
-}



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

2017-07-06 Thread José María Alonso
commit: 00886bcf4896a643622d79277397ff1c76323e2a
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Thu Jul  6 21:00:51 2017 +
Commit: José María Alonso  gentoo  org>
CommitDate: Thu Jul  6 21:00:51 2017 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=00886bcf

dev-lisp/montezuma: Updates to common-lisp-3 eclass

 dev-lisp/montezuma/montezuma-0.1.3.ebuild | 11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-lisp/montezuma/montezuma-0.1.3.ebuild 
b/dev-lisp/montezuma/montezuma-0.1.3.ebuild
index 24206c9c..c5e579bf 100644
--- a/dev-lisp/montezuma/montezuma-0.1.3.ebuild
+++ b/dev-lisp/montezuma/montezuma-0.1.3.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI=2
+EAPI=6
 
-inherit common-lisp-2
+inherit common-lisp-3
 
 DESCRIPTION="A fast, useful text search engine library written entirely in 
pure Common Lisp."
 HOMEPAGE="http://code.google.com/p/montezuma/";
@@ -26,7 +25,7 @@ src_prepare() {
 }
 
 src_install() {
-   common-lisp-install ${PN}.asd src/ contrib/ tests/
-   common-lisp-symlink-asdf
+   common-lisp-install-sources src/ contrib/ tests/
+   common-lisp-install-asdf
dodoc BUGS.txt README.txt TUTORIAL.txt
 }



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

2016-12-07 Thread José María Alonso
commit: 8bcd4f1a79cbd74b5c863a8290140bc2343739b6
Author: Chema Alonso Josa  gentoo  org>
AuthorDate: Wed Dec  7 18:17:46 2016 +
Commit: José María Alonso  gentoo  org>
CommitDate: Wed Dec  7 18:17:46 2016 +
URL:https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8bcd4f1a

dev-lisp/montezuma: Updates header

 dev-lisp/montezuma/montezuma-0.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lisp/montezuma/montezuma-0.1.3.ebuild 
b/dev-lisp/montezuma/montezuma-0.1.3.ebuild
index 3de6682..24206c9 100644
--- a/dev-lisp/montezuma/montezuma-0.1.3.ebuild
+++ b/dev-lisp/montezuma/montezuma-0.1.3.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