Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-irc-logger
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/ChangeLog,v 1.6 2007/03/03 23:23:54 genone Exp $
03 Mar 2007; Marius Mauch
Replacing einfo with elog
04 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
24 May 2005;
Keywording ~sparc
16 Apr 2005; Matthew Kennedy
cl-irc-logger-0.9.2.ebuild:
Keywording; Removed old ebuilds
21 Mar 2005; Matthew Kennedy
cl-irc-logger-0.9.2.ebuild:
Keywording for ~amd64
*cl-irc-logger-0.9.2 (14 Oct 2004)
14 Oct 2004;
+files/0.9.2-acl-compat-gentoo.patch, +files/README.Gentoo,
+cl-irc-logger-0.9.2.ebuild:
New port. Ebuild contributed by Matthew Kennedy
AUX 0.9.2-acl-compat-gentoo.patch 2746 RMD160 e1c4b50b2acd9de0552061e8c8c28b769700f9af SHA1 c097cc7c519bef5b0d5ea7b87aba276485dec31f SHA256 56139a9af128abfe970dc9e80608d93eb7237af5b62d2a0c9ca84aa693194bf4
AUX README.Gentoo 124 RMD160 bd945d96ddbb7f5a41d5c087983a19506d915d22 SHA1 8d4cd9224199de4635a2e0a18a6033994a37d7c0 SHA256 27c72d49235caa1ca4f49be47b8a63ea53457c656bfd02ccd93418d9d8bff4af
DIST irc-logger-0.9.2.tar.gz 8062 RMD160 ed169090949c8f543fa68a863939ed2c8ce25901 SHA1 0b38ef1fd145e9a1c15975557f28d952c23157ce SHA256 84da65881a84cbbdd8deff310b6377742cfe0a972d73403ffb733de23594b0c3
EBUILD cl-irc-logger-0.9.2.ebuild 909 RMD160 dad18d187a46142f8ab05bfff958108d0e854460 SHA1 5a754a8db33e29a03daa9ceaefaf0bff6563c2c1 SHA256 e6cec8786de046aae885510b3a624861d852143da1ac838bebda34ac6e0c5976
MISC ChangeLog 995 RMD160 2c9e60751ae498c72b75a25b09602707784bb3b9 SHA1 339f944494a5157352d1d39f9e4f0aff983c9408 SHA256 debf5337d87045ec094577d5a7c5fa9af1758cfe7fa9ad7d8518e3cc886de31e
MISC metadata.xml 639 RMD160 b19745eca708bd0d9e0025709e0334b917df5fe2 SHA1 99dc7717828d5ad23e77f2a52b0dab6470d5987b SHA256 8ceb27186f5033d75d1a0de0f5eb4d6906ee18a6886571d60e454b3d7a472b29
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-irc-logger/cl-irc-logger-0.9.2.ebuild,v 1.5 2007/03/03 23:23:54 genone Exp $
inherit common-lisp eutils
DESCRIPTION="A Common Lisp IRC logger library"
HOMEPAGE="http://b9.com/"
SRC_URI="http://files.b9.com/irc-logger/irc-logger-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="dev-lisp/cl-irc
dev-lisp/cl-ppcre
dev-lisp/cl-acl-compat"
CLPACKAGE=irc-logger
S=${WORKDIR}/irc-logger-${PV}
src_unpack() {
unpack ${A}
epatch ${FILESDIR}/${PV}-acl-compat-gentoo.patch || die
}
src_install() {
common-lisp-install *.asd *.lisp
common-lisp-system-symlink
dodoc LICENSE ${FILESDIR}/README.Gentoo
}
pkg_postinst() {
common-lisp_pkg_postinst
while read line; do elog "${line}"; done <${FILESDIR}/README.Gentoo
}
cl-irc is a Common Lisp IRC client library that features (partial)
DCC, CTCP and all relevant commands from the IRC RFCs (RFC2810,
RFC2811 and RFC2812). Features
* implements all commands in the RFCs
* extra convenience commands such as op/deop, ban, ignore, etc.
* partial DCC SEND/CHAT support
* event driven model with hooks makes interfacing easy
* the user can keep multiple connections
* all CTCP commands