From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 921A21381F3 for ; Sun, 5 May 2013 21:15:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76A27E0978; Sun, 5 May 2013 21:15:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D7FEE0978 for ; Sun, 5 May 2013 21:15:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C648B33DF74 for ; Sun, 5 May 2013 21:15:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6413BE4BDE for ; Sun, 5 May 2013 21:15:41 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1367788521.6dd3ef453c6334e9894fcb359a62b30808575cd5.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/ X-VCS-Repository: proj/lisp X-VCS-Files: dev-lisp/split-sequence/split-sequence-1.1.ebuild X-VCS-Directories: dev-lisp/split-sequence/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 6dd3ef453c6334e9894fcb359a62b30808575cd5 X-VCS-Branch: master Date: Sun, 5 May 2013 21:15:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 228fab8e-cc19-4dfb-b987-061b8ae84f31 X-Archives-Hash: 80fb7e84c39a4c33e98ce1af80e5caf7 commit: 6dd3ef453c6334e9894fcb359a62b30808575cd5 Author: Chema Alonso gentoo org> AuthorDate: Sun May 5 21:15:21 2013 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun May 5 21:15:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=6dd3ef45 dev-lisp/split-sequence: bump to version 1.1 --- dev-lisp/split-sequence/split-sequence-1.1.ebuild | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild new file mode 100644 index 0000000..4c8a123 --- /dev/null +++ b/dev-lisp/split-sequence/split-sequence-1.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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"