diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-05-24 18:48:37 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-05-24 18:48:37 +0000 |
commit | caa3aa6582d07f6fe4d44e55c697455268e4a1bf (patch) | |
tree | dc649a9067e8b19ca47dcca462fbfbdd7ced5efa /dev-lisp/cl-fiveam | |
parent | Version bump. (diff) | |
download | historical-caa3aa6582d07f6fe4d44e55c697455268e4a1bf.tar.gz historical-caa3aa6582d07f6fe4d44e55c697455268e4a1bf.tar.bz2 historical-caa3aa6582d07f6fe4d44e55c697455268e4a1bf.zip |
Keywording ~sparc
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-fiveam')
-rw-r--r-- | dev-lisp/cl-fiveam/ChangeLog | 13 | ||||
-rw-r--r-- | dev-lisp/cl-fiveam/Manifest | 5 | ||||
-rw-r--r-- | dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild | 9 | ||||
-rw-r--r-- | dev-lisp/cl-fiveam/files/1.2.3-spelling-gentoo.patch | 24 |
4 files changed, 44 insertions, 7 deletions
diff --git a/dev-lisp/cl-fiveam/ChangeLog b/dev-lisp/cl-fiveam/ChangeLog index ef670b9076d6..3740b059bdb9 100644 --- a/dev-lisp/cl-fiveam/ChangeLog +++ b/dev-lisp/cl-fiveam/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for dev-lisp/cl-fiveam # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fiveam/ChangeLog,v 1.3 2005/04/15 20:24:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fiveam/ChangeLog,v 1.4 2005/05/24 18:48:33 mkennedy Exp $ + + 24 May 2005; <mkennedy@gentoo.org> +files/1.2.3-spelling-gentoo.patch, + cl-fiveam-1.2.3.ebuild: + Keywording ~sparc + + 23 May 2005; <mkennedy@gentoo.org> +files/1.2.3-spelling-gentoo.patch, + cl-fiveam-1.2.3.ebuild: + Include patch to correct for upstream spelling error. + + 23 May 2005; <mkennedy@gentoo.org> cl-fiveam-1.2.3.ebuild: + Wrong place in pipe to place die 15 Apr 2005; Matthew Kennedy <mkennedy@gentoo.org> cl-fiveam-1.2.3.ebuild: Keywording x86, ~ppc diff --git a/dev-lisp/cl-fiveam/Manifest b/dev-lisp/cl-fiveam/Manifest index 86d9d891e372..0b619281fdb2 100644 --- a/dev-lisp/cl-fiveam/Manifest +++ b/dev-lisp/cl-fiveam/Manifest @@ -1,4 +1,5 @@ -MD5 7e61e2aae6a11287a7f93fab71d69ab5 ChangeLog 619 -MD5 ec7d03b9e224f4d48b0669820974cfcb cl-fiveam-1.2.3.ebuild 1110 +MD5 be4cfe53f36af7c621b8f215e158cf85 ChangeLog 872 +MD5 5aff811cb52774d63f521ffc912301e7 cl-fiveam-1.2.3.ebuild 1172 MD5 ef77dcc451ffab486c912897a564cce6 metadata.xml 573 MD5 0a2dca813d800c02515043f64aa2e7b6 files/digest-cl-fiveam-1.2.3 63 +MD5 86ea5a25a5b1be2c6c8dcbc8e461b9cd files/1.2.3-spelling-gentoo.patch 975 diff --git a/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild b/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild index 9977994fdd75..3d0bb5511ac5 100644 --- a/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild +++ b/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild,v 1.3 2005/04/15 20:24:28 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-fiveam/cl-fiveam-1.2.3.ebuild,v 1.4 2005/05/24 18:48:33 mkennedy Exp $ -inherit common-lisp +inherit common-lisp eutils DESCRIPTION="FiveAM is a simple regression testing framework for Common Lisp." HOMEPAGE="http://common-lisp.net/project/bese/FiveAM.html" SRC_URI="ftp://ftp.common-lisp.net/pub/project/bese/fiveam_${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="doc" DEPEND="dev-lisp/cl-arnesi doc? ( virtual/tetex )" @@ -20,11 +20,12 @@ S=${WORKDIR}/fiveam_${PV} src_unpack() { unpack ${A} + epatch ${FILESDIR}/${PV}-spelling-gentoo.patch || die find ${S}/ -type d -name .arch-ids -exec rm -rf '{}' \; &>/dev/null } src_compile() { - use doc && make -C docs || die + use doc && make -C docs } src_install() { diff --git a/dev-lisp/cl-fiveam/files/1.2.3-spelling-gentoo.patch b/dev-lisp/cl-fiveam/files/1.2.3-spelling-gentoo.patch new file mode 100644 index 000000000000..d7da8a4e0876 --- /dev/null +++ b/dev-lisp/cl-fiveam/files/1.2.3-spelling-gentoo.patch @@ -0,0 +1,24 @@ +diff -ur fiveam_1.2.3.orig/src/check.lisp fiveam_1.2.3/src/check.lisp +--- fiveam_1.2.3.orig/src/check.lisp 2004-11-15 07:31:52.000000000 -0600 ++++ fiveam_1.2.3/src/check.lisp 2005-05-23 14:37:14.000000000 -0500 +@@ -10,7 +10,7 @@ + ,@body)) + + (eval-when (:compile-toplevel :load-toplevel :execute) +- (def-special-enviroment run-state () ++ (def-special-environment run-state () + result-list + current-test)) + +diff -ur fiveam_1.2.3.orig/src/run.lisp fiveam_1.2.3/src/run.lisp +--- fiveam_1.2.3.orig/src/run.lisp 2004-11-15 07:31:52.000000000 -0600 ++++ fiveam_1.2.3/src/run.lisp 2005-05-23 14:37:14.000000000 -0500 +@@ -96,7 +96,7 @@ + + (defun return-result-list (test-lambda) + "Run the test function TEST-LAMBDA and return a list of all +- test results generated, does not modify the special enviroment ++ test results generated, does not modify the special environment + variable RESULT-LIST." + (bind-run-state ((result-list '())) + (funcall test-lambda) |