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/zs3/
Date: Fri, 07 Jul 2017 08:29:06
Message-Id: 1499416150.d23f4795ceae3bd12668e1d83de57f6121a8f32a.nimiux@gentoo
1 commit: d23f4795ceae3bd12668e1d83de57f6121a8f32a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 08:29:10 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 08:29:10 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=d23f4795
7
8 dev-lisp/zs3: Drops old version. Updates to common-lisp-3 eclass
9
10 dev-lisp/zs3/zs3-1.1.3.ebuild | 26 --------------------------
11 dev-lisp/zs3/zs3-1.2.11.ebuild | 5 ++---
12 dev-lisp/zs3/zs3-1.3.ebuild | 3 +--
13 3 files changed, 3 insertions(+), 31 deletions(-)
14
15 diff --git a/dev-lisp/zs3/zs3-1.1.3.ebuild b/dev-lisp/zs3/zs3-1.1.3.ebuild
16 deleted file mode 100644
17 index 117f6374..00000000
18 --- a/dev-lisp/zs3/zs3-1.1.3.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2016 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="A Common Lisp library for working with Amazon's Simple Storage Service (S3)."
28 -HOMEPAGE="http://www.xach.com/lisp/zs3/"
29 -SRC_URI="http://common-lisp.net/~sionescu/files/${P}.tar.bz2"
30 -
31 -LICENSE="BSD-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 -IUSE=""
35 -
36 -RDEPEND="dev-lisp/cxml
37 - >=dev-lisp/drakma-1.0.0
38 - dev-lisp/ironclad
39 - dev-lisp/puri
40 - dev-lisp/cl-base64"
41 -
42 -src_install() {
43 - common-lisp-install *.{lisp,asd}
44 - common-lisp-symlink-asdf
45 - dohtml doc/*
46 -}
47
48 diff --git a/dev-lisp/zs3/zs3-1.2.11.ebuild b/dev-lisp/zs3/zs3-1.2.11.ebuild
49 index b588093b..e7a250e4 100644
50 --- a/dev-lisp/zs3/zs3-1.2.11.ebuild
51 +++ b/dev-lisp/zs3/zs3-1.2.11.ebuild
52 @@ -1,8 +1,7 @@
53 -# Copyright 1999-2016 Gentoo Foundation
54 +# Copyright 1999-2017 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Id$
57
58 -EAPI=5
59 +EAPI=6
60
61 inherit common-lisp-3
62
63
64 diff --git a/dev-lisp/zs3/zs3-1.3.ebuild b/dev-lisp/zs3/zs3-1.3.ebuild
65 index 0d7265cf..d06e2cc5 100644
66 --- a/dev-lisp/zs3/zs3-1.3.ebuild
67 +++ b/dev-lisp/zs3/zs3-1.3.ebuild
68 @@ -1,6 +1,5 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 +# Copyright 1999-2017 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Id$
73
74 EAPI=6