Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-common-idioms
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-common-idioms/ChangeLog,v 1.2 2007/02/04 00:54:16 flameeyes Exp $
04 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
*cl-common-idioms-3 (07 Sep 2005)
07 Sep 2005; Matthew Kennedy
+cl-common-idioms-3.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
DIST common-idioms-3.tar.gz 19283 RMD160 5ddbfb1bbb32e8096645c4bc9a299e58ce3336da SHA1 172bba5a8f7a13490df5ea50a675f954f89523b3 SHA256 57c185c89b8f67d6eadfcabc9a418a2f2d298154767f8cfe0a5a77daf3811e94
EBUILD cl-common-idioms-3.ebuild 778 RMD160 71794d72e951e96b19a24fbf5f12c3c9adaeaaa4 SHA1 61992df82dc1ebd068cc9531a4d36da88e2bd450 SHA256 b72990cc0b65b5b1c33fc98b6283e13b61d943b59e400e0152764437ee1f65dc
MISC ChangeLog 544 RMD160 3574c18c9dca51ffc3b6a0df7bef16f3688e3c3b SHA1 e56a04c5a5c1be8af3324876b3da7831a4d74dbe SHA256 d3cda8a4017b62959559c457836e66729b3c8f6cc541ac169e415eac21dce8e8
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-common-idioms/cl-common-idioms-3.ebuild,v 1.1 2005/09/07 14:32:46 mkennedy Exp $
inherit common-lisp
DESCRIPTION="A small Common Lisp library implementing various Common Lisp idioms."
HOMEPAGE="http://www.unmutual.info/software/common-idioms/"
SRC_URI="mirror://gentoo/common-idioms-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
CLPACKAGE=common-idioms
S=${WORKDIR}/common-idioms-${PV}
src_unpack() {
unpack ${A}
rm ${S}/Makefile
}
src_install() {
common-lisp-install *.{asd,lisp}
common-lisp-system-symlink
dodoc LICENSE README
dohtml docs/*.{html,css}
dohtml -r docs/icons
}