commit: 80a1d96ae374c81d1ac83bf08e50eed5f0f2891c Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sun Mar 18 16:14:26 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sun Mar 18 16:14:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=80a1d96a
dev-lisp/binary-types: Drops package dev-lisp/binary-types/binary-types-0.90.ebuild | 36 -------------------------- dev-lisp/binary-types/files/0.90-gentoo.patch | 26 ------------------- dev-lisp/binary-types/files/binary-types.asd | 15 ----------- 3 files changed, 77 deletions(-) diff --git a/dev-lisp/binary-types/binary-types-0.90.ebuild b/dev-lisp/binary-types/binary-types-0.90.ebuild deleted file mode 100644 index 7e8395dc..00000000 --- a/dev-lisp/binary-types/binary-types-0.90.ebuild +++ /dev/null @@ -1,36 +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 - -# binary-types moved to http://www.common-lisp.net/project/movitz recently - -DESCRIPTION="Library for accessing binary files with fixed bit-length code-words." -HOMEPAGE="http://www.cliki.net/Binary-types - http://www.cs.uit.no/~frodef/sw/binary-types/" -SRC_URI="http://www.cs.uit.no/~frodef/sw/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN}" - -src_unpack() { - unpack ${A} -} - -src_prepare() { - eapply "${FILESDIR}"/${PV}-gentoo.patch - eapply_user -} - -src_install() { - cp "${FILESDIR}"/binary-types.asd "${S}" || die - common-lisp-install-sources *.lisp - common-lisp-install-asdf - dodoc example.lisp README README-bitfield ChangeLog type-hierarchy.{ps,png} -} diff --git a/dev-lisp/binary-types/files/0.90-gentoo.patch b/dev-lisp/binary-types/files/0.90-gentoo.patch deleted file mode 100644 index b11f1596..00000000 --- a/dev-lisp/binary-types/files/0.90-gentoo.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- binary-types-0.90.old/binary-types.lisp 2003-12-11 05:33:21.000000000 -0600 -+++ binary-types-0.90/binary-types.lisp 2004-02-11 12:24:53.862896224 -0600 -@@ -417,14 +417,15 @@ - ;;;(defun record-slot-type (s) (second s)) - ;;;(defun record-slot-on-write (s) (third s)) - --(defstruct record-slot -- name -- type -- map-write -- map-read -- map-read-delayed -- hidden-read-slot -- tags) ; for map-read-delayed, the binary value is stored here. -+(eval-when (:execute :load-toplevel :compile-toplevel) -+ (defstruct record-slot -+ name -+ type -+ map-write -+ map-read -+ map-read-delayed -+ hidden-read-slot -+ tags)) ; for map-read-delayed, the binary value is stored here. - - (defmethod make-load-form ((object record-slot) &optional environment) - (declare (ignore environment)) diff --git a/dev-lisp/binary-types/files/binary-types.asd b/dev-lisp/binary-types/files/binary-types.asd deleted file mode 100644 index 4a50d3ce..00000000 --- a/dev-lisp/binary-types/files/binary-types.asd +++ /dev/null @@ -1,15 +0,0 @@ -;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- - -(defpackage binary-types-system - (:use :asdf :common-lisp)) - -(in-package :binary-types-system) - -(defsystem binary-types - :name "cl-binary-types" - :author "Frode Vatvedt Fjeld <[email protected]>" - :perform (load-op :after (op binary-types) - (pushnew :binary-types cl:*features*)) - :components ((:file "binary-types"))) - -;; binary-types.asd ends here
