ChangeLog

# ChangeLog for dev-lisp/cl-log4cl
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-log4cl/ChangeLog,v 1.3 2007/02/04 01:06:01 flameeyes Exp $

04 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

24 May 2005; cl-log4cl-20050421.ebuild:
Keywording ~sparc

*cl-log4cl-20050421 (21 Apr 2005)

21 Apr 2005; Matthew Kennedy
+files/20050421-defconstant-gentoo.patch, +metadata.xml,
+cl-log4cl-20050421.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy

Manifest

AUX 20050421-defconstant-gentoo.patch 1810 RMD160 a818676ba6e547407ee4fccbc55e47ac0d394cd2 SHA1 dfd61dff5f7c74a92348ba1f884896680738c6b5 SHA256 a76ea3289184218914afd4b98f885e161b0713986096f80b4f9fb0894ebe35b5
DIST log4cl-20050421.tar.gz 13600 RMD160 958c2c42121923a5b3d09f4655c3b9a32c874091 SHA1 0893a327ac30a32d8ee1d9c0f0d1b4df526b8c29 SHA256 babc8e052c595182d57c73d023b1f52e230d3b6378d8a0f24de54865dff1c09a
EBUILD cl-log4cl-20050421.ebuild 1084 RMD160 f60dc70109661dba20d85d8a08f44bc8240a5682 SHA1 91fc8defdf9a56980283f945c8f00c9d37010a12 SHA256 9fcfcc4950e835f7a21210060ef3d90f339ba094f57ee496e1df9c4772f13383
MISC ChangeLog 657 RMD160 4f33613e7f2f6b20625266d1306112b35d00a43d SHA1 7139e375cc1e6f60f71a8da49d3fb57986373dd1 SHA256 35649202dfb5067ed0e3ac6bef70464d9ddce2c2c77728021fd738e08698ece9
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f

cl-log4cl-20050421.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-log4cl/cl-log4cl-20050421.ebuild,v 1.2 2005/05/24 18:48:34 mkennedy Exp $

inherit common-lisp eutils

DESCRIPTION="Log4cl is a log library for Common Lisp based on Log4J"
HOMEPAGE="http://common-lisp.net/project/log4cl/index.html"
SRC_URI="mirror://gentoo/log4cl-${PV}.tar.gz"
LICENSE="LLGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/cl-plus"

# Can use dev-lisp/cl-sql too, but this not a hard dependency we should look
# after. Users should instead (asdf:oos 'asdf:load-op :log4cl) and then, if
# necessary, (asdf:oos 'asdf:load-op :log4cl.db) etc. :log4cl.syslog requires
# dev-lisp/cl-uffi.

# TODO locate and add UNETWORK library for :log4cl.mail

S=${WORKDIR}/log4cl

CLPACKAGE=log4cl

src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${PV}-defconstant-gentoo.patch || die
}

src_install() {
common-lisp-install log4cl.asd *.lisp
common-lisp-system-symlink
dodoc NEWS README log4cl.cfg
}

files

metadata.xml




common-lisp