summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-09-13 15:28:56 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-09-13 15:28:56 +0000
commit1da22b3e7a61647420f47402115278902e53eeb1 (patch)
tree2a9764b9f8f1d5de2505d826e4920f67473823f3 /dev-lisp
parentremove the amd64 keyword wrt bug 91481 (diff)
downloadgentoo-2-1da22b3e7a61647420f47402115278902e53eeb1.tar.gz
gentoo-2-1da22b3e7a61647420f47402115278902e53eeb1.tar.bz2
gentoo-2-1da22b3e7a61647420f47402115278902e53eeb1.zip
Keywording x86 stable; New upstream version.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-ironclad/ChangeLog8
-rw-r--r--dev-lisp/cl-ironclad/Manifest2
-rw-r--r--dev-lisp/cl-ironclad/cl-ironclad-0.9.ebuild26
-rw-r--r--dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.91
4 files changed, 36 insertions, 1 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..7bb7d7005f7e 100644
--- a/dev-lisp/cl-ironclad/Manifest
+++ b/dev-lisp/cl-ironclad/Manifest
@@ -2,5 +2,7 @@ MD5 06a437bc4be85740b969b502c475cbf9 ChangeLog 723
MD5 f2499ed6dda0fcb78e21db8506a3cbdb cl-ironclad-0.7.1.ebuild 738
MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
MD5 18e78806bc792ef1f1d0ef6aaa2ff66f cl-ironclad-0.8.ebuild 757
+MD5 18e78806bc792ef1f1d0ef6aaa2ff66f cl-ironclad-0.9.ebuild 757
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
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