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 -}
