commit: d37d993cc0f3ac27b36894e5d9012b403b74e1e2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Sat Mar 17 21:20:13 2018 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Sat Mar 17 21:20:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d37d993c
dev-lisp/odd-stremas: Drops package dev-lisp/odd-streams/odd-streams-0.1.2.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild deleted file mode 100644 index 4c82df94..00000000 --- a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit common-lisp-3 - -DESCRIPTION='ODD-STREAMS is a library which implements binary streams with "odd" byte sizes.' -HOMEPAGE="http://weitz.de/odd-streams/ - http://www.cliki.net/odd-streams" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lisp/trivial-gray-streams-20060925" - -src_install() { - common-lisp-install-sources *.lisp test/ - common-lisp-install-asdf - dodoc CHANGELOG.txt - dohtml doc/index.html -}
