Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-asdf-binary-locations
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/ChangeLog,v 1.8 2008/04/29 17:57:30 ranger Exp $
29 Apr 2008; Brent Baude
cl-asdf-binary-locations-20061018.ebuild:
stable ppc, bug 217700
21 Apr 2008; Ferris McCormick
cl-asdf-binary-locations-20061018.ebuild:
Sparc stable, required by Bug #218706.
20 Apr 2008; Markus Meier
cl-asdf-binary-locations-20061018.ebuild:
x86 stable, bug #217700
15 Apr 2008; Markus Rothe
cl-asdf-binary-locations-20061018.ebuild:
Stable on ppc64; bug #217700
08 Dec 2007; Samuli Suominen
cl-asdf-binary-locations-20061018.ebuild:
amd64 stable wrt #201216
20 Nov 2007; Markus Rothe
cl-asdf-binary-locations-20061018.ebuild:
Added ~ppc64; bug #199368
23 Nov 2006; Christian Faulhammer
added common-lisp herd as maintainers
*cl-asdf-binary-locations-20061018 (09 Nov 2006)
09 Nov 2006; Matthew Kennedy
+cl-asdf-binary-locations-20061018.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
DIST asdf-binary-locations_20061018.tar.gz 7504 RMD160 35eaf21598ce878c4b6579e2be9930be2aa26a4a SHA1 ef3b39be01df9e72545a441ae6c62b80e6e4068a SHA256 1ffc3473792cf383e7860551eaacb67fcf5a5421d371be2605ed3258f0f55f45
EBUILD cl-asdf-binary-locations-20061018.ebuild 849 RMD160 67b7283d71005fab794edfa1cd9959037cd60264 SHA1 8e0a3c0a008f679f8aa181bb2cf1d54ca98375b6 SHA256 09651b733fc7d8c162659af642bb8be5a63d032d587431d6222610a00708bcda
MISC ChangeLog 1318 RMD160 6e28478e27136e25de919f1850428c3669dc076c SHA1 bd2e6a1a7ce5e32601b95a419543dbf37f32c72c SHA256 c8155d6bd2bff2b28dfcf9fad2c5cf556210f555c952725aaab613a537160180
MISC metadata.xml 164 RMD160 5edb79931b874dc3a72128f0742b9d4c4eb3c8c1 SHA1 2f781e1fca36d790a027079805d56cf397e6a6f8 SHA256 f8efc9385015233c71f279f85bd0a327525b7136cf8714cc04449d8bea4ce22f
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-binary-locations/cl-asdf-binary-locations-20061018.ebuild,v 1.7 2008/04/29 17:57:30 ranger Exp $
inherit common-lisp
DESCRIPTION="An ASDF-Extension that makes it easy to specify where your Common Lisp binaries (FASL files) should go."
HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-binary-locations/"
SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/${PN/cl-/}_${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="dev-lisp/cl-asdf"
S=${WORKDIR}/${PN/cl-/}
CLPACKAGE=asdf-binary-locations
src_install() {
insinto $CLSOURCEROOT/$CLPACKAGE/dev
doins dev/*.lisp
common-lisp-install *.asd
common-lisp-system-symlink
}