diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-02 07:43:52 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-09-02 07:43:52 +0000 |
commit | 83c403097e7f7301f1a0226b794f441b08be1e93 (patch) | |
tree | c08a5963c5ebb17255c77422c9c2ba279cadf72b /dev-lisp/cl-flexi-streams/cl-flexi-streams-0.5.3.ebuild | |
parent | New upstream version; Remove old ebuilds. (diff) | |
download | gentoo-2-83c403097e7f7301f1a0226b794f441b08be1e93.tar.gz gentoo-2-83c403097e7f7301f1a0226b794f441b08be1e93.tar.bz2 gentoo-2-83c403097e7f7301f1a0226b794f441b08be1e93.zip |
New upstream version; Remove old ebuilds.
(Portage version: 2.1.1_pre5-r3)
(Signed Manifest commit)
Diffstat (limited to 'dev-lisp/cl-flexi-streams/cl-flexi-streams-0.5.3.ebuild')
-rw-r--r-- | dev-lisp/cl-flexi-streams/cl-flexi-streams-0.5.3.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-lisp/cl-flexi-streams/cl-flexi-streams-0.5.3.ebuild b/dev-lisp/cl-flexi-streams/cl-flexi-streams-0.5.3.ebuild deleted file mode 100644 index eefc62a8524a..000000000000 --- a/dev-lisp/cl-flexi-streams/cl-flexi-streams-0.5.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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.5.3.ebuild,v 1.1 2006/03/08 06:36:53 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="mirror://gentoo/${PN/cl-}_${PV}.orig.tar.gz" -LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" -DEPEND="dev-lisp/cl-trivial-gray-streams" -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 -} |