diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-12 04:26:50 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-08-12 04:26:50 +0000 |
commit | 6943ae9d946b15099a06255b8b39d2f16e507107 (patch) | |
tree | 2fe8e82004d273d02485c0406b8b19cd9526c091 /dev-lisp/cl-ironclad | |
parent | Add support for renaming tar on non-GNU systems #96363. (diff) | |
download | gentoo-2-6943ae9d946b15099a06255b8b39d2f16e507107.tar.gz gentoo-2-6943ae9d946b15099a06255b8b39d2f16e507107.tar.bz2 gentoo-2-6943ae9d946b15099a06255b8b39d2f16e507107.zip |
Duplicated from the ChangeLog: Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lisp/cl-ironclad')
-rw-r--r-- | dev-lisp/cl-ironclad/ChangeLog | 10 | ||||
-rw-r--r-- | dev-lisp/cl-ironclad/Manifest | 3 | ||||
-rw-r--r-- | dev-lisp/cl-ironclad/cl-ironclad-0.7.ebuild | 24 | ||||
-rw-r--r-- | dev-lisp/cl-ironclad/files/digest-cl-ironclad-0.7 | 1 | ||||
-rw-r--r-- | dev-lisp/cl-ironclad/metadata.xml | 5 |
5 files changed, 43 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..a9132810934a --- /dev/null +++ b/dev-lisp/cl-ironclad/Manifest @@ -0,0 +1,3 @@ +MD5 9b65b0341efc8f4b29498aad23315229 metadata.xml 164 +MD5 2f315cdd6641f460602969f5ff783dc0 cl-ironclad-0.7.ebuild 656 +MD5 bf38c9ce104ac5cc45cc91f8e8d80dad files/digest-cl-ironclad-0.7 64 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> |