commit: 11e9d5441c3affcf04d69f5d0eaabf3763c20e00 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 20:59:17 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 20:59:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=11e9d544
dev-lisp/common-idioms: Drops package dev-lisp/common-idioms/common-idioms-3.ebuild | 33 --------------------------- 1 file changed, 33 deletions(-) diff --git a/dev-lisp/common-idioms/common-idioms-3.ebuild b/dev-lisp/common-idioms/common-idioms-3.ebuild deleted file mode 100644 index 0c6383fa..00000000 --- a/dev-lisp/common-idioms/common-idioms-3.ebuild +++ /dev/null @@ -1,33 +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 small Common Lisp library implementing various Common Lisp idioms." -HOMEPAGE="http://www.unmutual.info/software/old/common-idioms/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -src_unpack() { - unpack ${A} -} - -src_prepare() { - rm -f "${S}"/Makefile -} - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dodoc README - dohtml docs/*.{html,css} - dohtml -r docs/icons -}
