diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:59:50 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:59:50 +0000 |
commit | 14ae3b46e71abff46e83afafc9a38495a3672436 (patch) | |
tree | 9720b8c94b552fcc0cffe27171ae3d0dfd7c2a71 /dev-lisp/cl-binary-types | |
parent | pkgconfig not in RDEPEND any longer, also did some cleanup. new upstream vers... (diff) | |
download | gentoo-2-14ae3b46e71abff46e83afafc9a38495a3672436.tar.gz gentoo-2-14ae3b46e71abff46e83afafc9a38495a3672436.tar.bz2 gentoo-2-14ae3b46e71abff46e83afafc9a38495a3672436.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-binary-types')
7 files changed, 7 insertions, 98 deletions
diff --git a/dev-lisp/cl-binary-types/ChangeLog b/dev-lisp/cl-binary-types/ChangeLog index 7f8c747b15e0..4f19e41d4fba 100644 --- a/dev-lisp/cl-binary-types/ChangeLog +++ b/dev-lisp/cl-binary-types/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-binary-types # Copyright 2000-2005 Gentoo Foundation and Matthew Kennedy <mkennedy@gentoo.org>; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/ChangeLog,v 1.7 2005/03/18 08:19:56 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/ChangeLog,v 1.8 2005/04/15 18:54:54 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-binary-types-0.90.ebuild: + Keywording ~ppc, x86 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-binary-types-0.90.ebuild: diff --git a/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild b/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild deleted file mode 100644 index 6f4fb92c8631..000000000000 --- a/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild,v 1.4 2004/07/14 15:22:14 agriffis Exp $ - -inherit common-lisp eutils - -DEB_PV=1 - -DESCRIPTION="Binary-types is a Library for accessing binary files with fixed bit-length code-words. Binary-types provides macros that are used to declare the mapping between Common Lisp objects and some binary (i.e. octet-based) representation." -HOMEPAGE="http://www.cliki.net/Binary-types http://www.cs.uit.no/~frodef/sw/binary-types/" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-binary-types/cl-binary-types_${PV}.orig.tar.gz - http://ftp.debian.org/debian/pool/main/c/cl-binary-types/cl-binary-types_${PV}-${DEB_PV}.diff.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=binary-types - - -src_unpack() { - unpack ${A} - epatch cl-binary-types_${PV}-${DEB_PV}.diff - epatch ${FILESDIR}/${PV}-gentoo.patch -} - -src_install() { - common-lisp-install ${FILESDIR}/binary-types.asd *.lisp - common-lisp-system-symlink - dodoc README-bitfield COPYING ChangeLog type-hierarchy.ps README example.lisp - do-debian-credits -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} diff --git a/dev-lisp/cl-binary-types/cl-binary-types-0.84.ebuild b/dev-lisp/cl-binary-types/cl-binary-types-0.84.ebuild deleted file mode 100644 index d699081f7c3e..000000000000 --- a/dev-lisp/cl-binary-types/cl-binary-types-0.84.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.84.ebuild,v 1.2 2004/06/24 23:41:36 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="Binary-types is a Library for accessing binary files with fixed bit-length code-words. Binary-types provides macros that are used to declare the mapping between Common Lisp objects and some binary (i.e. octet-based) representation." -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/binary-types/binary-types-${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=binary-types - -S=${WORKDIR}/${P/cl-/} - -src_install() { - common-lisp-install ${FILESDIR}/binary-types.asd *.lisp - common-lisp-system-symlink - dodoc README-bitfield COPYING ChangeLog type-hierarchy.ps README example.lisp -} diff --git a/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild b/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild index aeb0d6421dc2..9a5507374966 100644 --- a/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild +++ b/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild,v 1.5 2005/03/18 08:19:56 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.90.ebuild,v 1.6 2005/04/15 18:54:54 mkennedy Exp $ inherit common-lisp eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.cs.uit.no/~frodef/sw/binary-types/binary-types-0.90.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-binary-types/files/0.84.1-gentoo.patch b/dev-lisp/cl-binary-types/files/0.84.1-gentoo.patch deleted file mode 100644 index da20f49ed079..000000000000 --- a/dev-lisp/cl-binary-types/files/0.84.1-gentoo.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -u cl-binary-types-0.84.1.orig/binary-types.lisp cl-binary-types-0.84.1/binary-types.lisp ---- cl-binary-types-0.84.1.orig/binary-types.lisp 2002-10-25 06:20:52.000000000 -0500 -+++ cl-binary-types-0.84.1/binary-types.lisp 2003-10-15 15:47:45.949101320 -0500 -@@ -1,7 +1,7 @@ - ;;;;------------------------------------------------------------------ - ;;;; - ;;;; Copyright (C) 200120001999, --;;;; Department of Computer Science, University of Tromsø, Norway -+;;;; Department of Computer Science, University of Tromso, Norway - ;;;; - ;;;; Filename: binary-types.lisp - ;;;; Description: Reading and writing of binary data in streams. -@@ -433,7 +433,7 @@ - (unless (typep type 'binary-record) - (setf type (find-binary-type type))) - (unless (typep type 'binary-record) -- (error "~S is not of RECORD type.")) -+ (error "~S is not of RECORD type." type)) - (unless (find-if #'(lambda (slot) - (eq slot-name (record-slot-name slot))) - (binary-record-slots type)) -Only in cl-binary-types-0.84.1: binary-types.lisp~ diff --git a/dev-lisp/cl-binary-types/files/digest-cl-binary-types-0.84 b/dev-lisp/cl-binary-types/files/digest-cl-binary-types-0.84 deleted file mode 100644 index 70358376d3f4..000000000000 --- a/dev-lisp/cl-binary-types/files/digest-cl-binary-types-0.84 +++ /dev/null @@ -1 +0,0 @@ -MD5 25b0397203e0129f63fd3d48ce515dc5 binary-types-0.84.tar.gz 18616 diff --git a/dev-lisp/cl-binary-types/files/digest-cl-binary-types-0.84.1 b/dev-lisp/cl-binary-types/files/digest-cl-binary-types-0.84.1 deleted file mode 100644 index 9ea2fb3fef2d..000000000000 --- a/dev-lisp/cl-binary-types/files/digest-cl-binary-types-0.84.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 f8c7d587976b043c2777aa80fbc5cc68 cl-binary-types_0.84.1.orig.tar.gz 18536 -MD5 177c24987328d5b1e3b1ced0cbcf28b6 cl-binary-types_0.84.1-1.diff.gz 2847 |