commit:     4de060e16dd6633973dae8632901f8fd0de9ba88
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 16:18:22 2015 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 16:18:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4de060e1

dev-lisp/chunga: bump to version 1.1.6

 dev-lisp/chunga/chunga-1.1.6.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-lisp/chunga/chunga-1.1.6.ebuild 
b/dev-lisp/chunga/chunga-1.1.6.ebuild
new file mode 100644
index 0000000..22a4f8d
--- /dev/null
+++ b/dev-lisp/chunga/chunga-1.1.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_P="v${PV}"
+
+DESCRIPTION="Portable chunked streams for Common Lisp"
+HOMEPAGE="http://weitz.de/chunga/";
+SRC_URI="https://github.com/edicl/${PN}/archive/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+               dev-lisp/trivial-gray-streams"
+
+src_install() {
+       common-lisp-install-sources *.lisp
+       common-lisp-install-asdf
+       dodoc CHANGELOG.txt
+       dohtml doc/index.html
+}

Reply via email to