diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 20:28:50 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 20:28:50 +0000 |
commit | 4d55b0685b197a7ff11ffcb7a7823fab77baac73 (patch) | |
tree | e92095cabde06697617dc2fd04574d7bda324234 /dev-lisp | |
parent | Stable on ppc. (diff) | |
download | historical-4d55b0685b197a7ff11ffcb7a7823fab77baac73.tar.gz historical-4d55b0685b197a7ff11ffcb7a7823fab77baac73.tar.bz2 historical-4d55b0685b197a7ff11ffcb7a7823fab77baac73.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp')
70 files changed, 84 insertions, 1240 deletions
diff --git a/dev-lisp/cl-arnesi/ChangeLog b/dev-lisp/cl-arnesi/ChangeLog index 2206373b6350..a65b94342e08 100644 --- a/dev-lisp/cl-arnesi/ChangeLog +++ b/dev-lisp/cl-arnesi/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lisp/cl-arnesi # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/ChangeLog,v 1.10 2005/03/18 07:34:21 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/ChangeLog,v 1.11 2005/04/15 20:23:42 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -files/1.2.34-gentoo.patch, -files/1.1.0-clisp-specials-gentoo.patch, + -files/1.1.0-sbcl-toplevel-gentoo.patch, -files/1.1.1-clisp-gentoo.patch, + -cl-arnesi-1.2_p47.ebuild, -cl-arnesi-1.2.0.ebuild, + -cl-arnesi-1.2.3.ebuild, -cl-arnesi-1.2.34.ebuild, cl-arnesi-1.3.ebuild: + Keywording x86, ~ppc 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-arnesi-1.3.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.2.0.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.2.0.ebuild deleted file mode 100644 index 0c5d56f776b4..000000000000 --- a/dev-lisp/cl-arnesi/cl-arnesi-1.2.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/cl-arnesi-1.2.0.ebuild,v 1.3 2005/02/17 08:47:14 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="arnesi is a collection of small bits and pieces of common lisp code." -HOMEPAGE="http://www.common-lisp.net/project/bese/#arnesi" -SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/arnesi_${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=arnesi - -S=${WORKDIR}/arnesi_${PV} - -src_unpack() { - unpack ${A} - find ${S}/ -type d -name .arch-ids -exec rm -rf '{}' \; &>/dev/null -} - -src_install() { - dodir /usr/share/common-lisp/source/arnesi - dodir /usr/share/common-lisp/systems - cp -R src ${D}/usr/share/common-lisp/source/arnesi/ - common-lisp-install arnesi.asd - common-lisp-system-symlink - dosym /usr/share/common-lisp/source/arnesi/arnesi.asd \ - /usr/share/common-lisp/systems/ - dodoc docs/arnesi.pdf -} diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.2.3.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.2.3.ebuild deleted file mode 100644 index 7f8bbe1642d2..000000000000 --- a/dev-lisp/cl-arnesi/cl-arnesi-1.2.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/cl-arnesi-1.2.3.ebuild,v 1.2 2005/02/17 08:47:14 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="arnesi is a collection of small bits and pieces of common lisp code." -HOMEPAGE="http://common-lisp.net/project/bese/arnesi.html" -SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/arnesi_${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=arnesi - -S=${WORKDIR}/arnesi_${PV} - -src_unpack() { - unpack ${A} - find ${S}/ -type d -name .arch-ids -exec rm -rf '{}' \; &>/dev/null -} - -src_install() { - dodir /usr/share/common-lisp/source/arnesi - dodir /usr/share/common-lisp/systems - cp -R src ${D}/usr/share/common-lisp/source/arnesi/ - common-lisp-install arnesi.asd - common-lisp-system-symlink - dosym /usr/share/common-lisp/source/arnesi/arnesi.asd \ - /usr/share/common-lisp/systems/ - dodoc docs/arnesi.pdf -} diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.2.34.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.2.34.ebuild deleted file mode 100644 index e516c093f353..000000000000 --- a/dev-lisp/cl-arnesi/cl-arnesi-1.2.34.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/cl-arnesi-1.2.34.ebuild,v 1.2 2005/02/17 08:47:14 mkennedy Exp $ - -inherit common-lisp eutils - -DESCRIPTION="ARNESI is a collection of small bits and pieces of Common Lisp code." -HOMEPAGE="http://common-lisp.net/project/bese/arnesi.html" -SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/arnesi_${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=arnesi - -S=${WORKDIR}/arnesi_${PV} - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-gentoo.patch || die - find ${S}/ -type d -name .arch-ids -exec rm -rf '{}' \; &>/dev/null -} - -src_install() { - dodir /usr/share/common-lisp/source/arnesi - dodir /usr/share/common-lisp/systems - cp -R src ${D}/usr/share/common-lisp/source/arnesi/ - common-lisp-install arnesi.asd - common-lisp-system-symlink - dosym /usr/share/common-lisp/source/arnesi/arnesi.asd \ - /usr/share/common-lisp/systems/ - dodoc docs/arnesi.pdf -} diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.2_p47.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.2_p47.ebuild deleted file mode 100644 index cf94953d3db1..000000000000 --- a/dev-lisp/cl-arnesi/cl-arnesi-1.2_p47.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/cl-arnesi-1.2_p47.ebuild,v 1.1 2005/02/17 08:47:14 mkennedy Exp $ - -inherit common-lisp eutils - -MY_PV=${PV:0:3} -MY_PATCH_PV=${PV:5} - -DESCRIPTION="ARNESI is a collection of small bits and pieces of Common Lisp code." -HOMEPAGE="http://common-lisp.net/project/bese/arnesi.html" -SRC_URI="mirror://gentoo/arnesi--dev--${MY_PV}--patch-${MY_PATCH_PV}.tar.bz2" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=arnesi - -S=${WORKDIR}/arnesi--dev--${MY_PV}--patch-${MY_PATCH_PV} - -src_unpack() { - unpack ${A} - find ${S}/ -type d -name .arch-ids -exec rm -rf '{}' \; &>/dev/null -} - -src_install() { - dodir /usr/share/common-lisp/source/arnesi - dodir /usr/share/common-lisp/systems - cp -R src ${D}/usr/share/common-lisp/source/arnesi/ - common-lisp-install arnesi.asd - common-lisp-system-symlink - dosym /usr/share/common-lisp/source/arnesi/arnesi.asd \ - /usr/share/common-lisp/systems/ -# dodoc docs/arnesi.pdf -} diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.3.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.3.ebuild index ce21778eeafc..8dfa8f977f0a 100644 --- a/dev-lisp/cl-arnesi/cl-arnesi-1.3.ebuild +++ b/dev-lisp/cl-arnesi/cl-arnesi-1.3.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-arnesi/cl-arnesi-1.3.ebuild,v 1.2 2005/03/18 07:34:21 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/cl-arnesi-1.3.ebuild,v 1.3 2005/04/15 20:23:42 mkennedy Exp $ inherit common-lisp eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://common-lisp.net/project/bese/arnesi.html" SRC_URI="mirror://gentoo/arnesi--dev--${MY_PV}--base-0.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-arnesi/files/1.1.0-clisp-specials-gentoo.patch b/dev-lisp/cl-arnesi/files/1.1.0-clisp-specials-gentoo.patch deleted file mode 100644 index 96e92086a236..000000000000 --- a/dev-lisp/cl-arnesi/files/1.1.0-clisp-specials-gentoo.patch +++ /dev/null @@ -1,52 +0,0 @@ -diff -ur arnesi_1.1.0.orig/src/specials.lisp arnesi_1.1.0/src/specials.lisp ---- arnesi_1.1.0.orig/src/specials.lisp 2003-11-19 07:50:23.000000000 -0600 -+++ arnesi_1.1.0/src/specials.lisp 2003-11-30 05:33:45.775662608 -0600 -@@ -2,6 +2,12 @@ - - (in-package :it.bese.arnesi) - -+(defun check-required (required name vars) -+ (dolist* (var required) -+ (assert (member var vars) -+ (var) -+ "Unrecognized symbol ~S in ~S." var name))) -+ - (defmacro def-special-enviroment (name (&key accessor binder binder*) &rest vars) - "Define two macros for dealing with groups or related special - variables. -@@ -25,26 +31,26 @@ - (unless binder* - (setf binder* (intern-concat (list binder '#:*) (symbol-package binder)))) - `(progn -- (flet ((check-required (required) -- (dolist* (var required) -- (assert (member var ',vars) -- (var) -- "Unrecognized symbol ~S in ~S." var ',name)))) -+;; (flet ((check-required (required) -+;; (dolist* (var required) -+;; (assert (member var ',vars) -+;; (var) -+;; "Unrecognized symbol ~S in ~S." var ',name)))) - (defmacro ,binder (requested-vars &body body) -- (check-required (mapcar #'car requested-vars)) -+ (check-required (mapcar #'car requested-vars) ',name ',vars) - `(let ,requested-vars - (declare (special ,@(mapcar #'car requested-vars))) - ,@body)) - (defmacro ,binder* (requested-vars &body body) -- (check-required (mapcar #'car requested-vars)) -+ (check-required (mapcar #'car requested-vars) ',name ',vars) - `(let* ,requested-vars - (declare (special ,@(mapcar #'car requested-vars))) - ,@body)) - (defmacro ,accessor (requested-vars &body body) -- (check-required requested-vars) -+ (check-required requested-vars ',name ',vars) - `(locally (declare (special ,@requested-vars)) - ,@body)) -- ',name))) -+ ',name)) - - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;;;; Copyright (c) 2002-2003, Edward Marco Baringer diff --git a/dev-lisp/cl-arnesi/files/1.1.0-sbcl-toplevel-gentoo.patch b/dev-lisp/cl-arnesi/files/1.1.0-sbcl-toplevel-gentoo.patch deleted file mode 100644 index 00bddfbf785e..000000000000 --- a/dev-lisp/cl-arnesi/files/1.1.0-sbcl-toplevel-gentoo.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -ur arnesi_1.1.0.orig/src/string.lisp arnesi_1.1.0/src/string.lisp ---- arnesi_1.1.0.orig/src/string.lisp 2003-11-19 07:50:23.000000000 -0600 -+++ arnesi_1.1.0/src/string.lisp 2003-11-30 01:35:09.262103488 -0600 -@@ -2,15 +2,16 @@ - - (in-package :it.bese.arnesi) - --(defconstant +lower-case-ascii-alphabet+ "abcdefghijklmnopqrstuvwxyz") -+(eval-when (:compile-toplevel) -+ (defconstant +lower-case-ascii-alphabet+ "abcdefghijklmnopqrstuvwxyz") - --(defconstant +upper-case-ascii-alphabet+ "ABCDEFGHIJKLMNOPQRSTUVWXYZ") -+ (defconstant +upper-case-ascii-alphabet+ "ABCDEFGHIJKLMNOPQRSTUVWXYZ") - --(defconstant +ascii-alphabet+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") -+ (defconstant +ascii-alphabet+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ") - --(defconstant +alphanumeric-ascii-alphabet+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789") -+ (defconstant +alphanumeric-ascii-alphabet+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789") - --(defconstant +base64-alphabet+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/") -+ (defconstant +base64-alphabet+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/")) - - (defun random-string (&optional (length 32) (alphabet +ascii-alphabet+)) - "Returns a random alphabetic string." -@@ -54,13 +55,14 @@ - when (not (member (aref string (1- index)) chars)) - do (return index))))) - --(defconstant ~% (format nil "~%")) -+(eval-when (:compile-toplevel) -+ (defconstant ~% (format nil "~%")) - --(defconstant ~T (string #\Tab)) -+ (defconstant ~T (string #\Tab)) - --(defconstant +CR-LF+ (make-array 2 :element-type 'character -+ (defconstant +CR-LF+ (make-array 2 :element-type 'character - :initial-contents (list (code-char #x0D) -- (code-char #x0A)))) -+ (code-char #x0A))))) - - (defun ~D (number &optional stream &key mincol pad-char) - (format stream "~v,vD" mincol pad-char number)) -Only in arnesi_1.1.0/src: string.lisp~ diff --git a/dev-lisp/cl-arnesi/files/1.1.1-clisp-gentoo.patch b/dev-lisp/cl-arnesi/files/1.1.1-clisp-gentoo.patch deleted file mode 100644 index 81790d0cb675..000000000000 --- a/dev-lisp/cl-arnesi/files/1.1.1-clisp-gentoo.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- arnesi.asd~ 2004-02-11 11:41:06.425327448 -0600 -+++ arnesi.asd 2004-02-11 11:41:35.123964592 -0600 -@@ -32,6 +32,7 @@ - (:file "specials" :depends-on ("packages" "hash")) - (:file "string" :depends-on ("packages" "list")) - (:file "vector" :depends-on ("packages" "flow-control")) -+ #-clisp - (:module :code-transformers - :components ((:file "cps" :depends-on (:walk "reconstruct")) - (:file "reconstruct" :depends-on (:walk)) -@@ -60,6 +61,6 @@ - (:file "string" :depends-on ("suite")) - (:file "sequence" :depends-on ("suite")) - (:file "suite") -- (:file "walk" :depends-on ("suite"))))) -+ #-clisp (:file "walk" :depends-on ("suite"))))) - :depends-on (:arnesi :FiveAM) - :in-order-to ((compile-op (load-op :arnesi)))) diff --git a/dev-lisp/cl-arnesi/files/1.2.34-gentoo.patch b/dev-lisp/cl-arnesi/files/1.2.34-gentoo.patch deleted file mode 100644 index 0b78d88c0619..000000000000 --- a/dev-lisp/cl-arnesi/files/1.2.34-gentoo.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -ur arnesi_1.2.34.orig/arnesi.asd arnesi_1.2.34/arnesi.asd ---- arnesi_1.2.34.orig/arnesi.asd 2005-01-17 11:31:09.000000000 -0600 -+++ arnesi_1.2.34/arnesi.asd 2005-01-17 11:40:04.353465394 -0600 -@@ -29,8 +29,8 @@ - (:file "log" :depends-on ("packages" "numbers" "hash")) - (:file "matcher" :depends-on ("packages" "hash" "list" "flow-control" "one-liners")) - (:file "mop" :depends-on ("packages" "mopp")) -- (:file "mopp" :depends-on ("packages" "list" "flow-control") -- :in-order-to ((compile-op (load-source-op "mopp")))) -+ (:file "mopp" :depends-on ("packages" "list" "flow-control")) -+;; :in-order-to ((compile-op (load-source-op "mopp")))) - (:file "numbers" :depends-on ("packages")) - (:file "one-liners" :depends-on ("packages")) - (:file "packages") diff --git a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.0 b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.0 deleted file mode 100644 index 4de0e795baa1..000000000000 --- a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e78077841860ab7344998505517e9bf arnesi_1.2.0.tar.gz 90178 diff --git a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.3 b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.3 deleted file mode 100644 index cfa98639baf4..000000000000 --- a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee1755e76924a627375f6150be117aa3 arnesi_1.2.3.tar.gz 97336 diff --git a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.34 b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.34 deleted file mode 100644 index 4b9c1c5da3c5..000000000000 --- a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2.34 +++ /dev/null @@ -1 +0,0 @@ -MD5 b2cdaa2a46b2b0cd7be29c67cd9e9652 arnesi_1.2.34.tar.gz 212953 diff --git a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2_p47 b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2_p47 deleted file mode 100644 index 1ea30e848395..000000000000 --- a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.2_p47 +++ /dev/null @@ -1 +0,0 @@ -MD5 b596c78499b02ee3920f46644a08716b arnesi--dev--1.2--patch-47.tar.bz2 149244 diff --git a/dev-lisp/cl-difflib/ChangeLog b/dev-lisp/cl-difflib/ChangeLog index 8f6763de46cd..07d72368bd43 100644 --- a/dev-lisp/cl-difflib/ChangeLog +++ b/dev-lisp/cl-difflib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-difflib # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-difflib/ChangeLog,v 1.2 2005/03/22 15:30:50 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-difflib/ChangeLog,v 1.3 2005/04/15 20:07:13 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-difflib-0.1.ebuild: + Keywording x86, ~ppc 22 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-difflib-0.1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild b/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild index 6cd1b1ad8254..6797d16ef69b 100644 --- a/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild +++ b/dev-lisp/cl-difflib/cl-difflib-0.1.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-difflib/cl-difflib-0.1.ebuild,v 1.2 2005/03/22 15:30:50 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-difflib/cl-difflib-0.1.ebuild,v 1.3 2005/04/15 20:07:13 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://www.cliki.net/CL-DIFFLIB" SRC_URI="http://lemonodor.com/code/${PN}_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller diff --git a/dev-lisp/cl-elephant/ChangeLog b/dev-lisp/cl-elephant/ChangeLog index 3b733182a6cd..399f4e6779d8 100644 --- a/dev-lisp/cl-elephant/ChangeLog +++ b/dev-lisp/cl-elephant/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-elephant # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-elephant/ChangeLog,v 1.3 2005/03/21 07:12:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-elephant/ChangeLog,v 1.4 2005/04/15 20:09:19 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-elephant-0.2.1.ebuild: + Keywording x86 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-elephant-0.2.1.ebuild: diff --git a/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild b/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild index 67aa987cbf02..9faf51cc6464 100644 --- a/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild +++ b/dev-lisp/cl-elephant/cl-elephant-0.2.1.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-elephant/cl-elephant-0.2.1.ebuild,v 1.2 2005/03/21 07:12:11 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-elephant/cl-elephant-0.2.1.ebuild,v 1.3 2005/04/15 20:09:19 mkennedy Exp $ inherit common-lisp eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/elephant/" SRC_URI="http://common-lisp.net/project/elephant/elephant-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" IUSE="doc" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp diff --git a/dev-lisp/cl-emb/ChangeLog b/dev-lisp/cl-emb/ChangeLog index 90861d21f6b7..6aa2428318f6 100644 --- a/dev-lisp/cl-emb/ChangeLog +++ b/dev-lisp/cl-emb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-emb # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/ChangeLog,v 1.4 2005/03/21 07:12:44 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/ChangeLog,v 1.5 2005/04/15 20:11:21 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-emb-0.2.0.ebuild, + -cl-emb-0.2.1.ebuild, -cl-emb-0.3.0.ebuild, cl-emb-0.3.1.ebuild: + Keywording x86, ~ppc 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-emb-0.3.1.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-emb/cl-emb-0.2.0.ebuild b/dev-lisp/cl-emb/cl-emb-0.2.0.ebuild deleted file mode 100644 index 097c26d552af..000000000000 --- a/dev-lisp/cl-emb/cl-emb-0.2.0.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-emb/cl-emb-0.2.0.ebuild,v 1.1 2004/11/07 21:40:22 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="Embedded Common Lisp and template system" -HOMEPAGE="http://common-lisp.net/project/cl-emb/" -# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/commonlisp - dev-lisp/cl-ppcre" - -CLPACKAGE=cl-emb - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dohtml examples.html - dodoc TODO LICENSE.txt lsp-LICENSE.txt README -} diff --git a/dev-lisp/cl-emb/cl-emb-0.2.1.ebuild b/dev-lisp/cl-emb/cl-emb-0.2.1.ebuild deleted file mode 100644 index b92298795d6d..000000000000 --- a/dev-lisp/cl-emb/cl-emb-0.2.1.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-emb/cl-emb-0.2.1.ebuild,v 1.1 2005/02/10 09:18:30 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="Embedded Common Lisp and template system" -HOMEPAGE="http://common-lisp.net/project/cl-emb/" -# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/commonlisp - dev-lisp/cl-ppcre" - -CLPACKAGE=cl-emb - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dohtml examples.html - dodoc TODO LICENSE.txt lsp-LICENSE.txt README -} diff --git a/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild b/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild deleted file mode 100644 index ec11e3013599..000000000000 --- a/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.3.0.ebuild,v 1.1 2005/03/13 10:00:52 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="Embedded Common Lisp and template system" -HOMEPAGE="http://common-lisp.net/project/cl-emb/" -# SRC_URI="http://common-lisp.net/project/cl-emb/cl-emb-${PV}.tar.gz" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="LLGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="virtual/commonlisp - dev-lisp/cl-ppcre" - -CLPACKAGE=cl-emb - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dohtml examples.html - dodoc TODO LICENSE.txt lsp-LICENSE.txt README -} diff --git a/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild b/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild index 6fff772a5f3d..9c2452544c9d 100644 --- a/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild +++ b/dev-lisp/cl-emb/cl-emb-0.3.1.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-emb/cl-emb-0.3.1.ebuild,v 1.2 2005/03/21 07:12:44 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-emb/cl-emb-0.3.1.ebuild,v 1.3 2005/04/15 20:11:21 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ HOMEPAGE="http://common-lisp.net/project/cl-emb/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="LLGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="virtual/commonlisp diff --git a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.0 b/dev-lisp/cl-emb/files/digest-cl-emb-0.2.0 deleted file mode 100644 index e974ebee17ca..000000000000 --- a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 1c23a2fe53b2ce5ced0f7eaca86d2750 cl-emb-0.2.0.tar.gz 10417 diff --git a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.1 b/dev-lisp/cl-emb/files/digest-cl-emb-0.2.1 deleted file mode 100644 index 6285c4d5c665..000000000000 --- a/dev-lisp/cl-emb/files/digest-cl-emb-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 80bd71ed19f14d30a90db6af653e04d4 cl-emb-0.2.1.tar.gz 10539 diff --git a/dev-lisp/cl-emb/files/digest-cl-emb-0.3.0 b/dev-lisp/cl-emb/files/digest-cl-emb-0.3.0 deleted file mode 100644 index d08c339762ca..000000000000 --- a/dev-lisp/cl-emb/files/digest-cl-emb-0.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 ec14501b96347784058a456e72173ca8 cl-emb-0.3.0.tar.gz 11349 diff --git a/dev-lisp/cl-environment/ChangeLog b/dev-lisp/cl-environment/ChangeLog index 07dcdcc8c0b0..30e0823940d7 100644 --- a/dev-lisp/cl-environment/ChangeLog +++ b/dev-lisp/cl-environment/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-environment # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-environment/ChangeLog,v 1.3 2005/03/21 07:13:23 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-environment/ChangeLog,v 1.4 2005/04/15 20:12:19 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + cl-environment-1.0.20021105.ebuild: + Keywording x86, ~ppc 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-environment-1.0.20021105.ebuild: diff --git a/dev-lisp/cl-environment/cl-environment-1.0.20021105.ebuild b/dev-lisp/cl-environment/cl-environment-1.0.20021105.ebuild index 5b20308a1896..32c7cb5e3106 100644 --- a/dev-lisp/cl-environment/cl-environment-1.0.20021105.ebuild +++ b/dev-lisp/cl-environment/cl-environment-1.0.20021105.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-environment/cl-environment-1.0.20021105.ebuild,v 1.4 2005/03/21 07:13:23 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-environment/cl-environment-1.0.20021105.ebuild,v 1.5 2005/04/15 20:12:19 mkennedy Exp $ inherit common-lisp @@ -12,7 +12,7 @@ HOMEPAGE="http://packages.debian.org/unstable/devel/cl-environment" SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-environment/cl-environment_${MY_PV}+cvs.${CVS_PV}.orig.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-fad/ChangeLog b/dev-lisp/cl-fad/ChangeLog index ce627a199b58..9ab3b44dc92d 100644 --- a/dev-lisp/cl-fad/ChangeLog +++ b/dev-lisp/cl-fad/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-fad # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/ChangeLog,v 1.3 2005/03/21 07:14:01 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/ChangeLog,v 1.4 2005/04/15 20:16:19 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-fad-0.1.1.ebuild, + cl-fad-0.1.2.ebuild: + Keywording x86, ~ppc 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-fad-0.1.2.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild b/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild deleted file mode 100644 index da80b9cffaf8..000000000000 --- a/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/cl-fad-0.1.1.ebuild,v 1.1 2005/02/02 23:16:27 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION='CL-FAD is a thin portability layer atop the Common Lisp standard pathname functions.' -HOMEPAGE="http://weitz.de/cl-fad/" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=cl-fad - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink - dodoc CHANGELOG README - dohtml doc/index.html -} diff --git a/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild b/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild index 38445d4d7864..de75f8b01462 100644 --- a/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild +++ b/dev-lisp/cl-fad/cl-fad-0.1.2.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-fad/cl-fad-0.1.2.ebuild,v 1.2 2005/03/21 07:14:01 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fad/cl-fad-0.1.2.ebuild,v 1.3 2005/04/15 20:16:19 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://weitz.de/cl-fad/" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp" diff --git a/dev-lisp/cl-fad/files/digest-cl-fad-0.1.1 b/dev-lisp/cl-fad/files/digest-cl-fad-0.1.1 deleted file mode 100644 index 82e17fd68755..000000000000 --- a/dev-lisp/cl-fad/files/digest-cl-fad-0.1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3d195b40540933924ff15b959b06293f cl-fad_0.1.1.orig.tar.gz 9348 diff --git a/dev-lisp/cl-fare-matcher/ChangeLog b/dev-lisp/cl-fare-matcher/ChangeLog index eaf899a37250..7407b6b46e0d 100644 --- a/dev-lisp/cl-fare-matcher/ChangeLog +++ b/dev-lisp/cl-fare-matcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-fare-matcher # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.4 2005/03/18 08:01:38 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/ChangeLog,v 1.5 2005/04/15 20:17:38 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-fare-matcher-1.1.ebuild, cl-fare-matcher-1.1-r1.ebuild: + Keywording x86, ~ppc 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-fare-matcher-1.1-r1.ebuild: diff --git a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild index 4f6d75723085..d7637bb0a926 100644 --- a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild +++ b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.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-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.5 2005/03/18 08:01:38 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1-r1.ebuild,v 1.6 2005/04/15 20:17:38 mkennedy Exp $ inherit common-lisp eutils @@ -10,7 +10,7 @@ SRC_URI="http://mapcar.org/~mrd/utilities/fare-matcher-ext-${PV}.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-fare-matcher/cl-fare-matcher-1.1.ebuild b/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild deleted file mode 100644 index 005170c541c7..000000000000 --- a/dev-lisp/cl-fare-matcher/cl-fare-matcher-1.1.ebuild +++ /dev/null @@ -1,52 +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-fare-matcher/cl-fare-matcher-1.1.ebuild,v 1.5 2004/06/24 23:43:04 agriffis Exp $ - -inherit common-lisp eutils - -DESCRIPTION="A library of macros and functions by Fare Rideau." -HOMEPAGE="http://mapcar.org/~mrd/utilities/matcher.html http://www.cliki.net/fare-matcher http://www.cliki.net/fare-matcher-docs" -SRC_URI="http://mapcar.org/~mrd/utilities/fare-matcher-ext-${PV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -S=${WORKDIR}/matcher - -CLPACKAGE=fare-matcher - -src_unpack() { - unpack ${A} - # maybe we should consider having clisp.sh pass -E utf8 to clisp - epatch ${FILESDIR}/clisp-utf8-gentoo.patch -} - -src_install() { - common-lisp-install *.asd *.lisp - common-lisp-system-symlink -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/${CLPACKAGE} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source $CLPACKAGE - while read line; do einfo ${line}; done <<EOF - -The comments within the source for fare-matcher provide documentation. -You can find summarized documentation at the CLiki. - - http://www.cliki.net/fare-matcher-docs - -EOF -} diff --git a/dev-lisp/cl-fare-matcher/files/digest-cl-fare-matcher-1.1 b/dev-lisp/cl-fare-matcher/files/digest-cl-fare-matcher-1.1 deleted file mode 100644 index 643e8815b1cf..000000000000 --- a/dev-lisp/cl-fare-matcher/files/digest-cl-fare-matcher-1.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8197aa8c953e3b94475abe1d4a1a801 fare-matcher-ext-1.1.tar.gz 12531 diff --git a/dev-lisp/cl-fiveam/ChangeLog b/dev-lisp/cl-fiveam/ChangeLog index a3b49351b957..ef670b9076d6 100644 --- a/dev-lisp/cl-fiveam/ChangeLog +++ b/dev-lisp/cl-fiveam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-fiveam # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fiveam/ChangeLog,v 1.2 2005/03/18 08:02:23 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fiveam/ChangeLog,v 1.3 2005/04/15 20:24:28 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-fiveam-1.2.3.ebuild: + Keywording x86, ~ppc 18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-fiveam-1.2.3.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild b/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild index af946a086940..9977994fdd75 100644 --- a/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild +++ b/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.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-fiveam/cl-fiveam-1.2.3.ebuild,v 1.2 2005/03/18 08:02:23 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild,v 1.3 2005/04/15 20:24:28 mkennedy Exp $ inherit common-lisp @@ -9,7 +9,7 @@ HOMEPAGE="http://common-lisp.net/project/bese/FiveAM.html" SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/fiveam_${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="doc" DEPEND="dev-lisp/cl-arnesi doc? ( virtual/tetex )" diff --git a/dev-lisp/cl-ftp/ChangeLog b/dev-lisp/cl-ftp/ChangeLog index 9723c36dd848..75251a398cec 100644 --- a/dev-lisp/cl-ftp/ChangeLog +++ b/dev-lisp/cl-ftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-ftp # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ftp/ChangeLog,v 1.4 2005/03/21 07:18:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ftp/ChangeLog,v 1.5 2005/04/15 20:21:24 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-ftp-1.3.1.ebuild, + -cl-ftp-1.3.1-r1.ebuild, cl-ftp-1.3.3.ebuild: + Keywording x86, ~ppc *cl-ftp-1.3.3 (21 Mar 2005) diff --git a/dev-lisp/cl-ftp/cl-ftp-1.3.1-r1.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.3.1-r1.ebuild deleted file mode 100644 index 978e8ac35b20..000000000000 --- a/dev-lisp/cl-ftp/cl-ftp-1.3.1-r1.ebuild +++ /dev/null @@ -1,29 +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-ftp/cl-ftp-1.3.1-r1.ebuild,v 1.3 2004/07/14 15:26:17 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="CL-FTP is a Networking Library that provides FTP client (for now) functionality to Common Lisp programs." -HOMEPAGE="http://www.mapcar.org/~mrd/cl-ftp/ - http://packages.debian.org/unstable/devel/cl-ftp - http://www.cliki.net/CL-FTP" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-ftp/${PN}_${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-acl-compat - dev-lisp/cl-split-sequence" - - -CLPACKAGE=ftp - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc LICENSE - do-debian-credits -} diff --git a/dev-lisp/cl-ftp/cl-ftp-1.3.1.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.3.1.ebuild deleted file mode 100644 index 99350fff6b42..000000000000 --- a/dev-lisp/cl-ftp/cl-ftp-1.3.1.ebuild +++ /dev/null @@ -1,36 +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-ftp/cl-ftp-1.3.1.ebuild,v 1.3 2004/07/14 15:26:17 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="CL-FTP is a Networking Library that provides FTP client (for now) functionality to Common Lisp programs." -HOMEPAGE="http://www.mapcar.org/~mrd/cl-ftp/ - http://packages.debian.org/unstable/devel/cl-ftp - http://www.cliki.net/CL-FTP" -SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-ftp/${PN}_${PV}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-acl-compat - dev-lisp/cl-split-sequence" - - -CLPACKAGE=ftp - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc LICENSE -} - -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-ftp/cl-ftp-1.3.3.ebuild b/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild index 61101bdd63b3..8a4e201d1caa 100644 --- a/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild +++ b/dev-lisp/cl-ftp/cl-ftp-1.3.3.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-ftp/cl-ftp-1.3.3.ebuild,v 1.1 2005/03/21 07:18:37 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ftp/cl-ftp-1.3.3.ebuild,v 1.2 2005/04/15 20:21:24 mkennedy Exp $ inherit common-lisp @@ -11,7 +11,7 @@ HOMEPAGE="http://www.mapcar.org/~mrd/cl-ftp/ SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-ftp/${PN}_${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller virtual/commonlisp diff --git a/dev-lisp/cl-ftp/files/digest-cl-ftp-1.3.1 b/dev-lisp/cl-ftp/files/digest-cl-ftp-1.3.1 deleted file mode 100644 index cbc0a2b7abe7..000000000000 --- a/dev-lisp/cl-ftp/files/digest-cl-ftp-1.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 09015aee311804cd0e91fc0148e0ce35 cl-ftp_1.3.1.tar.gz 11292 diff --git a/dev-lisp/cl-ftp/files/digest-cl-ftp-1.3.1-r1 b/dev-lisp/cl-ftp/files/digest-cl-ftp-1.3.1-r1 deleted file mode 100644 index cbc0a2b7abe7..000000000000 --- a/dev-lisp/cl-ftp/files/digest-cl-ftp-1.3.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 09015aee311804cd0e91fc0148e0ce35 cl-ftp_1.3.1.tar.gz 11292 diff --git a/dev-lisp/cl-gd/ChangeLog b/dev-lisp/cl-gd/ChangeLog index c0caaf523e17..c3bebc873ca0 100644 --- a/dev-lisp/cl-gd/ChangeLog +++ b/dev-lisp/cl-gd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-gd # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/ChangeLog,v 1.14 2005/03/31 19:21:29 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/ChangeLog,v 1.15 2005/04/15 20:26:16 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-gd-0.1.0.ebuild, + -cl-gd-0.1.4.ebuild, -cl-gd-0.2.0.ebuild, -cl-gd-0.2.0-r1.ebuild, + -cl-gd-0.3.1.ebuild, -cl-gd-0.4.1.ebuild, -cl-gd-0.4.2.ebuild, + -cl-gd-0.4.4.ebuild, -cl-gd-0.4.5.ebuild, cl-gd-0.4.6.ebuild: + Keywording x86, ~ppc *cl-gd-0.4.6 (31 Mar 2005) diff --git a/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild deleted file mode 100644 index 41a1c801b6e7..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.1.0.ebuild +++ /dev/null @@ -1,49 +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-gd/cl-gd-0.1.0.ebuild,v 1.5 2004/06/30 17:16:54 vapier Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI." -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.15 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - gcc ${CFLAGS} -fPIC -c cl-gd-glue.c - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so - rm cl-gd-glue.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - common-lisp-install *.asd *.lisp - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - -# dosym /usr/share/common-lisp/source/cl-gd/cl-gd-test.asd \ -# /usr/share/common-lisp/systems/cl-gd.asd -# insinto /usr/share/common-lisp/source/cl-gd/test -# doins test/* - - dodoc CHANGELOG README - dohtml doc/*.html -} diff --git a/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild b/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild deleted file mode 100644 index 2b1392b101ef..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.1.4.ebuild +++ /dev/null @@ -1,54 +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-gd/cl-gd-0.1.4.ebuild,v 1.5 2004/06/30 17:16:54 vapier Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI." -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.15 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - gcc ${CFLAGS} -fPIC -c cl-gd-glue.c - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so - rm cl-gd-glue.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - common-lisp-install *.asd *.lisp - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd -# dosym /usr/share/common-lisp/source/cl-gd/cl-gd-test.asd \ -# /usr/share/common-lisp/systems/cl-gd.asd -# insinto /usr/share/common-lisp/source/cl-gd/test -# doins test/* - dodoc CHANGELOG README - dohtml doc/*.html -} - -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-gd/cl-gd-0.2.0-r1.ebuild b/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild deleted file mode 100644 index 9da17bf7df38..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.2.0-r1.ebuild +++ /dev/null @@ -1,68 +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-gd/cl-gd-0.2.0-r1.ebuild,v 1.3 2004/06/30 17:16:54 vapier Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.15 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE='cl-gd cl-gd-test' - -src_compile() { - gcc ${CFLAGS} -fPIC -c cl-gd-glue.c - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so - rm cl-gd-glue.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - insinto /usr/share/common-lisp/source/cl-gd - doins `ls *.asd *.lisp |grep -v ^cl-gd-test` - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - - insinto /usr/share/common-lisp/source/cl-gd-test - doins cl-gd-test.asd cl-gd-test.lisp - dosym /usr/share/common-lisp/source/cl-gd-test/cl-gd-test.asd \ - /usr/share/common-lisp/systems/cl-gd-test.asd - - insinto /usr/share/common-lisp/source/cl-gd/test - doins test/* - insinto /usr/share/common-lisp/source/cl-gd/test/orig - doins test/orig/* - - dodoc CHANGELOG README - dohtml doc/* -} - -pkg_postinst() { - register-common-lisp-source cl-gd - register-common-lisp-source cl-gd-test - - while read line; do einfo "${line}"; done <<EOF - -To run the test suite, you will need to adjust permissions on the test -images located in /usr/share/common-lisp/source/cl-gd/test or relocate -the images and set cl-gd-test:*test-directory* appropriately. - -EOF -} diff --git a/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild b/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild deleted file mode 100644 index 026386b21ace..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.2.0.ebuild +++ /dev/null @@ -1,76 +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-gd/cl-gd-0.2.0.ebuild,v 1.4 2004/06/30 17:16:54 vapier Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which provides an interface to the GD Graphics Library for the dynamic creation of images. It is based on UFFI and should thus be portable to all CL implementations supported by UFFI." -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.15 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - gcc ${CFLAGS} -fPIC -c cl-gd-glue.c - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so - rm cl-gd-glue.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - insinto /usr/share/common-lisp/source/cl-gd - doins `ls *.asd *.lisp |grep -v ^cl-gd-test` - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - - insinto /usr/share/common-lisp/source/cl-gd-test - doins cl-gd-test.asd cl-gd-test.lisp - dosym /usr/share/common-lisp/source/cl-gd-test/cl-gd-test.asd \ - /usr/share/common-lisp/systems/cl-gd-test.asd - - insinto /usr/share/common-lisp/source/cl-gd/test - doins test/* - insinto /usr/share/common-lisp/source/cl-gd/test/orig - doins test/orig/* - - dodoc CHANGELOG README - dohtml doc/* -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source cl-gd - /usr/sbin/register-common-lisp-source cl-gd-test - einfo "To run the test suite, you will need to adjust permissions on the test" - einfo "images located in /usr/share/common-lisp/source/cl-gd/test or relocate" - einfo "the images and set cl-gd-test:*test-directory* appropriately." -} - -pkg_prerm() { - /usr/sbin/unregister-common-lisp-source cl-gd - /usr/sbin/unregister-common-lisp-source cl-gd-test -} diff --git a/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild deleted file mode 100644 index fd571229e910..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.3.1.ebuild +++ /dev/null @@ -1,83 +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-gd/cl-gd-0.3.1.ebuild,v 1.4 2004/06/30 17:16:54 vapier Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which interfaces ti the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="gif" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.15 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - local csource - if use gif; then - csource=cl-gd-glue-gif.c - echo '(push :cl-gd-gif *features*)' >>cl-gd.asd - else - csource=cl-gd-glue.c - fi - gcc ${CFLAGS} -fPIC -c ${csource} - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared ${csource%.c}.o -o cl-gd-glue.so - rm ${csource%.c}.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - insinto /usr/share/common-lisp/source/cl-gd - doins `ls *.asd *.lisp |grep -v ^cl-gd-test` - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - - insinto /usr/share/common-lisp/source/cl-gd-test - doins cl-gd-test.asd cl-gd-test.lisp - dosym /usr/share/common-lisp/source/cl-gd-test/cl-gd-test.asd \ - /usr/share/common-lisp/systems/cl-gd-test.asd - - insinto /usr/share/common-lisp/source/cl-gd/test - doins test/* - insinto /usr/share/common-lisp/source/cl-gd/test/orig - doins test/orig/* - - dodoc CHANGELOG README - dohtml doc/* -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source cl-gd - /usr/sbin/register-common-lisp-source cl-gd-test - einfo "To run the test suite, you will need to adjust permissions on the test" - einfo "images located in /usr/share/common-lisp/source/cl-gd/test or relocate" - einfo "the images and set cl-gd-test:*test-directory* appropriately." -} - -pkg_prerm() { - /usr/sbin/unregister-common-lisp-source cl-gd - /usr/sbin/unregister-common-lisp-source cl-gd-test -} diff --git a/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild b/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild deleted file mode 100644 index 0f4f34c7cbb5..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.4.1.ebuild +++ /dev/null @@ -1,80 +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-gd/cl-gd-0.4.1.ebuild,v 1.3 2004/06/30 17:16:54 vapier Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which interfaces ti the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="gif" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.15 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - local csource - if use gif; then - csource=cl-gd-glue-gif.c - echo '(push :cl-gd-gif *features*)' >>cl-gd.asd - else - csource=cl-gd-glue.c - fi - gcc ${CFLAGS} -fPIC -c ${csource} - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared ${csource%.c}.o -o cl-gd-glue.so - rm ${csource%.c}.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - insinto /usr/share/common-lisp/source/cl-gd - doins `ls *.asd *.lisp |grep -v ^cl-gd-test` - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - - insinto /usr/share/common-lisp/source/cl-gd-test - doins cl-gd-test.asd cl-gd-test.lisp - dosym /usr/share/common-lisp/source/cl-gd-test/cl-gd-test.asd \ - /usr/share/common-lisp/systems/cl-gd-test.asd - - insinto /usr/share/common-lisp/source/cl-gd/test - doins test/* - insinto /usr/share/common-lisp/source/cl-gd/test/orig - doins test/orig/* - - dodoc CHANGELOG README - dohtml doc/* -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source cl-gd - /usr/sbin/register-common-lisp-source cl-gd-test -} - -pkg_prerm() { - /usr/sbin/unregister-common-lisp-source cl-gd - /usr/sbin/unregister-common-lisp-source cl-gd-test -} diff --git a/dev-lisp/cl-gd/cl-gd-0.4.2.ebuild b/dev-lisp/cl-gd/cl-gd-0.4.2.ebuild deleted file mode 100644 index 8699b1668ebf..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.4.2.ebuild +++ /dev/null @@ -1,72 +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-gd/cl-gd-0.4.2.ebuild,v 1.1 2004/12/01 17:17:52 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which interfaces ti the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.28 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - gcc ${CFLAGS} -fPIC -c cl-gd-glue.c - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so - rm cl-gd-glue.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - insinto /usr/share/common-lisp/source/cl-gd - doins `ls *.asd *.lisp |grep -v ^cl-gd-test` - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - - insinto /usr/share/common-lisp/source/cl-gd-test - doins cl-gd-test.asd cl-gd-test.lisp - dosym /usr/share/common-lisp/source/cl-gd-test/cl-gd-test.asd \ - /usr/share/common-lisp/systems/cl-gd-test.asd - - insinto /usr/share/common-lisp/source/cl-gd/test - doins test/* - insinto /usr/share/common-lisp/source/cl-gd/test/orig - doins test/orig/* - - dodoc CHANGELOG README - dohtml doc/* -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source cl-gd - /usr/sbin/register-common-lisp-source cl-gd-test -} - -pkg_prerm() { - /usr/sbin/unregister-common-lisp-source cl-gd - /usr/sbin/unregister-common-lisp-source cl-gd-test -} diff --git a/dev-lisp/cl-gd/cl-gd-0.4.4.ebuild b/dev-lisp/cl-gd/cl-gd-0.4.4.ebuild deleted file mode 100644 index 9f739b030172..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.4.4.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.4.4.ebuild,v 1.1 2005/03/10 00:52:04 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which interfaces ti the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.28 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - gcc ${CFLAGS} -fPIC -c cl-gd-glue.c - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so - rm cl-gd-glue.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - insinto /usr/share/common-lisp/source/cl-gd - doins `ls *.asd *.lisp |grep -v ^cl-gd-test` - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - - insinto /usr/share/common-lisp/source/cl-gd-test - doins cl-gd-test.asd cl-gd-test.lisp - dosym /usr/share/common-lisp/source/cl-gd-test/cl-gd-test.asd \ - /usr/share/common-lisp/systems/cl-gd-test.asd - - insinto /usr/share/common-lisp/source/cl-gd/test - doins test/* - insinto /usr/share/common-lisp/source/cl-gd/test/orig - doins test/orig/* - - dodoc CHANGELOG README - dohtml doc/* -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source cl-gd - /usr/sbin/register-common-lisp-source cl-gd-test -} - -pkg_prerm() { - /usr/sbin/unregister-common-lisp-source cl-gd - /usr/sbin/unregister-common-lisp-source cl-gd-test -} diff --git a/dev-lisp/cl-gd/cl-gd-0.4.5.ebuild b/dev-lisp/cl-gd/cl-gd-0.4.5.ebuild deleted file mode 100644 index ab2226dd2b36..000000000000 --- a/dev-lisp/cl-gd/cl-gd-0.4.5.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.4.5.ebuild,v 1.2 2005/03/21 07:19:31 mkennedy Exp $ - -inherit common-lisp - -DESCRIPTION="CL-GD is a library for Common Lisp which interfaces ti the GD Graphics Library" -HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" -SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 - media-libs/libpng - media-libs/jpeg - media-libs/freetype - >=media-libs/gd-2.0.28 - sys-libs/zlib - virtual/commonlisp" - -CLPACKAGE=cl-gd - -src_compile() { - gcc ${CFLAGS} -fPIC -c cl-gd-glue.c - ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so - rm cl-gd-glue.o -} - -src_install() { - insinto /usr/lib - doins cl-gd-glue.so - - insinto /usr/share/common-lisp/source/cl-gd - doins `ls *.asd *.lisp |grep -v ^cl-gd-test` - dodir /usr/share/common-lisp/systems - dosym /usr/share/common-lisp/source/cl-gd/cl-gd.asd \ - /usr/share/common-lisp/systems/cl-gd.asd - - insinto /usr/share/common-lisp/source/cl-gd-test - doins cl-gd-test.asd cl-gd-test.lisp - dosym /usr/share/common-lisp/source/cl-gd-test/cl-gd-test.asd \ - /usr/share/common-lisp/systems/cl-gd-test.asd - - insinto /usr/share/common-lisp/source/cl-gd/test - doins test/* - insinto /usr/share/common-lisp/source/cl-gd/test/orig - doins test/orig/* - - dodoc CHANGELOG README - dohtml doc/* -} - -pkg_preinst() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postrm() { - rm -rf /usr/lib/common-lisp/*/{cl-gd,cl-gd-test} || true -} - -pkg_postinst() { - /usr/sbin/register-common-lisp-source cl-gd - /usr/sbin/register-common-lisp-source cl-gd-test -} - -pkg_prerm() { - /usr/sbin/unregister-common-lisp-source cl-gd - /usr/sbin/unregister-common-lisp-source cl-gd-test -} diff --git a/dev-lisp/cl-gd/cl-gd-0.4.6.ebuild b/dev-lisp/cl-gd/cl-gd-0.4.6.ebuild index a1a18f9febeb..1efb0554a25e 100644 --- a/dev-lisp/cl-gd/cl-gd-0.4.6.ebuild +++ b/dev-lisp/cl-gd/cl-gd-0.4.6.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-gd/cl-gd-0.4.6.ebuild,v 1.1 2005/03/31 19:21:29 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-gd/cl-gd-0.4.6.ebuild,v 1.2 2005/04/15 20:26:16 mkennedy Exp $ inherit common-lisp @@ -9,17 +9,15 @@ HOMEPAGE="http://weitz.de/cl-gd http://www.cliki.net/cl-gd" SRC_URI="mirror://gentoo/${PN}_${PV}.orig.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" -DEPEND="dev-lisp/common-lisp-controller - >=dev-lisp/cl-uffi-1.3.4 +DEPEND=">=dev-lisp/cl-uffi-1.3.4 media-libs/libpng media-libs/jpeg media-libs/freetype >=media-libs/gd-2.0.28 - sys-libs/zlib - virtual/commonlisp" + sys-libs/zlib" CLPACKAGE=cl-gd diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.1.0 b/dev-lisp/cl-gd/files/digest-cl-gd-0.1.0 deleted file mode 100644 index 68aadfa12aae..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f3ad1287683210a34a9d69e94df2cfd9 cl-gd-0.1.0.tar.gz 192675 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.1.4 b/dev-lisp/cl-gd/files/digest-cl-gd-0.1.4 deleted file mode 100644 index 1a4a14c24c8f..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 562162e797d283392b84498d06932cb2 cl-gd-0.1.4.tar.gz 192959 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.2.0 b/dev-lisp/cl-gd/files/digest-cl-gd-0.2.0 deleted file mode 100644 index 53b45293e7c9..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 9032f7628b97b5ff52fdb3aeba94d37e cl-gd_0.2.0.orig.tar.gz 195168 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.2.0-r1 b/dev-lisp/cl-gd/files/digest-cl-gd-0.2.0-r1 deleted file mode 100644 index 53b45293e7c9..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9032f7628b97b5ff52fdb3aeba94d37e cl-gd_0.2.0.orig.tar.gz 195168 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.3.1 b/dev-lisp/cl-gd/files/digest-cl-gd-0.3.1 deleted file mode 100644 index f56b76ff75a4..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 bb1b6d657f5b63f31f569e214b31f61e cl-gd_0.3.1.orig.tar.gz 188244 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.1 b/dev-lisp/cl-gd/files/digest-cl-gd-0.4.1 deleted file mode 100644 index 608e3c5adbd6..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3fe74fbf1eca159bb3dd8b99c1bbaee cl-gd_0.4.1.orig.tar.gz 188958 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.2 b/dev-lisp/cl-gd/files/digest-cl-gd-0.4.2 deleted file mode 100644 index edcf2b4fe6e3..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 82bcb60cfdd5d69f4ee9977ab3c1fe8d cl-gd_0.4.2.orig.tar.gz 190884 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.4 b/dev-lisp/cl-gd/files/digest-cl-gd-0.4.4 deleted file mode 100644 index 364b89179ed2..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 c7361de847b0bec1611a8648de28a85b cl-gd_0.4.4.orig.tar.gz 196520 diff --git a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.5 b/dev-lisp/cl-gd/files/digest-cl-gd-0.4.5 deleted file mode 100644 index 74327c31ce9b..000000000000 --- a/dev-lisp/cl-gd/files/digest-cl-gd-0.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8c1cc71839971d6d24899c165cbd937 cl-gd_0.4.5.orig.tar.gz 393269 diff --git a/dev-lisp/cl-getopt/ChangeLog b/dev-lisp/cl-getopt/ChangeLog index 0adcd17f5bb3..871b07d14a6e 100644 --- a/dev-lisp/cl-getopt/ChangeLog +++ b/dev-lisp/cl-getopt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lisp/cl-getopt # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/ChangeLog,v 1.6 2005/03/21 07:21:03 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/ChangeLog,v 1.7 2005/04/15 20:28:50 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-getopt-1.0.1.ebuild, -cl-getopt-1.0.1-r1.ebuild, + cl-getopt-1.1.0.ebuild: + Keywording x86, ~ppc 21 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-getopt-1.1.0.ebuild: Keywording for ~amd64 diff --git a/dev-lisp/cl-getopt/cl-getopt-1.0.1-r1.ebuild b/dev-lisp/cl-getopt/cl-getopt-1.0.1-r1.ebuild deleted file mode 100644 index 420de03ae475..000000000000 --- a/dev-lisp/cl-getopt/cl-getopt-1.0.1-r1.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-getopt/cl-getopt-1.0.1-r1.ebuild,v 1.3 2004/07/14 15:29:59 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="A Common Lisp command-line processor similar to GNU getopt_long." -HOMEPAGE="http://www.b9.com" -SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-ptester - virtual/commonlisp" - -CLPACKAGE=getopt - -S=${WORKDIR}/getopt-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc LICENSE README -} diff --git a/dev-lisp/cl-getopt/cl-getopt-1.0.1.ebuild b/dev-lisp/cl-getopt/cl-getopt-1.0.1.ebuild deleted file mode 100644 index 085572d2a02e..000000000000 --- a/dev-lisp/cl-getopt/cl-getopt-1.0.1.ebuild +++ /dev/null @@ -1,34 +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-getopt/cl-getopt-1.0.1.ebuild,v 1.3 2004/06/24 23:43:36 agriffis Exp $ - -inherit common-lisp - -DESCRIPTION="A Common Lisp command-line processor similar to GNU getopt_long." -HOMEPAGE="http://www.b9.com" -SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-ptester - virtual/commonlisp" - -CLPACKAGE=getopt - -S=${WORKDIR}/getopt-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dodoc LICENSE README -} - -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-getopt/cl-getopt-1.1.0.ebuild b/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild index 555b3bbe644f..4e33d9d0da60 100644 --- a/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild +++ b/dev-lisp/cl-getopt/cl-getopt-1.1.0.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-getopt/cl-getopt-1.1.0.ebuild,v 1.5 2005/03/21 07:21:03 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-getopt/cl-getopt-1.1.0.ebuild,v 1.6 2005/04/15 20:28:50 mkennedy Exp $ inherit common-lisp @@ -9,11 +9,9 @@ HOMEPAGE="http://www.b9.com" SRC_URI="ftp://ftp.b9.com/getopt/getopt-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" -DEPEND="dev-lisp/common-lisp-controller - dev-lisp/cl-ptester - virtual/commonlisp" +DEPEND="dev-lisp/cl-ptester" CLPACKAGE=getopt diff --git a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1 b/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1 deleted file mode 100644 index c8156f4e4709..000000000000 --- a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 02d202d66f28d404d44c305d04bd7fda getopt-1.0.1.tar.gz 3592 diff --git a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1-r1 b/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1-r1 deleted file mode 100644 index c8156f4e4709..000000000000 --- a/dev-lisp/cl-getopt/files/digest-cl-getopt-1.0.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 02d202d66f28d404d44c305d04bd7fda getopt-1.0.1.tar.gz 3592 |