commit: d26fc02c7863acd8f432ad77aed82d4196794145
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 16:35:56 2015 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 16:35:56 2015 +0000
URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d26fc02c
dev-lisp/split-sequence: bump to version 1.2
dev-lisp/split-sequence/split-sequence-1.2.ebuild | 27 +++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-lisp/split-sequence/split-sequence-1.2.ebuild
b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
new file mode 100644
index 0000000..a699498
--- /dev/null
+++ b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit common-lisp-3
+
+MY_PV="v${PV}"
+
+DESCRIPTION="Functions to partition a Common Lisp sequence into multiple
result sequences"
+HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
+SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz ->
${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND="!dev-lisp/cl-${PN}
+ dev-lisp/fiveam"
+
+src_install() {
+ common-lisp-install-sources -t all *.lisp version.lisp-expr
+ common-lisp-install-asdf
+ dodoc README.md
+}