commit: 1770494d6730ad4502a986c501e879efa89256bd Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 22:24:10 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 22:24:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1770494d
dev-lisp/rsm-memo: Drops package dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild b/dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild deleted file mode 100644 index a7641357..00000000 --- a/dev-lisp/rsm-memo/rsm-memo-1.1.3.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="R. Scott McIntire's Common Lisp Memoization Library." -HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-memo" -SRC_URI="mirror://debian/pool/main/c/cl-${PN}/cl-${PN}_${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -S="${WORKDIR}"/cl-${PN} - -src_install() { - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dohtml ${PN}.html -}
