* [gentoo-commits] proj/lisp:master commit in: dev-lisp/montezuma/
@ 2016-12-07 18:17 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2016-12-07 18:17 UTC (permalink / raw
To: gentoo-commits
commit: 8bcd4f1a79cbd74b5c863a8290140bc2343739b6
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 7 18:17:46 2016 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Wed Dec 7 18:17:46 2016 +0000
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/montezuma/
@ 2017-07-06 21:00 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2017-07-06 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 00886bcf4896a643622d79277397ff1c76323e2a
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 21:00:51 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 21:00:51 2017 +0000
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
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/montezuma/
@ 2018-03-18 21:36 José María Alonso
0 siblings, 0 replies; 3+ messages in thread
From: José María Alonso @ 2018-03-18 21:36 UTC (permalink / raw
To: gentoo-commits
commit: e9637c1a9d563ab43c74d19135b0ca4e7f318e1b
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 21:36:32 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 21:36:32 2018 +0000
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..00000000
--- 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
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-18 21:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 18:17 [gentoo-commits] proj/lisp:master commit in: dev-lisp/montezuma/ José María Alonso
-- strict thread matches above, loose matches on Subject: below --
2017-07-06 21:00 José María Alonso
2018-03-18 21:36 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