diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:42:49 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-04-15 18:42:49 +0000 |
commit | 512418d24950b4474c6a0f761aa6189804b0cd67 (patch) | |
tree | e81d757d6563565dbc58bb0947fb1e152d3f2d4c /dev-lisp/cl-aspectl | |
parent | stable amd64 (diff) | |
download | historical-512418d24950b4474c6a0f761aa6189804b0cd67.tar.gz historical-512418d24950b4474c6a0f761aa6189804b0cd67.tar.bz2 historical-512418d24950b4474c6a0f761aa6189804b0cd67.zip |
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-aspectl')
-rw-r--r-- | dev-lisp/cl-aspectl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild | 29 | ||||
-rw-r--r-- | dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild | 4 |
3 files changed, 7 insertions, 32 deletions
diff --git a/dev-lisp/cl-aspectl/ChangeLog b/dev-lisp/cl-aspectl/ChangeLog index b15bcdda8311..c2d27f61fa93 100644 --- a/dev-lisp/cl-aspectl/ChangeLog +++ b/dev-lisp/cl-aspectl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/cl-aspectl # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/ChangeLog,v 1.4 2005/03/20 02:52:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/ChangeLog,v 1.5 2005/04/15 18:42:49 mkennedy Exp $ + + 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> + -cl-aspectl-0.6.3.ebuild, cl-aspectl-0.6.4.ebuild: + Remove old ebuilds; Keywording ~ppc 20 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml: Corrected metadata.xml description; Resolves Bug #85963 diff --git a/dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild b/dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild deleted file mode 100644 index 2fea3346d5b8..000000000000 --- a/dev-lisp/cl-aspectl/cl-aspectl-0.6.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 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.3.ebuild,v 1.2 2005/02/10 09:18:30 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/aspectl/" -SRC_URI="http://common-lisp.net/project/aspectl/downloads/aspectl-${PV}.zip" - -LICENSE="CCPL-Attribution-2.0" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp" - -CLPACKAGE=aspectl - -S=${WORKDIR}/aspectl-${PV} - -src_install() { - common-lisp-install *.lisp *.asd - common-lisp-system-symlink - dohtml *.html *.css - docinto tests - dodoc tests/* -} diff --git a/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild b/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild index bb9203e0c332..7d5f94edbcd3 100644 --- a/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild +++ b/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2 2005/03/18 07:34:54 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-aspectl/cl-aspectl-0.6.4.ebuild,v 1.3 2005/04/15 18:42:49 mkennedy Exp $ inherit common-lisp @@ -10,7 +10,7 @@ SRC_URI="http://common-lisp.net/project/aspectl/downloads/aspectl-${PV}.zip" LICENSE="CCPL-Attribution-2.0" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-lisp/common-lisp-controller |