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: Mon, 15 Oct 2018 13:45:55
Message-Id: 1539611338.1fdb2e3e1aeb5cfe6849a00edc6ad6e947eae520.nimiux@gentoo
1 commit: 1fdb2e3e1aeb5cfe6849a00edc6ad6e947eae520
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 13:48:58 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 13:48:58 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=1fdb2e3e
7
8 dev-lisp/split-sequence: Drop old
9
10 dev-lisp/split-sequence/split-sequence-1.1.ebuild | 26 -----------------------
11 dev-lisp/split-sequence/split-sequence-1.2.ebuild | 26 -----------------------
12 2 files changed, 52 deletions(-)
13
14 diff --git a/dev-lisp/split-sequence/split-sequence-1.1.ebuild b/dev-lisp/split-sequence/split-sequence-1.1.ebuild
15 deleted file mode 100644
16 index af9c3bb1..00000000
17 --- a/dev-lisp/split-sequence/split-sequence-1.1.ebuild
18 +++ /dev/null
19 @@ -1,26 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=6
24 -
25 -inherit common-lisp-3
26 -
27 -MY_PV="v${PV}"
28 -
29 -DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
30 -HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
31 -SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="public-domain"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="!dev-lisp/cl-${PN}
39 - dev-lisp/fiveam"
40 -
41 -src_install() {
42 - common-lisp-install-sources -t all *.lisp version.lisp-expr
43 - common-lisp-install-asdf
44 - dodoc README.md
45 -}
46
47 diff --git a/dev-lisp/split-sequence/split-sequence-1.2.ebuild b/dev-lisp/split-sequence/split-sequence-1.2.ebuild
48 deleted file mode 100644
49 index af9c3bb1..00000000
50 --- a/dev-lisp/split-sequence/split-sequence-1.2.ebuild
51 +++ /dev/null
52 @@ -1,26 +0,0 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 -# Distributed under the terms of the GNU General Public License v2
55 -
56 -EAPI=6
57 -
58 -inherit common-lisp-3
59 -
60 -MY_PV="v${PV}"
61 -
62 -DESCRIPTION="Functions to partition a Common Lisp sequence into multiple result sequences"
63 -HOMEPAGE="http://www.cliki.net/SPLIT-SEQUENCE"
64 -SRC_URI="https://github.com/sharplispers/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
65 -
66 -LICENSE="public-domain"
67 -SLOT="0"
68 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
69 -IUSE=""
70 -
71 -RDEPEND="!dev-lisp/cl-${PN}
72 - dev-lisp/fiveam"
73 -
74 -src_install() {
75 - common-lisp-install-sources -t all *.lisp version.lisp-expr
76 - common-lisp-install-asdf
77 - dodoc README.md
78 -}