diff options
author | Chema Alonso Josa <nimiux@gentoo.org> | 2017-08-30 22:54:31 +0200 |
---|---|---|
committer | Chema Alonso Josa <nimiux@gentoo.org> | 2017-08-31 09:18:31 +0200 |
commit | 7dd80ed7b83c1b6725e86d3be5634da0fff85c29 (patch) | |
tree | 00487e43ac1c4dced956e32a3886bae4206a68fc /dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild | |
parent | dev-util/cucumber-core: add 1.5.0 (diff) | |
download | gentoo-7dd80ed7b83c1b6725e86d3be5634da0fff85c29.tar.gz gentoo-7dd80ed7b83c1b6725e86d3be5634da0fff85c29.tar.bz2 gentoo-7dd80ed7b83c1b6725e86d3be5634da0fff85c29.zip |
dev-lisp/trivial-gray-streams: Adds ebuild snapshot
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild')
-rw-r--r-- | dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild new file mode 100644 index 000000000000..127f7c341077 --- /dev/null +++ b/dev-lisp/trivial-gray-streams/trivial-gray-streams-20170830.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit common-lisp-3 + +DESCRIPTION="A thin compatibility layer between Gray Stream Common Lisp implementations" +HOMEPAGE="https://common-lisp.net/project/trivial-gray-streams/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +RDEPEND="!dev-lisp/cl-${PN}" |