summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-04 13:41:32 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-04 13:41:32 +0000
commitc5fa0e6ca1a8dd4271675c396425d454cfdce9ce (patch)
treefefc85fce2b873a6dd116edc266b0c834479f75c /net-misc/chrony
parentserf-1.3.6: add ~ppc-aix keyword (diff)
downloadgentoo-2-c5fa0e6ca1a8dd4271675c396425d454cfdce9ce.tar.gz
gentoo-2-c5fa0e6ca1a8dd4271675c396425d454cfdce9ce.tar.bz2
gentoo-2-c5fa0e6ca1a8dd4271675c396425d454cfdce9ce.zip
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r--net-misc/chrony/ChangeLog8
-rw-r--r--net-misc/chrony/chrony-1.30.ebuild (renamed from net-misc/chrony/chrony-1.30_pre1.ebuild)6
2 files changed, 10 insertions, 4 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog
index 67643cecc03d..66a47f1a595c 100644
--- a/net-misc/chrony/ChangeLog
+++ b/net-misc/chrony/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.132 2014/06/07 12:42:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.133 2014/07/04 13:41:31 jer Exp $
+
+*chrony-1.30 (04 Jul 2014)
+
+ 04 Jul 2014; Jeroen Roovers <jer@gentoo.org> -chrony-1.30_pre1.ebuild,
+ +chrony-1.30.ebuild:
+ Version bump.
07 Jun 2014; Jeroen Roovers <jer@gentoo.org> chrony-1.30_pre1.ebuild:
RESTRICT=test for compile failure/downloading.
diff --git a/net-misc/chrony/chrony-1.30_pre1.ebuild b/net-misc/chrony/chrony-1.30.ebuild
index 964170bb120e..6ab891cc7444 100644
--- a/net-misc/chrony/chrony-1.30_pre1.ebuild
+++ b/net-misc/chrony/chrony-1.30.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30_pre1.ebuild,v 1.2 2014/06/07 12:42:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.30.ebuild,v 1.1 2014/07/04 13:41:32 jer Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="caps ipv6 +readline +rtc selinux"
RDEPEND="
@@ -32,7 +32,7 @@ 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
+ conf.c chrony.texi.in chrony.txt examples/* FAQ || die
}
src_configure() {