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: Wed, 30 Aug 2017 13:31:18
Message-Id: 1504099861.4a1a8fa464f8fb53989c6b75936c6110c9f049da.nimiux@gentoo
1 commit: 4a1a8fa464f8fb53989c6b75936c6110c9f049da
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 13:31:01 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 13:31:01 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=4a1a8fa4
7
8 dev-lisp/fiveam: Drops old versions
9
10 dev-lisp/fiveam/fiveam-1.0.ebuild | 27 ---------------------------
11 dev-lisp/fiveam/fiveam-1.1.ebuild | 27 ---------------------------
12 2 files changed, 54 deletions(-)
13
14 diff --git a/dev-lisp/fiveam/fiveam-1.0.ebuild b/dev-lisp/fiveam/fiveam-1.0.ebuild
15 deleted file mode 100644
16 index 72e30fa5..00000000
17 --- a/dev-lisp/fiveam/fiveam-1.0.ebuild
18 +++ /dev/null
19 @@ -1,27 +0,0 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=5
24 -
25 -inherit common-lisp-3
26 -
27 -MY_PV="v${PV}"
28 -
29 -DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp."
30 -HOMEPAGE="http://common-lisp.net/project/fiveam/"
31 -SRC_URI="https://github.com/sionescu/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86 ~sparc ~ppc"
36 -IUSE=""
37 -
38 -RDEPEND="!dev-lisp/cl-${PN}
39 - !dev-lisp/cl-${PN}-darcs
40 - dev-lisp/arnesi"
41 -
42 -src_install() {
43 - common-lisp-install-sources -t all src t
44 - common-lisp-install-asdf
45 - dodoc README
46 -}
47
48 diff --git a/dev-lisp/fiveam/fiveam-1.1.ebuild b/dev-lisp/fiveam/fiveam-1.1.ebuild
49 deleted file mode 100644
50 index 00b3bdd0..00000000
51 --- a/dev-lisp/fiveam/fiveam-1.1.ebuild
52 +++ /dev/null
53 @@ -1,27 +0,0 @@
54 -# Copyright 1999-2017 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=5
58 -
59 -inherit common-lisp-3
60 -
61 -MY_PV="v${PV}"
62 -
63 -DESCRIPTION="FiveAM is a simple regression testing framework designed for Common Lisp."
64 -HOMEPAGE="http://common-lisp.net/project/fiveam/"
65 -SRC_URI="https://github.com/cl-fiveam/fiveam/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
66 -
67 -LICENSE="BSD"
68 -SLOT="0"
69 -KEYWORDS="~amd64 ~x86 ~sparc ~ppc"
70 -IUSE=""
71 -
72 -RDEPEND="!dev-lisp/cl-${PN}
73 - !dev-lisp/cl-${PN}-darcs
74 - dev-lisp/alexandria"
75 -
76 -src_install() {
77 - common-lisp-install-sources -t all docs src t version.lisp-expr
78 - common-lisp-install-asdf
79 - dodoc README
80 -}