summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lisp/cl-sha1/ChangeLog8
-rw-r--r--dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild8
-rw-r--r--dev-lisp/cl-sha1/cl-sha1-1.0.ebuild40
-rw-r--r--dev-lisp/cl-sha1/files/digest-cl-sha1-1.01
-rw-r--r--dev-lisp/cl-split-sequence/ChangeLog9
-rw-r--r--dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild9
-rw-r--r--dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1.ebuild39
-rw-r--r--dev-lisp/cl-split-sequence/files/digest-cl-split-sequence-20011114.12
8 files changed, 23 insertions, 93 deletions
diff --git a/dev-lisp/cl-sha1/ChangeLog b/dev-lisp/cl-sha1/ChangeLog
index d3c3cffec592..8400115cbceb 100644
--- a/dev-lisp/cl-sha1/ChangeLog
+++ b/dev-lisp/cl-sha1/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cl-sha1
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/ChangeLog,v 1.4 2004/06/24 23:54:52 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/ChangeLog,v 1.5 2005/02/03 05:39:01 mkennedy Exp $
+
+ 02 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-sha1-1.0-r1.ebuild,
+ -cl-sha1-1.0.ebuild:
+ Override src_compile()
*cl-sha1-1.0-r1 (12 Feb 2004)
diff --git a/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild b/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild
index 1a8dc3499c6f..8b1ea03930b9 100644
--- a/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild
+++ b/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild,v 1.3 2004/06/24 23:54:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-sha1/cl-sha1-1.0-r1.ebuild,v 1.4 2005/02/03 05:39:01 mkennedy Exp $
inherit common-lisp eutils
@@ -25,6 +25,10 @@ src_unpack() {
epatch ${FILESDIR}/cl-sha1-gentoo.patch
}
+src_compile() {
+ :
+}
+
src_install() {
common-lisp-install *.asd *.lisp
common-lisp-system-symlink
diff --git a/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild b/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild
deleted file mode 100644
index 9e963f83d9c7..000000000000
--- a/dev-lisp/cl-sha1/cl-sha1-1.0.ebuild
+++ /dev/null
@@ -1,40 +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-sha1/cl-sha1-1.0.ebuild,v 1.4 2004/06/24 23:54:52 agriffis Exp $
-
-inherit common-lisp eutils
-
-DESCRIPTION="Common Lisp package for SHA1 Message Digests"
-HOMEPAGE="http://www.cs.rice.edu/~froydnj/lisp/ http://www.cliki.net/sb-sha1"
-SRC_URI="mirror://gentoo/sb-sha1-${PV}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-lisp/common-lisp-controller
- virtual/commonlisp"
-
-CLPACKAGE=sb-sha1
-
-S=${WORKDIR}/sb-sha1
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/cl-sha1-gentoo.patch
-}
-
-src_install() {
- common-lisp-install *.asd *.lisp
- common-lisp-system-symlink
- dodoc 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-sha1/files/digest-cl-sha1-1.0 b/dev-lisp/cl-sha1/files/digest-cl-sha1-1.0
deleted file mode 100644
index c3832497f541..000000000000
--- a/dev-lisp/cl-sha1/files/digest-cl-sha1-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8091dbee1611da0d794b4f779c07bc91 sb-sha1-1.0.tar.gz 8757
diff --git a/dev-lisp/cl-split-sequence/ChangeLog b/dev-lisp/cl-split-sequence/ChangeLog
index f5d203582625..c2a1c1530731 100644
--- a/dev-lisp/cl-split-sequence/ChangeLog
+++ b/dev-lisp/cl-split-sequence/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-split-sequence
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-split-sequence/ChangeLog,v 1.5 2004/06/24 23:55:03 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-split-sequence/ChangeLog,v 1.6 2005/02/03 05:43:38 mkennedy Exp $
+
+ 02 Feb 2005; Matthew Kennedy <mkennedy@gentoo.org>
+ cl-split-sequence-20011114.1-r1.ebuild,
+ -cl-split-sequence-20011114.1.ebuild:
+ Tagging stable keywords for x86
23 Jun 2004; <mkennedy@gentoo.org> cl-split-sequence-20011114.1-r1.ebuild:
Adding ~ppc.
diff --git a/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild b/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild
index 2c4504db93e4..07001efb2757 100644
--- a/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild
+++ b/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild,v 1.4 2004/06/24 23:55:03 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1-r1.ebuild,v 1.5 2005/02/03 05:43:38 mkennedy Exp $
inherit common-lisp eutils
@@ -10,17 +10,16 @@ DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result
HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE http://packages.debian.org/unstable/devel/cl-split-sequence.html"
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-split-sequence/${PN}_${PV}.orig.tar.gz
http://ftp.debian.org/debian/pool/main/c/cl-split-sequence/${PN}_${PV}-${DEB_PV}.diff.gz"
-
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="x86 ~ppc"
IUSE=""
CLPACKAGE=split-sequence
src_unpack() {
unpack ${A}
- epatch ${PN}_${PV}-${DEB_PV}.diff
+ epatch ${PN}_${PV}-${DEB_PV}.diff || die
}
src_install() {
diff --git a/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1.ebuild b/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1.ebuild
deleted file mode 100644
index f3199f86400f..000000000000
--- a/dev-lisp/cl-split-sequence/cl-split-sequence-20011114.1.ebuild
+++ /dev/null
@@ -1,39 +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-split-sequence/cl-split-sequence-20011114.1.ebuild,v 1.4 2004/06/24 23:55:03 agriffis Exp $
-
-inherit common-lisp eutils
-
-DEB_PV=1
-
-DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
-HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE http://packages.debian.org/unstable/devel/cl-split-sequence.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-split-sequence/${PN}_${PV}.orig.tar.gz
- http://ftp.debian.org/debian/pool/main/c/cl-split-sequence/${PN}_${PV}-${DEB_PV}.diff.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-CLPACKAGE=split-sequence
-
-src_unpack() {
- unpack ${A}
- epatch ${PN}_${PV}-${DEB_PV}.diff
-}
-
-src_install() {
- common-lisp-install split-sequence.asd split-sequence.lisp
- 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-split-sequence/files/digest-cl-split-sequence-20011114.1 b/dev-lisp/cl-split-sequence/files/digest-cl-split-sequence-20011114.1
deleted file mode 100644
index 9c5ca542e268..000000000000
--- a/dev-lisp/cl-split-sequence/files/digest-cl-split-sequence-20011114.1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 102bd26b7ff41b082f6c5d1744dab39d cl-split-sequence_20011114.1.orig.tar.gz 2596
-MD5 c9fbe687e5ca923f436d6de873672f4c cl-split-sequence_20011114.1-1.diff.gz 1949