summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 18:40:18 +0000
committerPanagiotis Christopoulos <pchrist@gentoo.org>2010-11-07 18:40:18 +0000
commit2c2df32f016a05186371ada38387f4d95e4a97fe (patch)
treed977f5596678b17ab961d77069ad21c1ca526699 /dev-lisp
parentdev-lisp/cl-who removal, p.masked from 17Sep2010, wrt bug #337963 (diff)
downloadhistorical-2c2df32f016a05186371ada38387f4d95e4a97fe.tar.gz
historical-2c2df32f016a05186371ada38387f4d95e4a97fe.tar.bz2
historical-2c2df32f016a05186371ada38387f4d95e4a97fe.zip
dev-lisp/cl-with removal, p.masked from 17Sep2010, wrt bug #337963
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-with/ChangeLog18
-rw-r--r--dev-lisp/cl-with/Manifest6
-rw-r--r--dev-lisp/cl-with/cl-with-20020712.ebuild30
-rw-r--r--dev-lisp/cl-with/files/20020712-gentoo.patch23
-rw-r--r--dev-lisp/cl-with/files/with.asd12
-rw-r--r--dev-lisp/cl-with/metadata.xml5
6 files changed, 0 insertions, 94 deletions
diff --git a/dev-lisp/cl-with/ChangeLog b/dev-lisp/cl-with/ChangeLog
deleted file mode 100644
index 999bbd9490b6..000000000000
--- a/dev-lisp/cl-with/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for dev-lisp/cl-with
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-with/ChangeLog,v 1.3 2009/12/15 19:38:28 ssuominen Exp $
-
- 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org>
- cl-with-20020712.ebuild:
- Remove geocities from HOMEPAGE wrt #297028.
-
- 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
- Regenerate digest in Manifest2 format.
-
-*cl-with-20020712 (01 Oct 2005)
-
- 01 Oct 2005; Matthew Kennedy <mkennedy@gentoo.org>
- +files/20020712-gentoo.patch, +files/with.asd, +metadata.xml,
- +cl-with-20020712.ebuild:
- Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
-
diff --git a/dev-lisp/cl-with/Manifest b/dev-lisp/cl-with/Manifest
deleted file mode 100644
index 99d81339329b..000000000000
--- a/dev-lisp/cl-with/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX 20020712-gentoo.patch 795 RMD160 5d7b2ba7c92e901cb9894cd1577b875740369bd1 SHA1 662fc5736ac2f133a786f80d9fc907874c2c4d11 SHA256 c069ea049f7fd706a9b77c4f3739b9a59354dac6a0d7f7fed31c844259c8db13
-AUX with.asd 240 RMD160 b621c477c4affa3c021ce09a3ceee19a30b9e8ae SHA1 375a8afd0854f97e20334122a8c27f6510ac2f78 SHA256 9cc71071d1a9cd8f3f10bc1fe360e8c7138660d7c5963f97e16f4d7ce8985257
-DIST with-20020712.tar.gz 10240 RMD160 d4e0378858303bb538915c4823643d0499204527 SHA1 099fada2971e21edf00a7454c11b690bd2af381c SHA256 b14e9d42c70a48534a3c5d67f98decba38bb4582dc7864ccb18edd734b3bebd8
-EBUILD cl-with-20020712.ebuild 688 RMD160 2532f675b5877a5039639a325e92b9564821edda SHA1 53b1b01dfdfa6919c549b255f1cbd1374c44e843 SHA256 ff0dd2bc114bbce532421a137ee34140429acaafd72beb54e9d47704f8b670df
-MISC ChangeLog 699 RMD160 acfb7535e8919d3c789c4fbe6162db718176688d SHA1 9868ec38773678805d2a289731845aecadd9d3a3 SHA256 ebce68a49ea0010dbcf82d1e63c1eb332265410272fb9a6b305ec180ba0fff11
-MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
diff --git a/dev-lisp/cl-with/cl-with-20020712.ebuild b/dev-lisp/cl-with/cl-with-20020712.ebuild
deleted file mode 100644
index 0933ee4e3b69..000000000000
--- a/dev-lisp/cl-with/cl-with-20020712.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-with/cl-with-20020712.ebuild,v 1.2 2009/12/15 19:38:28 ssuominen Exp $
-
-inherit common-lisp eutils
-
-DESCRIPTION="With -- The Bastard Son of Loop"
-HOMEPAGE="http://common-lisp.net/"
-SRC_URI="mirror://gentoo/with-${PV}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND="dev-lisp/cl-plus"
-
-S=${WORKDIR}/
-
-CLPACKAGE=with
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${PV}-gentoo.patch
-}
-
-src_install() {
- common-lisp-install *.lisp ${FILESDIR}/with.asd
- common-lisp-system-symlink
- dodoc license.txt
-}
diff --git a/dev-lisp/cl-with/files/20020712-gentoo.patch b/dev-lisp/cl-with/files/20020712-gentoo.patch
deleted file mode 100644
index eed9b6a78f47..000000000000
--- a/dev-lisp/cl-with/files/20020712-gentoo.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Only in with: with.fasl
-diff -u with.orig/with.lisp with/with.lisp
---- with.orig/with.lisp 2002-02-19 05:48:00.000000000 -0600
-+++ with/with.lisp 2005-10-01 01:58:49.000000000 -0500
-@@ -187,7 +187,7 @@
- collect x
- do (pop lst))))
- (values decltok decls lst)))
-- (t (error "~S is not a WITH declaration keyword"))))
-+ (t (error "~S is not a WITH declaration keyword" decltok))))
-
- (defun decl-terminating-kw-p (x)
- (or (null x)
-@@ -215,7 +215,7 @@
- (or (symbol-name-equal x "DO")
- (symbol-name-equal x "IN")))
-
--(defconstant +default-eq-toks+ '(= := <-))
-+(cl+:defconst +default-eq-toks+ '(= := <-))
- (defun kw-in-set-p (x &optional (valid-eq-toks +default-eq-toks+))
- (member x valid-eq-toks :test #'symbol-name-equal))
-
-Only in with: with.lisp~
diff --git a/dev-lisp/cl-with/files/with.asd b/dev-lisp/cl-with/files/with.asd
deleted file mode 100644
index 45f81abc7b1a..000000000000
--- a/dev-lisp/cl-with/files/with.asd
+++ /dev/null
@@ -1,12 +0,0 @@
-
-(defpackage #:with-system
- (:use #:common-lisp
- #:asdf))
-
-(in-package #:with-system)
-
-(defsystem #:with
- :name "WITH"
- :components ((:file "with-package")
- (:file "with" :depends-on ("with-package")))
- :depends-on (#:cl-plus))
diff --git a/dev-lisp/cl-with/metadata.xml b/dev-lisp/cl-with/metadata.xml
deleted file mode 100644
index f418045b09c8..000000000000
--- a/dev-lisp/cl-with/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>common-lisp</herd>
-</pkgmetadata>