commit:     e608f233f78ef2447afcdf819bf39631d041944d
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=e608f233

dev-lisp/rsm-modal: Drops package

 .../files/1.2-gentoo-fix-defconstant.patch         | 19 ------------
 dev-lisp/rsm-modal/rsm-modal-1.2.ebuild            | 35 ----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-lisp/rsm-modal/files/1.2-gentoo-fix-defconstant.patch 
b/dev-lisp/rsm-modal/files/1.2-gentoo-fix-defconstant.patch
deleted file mode 100644
index c515cdb1..00000000
--- a/dev-lisp/rsm-modal/files/1.2-gentoo-fix-defconstant.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Naur cl-rsm-modal.orig/modal.lisp cl-rsm-modal/modal.lisp
---- cl-rsm-modal.orig/modal.lisp       2003-09-11 18:40:26.000000000 +0200
-+++ cl-rsm-modal/modal.lisp    2008-12-16 01:36:17.000000000 +0100
-@@ -34,10 +34,11 @@
-     (make-hash-table :test #'equalp)
-   "Stores modal systems by name.")
- 
--(defconstant +primitive-truth-function+
--    #'(lambda (world prop)
--        (declare (ignore world prop))
--        nil)
-+(defun always-false (world prop)
-+  (declare (ignore world prop))
-+  nil)
-+
-+(defconstant +primitive-truth-function+ 'always-false
-   "The default function to compute the default value of 
- a proposition in a given world."
-   )

diff --git a/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild 
b/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild
deleted file mode 100644
index d2b67085..00000000
--- a/dev-lisp/rsm-modal/rsm-modal-1.2.ebuild
+++ /dev/null
@@ -1,35 +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 Modal Logic Library."
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-rsm-modal";
-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}
-               dev-lisp/cl-plus"
-
-S="${WORKDIR}"/cl-${PN}
-
-src_unpack() {
-       unpack ${A}
-}
-
-src_prepare() {
-       eapply "${FILESDIR}"/${PV}-gentoo-fix-defconstant.patch
-       eapply_user
-}
-
-src_install() {
-       common-lisp-install-sources *.lisp
-       common-lisp-install-asdf
-       dohtml ${PN}.html
-}

Reply via email to