From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71C56138331 for ; Sun, 18 Mar 2018 22:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 208D3E0907; Sun, 18 Mar 2018 22:23:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC7FAE0905 for ; Sun, 18 Mar 2018 22:23:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1CD0335D5D for ; Sun, 18 Mar 2018 22:23:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E44A265 for ; Sun, 18 Mar 2018 22:23:55 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1521411850.1770494d6730ad4502a986c501e879efa89256bd.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/rsm-memo/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/rsm-memo/rsm-memo-1.1.3.ebuild X-VCS-Directories: dev-lisp/rsm-memo/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 1770494d6730ad4502a986c501e879efa89256bd X-VCS-Branch: master Date: Sun, 18 Mar 2018 22:23:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 30cf4ee4-a0bc-4cdf-8ac8-ab5a02344bb0 X-Archives-Hash: 2f750bc5171dc52a296eb3cda68e2aad commit: 1770494d6730ad4502a986c501e879efa89256bd Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Mar 18 22:24:10 2018 +0000 Commit: José María Alonso gentoo 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 -}