summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChema Alonso Josa <nimiux@gentoo.org>2018-03-18 23:24:10 +0100
committerChema Alonso Josa <nimiux@gentoo.org>2018-03-18 23:24:10 +0100
commit0d7f5aaafd8cb992665ff37e8f98a7f5cd5944c0 (patch)
tree5e73a0576caa99ece692fe2a5b0ba7e1cb9ce5a0
parentdev-lisp/rsm-filter: Drops package (diff)
downloadlisp-0d7f5aaafd8cb992665ff37e8f98a7f5cd5944c0.tar.gz
lisp-0d7f5aaafd8cb992665ff37e8f98a7f5cd5944c0.tar.bz2
lisp-0d7f5aaafd8cb992665ff37e8f98a7f5cd5944c0.zip
dev-lisp/rsm-finance: Drops package
-rw-r--r--dev-lisp/rsm-finance/Manifest2
-rw-r--r--dev-lisp/rsm-finance/rsm-finance-1.3.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-lisp/rsm-finance/Manifest b/dev-lisp/rsm-finance/Manifest
deleted file mode 100644
index 355a4f6c..00000000
--- a/dev-lisp/rsm-finance/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST cl-rsm-finance_1.3.tar.gz 13348 SHA256 250ca113db2a6ac54dc86ffa5180f84ed55ed70e914e0a845942e812cf00e05c
-EBUILD rsm-finance-1.3.ebuild 561 SHA256 b1b3edfecc7c1c55de3a60fbcf05c65c035332e9bf230dbb04b2b46d51f82778 SHA512 46fd1bca9811a5b71f4aac3890abb71a3dd3147c61a9d423f3c9bb23997bf5b1ad2f61a80d91d83ecb6e7776b0c5249fedc19b4174d701bb95e63372cbcf4142 WHIRLPOOL 95e38beac9614ea73372139e0d6171cdf3d15a404fdef7d41dbcd47b99097c63d618bb8e5bfff382e8768e92553abf54462b322e7edbd81c8d716004d635ce98
diff --git a/dev-lisp/rsm-finance/rsm-finance-1.3.ebuild b/dev-lisp/rsm-finance/rsm-finance-1.3.ebuild
deleted file mode 100644
index c8df1866..00000000
--- a/dev-lisp/rsm-finance/rsm-finance-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 Finance Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-finance"
-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
-}