summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lisp/cl-base64')
-rw-r--r--dev-lisp/cl-base64/ChangeLog7
-rw-r--r--dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild24
-rw-r--r--dev-lisp/cl-base64/cl-base64-3.2.1.ebuild33
-rw-r--r--dev-lisp/cl-base64/cl-base64-3.2.ebuild25
-rw-r--r--dev-lisp/cl-base64/cl-base64-3.3.1.ebuild4
-rw-r--r--dev-lisp/cl-base64/files/digest-cl-base64-3.21
-rw-r--r--dev-lisp/cl-base64/files/digest-cl-base64-3.2.11
-rw-r--r--dev-lisp/cl-base64/files/digest-cl-base64-3.2.1-r11
8 files changed, 8 insertions, 88 deletions
diff --git a/dev-lisp/cl-base64/ChangeLog b/dev-lisp/cl-base64/ChangeLog
index e7ba4594675e..4013b1b22f1f 100644
--- a/dev-lisp/cl-base64/ChangeLog
+++ b/dev-lisp/cl-base64/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-base64
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/ChangeLog,v 1.9 2005/03/18 07:39:57 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/ChangeLog,v 1.10 2005/04/15 18:50:17 mkennedy Exp $
+
+ 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> -cl-base64-3.2.ebuild,
+ -cl-base64-3.2.1.ebuild, -cl-base64-3.2.1-r1.ebuild,
+ cl-base64-3.3.1.ebuild:
+ Remove old ebuilds; Keywording ~ppc, x86
18 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-base64-3.3.1.ebuild:
Keywording for ~amd64
diff --git a/dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild b/dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild
deleted file mode 100644
index 95b3208fdc87..000000000000
--- a/dev-lisp/cl-base64/cl-base64-3.2.1-r1.ebuild
+++ /dev/null
@@ -1,24 +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-base64/cl-base64-3.2.1-r1.ebuild,v 1.3 2004/07/14 15:21:49 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Common Lisp package to encode and decode base64 with URI support"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-base64.html
- http://b9.com/debian.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-base64/${PN}_${PV}.orig.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/cl-kmrcl"
-
-CLPACKAGE=base64
-
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
- dodoc COPYING
-}
diff --git a/dev-lisp/cl-base64/cl-base64-3.2.1.ebuild b/dev-lisp/cl-base64/cl-base64-3.2.1.ebuild
deleted file mode 100644
index 531a439498c1..000000000000
--- a/dev-lisp/cl-base64/cl-base64-3.2.1.ebuild
+++ /dev/null
@@ -1,33 +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-base64/cl-base64-3.2.1.ebuild,v 1.6 2004/07/14 15:21:49 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Common Lisp package to encode and decode base64 with URI support"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-base64.html
- http://b9.com/debian.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-base64/${PN}_${PV}.orig.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/cl-kmrcl"
-
-CLPACKAGE=base64
-
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
-
- dodoc COPYING
-}
-
-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-base64/cl-base64-3.2.ebuild b/dev-lisp/cl-base64/cl-base64-3.2.ebuild
deleted file mode 100644
index 0063dfe93e94..000000000000
--- a/dev-lisp/cl-base64/cl-base64-3.2.ebuild
+++ /dev/null
@@ -1,25 +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-base64/cl-base64-3.2.ebuild,v 1.5 2004/07/14 15:21:49 agriffis Exp $
-
-inherit common-lisp
-
-DESCRIPTION="Common Lisp package to encode and decode base64 with URI support"
-HOMEPAGE="http://packages.debian.org/unstable/devel/cl-base64.html
- http://b9.com/debian.html"
-SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-base64/${PN}_${PV}.orig.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="dev-lisp/cl-kmrcl"
-
-CLPACKAGE=base64
-
-
-src_install() {
- common-lisp-install *.lisp *.asd
- common-lisp-system-symlink
-
- dodoc COPYING
-}
diff --git a/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild b/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild
index 6b22e57c6d88..04e9a67ead05 100644
--- a/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild
+++ b/dev-lisp/cl-base64/cl-base64-3.3.1.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-base64/cl-base64-3.3.1.ebuild,v 1.5 2005/03/18 07:39:57 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/cl-base64-3.3.1.ebuild,v 1.6 2005/04/15 18:50:17 mkennedy Exp $
inherit common-lisp
@@ -10,7 +10,7 @@ HOMEPAGE="http://packages.debian.org/unstable/devel/cl-base64.html
SRC_URI="http://ftp.debian.org/debian/pool/main/c/cl-base64/${PN}_${PV}.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64"
IUSE=""
DEPEND="dev-lisp/cl-kmrcl"
diff --git a/dev-lisp/cl-base64/files/digest-cl-base64-3.2 b/dev-lisp/cl-base64/files/digest-cl-base64-3.2
deleted file mode 100644
index c666462b9767..000000000000
--- a/dev-lisp/cl-base64/files/digest-cl-base64-3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2097041779c76837e76002aa41dfcfea cl-base64_3.2.orig.tar.gz 6442
diff --git a/dev-lisp/cl-base64/files/digest-cl-base64-3.2.1 b/dev-lisp/cl-base64/files/digest-cl-base64-3.2.1
deleted file mode 100644
index 70f83c939a4d..000000000000
--- a/dev-lisp/cl-base64/files/digest-cl-base64-3.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b383cff2229646efd49dc077fa5ad248 cl-base64_3.2.1.orig.tar.gz 6365
diff --git a/dev-lisp/cl-base64/files/digest-cl-base64-3.2.1-r1 b/dev-lisp/cl-base64/files/digest-cl-base64-3.2.1-r1
deleted file mode 100644
index 70f83c939a4d..000000000000
--- a/dev-lisp/cl-base64/files/digest-cl-base64-3.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b383cff2229646efd49dc077fa5ad248 cl-base64_3.2.1.orig.tar.gz 6365