diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-09-13 15:28:56 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-09-13 15:28:56 +0000 |
commit | c7f3a448332016e2d7e39faa9d34b19387e51ef5 (patch) | |
tree | e8e76e559a63eae22e96dc86ceae22fe3b1c94f9 /dev-lisp/cl-ironclad | |
parent | remove the amd64 keyword wrt bug 91481 (diff) | |
download | historical-c7f3a448332016e2d7e39faa9d34b19387e51ef5.tar.gz historical-c7f3a448332016e2d7e39faa9d34b19387e51ef5.tar.bz2 historical-c7f3a448332016e2d7e39faa9d34b19387e51ef5.zip |
Keywording x86 stable; New upstream version.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-lisp/cl-ironclad')
-rw-r--r-- | dev-lisp/cl-ironclad/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/cl-ironclad/Manifest | 14 | ||||
-rw-r--r-- | dev-lisp/cl-ironclad/cl-ironclad-0.9.ebuild | 26 | ||||
-rw-r--r-- | dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.9 | 1 |
4 files changed, 47 insertions, 2 deletions
diff --git a/dev-lisp/cl-ironclad/ChangeLog b/dev-lisp/cl-ironclad/ChangeLog index 31bace5ee8e2..057ec7932fd6 100644 --- a/dev-lisp/cl-ironclad/ChangeLog +++ b/dev-lisp/cl-ironclad/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lisp/cl-ironclad # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ironclad/ChangeLog,v 1.3 2005/08/30 18:30:19 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ironclad/ChangeLog,v 1.4 2005/09/13 15:28:56 mkennedy Exp $ + +*cl-ironclad-0.9 (13 Sep 2005) + + 13 Sep 2005; Matthew Kennedy <mkennedy@gentoo.org> + +cl-ironclad-0.9.ebuild: + Keywording x86 stable; New upstream version. *cl-ironclad-0.8 (30 Aug 2005) diff --git a/dev-lisp/cl-ironclad/Manifest b/dev-lisp/cl-ironclad/Manifest index 10ac7a1a5d99..aa0dce668e37 100644 --- a/dev-lisp/cl-ironclad/Manifest +++ b/dev-lisp/cl-ironclad/Manifest @@ -1,6 +1,18 @@ -MD5 06a437bc4be85740b969b502c475cbf9 ChangeLog 723 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 f075f8d8838505c699089b31fcf3cc7e ChangeLog 883 MD5 f2499ed6dda0fcb78e21db8506a3cbdb cl-ironclad-0.7.1.ebuild 738 MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 MD5 18e78806bc792ef1f1d0ef6aaa2ff66f cl-ironclad-0.8.ebuild 757 +MD5 31afabd3b352961692b6f995602c1f76 cl-ironclad-0.9.ebuild 756 MD5 51cb707e62deb185cf0ead63b32ddf49 files/digest-cl-ironclad-0.7.1 66 MD5 abe70514e5fbc21196c7b1a0014d2074 files/digest-cl-ironclad-0.8 64 +MD5 9355692d6d4ef17fe7aad31c27879fd7 files/digest-cl-ironclad-0.9 64 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDJvDMyiNZaEAZA+ARAttWAJ9NuLc4WQCDYUs2PA13TGq8Xt9/3QCfcuZv +TMRiQGfpgObQOujG4aOrUBY= +=/oG6 +-----END PGP SIGNATURE----- diff --git a/dev-lisp/cl-ironclad/cl-ironclad-0.9.ebuild b/dev-lisp/cl-ironclad/cl-ironclad-0.9.ebuild new file mode 100644 index 000000000000..41df5162544a --- /dev/null +++ b/dev-lisp/cl-ironclad/cl-ironclad-0.9.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ironclad/cl-ironclad-0.9.ebuild,v 1.1 2005/09/13 15:28:56 mkennedy Exp $ + +inherit common-lisp + +DESCRIPTION="Ironclad is a Common Lisp library similar to OpenSSL, GNU TLS or Crypto++" +HOMEPAGE="http://www.cliki.net/Ironclad" +SRC_URI="http://www.cs.rice.edu/~froydnj/lisp/ironclad_${PV}.tar.gz" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc x86" +IUSE="" +DEPEND="" + +CLPACKAGE=ironclad + +S=${WORKDIR}/ironclad_${PV} + +src_install() { + common-lisp-install *.{lisp,asd} + common-lisp-system-symlink + insinto $CLSOURCEROOT/ironclad/test-vectors + doins test-vectors/*.lisp + dodoc README TODO NEWS LICENSE +} diff --git a/dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.9 b/dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.9 new file mode 100644 index 000000000000..63c3d1c7b438 --- /dev/null +++ b/dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.9 @@ -0,0 +1 @@ +MD5 1e69509d1384d314935862f7549c17a4 ironclad_0.9.tar.gz 326597 |