Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-mt19937
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-mt19937/ChangeLog,v 1.3 2007/02/04 01:07:11 flameeyes Exp $
04 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
24 May 2005;
Keywording ~sparc
*cl-mt19937-1.1 (18 May 2005)
18 May 2005; Matthew Kennedy
+cl-mt19937-1.1.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
DIST mt19937-1.1.tar.gz 5545 RMD160 0dd410339c79707e118a7b1b3889e6a8694c46ad SHA1 17755d820a3bfb9023d75746eb1cf5e68c23504a SHA256 93c88e24ed278d7a6730d53639132e4ca453f9eb0531db9e1630b5a3a7ac7044
EBUILD cl-mt19937-1.1.ebuild 700 RMD160 b471df7c0c83ef41fb9ac401dbfe397a8d323f59 SHA1 0c53a8a58d8de42513a31ae39db79e88e50e12f7 SHA256 f8ec9d0daec9a05529d941e3fd338f74af3706d42c7625853461aa1fe6a0acd9
MISC ChangeLog 603 RMD160 639db070e93f04c750f84b6a5aeb15fb0cdc761e SHA1 4be6d684680031b0ce4fd1d73a325fddcb32cd6b SHA256 aab5ad9f33ccaabf6ca0cbcda77df6845ee48a2b6d1b1d7faefddf19a8f5ca38
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-mt19937/cl-mt19937-1.1.ebuild,v 1.2 2005/05/24 18:48:34 mkennedy Exp $
inherit common-lisp eutils
DESCRIPTION="Portable Mersenne Twister random number generator for Common Lisp"
HOMEPAGE="http://www.cliki.net/MT19937"
SRC_URI="mirror://gentoo/mt19937-${PV}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="virtual/commonlisp
dev-lisp/common-lisp-controller"
S=${WORKDIR}/mt19937-${PV}
CLPACKAGE=mt19937
src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dodoc README
}