ChangeLog

# ChangeLog for dev-lisp/cl-base64
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-base64/ChangeLog,v 1.14 2008/03/27 16:35:55 armin76 Exp $

27 Mar 2008; Raúl Porcel cl-base64-3.3.1.ebuild:
Fix debian HOMEPAGE

03 Feb 2007; Diego Pettenò cl-base64-3.3.1.ebuild:
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
has been removed from debian's mirrors.

*cl-base64-3.3.2 (02 Sep 2006)

02 Sep 2006; Matthew Kennedy
+cl-base64-3.3.2.ebuild:
New upstream version -- no longer depends on dev-lisp/cl-kmrcl.

24 May 2005; cl-base64-3.3.1.ebuild:
Keywording ~sparc

15 Apr 2005; Matthew Kennedy -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 cl-base64-3.3.1.ebuild:
Keywording for ~amd64

09 May 2004; David Holm cl-base64-3.3.1.ebuild:
Added to ~ppc.

*cl-base64-3.3.1 (08 May 2004)

08 May 2004; +cl-base64-3.3.1.ebuild:
New upstream version.

*cl-base64-3.2.1-r1 (12 Feb 2004)

12 Feb 2004; cl-base64-3.2.1-r1.ebuild:
Cleanup for eclass changes.

15 Oct 2003; Matthew Kennedy cl-base64-3.2.1.ebuild:
postrm preinst

15 Oct 2003; Matthew Kennedy metadata.xml:
metadata

*cl-base64-3.2.1 (28 Aug 2003)

28 Aug 2003; Matthew Kennedy cl-base64-3.2.1.ebuild:
minor version update

*cl-base64-3.2 (07 Jul 2003)

07 Jul 2003; Matthew Kennedy :
initial import

Manifest

DIST cl-base64-3.3.2.tar.gz 6245 RMD160 26f951b1039f733ab559c330fa15fd54ff75a745 SHA1 f75a8ebbf8b06ead174341e36e248a4c234901ab SHA256 549b4f3554237e193c3ce98b552181f0b5ecbd13bbc9737e7be9d0e9d16f6572
DIST cl-base64_3.3.1.orig.tar.gz 26219 RMD160 f5038a15d525d15e6e9c97815c9abffb18ce36fb SHA1 cc32e96ae11299dc2a37b28974340dd3f0905d94 SHA256 2f4528608154f5d5bc7be7ff0163ca46ca33de50566538696d3326e8733f6e07
EBUILD cl-base64-3.3.1.ebuild 697 RMD160 967e200bb1f9fbce33f4d1f58b9dc72d91414650 SHA1 771e466ebdd67fc827d772ecd948978813d1eea9 SHA256 98d7e9ad8cb836fe1068bd70446c467dda2ec1751f60614b750dfc4ba3bb10a5
EBUILD cl-base64-3.3.2.ebuild 664 RMD160 676d26062ec73c543622bf7488070e927c965586 SHA1 bd6e6d5c6e2c57c5d83987269a1c30f1f0ae151d SHA256 c74f231ec93f4c0511a35e6feef67e095858816c7f8406a70289ac971c6e6efd
MISC ChangeLog 1813 RMD160 aafa09a7e523858047b8c4cedb8e646d3f394856 SHA1 0ad5b927baf0044a1b6cf82d929ad7318ae91d30 SHA256 f5b5fc16a46029eef0843804a292ebe091d2b20cc3c35a476ec1efd583f8128e
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f

cl-base64-3.3.1.ebuild

# Copyright 1999-2008 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.10 2008/03/27 16:35:55 armin76 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
http://b9.com/debian.html"
SRC_URI="mirror://debian/pool/main/c/cl-base64/${PN}_${PV}.orig.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/cl-kmrcl"

CLPACKAGE=cl-base64

src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dodoc COPYING
}

cl-base64-3.3.2.ebuild

# Copyright 1999-2006 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.2.ebuild,v 1.2 2007/07/15 02:50:08 mr_bones_ Exp $

inherit common-lisp

DESCRIPTION="Common Lisp package to encode and decode base64 with URI support"
HOMEPAGE="http://www.cliki.net/cl-base64"
SRC_URI="http://files.b9.com/cl-base64/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="virtual/commonlisp
dev-lisp/common-lisp-controller"

CLPACKAGE=cl-base64

src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dodoc COPYING
}

metadata.xml




common-lisp