public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/lisp:master commit in: dev-lisp/sb-readline/, dev-lisp/sb-readline/files/
@ 2018-03-18 15:29 José María Alonso
  0 siblings, 0 replies; only message in thread
From: José María Alonso @ 2018-03-18 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     cba0283a7cd87fc283e8a45035c312b5e4605046
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 18 15:29:28 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sun Mar 18 15:29:28 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=cba0283a

dev-lisp/sb-readline: Drops package

 .../files/0.1-load-foreign-library-gentoo.patch    | 14 ---------
 dev-lisp/sb-readline/sb-readline-0.1.ebuild        | 34 ----------------------
 2 files changed, 48 deletions(-)

diff --git a/dev-lisp/sb-readline/files/0.1-load-foreign-library-gentoo.patch b/dev-lisp/sb-readline/files/0.1-load-foreign-library-gentoo.patch
deleted file mode 100644
index 66fa09fc..00000000
--- a/dev-lisp/sb-readline/files/0.1-load-foreign-library-gentoo.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur sb-readline-0.1.orig/sb-readline.lisp sb-readline-0.1/sb-readline.lisp
---- sb-readline-0.1.orig/sb-readline.lisp       2003-06-09 10:41:47.000000000 -0500
-+++ sb-readline-0.1/sb-readline.lisp    2005-09-20 10:24:58.000000000 -0500
-@@ -8,8 +8,8 @@
- (in-package :readline)
-
- (eval-when (:compile-toplevel :load-toplevel :execute)
--  (load-1-foreign "/lib/libncurses.so")
--  (load-1-foreign "/lib/libreadline.so"))
-+  (load-shared-object "/lib/libncurses.so")
-+  (load-shared-object "/lib/libreadline.so"))
-
- (define-alien-routine "add_history" void (command c-string))
- (define-alien-routine "readline" c-string (prompt c-string))

diff --git a/dev-lisp/sb-readline/sb-readline-0.1.ebuild b/dev-lisp/sb-readline/sb-readline-0.1.ebuild
deleted file mode 100644
index 0c54546d..00000000
--- a/dev-lisp/sb-readline/sb-readline-0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit common-lisp-3 eutils
-
-DESCRIPTION="Implementation of GNU Readline support for SBCL"
-HOMEPAGE="http://www.cliki.net/sb-readline"
-SRC_URI="http://www.caddr.com/lisp/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="!dev-lisp/cl-${PN}
-		dev-lisp/sbcl
-		sys-libs/readline"
-
-src_unpack() {
-	unpack ${A}
-}
-
-src_prepare() {
-	eapply "${FILESDIR}"/${PV}-load-foreign-library-gentoo.patch
-	eapply_user
-}
-
-src_install() {
-	common-lisp-install-sources sb-readline.lisp
-	common-lisp-install-asdf
-	dohtml README.html
-}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-18 15:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-18 15:29 [gentoo-commits] proj/lisp:master commit in: dev-lisp/sb-readline/, dev-lisp/sb-readline/files/ José María Alonso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox