* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.29-r1.ebuild ChangeLog
@ 2013-09-21 15:20 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-09-21 15:20 UTC (permalink / raw
To: gentoo-commits
pacho 13/09/21 15:20:56
Modified: ChangeLog
Added: chrony-1.29-r1.ebuild
Log:
Improve unit file (#483456 by Stefan G. Weichinger)
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.114 net-misc/chrony/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.113&r2=1.114
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog 28 Aug 2013 12:25:07 -0000 1.113
+++ ChangeLog 21 Sep 2013 15:20:56 -0000 1.114
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.113 2013/08/28 12:25:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.114 2013/09/21 15:20:56 pacho Exp $
+
+*chrony-1.29-r1 (21 Sep 2013)
+
+ 21 Sep 2013; Pacho Ramos <pacho@gentoo.org> +chrony-1.29-r1.ebuild,
+ +files/chronyd.service-r1:
+ Improve unit file (#483456 by Stefan G. Weichinger)
28 Aug 2013; Jeroen Roovers <jer@gentoo.org> -chrony-1.27-r1.ebuild,
-files/chronyd.rc:
1.1 net-misc/chrony/chrony-1.29-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.1&content-type=text/plain
Index: chrony-1.29-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.1 2013/09/21 15:20:56 pacho Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
DESCRIPTION="NTP client and server programs"
HOMEPAGE="http://chrony.tuxfamily.org/"
SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="caps ipv6 +readline +rtc"
RDEPEND="
caps? ( sys-libs/libcap )
readline? ( >=sys-libs/readline-4.1-r4 )
"
DEPEND="
${RDEPEND}
sys-apps/texinfo
"
S="${WORKDIR}/${P/_/-}"
DOCS=( examples/chrony.{conf,keys}.example )
src_prepare() {
sed -i \
-e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \
-e 's:/var/run:/run:g' \
conf.c chrony.texi.in chrony.txt examples/* faq.txt || die
}
src_configure() {
tc-export CC
# not an autotools generated script
./configure \
$(usex caps '' --disable-linuxcaps) \
$(usex ipv6 '' --disable-ipv6) \
$(usex readline '' --disable-readline) \
$(usex rtc '' --disable-rtc) \
--docdir=/usr/share/doc/${PF} \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--prefix=/usr \
--sysconfdir=/etc/chrony \
--without-nss \
--without-tomcrypt \
${EXTRA_ECONF} \
|| die
}
src_compile() {
emake all docs
}
src_install() {
default
rm "${D}"/usr/share/doc/${PF}/COPYING || die
doinfo chrony.info*
newinitd "${FILESDIR}"/chronyd.init chronyd
newconfd "${FILESDIR}"/chronyd.conf chronyd
keepdir /var/{lib,log}/chrony /etc/chrony
insinto /etc/logrotate.d
newins "${FILESDIR}"/chrony.logrotate chrony
# systemd stuff
systemd_newunit "${FILESDIR}"/chronyd.service-r1 chronyd.service
insinto $(systemd_get_utildir)/ntp-units.d/
doins "${FILESDIR}"/50-chrony.list
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.29-r1.ebuild ChangeLog
@ 2013-11-19 20:03 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-19 20:03 UTC (permalink / raw
To: gentoo-commits
pacho 13/11/19 20:03:53
Modified: chrony-1.29-r1.ebuild ChangeLog
Log:
Use eclass function for the registering of ntp provider (#489044 by Kirill Elagin)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.3 net-misc/chrony/chrony-1.29-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?r1=1.2&r2=1.3
Index: chrony-1.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- chrony-1.29-r1.ebuild 2 Nov 2013 15:49:50 -0000 1.2
+++ chrony-1.29-r1.ebuild 19 Nov 2013 20:03:53 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.2 2013/11/02 15:49:50 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.3 2013/11/19 20:03:53 pacho Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -71,8 +71,6 @@
insinto /etc/logrotate.d
newins "${FILESDIR}"/chrony.logrotate chrony
- # systemd stuff
systemd_newunit "${FILESDIR}"/chronyd.service-r1 chronyd.service
- insinto $(systemd_get_utildir)/ntp-units.d/
- doins "${FILESDIR}"/50-chrony.list
+ systemd_enable_ntpunit 50-chrony chronyd.service
}
1.116 net-misc/chrony/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.116&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.116&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.115&r2=1.116
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog 2 Nov 2013 15:49:50 -0000 1.115
+++ ChangeLog 19 Nov 2013 20:03:53 -0000 1.116
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.115 2013/11/02 15:49:50 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.116 2013/11/19 20:03:53 pacho Exp $
+
+ 19 Nov 2013; Pacho Ramos <pacho@gentoo.org> chrony-1.29-r1.ebuild:
+ Use eclass function for the registering of ntp provider (#489044 by Kirill
+ Elagin)
02 Nov 2013; Sven Vermeulen <swift@gentoo.org> chrony-1.29.ebuild,
chrony-1.29-r1.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.29-r1.ebuild ChangeLog
@ 2013-11-30 13:56 Pacho Ramos (pacho)
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2013-11-30 13:56 UTC (permalink / raw
To: gentoo-commits
pacho 13/11/30 13:56:12
Modified: chrony-1.29-r1.ebuild ChangeLog
Log:
amd64 stable, bug #491702
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.5 net-misc/chrony/chrony-1.29-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?r1=1.4&r2=1.5
Index: chrony-1.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- chrony-1.29-r1.ebuild 21 Nov 2013 16:46:34 -0000 1.4
+++ chrony-1.29-r1.ebuild 30 Nov 2013 13:56:12 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.4 2013/11/21 16:46:34 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.5 2013/11/30 13:56:12 pacho Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~sparc ~x86"
IUSE="caps ipv6 +readline +rtc selinux"
RDEPEND="
1.119 net-misc/chrony/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.119&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.119&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.118&r2=1.119
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- ChangeLog 22 Nov 2013 15:48:04 -0000 1.118
+++ ChangeLog 30 Nov 2013 13:56:12 -0000 1.119
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.118 2013/11/22 15:48:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.119 2013/11/30 13:56:12 pacho Exp $
+
+ 30 Nov 2013; Pacho Ramos <pacho@gentoo.org> chrony-1.29-r1.ebuild:
+ amd64 stable, bug #491702
*chrony-1.29-r2 (22 Nov 2013)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.29-r1.ebuild ChangeLog
@ 2013-12-21 15:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-21 15:54 UTC (permalink / raw
To: gentoo-commits
ago 13/12/21 15:54:02
Modified: chrony-1.29-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #491702
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 net-misc/chrony/chrony-1.29-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?r1=1.6&r2=1.7
Index: chrony-1.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- chrony-1.29-r1.ebuild 30 Nov 2013 15:19:00 -0000 1.6
+++ chrony-1.29-r1.ebuild 21 Dec 2013 15:54:02 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.6 2013/11/30 15:19:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.7 2013/12/21 15:54:02 ago Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ~mips ppc ~sparc x86"
IUSE="caps ipv6 +readline +rtc selinux"
RDEPEND="
1.121 net-misc/chrony/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 30 Nov 2013 15:19:00 -0000 1.120
+++ ChangeLog 21 Dec 2013 15:54:02 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.120 2013/11/30 15:19:00 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.121 2013/12/21 15:54:02 ago Exp $
+
+ 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> chrony-1.29-r1.ebuild:
+ Stable for ppc, wrt bug #491702
30 Nov 2013; Johannes Huber <johu@gentoo.org> chrony-1.29-r1.ebuild:
x86 stable wrt bug #491702
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.29-r1.ebuild ChangeLog
@ 2013-12-23 16:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-12-23 16:00 UTC (permalink / raw
To: gentoo-commits
ago 13/12/23 16:00:02
Modified: chrony-1.29-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #491702
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 net-misc/chrony/chrony-1.29-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild?r1=1.7&r2=1.8
Index: chrony-1.29-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- chrony-1.29-r1.ebuild 21 Dec 2013 15:54:02 -0000 1.7
+++ chrony-1.29-r1.ebuild 23 Dec 2013 16:00:02 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.7 2013/12/21 15:54:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29-r1.ebuild,v 1.8 2013/12/23 16:00:02 ago Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~mips ppc ~sparc x86"
+KEYWORDS="amd64 ~arm hppa ~mips ppc sparc x86"
IUSE="caps ipv6 +readline +rtc selinux"
RDEPEND="
1.122 net-misc/chrony/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/chrony/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 21 Dec 2013 15:54:02 -0000 1.121
+++ ChangeLog 23 Dec 2013 16:00:02 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.121 2013/12/21 15:54:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.122 2013/12/23 16:00:02 ago Exp $
+
+ 23 Dec 2013; Agostino Sarubbo <ago@gentoo.org> chrony-1.29-r1.ebuild:
+ Stable for sparc, wrt bug #491702
21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> chrony-1.29-r1.ebuild:
Stable for ppc, wrt bug #491702
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-23 16:00 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-21 15:54 [gentoo-commits] gentoo-x86 commit in net-misc/chrony: chrony-1.29-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-12-23 16:00 Agostino Sarubbo (ago)
2013-11-30 13:56 Pacho Ramos (pacho)
2013-11-19 20:03 Pacho Ramos (pacho)
2013-09-21 15:20 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox