commit: 774780e2b90b135f07fe75eb855a13ca29616d46 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Fri Jul 7 09:43:55 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 09:43:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=774780e2
dev-lisp/cl-sqlite: Drops old version. Updates header dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild | 31 ------------------------------- dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild | 5 ++--- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild deleted file mode 100644 index d977cd87..00000000 --- a/dev-lisp/cl-sqlite/cl-sqlite-0.1.5.ebuild +++ /dev/null @@ -1,31 +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 - -DESCRIPTION="A CommonLisp interface to the SQLite embedded relational database engine." -HOMEPAGE="http://common-lisp.net/project/cl-sqlite/" -SRC_URI="http://common-lisp.net/project/${PN}/releases/${P}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/cffi - dev-lisp/iterate - dev-lisp/fiveam - dev-db/sqlite:3" - -CLSYSTEMS="sqlite sqlite-tests" - -S="${WORKDIR}"/${PN} - -src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf - dohtml index.html style.css -} diff --git a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild b/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild index 761786cd..ab0a673f 100644 --- a/dev-lisp/cl-sqlite/cl-sqlite-0.2.ebuild +++ b/dev-lisp/cl-sqlite/cl-sqlite-0.2.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
