commit: 0a5cd8e180209ce6fea63bc9baf94b251c7c2ce2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org> AuthorDate: Wed Jul 5 15:47:36 2017 +0000 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org> CommitDate: Wed Jul 5 15:47:36 2017 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=0a5cd8e1
dev-lisp/odd-streams: Drops old version. Updates to common-lisp-3 eclass dev-lisp/odd-streams/odd-streams-0.1.1.ebuild | 24 ------------------------ dev-lisp/odd-streams/odd-streams-0.1.2.ebuild | 5 +++-- 2 files changed, 3 insertions(+), 26 deletions(-) diff --git a/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild deleted file mode 100644 index ac741041..00000000 --- a/dev-lisp/odd-streams/odd-streams-0.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -inherit common-lisp-2 - -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="http://common-lisp.net/~sionescu/files/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND=">=dev-lisp/trivial-gray-streams-20060925" - -src_install() { - common-lisp-install *.{lisp,asd} test/ - common-lisp-symlink-asdf - dodoc CHANGELOG.txt - dohtml doc/index.html -} diff --git a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild index cf064834..4c82df94 100644 --- a/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild +++ b/dev-lisp/odd-streams/odd-streams-0.1.2.ebuild @@ -1,6 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ + +EAPI=6 inherit common-lisp-3
