Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-csv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-csv/ChangeLog,v 1.8 2007/02/03 17:34:17 flameeyes Exp $
03 Feb 2007; Diego Pettenò
cl-csv-1.12.ebuild:
Use mirror://debian/ where applicable, or use mirror://gentoo/ if the file
has been removed from debian's mirrors.
*cl-csv-1.12 (30 Apr 2006)
30 Apr 2006; Matthew Kennedy
New upstream version.
24 May 2005;
Keywording ~sparc
15 Apr 2005; Matthew Kennedy
Keywording stable x86
18 Mar 2005; Matthew Kennedy
Keywording for ~amd64
07 Aug 2004; Tom Martin
Typo in DESCRIPTION: formmated -> formatted. Bug 59717.
*cl-csv-1.8.1 (14 May 2004)
14 May 2004;
Initial port. Ebuild contributed by Matthew Kennedy
DIST cl-csv_1.12.orig.tar.gz 2687 RMD160 2c938e5c2397595ca894a0da197f05a0c1ce6142 SHA1 bf8b4a1f676aed1940e378ac63d8ba8ae04ba090 SHA256 cec14f249eb0410899c7199637850e590de4827a820555a81c13703c96c5fdf1
DIST cl-csv_1.8.1.orig.tar.gz 2515 RMD160 d4a4cc73c6afed359bb2145ce4a5e28b8d3ad507 SHA1 035775a0f207a8c95b3698708df0094df60550f6 SHA256 640e799a137bf98900ad64c1fc6531d08ebb10921f24d59f03c65f87346fccfd
EBUILD cl-csv-1.12.ebuild 744 RMD160 7568a916eaf7f8b65ad86b8e60aa06ae05782352 SHA1 f7204a8b34a0f0a77ec20b9039762cb81a90f5e1 SHA256 3bcc1fe595d0cafb03fd9a5ac5e96f73c4f65509741fa534888de6924921e8e3
EBUILD cl-csv-1.8.1.ebuild 720 RMD160 82830ebe3ab30727ad0c42824cac6eb95acd79d3 SHA1 3d9fca3edb6ca3f4a10a85535392672d4fdee4d2 SHA256 90c861657e44bae8ea0be2d0e151d0e6876f55494bb48ad788f77a2e412729a0
MISC ChangeLog 1133 RMD160 89deba4ec378b5bb65669a2ecaea64788a932f62 SHA1 149e3ba3ad28e994b5da47ae8d6f0dfcd3db2970 SHA256 486435ac3ddab4f5a8a61f29ba4eb0a6d2f5d6a5005e35df919675328a64dc20
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-csv/cl-csv-1.12.ebuild,v 1.2 2007/02/03 17:34:17 flameeyes Exp $
inherit common-lisp
DESCRIPTION="CL-CSV is a Common Lisp library for importing CSV (Common Separated Values) formatted text files"
HOMEPAGE="http://packages.debian.org/unstable/devel/cl-csv"
SRC_URI="mirror://debian/pool/main/c/cl-csv/cl-csv_${PV}.orig.tar.gz"
LICENSE="No-Problem-Bugroff"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=csv
S=${WORKDIR}/${P}.orig
src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-csv/cl-csv-1.8.1.ebuild,v 1.9 2007/07/15 02:50:08 mr_bones_ Exp $
inherit common-lisp
DESCRIPTION="CL-CSV is a Common Lisp library for importing CSV (Common Separated Values) formatted text files"
HOMEPAGE="http://packages.debian.org/unstable/devel/cl-csv"
SRC_URI="mirror://debian/pool/main/c/cl-csv/cl-csv_${PV}.orig.tar.gz"
LICENSE="No-Problem-Bugroff"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
CLPACKAGE=csv
src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
}