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/cl-prevalence/
Date: Sun, 02 Jul 2017 20:27:42
Message-Id: 1499027254.84d0978d444df99d04998451ec042ecef8ce63ae.nimiux@gentoo
1 commit: 84d0978d444df99d04998451ec042ecef8ce63ae
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 2 20:27:34 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 2 20:27:34 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=84d0978d
7
8 dev-lisp/cl-prevalence: Drops old version. Updates header and EAPI
9
10 .../cl-prevalence/cl-prevalence-20070329.ebuild | 27 ----------------------
11 dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild | 9 ++++----
12 dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild | 5 ++--
13 3 files changed, 6 insertions(+), 35 deletions(-)
14
15 diff --git a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild
16 deleted file mode 100644
17 index 65489578..00000000
18 --- a/dev-lisp/cl-prevalence/cl-prevalence-20070329.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit common-lisp-2
26 -
27 -DESCRIPTION="CL-PREVALENCE is an implementation of Object Prevalence for Common Lisp."
28 -HOMEPAGE="http://www.common-lisp.net/project/cl-prevalence/"
29 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
30 -
31 -LICENSE="LLGPL-2.1"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 -IUSE=""
35 -
36 -RDEPEND="dev-lisp/s-xml
37 - dev-lisp/s-sysdeps"
38 -
39 -src_unpack() {
40 - unpack ${A}
41 - test -f "${S}"/Makefile && rm -f "${S}"/Makefile
42 -}
43 -
44 -src_install() {
45 - common-lisp-install ${PN}.asd src test
46 - common-lisp-symlink-asdf
47 -}
48
49 diff --git a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
50 index 92877bf7..2a578b2c 100644
51 --- a/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
52 +++ b/dev-lisp/cl-prevalence/cl-prevalence-3.5.ebuild
53 @@ -1,8 +1,7 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 +# Copyright 1999-2017 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Id$
58
59 -EAPI=5
60 +EAPI=6
61
62 inherit common-lisp-3
63
64 @@ -16,7 +15,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="dev-lisp/fiveam
68 - dev-lisp/s-xml
69 - dev-lisp/s-sysdeps"
70 + dev-lisp/s-xml
71 + dev-lisp/s-sysdeps"
72
73 S="${WORKDIR}"/skypher-${PN}-1edf5cd93bb9
74
75 diff --git a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild b/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild
76 index 1f6b32a9..723398dc 100644
77 --- a/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild
78 +++ b/dev-lisp/cl-prevalence/cl-prevalence-9999.ebuild
79 @@ -1,8 +1,7 @@
80 -# Copyright 1999-2015 Gentoo Foundation
81 +# Copyright 1999-2017 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Id$
84
85 -EAPI=5
86 +EAPI=6
87
88 inherit common-lisp-3 mercurial