summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-arnesi/ChangeLog10
-rw-r--r--dev-lisp/cl-arnesi/Manifest4
-rw-r--r--dev-lisp/cl-arnesi/cl-arnesi-1.4.0.ebuild (renamed from dev-lisp/cl-arnesi/cl-arnesi-1.3.ebuild)8
-rw-r--r--dev-lisp/cl-arnesi/cl-arnesi-1.4.0_p5.ebuild39
-rw-r--r--dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.31
-rw-r--r--dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.01
-rw-r--r--dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.0_p51
-rw-r--r--dev-lisp/cl-yaclml/ChangeLog9
-rw-r--r--dev-lisp/cl-yaclml/Manifest4
-rw-r--r--dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild (renamed from dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild)11
-rw-r--r--dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5.21
-rw-r--r--dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5_p261
12 files changed, 78 insertions, 12 deletions
diff --git a/dev-lisp/cl-arnesi/ChangeLog b/dev-lisp/cl-arnesi/ChangeLog
index a65b94342e08..fd98ceba3afb 100644
--- a/dev-lisp/cl-arnesi/ChangeLog
+++ b/dev-lisp/cl-arnesi/ChangeLog
@@ -1,6 +1,14 @@
# 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.11 2005/04/15 20:23:42 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/ChangeLog,v 1.12 2005/05/18 20:35:52 mkennedy Exp $
+
+*cl-arnesi-1.4.0_p5 (18 May 2005)
+*cl-arnesi-1.4.0 (18 May 2005)
+
+ 18 May 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-arnesi-1.3.ebuild,
+ +cl-arnesi-1.4.0.ebuild, +cl-arnesi-1.4.0_p5.ebuild:
+ New upstream version -- same version as arnesi distributed with UCW 0.3.9;
+ Removed old ebuild files.
15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org>
-files/1.2.34-gentoo.patch, -files/1.1.0-clisp-specials-gentoo.patch,
diff --git a/dev-lisp/cl-arnesi/Manifest b/dev-lisp/cl-arnesi/Manifest
index 80f14211f3b2..633fb536ac75 100644
--- a/dev-lisp/cl-arnesi/Manifest
+++ b/dev-lisp/cl-arnesi/Manifest
@@ -1,4 +1,8 @@
MD5 09d2a954d05644894fc371982e5de3fd ChangeLog 1998
+MD5 d9df3ed65114a6ddae1afbcea7b3d28e cl-arnesi-1.4.0.ebuild 1184
+MD5 db0ffcd48abbb8aa43c0b7fbf235a90a cl-arnesi-1.4.0_p5.ebuild 1212
MD5 ff897f603d1e4c01cc2732d02e362ef1 metadata.xml 587
MD5 d938ad8950a27be0ddd98e0d2e248436 cl-arnesi-1.3.ebuild 1081
+MD5 2c0e4a2323e51755eab631f675b7c025 files/digest-cl-arnesi-1.4.0 64
+MD5 c2288a5f7e109f20cf5ed4763da2ee40 files/digest-cl-arnesi-1.4.0_p5 78
MD5 81043cddf746002dfea6c6c12a43667a files/digest-cl-arnesi-1.3 77
diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.3.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.4.0.ebuild
index 8dfa8f977f0a..f64447e61f5e 100644
--- a/dev-lisp/cl-arnesi/cl-arnesi-1.3.ebuild
+++ b/dev-lisp/cl-arnesi/cl-arnesi-1.4.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-arnesi/cl-arnesi-1.3.ebuild,v 1.3 2005/04/15 20:23:42 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-arnesi/cl-arnesi-1.4.0.ebuild,v 1.1 2005/05/18 20:35:52 mkennedy Exp $
inherit common-lisp eutils
@@ -9,7 +9,8 @@ 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}--base-0.tar.bz2"
+# SRC_URI="mirror://gentoo/arnesi--dev--${MY_PV}--base-0.tar.bz2"
+SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/arnesi_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 ~ppc ~amd64"
@@ -19,7 +20,8 @@ DEPEND="dev-lisp/common-lisp-controller
CLPACKAGE=arnesi
-S=${WORKDIR}/arnesi--dev--${MY_PV}--base-0
+# S=${WORKDIR}/arnesi--dev--${MY_PV}--base-0
+S=${WORKDIR}/arnesi_${PV}
src_unpack() {
unpack ${A}
diff --git a/dev-lisp/cl-arnesi/cl-arnesi-1.4.0_p5.ebuild b/dev-lisp/cl-arnesi/cl-arnesi-1.4.0_p5.ebuild
new file mode 100644
index 000000000000..725231aaf659
--- /dev/null
+++ b/dev-lisp/cl-arnesi/cl-arnesi-1.4.0_p5.ebuild
@@ -0,0 +1,39 @@
+# 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.4.0_p5.ebuild,v 1.1 2005/05/18 20:35:52 mkennedy Exp $
+
+inherit common-lisp eutils
+
+MY_PV=${PV:0:3}
+MY_PATCH_PV=${PV:7}
+
+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"
+# SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/arnesi_${PV}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86 ~ppc ~amd64"
+IUSE=""
+DEPEND="dev-lisp/common-lisp-controller
+ virtual/commonlisp"
+
+CLPACKAGE=arnesi
+
+S=${WORKDIR}/arnesi--dev--${MY_PV}--patch-${MY_PATCH_PV}
+# 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/
+}
diff --git a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.3 b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.3
deleted file mode 100644
index ce90b1df1b84..000000000000
--- a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4fc19faffcaa0a940236ca12542ff201 arnesi--dev--1.3--base-0.tar.bz2 126584
diff --git a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.0 b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.0
new file mode 100644
index 000000000000..e19494d1b8c1
--- /dev/null
+++ b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.0
@@ -0,0 +1 @@
+MD5 aa2011cb2ffe3ddc2a1a6150ab3057d8 arnesi_1.4.0.tar.gz 446470
diff --git a/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.0_p5 b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.0_p5
new file mode 100644
index 000000000000..d78aac474cb0
--- /dev/null
+++ b/dev-lisp/cl-arnesi/files/digest-cl-arnesi-1.4.0_p5
@@ -0,0 +1 @@
+MD5 6219c10c4e344474bb2f8c5a5026153a arnesi--dev--1.4--patch-5.tar.bz2 156094
diff --git a/dev-lisp/cl-yaclml/ChangeLog b/dev-lisp/cl-yaclml/ChangeLog
index f8e57e8c2dc9..bb4b0d312b55 100644
--- a/dev-lisp/cl-yaclml/ChangeLog
+++ b/dev-lisp/cl-yaclml/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-lisp/cl-yaclml
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/ChangeLog,v 1.3 2005/04/17 01:18:13 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/ChangeLog,v 1.4 2005/05/18 20:33:22 mkennedy Exp $
+
+*cl-yaclml-0.5_p26 (18 May 2005)
+
+ 18 May 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ +cl-yaclml-0.5_p26.ebuild, -cl-yaclml-0.5.2.ebuild:
+ New upstream version -- same version as yaclml distributed with UCW 0.3.9;
+ Removed old ebuild files.
17 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-yaclml-0.5.2.ebuild:
Keywording.
diff --git a/dev-lisp/cl-yaclml/Manifest b/dev-lisp/cl-yaclml/Manifest
index c24f7642f799..769e74629757 100644
--- a/dev-lisp/cl-yaclml/Manifest
+++ b/dev-lisp/cl-yaclml/Manifest
@@ -1,4 +1,4 @@
MD5 70d385e0acf95a234aadbd32b578545b ChangeLog 649
-MD5 1ff079748927760de92f04426f24a800 cl-yaclml-0.5.2.ebuild 1174
MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
-MD5 43a726ae37ba350b881aac58bd6f8b49 files/digest-cl-yaclml-0.5.2 63
+MD5 eaa51d8e169a922a2bb7e13a26d5fbd3 cl-yaclml-0.5_p26.ebuild 1350
+MD5 9a94240ecdb2ade143f2c19857784b72 files/digest-cl-yaclml-0.5_p26 78
diff --git a/dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild b/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild
index 90259c2acad4..9b6660354359 100644
--- a/dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild
+++ b/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild
@@ -1,12 +1,16 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/cl-yaclml-0.5.2.ebuild,v 1.3 2005/04/17 01:18:13 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-yaclml/cl-yaclml-0.5_p26.ebuild,v 1.1 2005/05/18 20:33:22 mkennedy Exp $
inherit common-lisp
+MY_PV=${PV:0:3}
+MY_PATCH_PV=${PV:5}
+
DESCRIPTION="yaclml is a collection of macros and utilities for generating XML/HTML like markup from lisp code"
HOMEPAGE="http://common-lisp.net/project/bese/yaclml.html"
-SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/yaclml_${PV}.tar.gz"
+SRC_URI="mirror://gentoo/yaclml--dev--${MY_PV}--patch-${MY_PATCH_PV}.tar.bz2"
+# SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/yaclml_${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc"
@@ -17,7 +21,8 @@ DEPEND="dev-lisp/cl-iterate
CLPACKAGE="yaclml"
-S=${WORKDIR}/yaclml_${PV}
+S=${WORKDIR}/yaclml--dev--${MY_PV}--patch-${MY_PATCH_PV}
+# S=${WORKDIR}/yaclml_${PV}
src_unpack() {
unpack ${A}
diff --git a/dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5.2 b/dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5.2
deleted file mode 100644
index c8979cc1354b..000000000000
--- a/dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c2180144e96c6ce9aa6ae612d31fd04a yaclml_0.5.2.tar.gz 55805
diff --git a/dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5_p26 b/dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5_p26
new file mode 100644
index 000000000000..77abde5c9bff
--- /dev/null
+++ b/dev-lisp/cl-yaclml/files/digest-cl-yaclml-0.5_p26
@@ -0,0 +1 @@
+MD5 74504d45b8f5e7768255062e0c5bd26c yaclml--dev--0.5--patch-26.tar.bz2 64458