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/fiveam/
Date: Mon, 19 Feb 2018 18:44:03
Message-Id: 1519065881.93143374aec42a95a5b501d6da8f4a1b6d19856b.nimiux@gentoo
1 commit: 93143374aec42a95a5b501d6da8f4a1b6d19856b
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 18:44:41 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 18:44:41 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=93143374
7
8 dev-lisp/fiveam: Bumps version to 1.4.1 and cleans up old versions
9
10 dev-lisp/fiveam/fiveam-1.2.ebuild | 27 ------------------
11 dev-lisp/fiveam/fiveam-1.3.ebuild | 33 ----------------------
12 .../{fiveam-1.4.ebuild => fiveam-1.4.1.ebuild} | 0
13 3 files changed, 60 deletions(-)
14
15 diff --git a/dev-lisp/fiveam/fiveam-1.2.ebuild b/dev-lisp/fiveam/fiveam-1.2.ebuild
16 deleted file mode 100644
17 index 00b3bdd0..00000000
18 --- a/dev-lisp/fiveam/fiveam-1.2.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit common-lisp-3
27 -
28 -MY_PV="v${PV}"
29 -
30 -DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp."
31 -HOMEPAGE="http://common-lisp.net/project/fiveam/"
32 -SRC_URI="https://github.com/cl-fiveam/fiveam/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86 ~sparc ~ppc"
37 -IUSE=""
38 -
39 -RDEPEND="!dev-lisp/cl-${PN}
40 - !dev-lisp/cl-${PN}-darcs
41 - dev-lisp/alexandria"
42 -
43 -src_install() {
44 - common-lisp-install-sources -t all docs src t version.lisp-expr
45 - common-lisp-install-asdf
46 - dodoc README
47 -}
48
49 diff --git a/dev-lisp/fiveam/fiveam-1.3.ebuild b/dev-lisp/fiveam/fiveam-1.3.ebuild
50 deleted file mode 100644
51 index 96f0b7fb..00000000
52 --- a/dev-lisp/fiveam/fiveam-1.3.ebuild
53 +++ /dev/null
54 @@ -1,33 +0,0 @@
55 -# Copyright 1999-2017 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=6
59 -
60 -inherit common-lisp-3
61 -
62 -MY_PV="v${PV}"
63 -
64 -DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp."
65 -HOMEPAGE="http://common-lisp.net/project/fiveam/"
66 -SRC_URI="https://github.com/cl-fiveam/fiveam/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
67 -
68 -LICENSE="BSD"
69 -SLOT="0"
70 -KEYWORDS="~amd64 ~x86"
71 -IUSE=""
72 -
73 -RDEPEND="!dev-lisp/cl-${PN}
74 - !dev-lisp/cl-${PN}-darcs
75 - dev-lisp/alexandria
76 - dev-lisp/asdf-flv
77 - dev-lisp/trivial-backtrace"
78 -
79 -src_prepare() {
80 - sed -i -e 's/net\.didierverna\.//g' "${PN}.asd" "src/suite.lisp" || die
81 - default
82 -}
83 -src_install() {
84 - common-lisp-install-sources -t all docs src t version.sexp
85 - common-lisp-install-asdf
86 - dodoc README
87 -}
88
89 diff --git a/dev-lisp/fiveam/fiveam-1.4.ebuild b/dev-lisp/fiveam/fiveam-1.4.1.ebuild
90 similarity index 100%
91 rename from dev-lisp/fiveam/fiveam-1.4.ebuild
92 rename to dev-lisp/fiveam/fiveam-1.4.1.ebuild