Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/squashdelta: squashdelta-9999.ebuild ChangeLog
Date: Mon, 24 Mar 2014 17:34:31
Message-Id: 20140324173428.6A91C20054@flycatcher.gentoo.org
1 mgorny 14/03/24 17:34:28
2
3 Modified: squashdelta-9999.ebuild ChangeLog
4 Log:
5 Enable LZO by default since it is going to be used by Gentoo, and require at least one compressor enabled.
6
7 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-util/squashdelta/squashdelta-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild?r1=1.1&r2=1.2
15
16 Index: squashdelta-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- squashdelta-9999.ebuild 11 Feb 2014 19:30:53 -0000 1.1
23 +++ squashdelta-9999.ebuild 24 Mar 2014 17:34:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild,v 1.1 2014/02/11 19:30:53 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/squashdelta-9999.ebuild,v 1.2 2014/03/24 17:34:28 mgorny Exp $
29
30 EAPI=5
31
32 @@ -21,7 +21,7 @@
33 LICENSE="BSD public-domain"
34 SLOT="0"
35 KEYWORDS="~amd64 ~x86"
36 -IUSE="lz4 lzo"
37 +IUSE="lz4 +lzo"
38
39 #if LIVE
40 KEYWORDS=
41 @@ -35,6 +35,9 @@
42 dev-util/xdelta:3"
43 DEPEND=${COMMON_DEPEND}
44
45 +# SquashDelta does not make much sense without a compression algo.
46 +REQUIRED_USE="|| ( lz4 lzo )"
47 +
48 src_configure() {
49 local myeconfargs=(
50 $(use_enable lz4)
51
52
53
54 1.2 dev-util/squashdelta/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/squashdelta/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 11 Feb 2014 19:30:53 -0000 1.1
67 +++ ChangeLog 24 Mar 2014 17:34:28 -0000 1.2
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-util/squashdelta
70 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v 1.1 2014/02/11 19:30:53 mgorny Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-util/squashdelta/ChangeLog,v 1.2 2014/03/24 17:34:28 mgorny Exp $
73 +
74 + 24 Mar 2014; Michał Górny <mgorny@g.o> squashdelta-9999.ebuild:
75 + Enable LZO by default since it is going to be used by Gentoo, and require at
76 + least one compressor enabled.
77
78 *squashdelta-9999 (11 Feb 2014)