summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-08-12 04:26:50 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-08-12 04:26:50 +0000
commit090aaed859a9e294edafc4c55bfd2d9876086fe1 (patch)
treee5e9605e424c86cca0c71fddf5e0fdebad00d969 /dev-lisp
parentAdd support for renaming tar on non-GNU systems #96363. (diff)
downloadhistorical-090aaed859a9e294edafc4c55bfd2d9876086fe1.tar.gz
historical-090aaed859a9e294edafc4c55bfd2d9876086fe1.tar.bz2
historical-090aaed859a9e294edafc4c55bfd2d9876086fe1.zip
Duplicated from the ChangeLog: Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-ironclad/ChangeLog10
-rw-r--r--dev-lisp/cl-ironclad/Manifest14
-rw-r--r--dev-lisp/cl-ironclad/cl-ironclad-0.7.ebuild24
-rw-r--r--dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.71
-rw-r--r--dev-lisp/cl-ironclad/metadata.xml5
5 files changed, 54 insertions, 0 deletions
diff --git a/dev-lisp/cl-ironclad/ChangeLog b/dev-lisp/cl-ironclad/ChangeLog
new file mode 100644
index 000000000000..0ec6f2e9d45d
--- /dev/null
+++ b/dev-lisp/cl-ironclad/ChangeLog
@@ -0,0 +1,10 @@
+# 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.1 2005/08/12 04:26:50 mkennedy Exp $
+
+*cl-ironclad-0.7 (12 Aug 2005)
+
+ 12 Aug 2005; Matthew Kennedy <mkennedy@gentoo.org> +metadata.xml,
+ +cl-ironclad-0.7.ebuild:
+ Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
+
diff --git a/dev-lisp/cl-ironclad/Manifest b/dev-lisp/cl-ironclad/Manifest
new file mode 100644
index 000000000000..5d3bc052217f
--- /dev/null
+++ b/dev-lisp/cl-ironclad/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 e12be5729fc8f3d8ec1c54b72b8e1a1e ChangeLog 420
+MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164
+MD5 da3d53380e2932c6e5eff2c4d924f09a cl-ironclad-0.7.ebuild 664
+MD5 bf38c9ce104ac5cc45cc91f8e8d80dad files/digest-cl-ironclad-0.7 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFC/CUjyiNZaEAZA+ARArStAJ99DM6kGUt2ouzItn5/My6P3flLIQCfdu3f
+ue9Wbas67rwp/0FoLvmP+to=
+=YRtI
+-----END PGP SIGNATURE-----
diff --git a/dev-lisp/cl-ironclad/cl-ironclad-0.7.ebuild b/dev-lisp/cl-ironclad/cl-ironclad-0.7.ebuild
new file mode 100644
index 000000000000..58ce7009b0d4
--- /dev/null
+++ b/dev-lisp/cl-ironclad/cl-ironclad-0.7.ebuild
@@ -0,0 +1,24 @@
+# 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.7.ebuild,v 1.1 2005/08/12 04:26:50 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="mirror://gentoo/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
+ dodoc README TODO NEWS LICENSE
+}
diff --git a/dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.7 b/dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.7
new file mode 100644
index 000000000000..64186d5c50b6
--- /dev/null
+++ b/dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.7
@@ -0,0 +1 @@
+MD5 a9e3e324d1172a690e2fd619c569bbe3 ironclad-0.7.tar.gz 106687
diff --git a/dev-lisp/cl-ironclad/metadata.xml b/dev-lisp/cl-ironclad/metadata.xml
new file mode 100644
index 000000000000..f418045b09c8
--- /dev/null
+++ b/dev-lisp/cl-ironclad/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>common-lisp</herd>
+</pkgmetadata>