Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/cronie: ChangeLog cronie-1.4.9-r5.ebuild cronie-1.4.11.ebuild
Date: Mon, 04 Nov 2013 12:53:40
Message-Id: 20131104125336.78C9F2004B@flycatcher.gentoo.org
1 polynomial-c 13/11/04 12:53:36
2
3 Modified: ChangeLog cronie-1.4.9-r5.ebuild
4 cronie-1.4.11.ebuild
5 Log:
6 Added GPL-2 license as init scripts are covered by it (bug #426168)
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
9
10 Revision Changes Path
11 1.40 sys-process/cronie/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 10 Aug 2013 11:00:54 -0000 1.39
24 +++ ChangeLog 4 Nov 2013 12:53:36 -0000 1.40
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sys-process/cronie
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.39 2013/08/10 11:00:54 polynomial-c Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.40 2013/11/04 12:53:36 polynomial-c Exp $
30 +
31 + 04 Nov 2013; Lars Wendler <polynomial-c@g.o> cronie-1.4.9-r5.ebuild,
32 + cronie-1.4.11.ebuild:
33 + Added GPL-2 license as init scripts are covered by it (bug #426168).
34
35 *cronie-1.4.11 (10 Aug 2013)
36
37
38
39
40 1.6 sys-process/cronie/cronie-1.4.9-r5.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild?rev=1.6&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild?rev=1.6&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild?r1=1.5&r2=1.6
45
46 Index: cronie-1.4.9-r5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild,v
49 retrieving revision 1.5
50 retrieving revision 1.6
51 diff -u -r1.5 -r1.6
52 --- cronie-1.4.9-r5.ebuild 3 Aug 2013 07:43:52 -0000 1.5
53 +++ cronie-1.4.9-r5.ebuild 4 Nov 2013 12:53:36 -0000 1.6
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild,v 1.5 2013/08/03 07:43:52 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.9-r5.ebuild,v 1.6 2013/11/04 12:53:36 polynomial-c Exp $
59
60 EAPI="5"
61
62 @@ -10,7 +10,7 @@
63 SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
64 HOMEPAGE="https://fedorahosted.org/cronie/wiki"
65
66 -LICENSE="ISC BSD BSD-2"
67 +LICENSE="ISC BSD BSD-2 GPL-2"
68 KEYWORDS="amd64 arm sparc x86"
69 IUSE="anacron inotify pam selinux"
70
71
72
73
74 1.2 sys-process/cronie/cronie-1.4.11.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild?r1=1.1&r2=1.2
79
80 Index: cronie-1.4.11.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- cronie-1.4.11.ebuild 10 Aug 2013 11:00:54 -0000 1.1
87 +++ cronie-1.4.11.ebuild 4 Nov 2013 12:53:36 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2013 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild,v 1.1 2013/08/10 11:00:54 polynomial-c Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.11.ebuild,v 1.2 2013/11/04 12:53:36 polynomial-c Exp $
93
94 EAPI=5
95
96 @@ -10,7 +10,7 @@
97 SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
98 HOMEPAGE="https://fedorahosted.org/cronie/wiki"
99
100 -LICENSE="ISC BSD BSD-2"
101 +LICENSE="ISC BSD BSD-2 GPL-2"
102 KEYWORDS="~amd64 ~arm ~sparc ~x86"
103 IUSE="anacron inotify pam selinux"