diff options
author | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:45:44 +0000 |
---|---|---|
committer | Panagiotis Christopoulos <pchrist@gentoo.org> | 2010-11-07 18:45:44 +0000 |
commit | 7bb0eb220a155ad571ad91487820d6d79676085c (patch) | |
tree | 86af94d51294d81b988441cef80e05496f5d1b69 /dev-lisp | |
parent | dev-lisp/cl-z80 removal, p.masked from 17Sep2010, wrt bug #337963 (diff) | |
download | historical-7bb0eb220a155ad571ad91487820d6d79676085c.tar.gz historical-7bb0eb220a155ad571ad91487820d6d79676085c.tar.bz2 historical-7bb0eb220a155ad571ad91487820d6d79676085c.zip |
dev-lisp/cl-zebu removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp')
-rw-r--r-- | dev-lisp/cl-zebu/ChangeLog | 16 | ||||
-rw-r--r-- | dev-lisp/cl-zebu/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-zebu/cl-zebu-3.5.5.ebuild | 43 | ||||
-rw-r--r-- | dev-lisp/cl-zebu/files/3.5.5-zebu-compiler-gentoo.patch | 69 | ||||
-rw-r--r-- | dev-lisp/cl-zebu/metadata.xml | 9 |
5 files changed, 0 insertions, 142 deletions
diff --git a/dev-lisp/cl-zebu/ChangeLog b/dev-lisp/cl-zebu/ChangeLog deleted file mode 100644 index 4b4d2729eb0e..000000000000 --- a/dev-lisp/cl-zebu/ChangeLog +++ /dev/null @@ -1,16 +0,0 @@ -# ChangeLog for dev-lisp/cl-zebu -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-zebu/ChangeLog,v 1.3 2007/06/24 17:59:29 peper Exp $ - - 24 Jun 2007; Piotr Jaroszyński <peper@gentoo.org> cl-zebu-3.5.5.ebuild: - (QA) Don't use KEYWORDS="-*". bug #160519. - - 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - -*cl-zebu-3.5.5 (07 Nov 2004) - - 07 Nov 2004; Matthew Kenendy <mkennedy@gentoo.org> +metadata.xml, - +files/3.5.5-zebu-compiler-gentoo.patch, +cl-zebu-3.5.5.ebuild: - Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org> - diff --git a/dev-lisp/cl-zebu/Manifest b/dev-lisp/cl-zebu/Manifest deleted file mode 100644 index dbfd8353a070..000000000000 --- a/dev-lisp/cl-zebu/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 3.5.5-zebu-compiler-gentoo.patch 3962 RMD160 0c221d3ec52d09893c6a0c06562ec987e6411e57 SHA1 02b74f97958d4757cd4789162da850294b3623c2 SHA256 7e34afc6e7d3bcc85ee22665155abd72ebe5326069e69d9049e1524478ae2b52 -DIST zebu-3.5.5-asdf.tgz 221765 RMD160 caf70fb729cb7df3cedad9131b405502d5e7c9b1 SHA1 f344ddd08e6c61ba33cfc93e12ef03143b48e405 SHA256 9054ea017dcb47a43444d125cc862e7ebb9e906039cbf2b91ebd6ffad6ac493b -EBUILD cl-zebu-3.5.5.ebuild 1137 RMD160 d4e3cd90f6260c4e1c39fd5d20ad2882e620c6ff SHA1 62e4b580d9d06b5ec76f30fa5023de077569080a SHA256 e4470c05fa123951ffa914d3aba54a19409650ca0ab1f06f89ae95eeb5fe859b -MISC ChangeLog 673 RMD160 b4053c712f37c79b9db37ea8738b2b30b1c09a4a SHA1 a1bd4deb80016f8f1d51c3ba40231eed6a8ef379 SHA256 363a1afcea5c8995052fca862b8a26358a5a41f22ed6ac82fee984ff17e86859 -MISC metadata.xml 304 RMD160 9fd505c07f1f6f1c0893994d70db15dc1107fc2d SHA1 2be845987ef8a4efb84e5fd4bc1dbb8821dc22a1 SHA256 8531895338e50dfd3836eff36ef856d4368797311d6064395cb942493f42a2d8 diff --git a/dev-lisp/cl-zebu/cl-zebu-3.5.5.ebuild b/dev-lisp/cl-zebu/cl-zebu-3.5.5.ebuild deleted file mode 100644 index bab864b48a16..000000000000 --- a/dev-lisp/cl-zebu/cl-zebu-3.5.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-zebu/cl-zebu-3.5.5.ebuild,v 1.2 2007/06/24 17:59:29 peper Exp $ - -inherit common-lisp eutils - -DESCRIPTION="Zebu is a Library for LALR(1) parser generation." -HOMEPAGE="http://www.cliki.net/Zebu" -SRC_URI="http://constantly.at/lisp/zebu-${PV}-asdf.tgz" -LICENSE="GPL-1" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="virtual/commonlisp - dev-lisp/cl-ppcre" - -CLPACKAGE='zebu zebu-rr zebu-compiler' - -S=${WORKDIR}/zebu-${PV} - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${PV}-zebu-compiler-gentoo.patch - rm ${S}/{zebu-mg.tab,zmg-dom.lisp} -} - -src_install() { - dodir ${CLSYSTEMROOT} - for system in ${CLPACKAGE}; do - insinto ${CLSOURCEROOT}/${system}/ - doins *.{lisp,zb} ${system}.asd - dosym ${CLSOURCEROOT}/${system}/${system}.asd ${CLSYSTEMROOT}/ - done - dohtml examples.html - dodoc COPYRIGHT ChangeLog README* doc/Zebu_intro.ps -} - -# TODO: (see zebu-loader.lisp) -# -# Build error: error opening #P"/usr/share/common-lisp/source/zebu-compiler/zmg-dom.lisp": -# Permission denied -# Build failure diff --git a/dev-lisp/cl-zebu/files/3.5.5-zebu-compiler-gentoo.patch b/dev-lisp/cl-zebu/files/3.5.5-zebu-compiler-gentoo.patch deleted file mode 100644 index f1d359cf6f96..000000000000 --- a/dev-lisp/cl-zebu/files/3.5.5-zebu-compiler-gentoo.patch +++ /dev/null @@ -1,69 +0,0 @@ -Common subdirectories: zebu-3.5.5.orig/doc and zebu-3.5.5/doc -Common subdirectories: zebu-3.5.5.orig/test and zebu-3.5.5/test -Only in zebu-3.5.5: zebra-debug.fasl -Only in zebu-3.5.5: zebu-actions.fasl -Only in zebu-3.5.5: zebu-asdf-setup.fasl -Only in zebu-3.5.5: zebu-aux.fasl -diff -u zebu-3.5.5.orig/zebu-aux.lisp zebu-3.5.5/zebu-aux.lisp ---- zebu-3.5.5.orig/zebu-aux.lisp 1998-12-09 14:22:24.000000000 -0600 -+++ zebu-3.5.5/zebu-aux.lisp 2004-11-07 17:15:37.400965600 -0600 -@@ -244,3 +244,9 @@ - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - ;; End of zebu-aux.lisp - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -+ -+;; http://www.sbcl.org/manual/Defining-Constants.html#Defining%20Constants -+ -+(defmacro define-constant (name value &optional doc) -+ `(defconstant ,name (if (boundp ',name) (symbol-value ',name) ,value) -+ ,@(when doc (list doc)))) -\ No newline at end of file -Only in zebu-3.5.5: zebu-aux.lisp~ -Only in zebu-3.5.5: zebu-closure.fasl -Only in zebu-3.5.5: zebu-compile-mg.fasl -Only in zebu-3.5.5: zebu-compile.fasl -Only in zebu-3.5.5: zebu-driver.fasl -Only in zebu-3.5.5: zebu-dump.fasl -Only in zebu-3.5.5: zebu-empty-st.fasl -Only in zebu-3.5.5: zebu-first.fasl -Only in zebu-3.5.5: zebu-follow.fasl -Only in zebu-3.5.5: zebu-g-symbol.fasl -Only in zebu-3.5.5: zebu-generator.fasl -diff -u zebu-3.5.5.orig/zebu-generator.lisp zebu-3.5.5/zebu-generator.lisp ---- zebu-3.5.5.orig/zebu-generator.lisp 1999-01-13 12:16:30.000000000 -0600 -+++ zebu-3.5.5/zebu-generator.lisp 2004-11-07 17:20:28.192758528 -0600 -@@ -421,7 +421,7 @@ - ; return: (1) ((<test for print-case> <format stmt derived from syntax>) ..) - ; (2) a lambda-list binding the %u .. variables used to accessors - ; derived from the paths. --(defconstant *vars-to-use* '("%R" "%S" "%T" "%U" "%V" "%W" "%X" "%Y" "%Z")) -+(define-constant *vars-to-use* '("%R" "%S" "%T" "%U" "%V" "%W" "%X" "%Y" "%Z")) - - (defun gen-clauses (clauses KB-sequence-print-fn-AL - &aux (vars-to-use (mapcar #'intern *vars-to-use*)) -Only in zebu-3.5.5: zebu-generator.lisp~ -Only in zebu-3.5.5: zebu-kb-domain.fasl -Only in zebu-3.5.5: zebu-lalr1.fasl -Only in zebu-3.5.5: zebu-loader.fasl -Only in zebu-3.5.5: zebu-loadgram.fasl -Only in zebu-3.5.5: zebu-lr0-sets.fasl -Only in zebu-3.5.5: zebu-mg-hierarchy.fasl -diff -u zebu-3.5.5.orig/zebu-mg.tab zebu-3.5.5/zebu-mg.tab ---- zebu-3.5.5.orig/zebu-mg.tab 2002-05-24 14:01:41.000000000 -0500 -+++ zebu-3.5.5/zebu-mg.tab 2004-11-07 17:15:49.062192824 -0600 -@@ -1,5 +1,5 @@ - --(:FILE "/home/rudi/lisp/zebu-3.5.5/zebu-mg.zb" :NAME "zebu-mg" :DOMAIN-FILE "zmg-dom" :PACKAGE "ZEBU" :GRAMMAR "null-grammar" :IDENTIFIER-START-CHARS "$-_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" :IDENTIFIER-CONTINUE-CHARS "$-_.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" :DOMAIN-FILE "/home/rudi/lisp/zebu-3.5.5/zmg-dom.lisp") -+(:FILE "/mnt/space/tmp/zebu-3.5.5/zebu-mg.zb" :NAME "zebu-mg" :DOMAIN-FILE "zmg-dom" :PACKAGE "ZEBU" :GRAMMAR "null-grammar" :IDENTIFIER-START-CHARS "$-_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" :IDENTIFIER-CONTINUE-CHARS "$-_.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" :DOMAIN-FILE "/mnt/space/tmp/zebu-3.5.5/zmg-dom.lisp") - #37(THE-EMPTY-STRING AUGMENTED-START THE-END-G-SYMBOL META-GRAMMAR DEF-TYPE ZB-RULE IDENTIFIER ":=" TYPED-CONJ PRINT-FUNCTION ";" CONJ "<<" "print-function:" ">>" ":" "[" LABEL-VALUE-PAIRS "]" FEAT-TERM NUMBER STRING "*" "+" LABEL-VALUE-PAIR "(" ")" NON-TERMINAL "-->" RHS RHS1 MORE-RHS CONSTITUENT-LIST "{" "}" CONSTITUENT "|" ) - - -Only in zebu-3.5.5: zebu-oset.fasl -Only in zebu-3.5.5: zebu-package.fasl -Only in zebu-3.5.5: zebu-printers.fasl -Only in zebu-3.5.5: zebu-regex.fasl -Only in zebu-3.5.5: zebu-slr.fasl -Only in zebu-3.5.5: zebu-tables.fasl -Only in zebu-3.5.5: zebu-tree-attributes.fasl -Only in zebu-3.5.5: zmg-dom.fasl -Only in zebu-3.5.5: zmg-dom.lisp diff --git a/dev-lisp/cl-zebu/metadata.xml b/dev-lisp/cl-zebu/metadata.xml deleted file mode 100644 index bd44481a11bb..000000000000 --- a/dev-lisp/cl-zebu/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>common-lisp</herd> -<longdescription> -Zebu is a Library for LALR(1) parser generation -- similar to YACC, -but it generates Common Lisp code. -</longdescription> -</pkgmetadata> |