summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-07-09 16:04:03 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-07-09 16:04:03 +0000
commit83e43d2424ce5311144fd294c6041a5064551e2b (patch)
treed73e2ae36cca7d237998aef80ca0183fe9f15f18 /dev-lisp
parentNew upstream version. (diff)
downloadgentoo-2-83e43d2424ce5311144fd294c6041a5064551e2b.tar.gz
gentoo-2-83e43d2424ce5311144fd294c6041a5064551e2b.tar.bz2
gentoo-2-83e43d2424ce5311144fd294c6041a5064551e2b.zip
New upstream version.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-lisp')
-rw-r--r--dev-lisp/cl-uffi/ChangeLog7
-rw-r--r--dev-lisp/cl-uffi/cl-uffi-1.5.14.ebuild34
-rw-r--r--dev-lisp/cl-uffi/files/digest-cl-uffi-1.5.143
3 files changed, 43 insertions, 1 deletions
diff --git a/dev-lisp/cl-uffi/ChangeLog b/dev-lisp/cl-uffi/ChangeLog
index b6e4949cd5da..01508fb9db5b 100644
--- a/dev-lisp/cl-uffi/ChangeLog
+++ b/dev-lisp/cl-uffi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lisp/cl-uffi
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/ChangeLog,v 1.27 2006/05/11 16:08:29 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/ChangeLog,v 1.28 2006/07/09 16:04:03 mkennedy Exp $
+
+*cl-uffi-1.5.14 (09 Jul 2006)
+
+ 09 Jul 2006; Matthew Kennedy <mkennedy@gentoo.org> +cl-uffi-1.5.14.ebuild:
+ New upstream version.
*cl-uffi-1.5.11 (11 May 2006)
diff --git a/dev-lisp/cl-uffi/cl-uffi-1.5.14.ebuild b/dev-lisp/cl-uffi/cl-uffi-1.5.14.ebuild
new file mode 100644
index 000000000000..ce32c99a3545
--- /dev/null
+++ b/dev-lisp/cl-uffi/cl-uffi-1.5.14.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/cl-uffi-1.5.14.ebuild,v 1.1 2006/07/09 16:04:03 mkennedy Exp $
+
+inherit common-lisp multilib
+
+DESCRIPTION="Portable FFI library for Common Lisp."
+HOMEPAGE="http://uffi.med-info.com/"
+SRC_URI="http://files.b9.com/uffi/uffi-${PV}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+S=${WORKDIR}/uffi-${PV}
+
+CLPACKAGE=uffi
+
+src_install() {
+ dodir /usr/share/common-lisp/systems
+ insinto /usr/share/common-lisp/source/uffi/src
+ doins src/*.lisp
+ insinto /usr/share/common-lisp/source/uffi
+ doins uffi.asd uffi-tests.asd
+ dosym /usr/share/common-lisp/source/uffi/uffi.asd \
+ /usr/share/common-lisp/systems/uffi.asd
+ dodoc AUTHORS ChangeLog INSTALL LICENSE NEWS README TODO doc/uffi.pdf doc/COPYING.GFDL
+ tar xfz doc/html.tar.gz
+ dohtml html/*
+ for i in examples benchmarks ; do
+ insinto /usr/share/doc/${P}/$i
+ doins $i/*
+ done
+}
diff --git a/dev-lisp/cl-uffi/files/digest-cl-uffi-1.5.14 b/dev-lisp/cl-uffi/files/digest-cl-uffi-1.5.14
new file mode 100644
index 000000000000..890a8e60474e
--- /dev/null
+++ b/dev-lisp/cl-uffi/files/digest-cl-uffi-1.5.14
@@ -0,0 +1,3 @@
+MD5 563131eeb11db6fd0e2f01c0613eb5b0 uffi-1.5.14.tar.gz 144205
+RMD160 9b0117b1122ec2d0501d795fafc96528219ea1b0 uffi-1.5.14.tar.gz 144205
+SHA256 fe750806ccecd7068e868580d003208ad3a4ebb2cedd3d05505814c396774f5c uffi-1.5.14.tar.gz 144205