Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/openntpd: openntpd-20080406-r5.ebuild ChangeLog
Date: Sun, 01 Dec 2013 21:07:41
Message-Id: 20131201210736.CCAB22004B@flycatcher.gentoo.org
1 ottxor 13/12/01 21:07:36
2
3 Modified: openntpd-20080406-r5.ebuild ChangeLog
4 Log:
5 make syslog the default
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.2 net-misc/openntpd/openntpd-20080406-r5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild?r1=1.1&r2=1.2
15
16 Index: openntpd-20080406-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- openntpd-20080406-r5.ebuild 19 Nov 2013 04:50:55 -0000 1.1
23 +++ openntpd-20080406-r5.ebuild 1 Dec 2013 21:07:36 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild,v 1.1 2013/11/19 04:50:55 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-20080406-r5.ebuild,v 1.2 2013/12/01 21:07:36 ottxor Exp $
29
30 EAPI=5
31
32 @@ -16,7 +16,7 @@
33 LICENSE="BSD GPL-2"
34 SLOT="0"
35 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
36 -IUSE="ssl selinux syslog"
37 +IUSE="ssl selinux +syslog"
38
39 RDEPEND="ssl? ( dev-libs/openssl )
40 selinux? ( sec-policy/selinux-ntp )
41
42
43
44 1.96 net-misc/openntpd/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.96&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?rev=1.96&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/openntpd/ChangeLog?r1=1.95&r2=1.96
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v
53 retrieving revision 1.95
54 retrieving revision 1.96
55 diff -u -r1.95 -r1.96
56 --- ChangeLog 30 Nov 2013 17:10:26 -0000 1.95
57 +++ ChangeLog 1 Dec 2013 21:07:36 -0000 1.96
58 @@ -1,6 +1,10 @@
59 # ChangeLog for net-misc/openntpd
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.95 2013/11/30 17:10:26 johu Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/ChangeLog,v 1.96 2013/12/01 21:07:36 ottxor Exp $
63 +
64 + 01 Dec 2013; Christoph Junghans <ottxor@g.o>
65 + openntpd-20080406-r5.ebuild:
66 + make syslog the default
67
68 30 Nov 2013; Johannes Huber <johu@g.o> openntpd-20080406-r4.ebuild:
69 x86 stable wrt bug #488946