ChangeLog

# ChangeLog for dev-lisp/cl-environment
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-environment/ChangeLog,v 1.6 2007/02/03 17:34:37 flameeyes Exp $

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

24 May 2005; cl-environment-1.0.20021105.ebuild:
Keywording ~sparc

15 Apr 2005; Matthew Kennedy
cl-environment-1.0.20021105.ebuild:
Keywording x86, ~ppc

21 Mar 2005; Matthew Kennedy
cl-environment-1.0.20021105.ebuild:
Keywording for ~amd64

*cl-environment-1.0.20021105 (14 May 2004)

14 May 2004; +metadata.xml, +files/environment.asd,
+cl-environment-1.0.20021105.ebuild:
Initial port. Ebuild contrtibuted by Matthew Kennedy

Manifest

AUX environment.asd 1238 RMD160 c3674df097caf8e53e5063ef7d1a8db2e660438d SHA1 c42626b2e1811c7d7dc0d4725e3922c31fa9df24 SHA256 3fae7eaec10f9966f4729225848ca147d0deb14d409861406a5d360a01b636b8
DIST cl-environment_1.0+cvs.2002.11.05.orig.tar.gz 21029 RMD160 323b87fe5c590382bf6a02c3acbdf9b15d4dfb08 SHA1 791df2685ffb07844577336ca4790d8c444d6f00 SHA256 6874b2d7b607605607ee17091387f204c4bfbe7c2ba1ce1d9abd1664e347c26b
EBUILD cl-environment-1.0.20021105.ebuild 1024 RMD160 5b18d07f8ce140b8661309b4e371a431ccc51ca4 SHA1 e70b4cb612af6a20ff98064d1ff847d855b27327 SHA256 4782bb000cd275b3de9bca975ca922a247f7efa420ce3f8411f410cf2711c49f
MISC ChangeLog 996 RMD160 dcd5427cb3f2d7e42812caebf29bc051f5e728be SHA1 65b54194cf87158f3f464e6b6c834667f3e3fbf6 SHA256 aae0eb26b4635b8a03bb6761daba3d7dc5d5d529dd4ce0e96f114d738987ba2e
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f

cl-environment-1.0.20021105.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-environment/cl-environment-1.0.20021105.ebuild,v 1.7 2007/02/03 17:34:37 flameeyes Exp $

inherit common-lisp

MY_PV=${PV:0:3}
CVS_PV=${PV:4:4}.${PV:8:2}.${PV:10}

DESCRIPTION="Provides an CLOS (CL Object System) encapsulation of the current CL implementation environment"
HOMEPAGE="http://packages.debian.org/unstable/devel/cl-environment"
SRC_URI="mirror://debian/pool/main/c/cl-environment/cl-environment_${MY_PV}+cvs.${CVS_PV}.orig.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"

CLPACKAGE=environment

S=${WORKDIR}/cl-environment-${MY_PV}+cvs.${CVS_PV}

src_install() {
common-lisp-install *.lisp ${FILESDIR}/environment.asd
insinto ${CLSOURCEROOT}/${CLPACKAGE}/impl-dependent; doins impl-dependent/*.lisp
common-lisp-system-symlink
dodoc COPYING INSTALLATION README
}

files

metadata.xml




common-lisp