commit: c71d214de8723626fa23f7dab951a4946f6e0b03 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Mar 17 21:49:54 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 21:49:54 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c71d214d
dev-lisp/cl-berkeley-db: Drops package .../cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild b/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild deleted file mode 100644 index a054c399..00000000 --- a/dev-lisp/cl-berkeley-db/cl-berkeley-db-0.3.0.ebuild +++ /dev/null @@ -1,28 +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 common-lisp wrapper to the Berkeley database library." -HOMEPAGE="http://common-lisp.net/project/cl-berkeley-db/" -SRC_URI="http://common-lisp.net/project/${PN}/dist/${P}.tar.gz" - -LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -SLOT="0" -IUSE="" - -RDEPEND="sys-libs/db:4.6 - dev-lisp/cffi - dev-lisp/trivial-garbage" - -CLSYSTEMS="src/${PN}" - -src_install() { - common-lisp-install-sources src/*.lisp - common-lisp-install-asdf - dodoc docs/AUTHORS - dohtml docs/{api,index.html,style.css} -}
