commit: 0d107d2d7242776a16173c6120f975060cab25cf Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 22:15:41 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 22:15:41 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0d107d2d
dev-lisp/s-base64: Drops package dev-lisp/s-base64/s-base64-20060521.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-lisp/s-base64/s-base64-20060521.ebuild b/dev-lisp/s-base64/s-base64-20060521.ebuild deleted file mode 100644 index aac5c70f..00000000 --- a/dev-lisp/s-base64/s-base64-20060521.ebuild +++ /dev/null @@ -1,29 +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 implementation of Bse64 Encoding/Decoding." -HOMEPAGE="http://homepage.mac.com/svc/s-base64/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -src_unpack() { - unpack ${A} - rm "${S}"/Makefile || die -} - -src_install() { - common-lisp-install-sources src test - common-lisp-install-asdf - dohtml doc/*.html - dodoc README.txt -}
