ChangeLog

# ChangeLog for dev-lisp/cl-aspectl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/ChangeLog,v 1.9 2006/03/19 22:40:24 halcy0n Exp $

19 Mar 2006; Mark Loeser cl-aspectl-0.6.4.ebuild:
Add DEPEND on app-arch/unzip

*cl-aspectl-0.70 (03 Feb 2006)

03 Feb 2006; Matthew Kennedy
+cl-aspectl-0.70.ebuild:
New upstream version.

24 May 2005; cl-aspectl-0.6.4.ebuild:
Keywording ~sparc

15 Apr 2005; Matthew Kennedy
cl-aspectl-0.6.4.ebuild:
Keywording stable x86

15 Apr 2005; Matthew Kennedy
-cl-aspectl-0.6.3.ebuild, cl-aspectl-0.6.4.ebuild:
Remove old ebuilds; Keywording ~ppc

20 Mar 2005; Matthew Kennedy metadata.xml:
Corrected metadata.xml description; Resolves Bug #85963

18 Mar 2005; Matthew Kennedy
cl-aspectl-0.6.4.ebuild:
Keywording for ~amd64

*cl-aspectl-0.6.4 (28 Jan 2005)

28 Jan 2005; Matthew Kennedy
+cl-aspectl-0.6.4.ebuild:
New upstream version.

*cl-aspectl-0.6.3 (18 Oct 2004)

18 Oct 2004; +metadata.xml,
+cl-aspectl-0.6.3.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy

Manifest

DIST aspectl-0.6.4.zip 33989 RMD160 2cdb4b8611314040155009dab1545455e2fdd70b SHA1 f5cf6fcb9ce6cf47746a1a356fa2a03e7226bd3f SHA256 aa74a736ab1b0a16aba97ea2affba9cbd0954eef4061d481c3201d2d528c45b1
DIST aspectl-0.70.tar.gz 10915 RMD160 0881162dd035d0e2b99f5d7e4d382e1d00ff625e SHA1 44749cac20660dcc65389954fe1f6bf6556a41f1 SHA256 da973ccc7b65fbdcc232cc5bd105beeb26aca4587848ec803f16a7bad0b61a06
EBUILD cl-aspectl-0.6.4.ebuild 835 RMD160 889f22718e25c89882eea74fb31fa3795d301a0a SHA1 2a96d0f1b939aeebf5b3d1258c2a5602d4032ff4 SHA256 285f3b5269e866427a438ea18f4d3cb77bbc3ce95013a2ca6c2067061757d2fd
EBUILD cl-aspectl-0.70.ebuild 744 RMD160 b8a5bddb8a1c85d90da8352574a4a1c6c2eb2735 SHA1 574286cad6aaa456bceaf0bed59edbcf3719d266 SHA256 c3184d9090c8445e5c53ee35425e404ea04b85319a927caba894d6623b7c2355
MISC ChangeLog 1348 RMD160 503bab68e7335df4cba12e349ab82e34b9fca97e SHA1 97b99d7458f8d52aba48151ac826acc4a7c89369 SHA256 7eba92b7a6f6d7d8f34dee84322b6df25ef781198b79607341d10a742c55ac38
MISC metadata.xml 285 RMD160 8e570451789b5549fd0d685abddef2a99cfef7b8 SHA1 b8ca7992a5e0362a82eb97d34a6eac9ad6d21ad9 SHA256 69d2bd3644279b5babb3c1fb6a4a3f0c1fed1dc6ed277632f089c31f58954af4

cl-aspectl-0.6.4.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild,v 1.6 2006/03/19 22:40:24 halcy0n Exp $

inherit common-lisp

DESCRIPTION="AspectL is a library that provides aspect-oriented extensions for Common Lisp/CLOS."
HOMEPAGE="http://common-lisp.net/project/aspectl/"
SRC_URI="http://common-lisp.net/project/aspectl/downloads/aspectl-${PV}.zip"

LICENSE="CCPL-Attribution-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE=""

RDEPEND="dev-lisp/common-lisp-controller
virtual/commonlisp"
DEPEND="${RDEPEND}
app-arch/unzip"

CLPACKAGE=aspectl

S=${WORKDIR}/aspectl-${PV}

src_install() {
common-lisp-install *.lisp *.asd
common-lisp-system-symlink
dohtml *.html *.css
docinto tests
dodoc tests/*
}

cl-aspectl-0.70.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/cl-aspectl-0.70.ebuild,v 1.1 2006/02/03 18:26:41 mkennedy Exp $

inherit common-lisp

DESCRIPTION="AspectL is a library that provides aspect-oriented extensions for Common Lisp/CLOS."
HOMEPAGE="http://common-lisp.net/project/closer/"
SRC_URI="ftp://common-lisp.net/pub/project/closer/${P/cl-/}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND="dev-lisp/cl-contextl"

CLPACKAGE=aspectl

S=${WORKDIR}/aspectl

src_install() {
common-lisp-install *.{lisp,asd}
common-lisp-system-symlink
insinto $CLSOURCEROOT/$CLPACKAGE/tests
doins tests/*.lisp
}

metadata.xml




common-lisp

AspectL is a library that provides aspect-oriented extensions for Common
Lisp/CLOS.