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/salza2/
Date: Fri, 18 Dec 2015 22:28:06
Message-Id: 1450477850.c2f2a075a0eff22d26f8968bd767a9281a98a372.nimiux@gentoo
1 commit: c2f2a075a0eff22d26f8968bd767a9281a98a372
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 18 22:30:50 2015 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 18 22:30:50 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=c2f2a075
7
8 dev-lisp: bump to version 2.0.9 and fix headers
9
10 dev-lisp/salza2/salza2-2.0.7.ebuild | 4 ++--
11 dev-lisp/salza2/salza2-2.0.8.ebuild | 4 ++--
12 dev-lisp/salza2/{salza2-2.0.8.ebuild => salza2-2.0.9.ebuild} | 12 ++++--------
13 3 files changed, 8 insertions(+), 12 deletions(-)
14
15 diff --git a/dev-lisp/salza2/salza2-2.0.7.ebuild b/dev-lisp/salza2/salza2-2.0.7.ebuild
16 index 64b3ec6..5c3a19b 100644
17 --- a/dev-lisp/salza2/salza2-2.0.7.ebuild
18 +++ b/dev-lisp/salza2/salza2-2.0.7.ebuild
19 @@ -1,6 +1,6 @@
20 -# Copyright 1999-2010 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 +# $Id$
25
26 inherit common-lisp-2
27
28
29 diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.8.ebuild
30 index a88595c..08d80c0 100644
31 --- a/dev-lisp/salza2/salza2-2.0.8.ebuild
32 +++ b/dev-lisp/salza2/salza2-2.0.8.ebuild
33 @@ -1,6 +1,6 @@
34 -# Copyright 1999-2013 Gentoo Foundation
35 +# Copyright 1999-2015 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 -# $Header: $
38 +# $Id$
39
40 EAPI=5
41
42
43 diff --git a/dev-lisp/salza2/salza2-2.0.8.ebuild b/dev-lisp/salza2/salza2-2.0.9.ebuild
44 similarity index 61%
45 copy from dev-lisp/salza2/salza2-2.0.8.ebuild
46 copy to dev-lisp/salza2/salza2-2.0.9.ebuild
47 index a88595c..14ad189 100644
48 --- a/dev-lisp/salza2/salza2-2.0.8.ebuild
49 +++ b/dev-lisp/salza2/salza2-2.0.9.ebuild
50 @@ -1,6 +1,6 @@
51 -# Copyright 1999-2013 Gentoo Foundation
52 +# Copyright 1999-2015 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: $
55 +# $Id$
56
57 EAPI=5
58
59 @@ -8,15 +8,11 @@ inherit common-lisp-3
60
61 DESCRIPTION="A compression library for creating data in the ZLIB, DEFLATE, or GZIP data formats."
62 HOMEPAGE="http://www.xach.com/lisp/salza2/"
63 -SRC_URI="mirror://gentoo/${P}.tar.gz"
64 +SRC_URI="https://github.com/xach/${PN}/archive/release-${PV}.tar.gz"
65
66 LICENSE="BSD-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
69 IUSE=""
70
71 -src_install() {
72 - common-lisp-install-sources *.lisp
73 - common-lisp-install-asdf
74 - dohtml doc/index.html
75 -}
76 +S="${WORKDIR}/${PN}-release-${PV}"