summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2004-01-27 22:10:27 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2004-01-27 22:10:27 +0000
commit48a9ba6e9ec85970a0bb067672be5cbe2092e3c2 (patch)
treea2f9a1f926b7cef83d159c707ff4a1e092b6151a /dev-lisp/cl-cclan
parentNew upstream. (Manifest recommit) (diff)
downloadgentoo-2-48a9ba6e9ec85970a0bb067672be5cbe2092e3c2.tar.gz
gentoo-2-48a9ba6e9ec85970a0bb067672be5cbe2092e3c2.tar.bz2
gentoo-2-48a9ba6e9ec85970a0bb067672be5cbe2092e3c2.zip
*** empty log message ***
Diffstat (limited to 'dev-lisp/cl-cclan')
-rw-r--r--dev-lisp/cl-cclan/ChangeLog9
-rw-r--r--dev-lisp/cl-cclan/Manifest8
-rw-r--r--dev-lisp/cl-cclan/cl-cclan-1.81.ebuild45
-rw-r--r--dev-lisp/cl-cclan/files/digest-cl-cclan-1.812
4 files changed, 59 insertions, 5 deletions
diff --git a/dev-lisp/cl-cclan/ChangeLog b/dev-lisp/cl-cclan/ChangeLog
index 60585078e309..57691615e7f5 100644
--- a/dev-lisp/cl-cclan/ChangeLog
+++ b/dev-lisp/cl-cclan/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-cclan
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cclan/ChangeLog,v 1.2 2003/10/15 21:03:58 mkennedy Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cclan/ChangeLog,v 1.3 2004/01/27 22:10:27 mkennedy Exp $
+
+*cl-cclan-1.81 (27 Jan 2004)
+
+ 27 Jan 2004; <mkennedy@gentoo.org> cl-cclan-1.81.ebuild:
+ New upstream
*cl-cclan-1.78 (15 Oct 2003)
diff --git a/dev-lisp/cl-cclan/Manifest b/dev-lisp/cl-cclan/Manifest
index a05a57b9506a..712490a7bf6d 100644
--- a/dev-lisp/cl-cclan/Manifest
+++ b/dev-lisp/cl-cclan/Manifest
@@ -1,6 +1,8 @@
-MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
-MD5 fdabb1019632a13a3f45def157cfd26b cl-cclan-1.78.ebuild 1101
-MD5 d6d4668eb2b3734919eaffc00a77a3d8 cl-cclan-1.77.2.ebuild 793
MD5 1b55dc1dd87d7bc0ca8c5edc4660bb2e ChangeLog 476
+MD5 d6d4668eb2b3734919eaffc00a77a3d8 cl-cclan-1.77.2.ebuild 793
+MD5 fdabb1019632a13a3f45def157cfd26b cl-cclan-1.78.ebuild 1101
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 fdabb1019632a13a3f45def157cfd26b cl-cclan-1.81.ebuild 1101
MD5 391a01fa14100c417cf1a398cb95a879 files/digest-cl-cclan-1.77.2 70
MD5 c5490bfef737a6c6f912c021dabfb421 files/digest-cl-cclan-1.78 133
+MD5 0450eae6fc237730e02e79e877693ab8 files/digest-cl-cclan-1.81 133
diff --git a/dev-lisp/cl-cclan/cl-cclan-1.81.ebuild b/dev-lisp/cl-cclan/cl-cclan-1.81.ebuild
new file mode 100644
index 000000000000..9095dd5f5c9d
--- /dev/null
+++ b/dev-lisp/cl-cclan/cl-cclan-1.81.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-cclan/cl-cclan-1.81.ebuild,v 1.1 2004/01/27 22:10:27 mkennedy Exp $
+
+inherit common-lisp
+
+DEB_PV=1
+
+DESCRIPTION="Comprehensive Common Lisp Archive Network"
+HOMEPAGE="http://cclan.sourceforge.net
+ http://www.cliki.net/cclan
+ http://packages.debian.org/unstable/devel/cl-cclan.html"
+SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-asdf/cl-asdf_${PV}-${DEB_PV}.diff.gz
+ http://ftp.debian.org/debian/pool/main/c/cl-asdf/cl-asdf_${PV}.orig.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="dev-lisp/cl-asdf
+ virtual/commonlisp
+ dev-lisp/common-lisp-controller"
+
+CLPACKAGE=cclan
+
+S=${WORKDIR}/cl-asdf-${PV}
+
+src_unpack() {
+ unpack ${A}
+ epatch cl-asdf_${PV}-${DEB_PV}.diff
+}
+
+src_install() {
+ common-lisp-install cclan*.lisp cclan.asd
+ common-lisp-system-symlink
+ 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-cclan/files/digest-cl-cclan-1.81 b/dev-lisp/cl-cclan/files/digest-cl-cclan-1.81
new file mode 100644
index 000000000000..963ec0363fd2
--- /dev/null
+++ b/dev-lisp/cl-cclan/files/digest-cl-cclan-1.81
@@ -0,0 +1,2 @@
+MD5 b39ba803dd8b49032fe41f84752d09aa cl-asdf_1.81-1.diff.gz 4831
+MD5 9116c656d111db080583ba7964202538 cl-asdf_1.81.orig.tar.gz 39772