commit: c04145b7952983d9d6b747f3597989768843568c Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jan 18 09:22:23 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jan 18 09:22:23 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c04145b7
dev-lisp/flexi-streams: Drops old version dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild | 27 ----------------------- 1 file changed, 27 deletions(-) diff --git a/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild b/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild deleted file mode 100644 index 1072c63..0000000 --- a/dev-lisp/flexi-streams/flexi-streams-1.0.7.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -DESCRIPTION="Flexible bivalent streams for Common Lisp" -HOMEPAGE="http://weitz.de/flexi-streams/ - http://www.cliki.net/flexi-streams/" -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="!dev-lisp/cl-${PN} - >=dev-lisp/trivial-gray-streams-20060925" - -src_install() { - common-lisp-install *.{lisp,asd} - common-lisp-symlink-asdf - dodoc CHANGELOG - dohtml doc/index.html - docinto html - dodoc doc/foo.txt -}
