Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-lisp/cl-asdf-system-connections
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-asdf-system-connections/ChangeLog,v 1.3 2007/02/04 00:48:38 flameeyes Exp $
04 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
*cl-asdf-system-connections-0.8 (19 Dec 2005)
19 Dec 2005; Matthew Kennedy
-cl-asdf-system-connections-0.1.ebuild,
+cl-asdf-system-connections-0.8.ebuild:
New upstream version; Removed old ebuilds.
*cl-asdf-system-connections-0.1 (27 Nov 2005)
27 Nov 2005; Matthew Kennedy
+cl-asdf-system-connections-0.1.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
DIST asdf-system-connections_0.8.tar.gz 3158 RMD160 32b9d56590850f7bce308e701a5901c3c38b2d5c SHA1 1e27a16af9834e8523d5195edac7f8758a43d12c SHA256 c0a53ab45249e80ab6c05e918ef768879eca54df27ac4da3b6539dbb76228e1d
EBUILD cl-asdf-system-connections-0.8.ebuild 830 RMD160 be86db4851544507cf3f77d84880456d25dda3f6 SHA1 bdeccee18664a43735a03c02ac3179e2b18717b3 SHA256 c41ae4ecdfc333a988bce3bf10aac41885d88c596f46a1aa5a6a1d50beaad337
MISC ChangeLog 818 RMD160 b20c747bfb369195d655c4f50e81a5c00209267d SHA1 baab7a2549eb653bc69295823fc5ec6647fdff9b SHA256 58729a77e186b073a75101f7f29e680d270e8476ad713e8cb4f4f9154687c93e
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-asdf-system-connections/cl-asdf-system-connections-0.8.ebuild,v 1.1 2005/12/19 22:05:54 mkennedy Exp $
inherit common-lisp
DESCRIPTION="ASDF-System-Connections provides auto-loading of systems that only make sense when several other systems are loaded."
HOMEPAGE="http://common-lisp.net/project/cl-containers/asdf-system-connections/"
SRC_URI="mirror://gentoo/${PN/cl-/}_${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${PN/cl-/}
CLPACKAGE=asdf-system-connections
src_install() {
insinto $CLSOURCEROOT/$CLPACKAGE/dev
doins dev/*.lisp
common-lisp-install asdf-system-connections.asd
common-lisp-system-symlink
}