commit: e4b356d294f6d3d392f1ac180d1c9ce9f743cfec Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 21:35:15 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 21:35:15 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=e4b356d2
dev-lisp/trivial-ldap: Drops package dev-lisp/trivial-ldap/trivial-ldap-0.91.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-lisp/trivial-ldap/trivial-ldap-0.91.ebuild b/dev-lisp/trivial-ldap/trivial-ldap-0.91.ebuild deleted file mode 100644 index 51cef730..00000000 --- a/dev-lisp/trivial-ldap/trivial-ldap-0.91.ebuild +++ /dev/null @@ -1,25 +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 native Common Lisp LDAP client implementation of part of RFC 2251." -HOMEPAGE="http://homepage.mac.com/ignavusinfo/trivial-ldap/ http://www.cliki.net/trivial-ldap" -SRC_URI="http://homepage.mac.com/ignavusinfo/${PN}/${P}.tar.gz" - -LICENSE="Clarified-Artistic" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="dev-lisp/usocket - dev-lisp/cl-plus-ssl" - -src_install() { - common-lisp-install-sources ${PN}.lisp - common-lisp-install-asdf - dohtml trivial-ldap.html - docinto examples && dodoc example.lisp -}
