Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: dev-lisp/split-sequence/
Date: Fri, 07 Jul 2017 10:18:33
Message-Id: 1499422717.b2df30811f10f1e03e36ef05c5082a20a307966c.nimiux@gentoo
1 commit: b2df30811f10f1e03e36ef05c5082a20a307966c
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 10:18:37 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 10:18:37 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=b2df3081
7
8 dev-lisp/split-sequence: Drops old version. Updates header and EAPI
9
10 dev-lisp/split-sequence/split-sequence-1.0.ebuild | 18 ------------------
11 dev-lisp/split-sequence/split-sequence-1.1.ebuild | 5 ++---
12 dev-lisp/split-sequence/split-sequence-1.2.ebuild | 5 ++---
13 3 files changed, 4 insertions(+), 24 deletions(-)
14
15 diff --git a/dev-lisp/split-sequence/split-sequence-1.0.ebuild b/dev-lisp/split-sequence/split-sequence-1.0.ebuild
16 deleted file mode 100644
17 index f0adb436..00000000
18 --- a/dev-lisp/split-sequence/split-sequence-1.0.ebuild
19 +++ /dev/null
20 @@ -1,18 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=3
26 -inherit common-lisp-3 eutils
27 -
28 -DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
29 -HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
30 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.gz"
31 -
32 -LICENSE="public-domain"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="!dev-lisp/cl-${PN}
38 - dev-lisp/fiveam"
39
40 diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
41 index 9795e6a0..af9c3bb1 100644
42 --- a/dev-lisp/split-sequence/split-sequence-1.1.ebuild
43 +++ b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
44 @@ -1,8 +1,7 @@
45 -# Copyright 1999-2016 Gentoo Foundation
46 +# Copyright 1999-2017 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 -# $Id$
49
50 -EAPI=5
51 +EAPI=6
52
53 inherit common-lisp-3
54
55
56 diff --git a/dev-lisp/split-sequence/split-sequence-1.2.ebuild b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
57 index 9795e6a0..af9c3bb1 100644
58 --- a/dev-lisp/split-sequence/split-sequence-1.2.ebuild
59 +++ b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
60 @@ -1,8 +1,7 @@
61 -# Copyright 1999-2016 Gentoo Foundation
62 +# Copyright 1999-2017 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Id$
65
66 -EAPI=5
67 +EAPI=6
68
69 inherit common-lisp-3