summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2006-10-16 14:08:57 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2006-10-16 14:08:57 +0000
commitb8199a154af851e1d6e47f651a10f5eeaddb57cf (patch)
tree388f08b616b15cc93c60cfafe206d2e63fc875b0 /dev-lisp/cl-flexi-streams/cl-flexi-streams-0.6.6.ebuild
parentVersion bump. Fresh Release. (diff)
downloadhistorical-b8199a154af851e1d6e47f651a10f5eeaddb57cf.tar.gz
historical-b8199a154af851e1d6e47f651a10f5eeaddb57cf.tar.bz2
historical-b8199a154af851e1d6e47f651a10f5eeaddb57cf.zip
New upstream version; Also resolves Bug #151542.
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'dev-lisp/cl-flexi-streams/cl-flexi-streams-0.6.6.ebuild')
-rw-r--r--dev-lisp/cl-flexi-streams/cl-flexi-streams-0.6.6.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-lisp/cl-flexi-streams/cl-flexi-streams-0.6.6.ebuild b/dev-lisp/cl-flexi-streams/cl-flexi-streams-0.6.6.ebuild
new file mode 100644
index 000000000000..087d1cb5cf21
--- /dev/null
+++ b/dev-lisp/cl-flexi-streams/cl-flexi-streams-0.6.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-flexi-streams/cl-flexi-streams-0.6.6.ebuild,v 1.1 2006/10/16 14:08:57 mkennedy Exp $
+
+inherit common-lisp
+
+DESCRIPTION="FLEXI-STREAMS implements \"virtual\" bivalent streams that can be layered atop real binary or bivalent streams."
+HOMEPAGE="http://weitz.de/flexi-streams/
+ http://www.cliki.net/flexi-streams"
+SRC_URI="http://common-lisp.net/project/portage-overlay/distfiles/flexi-streams_${PV}.orig.tar.gz"
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+DEPEND=">=dev-lisp/cl-trivial-gray-streams-20060925"
+SLOT="0"
+
+S=${WORKDIR}/${P/cl-}
+
+CLPACKAGE=flexi-streams
+
+src_install() {
+ common-lisp-install *.{lisp,asd}
+ common-lisp-system-symlink
+ dodoc CHANGELOG
+ dohtml doc/index.html
+ insinto /usr/share/doc/${PF}/html
+ doins doc/foo.txt
+}