Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/zpaq: zpaq-6.53.ebuild zpaq-6.49.ebuild ChangeLog
Date: Thu, 30 Oct 2014 15:47:28
Message-Id: 20141030154722.9F8509140@oystercatcher.gentoo.org
1 mgorny 14/10/30 15:47:22
2
3 Modified: zpaq-6.53.ebuild zpaq-6.49.ebuild ChangeLog
4 Log:
5 Add missing flag-o-matic inherit, bug #527470.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 app-arch/zpaq/zpaq-6.53.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild?r1=1.1&r2=1.2
15
16 Index: zpaq-6.53.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- zpaq-6.53.ebuild 17 Jun 2014 15:14:57 -0000 1.1
23 +++ zpaq-6.53.ebuild 30 Oct 2014 15:47:22 -0000 1.2
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild,v 1.1 2014/06/17 15:14:57 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild,v 1.2 2014/10/30 15:47:22 mgorny Exp $
29
30 EAPI=5
31
32 AUTOTOOLS_AUTORECONF=1
33 -inherit autotools-utils eutils
34 +inherit autotools-utils eutils flag-o-matic
35
36 MY_P=${PN}${PV/./}
37 DESCRIPTION="Journaling incremental deduplicating archiving compressor"
38
39
40
41 1.2 app-arch/zpaq/zpaq-6.49.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild?r1=1.1&r2=1.2
46
47 Index: zpaq-6.49.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- zpaq-6.49.ebuild 19 Feb 2014 17:32:37 -0000 1.1
54 +++ zpaq-6.49.ebuild 30 Oct 2014 15:47:22 -0000 1.2
55 @@ -1,11 +1,11 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild,v 1.1 2014/02/19 17:32:37 mgorny Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild,v 1.2 2014/10/30 15:47:22 mgorny Exp $
60
61 EAPI=5
62
63 AUTOTOOLS_AUTORECONF=1
64 -inherit autotools-utils eutils
65 +inherit autotools-utils eutils flag-o-matic
66
67 MY_P=${PN}${PV/./}
68 DESCRIPTION="Journaling incremental deduplicating archiving compressor"
69
70
71
72 1.17 app-arch/zpaq/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/ChangeLog?rev=1.17&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/ChangeLog?rev=1.17&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpaq/ChangeLog?r1=1.16&r2=1.17
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v
81 retrieving revision 1.16
82 retrieving revision 1.17
83 diff -u -r1.16 -r1.17
84 --- ChangeLog 17 Jun 2014 15:14:57 -0000 1.16
85 +++ ChangeLog 30 Oct 2014 15:47:22 -0000 1.17
86 @@ -1,6 +1,10 @@
87 # ChangeLog for app-arch/zpaq
88 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.16 2014/06/17 15:14:57 mgorny Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.17 2014/10/30 15:47:22 mgorny Exp $
91 +
92 + 30 Oct 2014; Michał Górny <mgorny@g.o> zpaq-6.49.ebuild,
93 + zpaq-6.53.ebuild:
94 + Add missing flag-o-matic inherit, bug #527470.
95
96 *zpaq-6.53 (17 Jun 2014)