diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-06-10 02:50:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-06-10 02:50:27 +0000 |
commit | 880d97627dd6723a0bd606f831f501ba607035a8 (patch) | |
tree | b971ba853de25d88a944da5c957f415abb713f1e /net-misc/chrony | |
parent | Remove IUSE=logrotate (bug #198901). (diff) | |
download | gentoo-2-880d97627dd6723a0bd606f831f501ba607035a8.tar.gz gentoo-2-880d97627dd6723a0bd606f831f501ba607035a8.tar.bz2 gentoo-2-880d97627dd6723a0bd606f831f501ba607035a8.zip |
Remove IUSE=logrotate (bug #198901).
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r-- | net-misc/chrony/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.24-r2.ebuild | 14 | ||||
-rw-r--r-- | net-misc/chrony/metadata.xml | 3 |
3 files changed, 9 insertions, 14 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index cd1a255789be..975e84829b62 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/chrony # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.57 2010/06/10 02:24:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.58 2010/06/10 02:50:27 jer Exp $ + + 10 Jun 2010; Jeroen Roovers <jer@gentoo.org> chrony-1.24-r2.ebuild, + metadata.xml: + Remove IUSE=logrotate (bug #198901). *chrony-1.24-r2 (10 Jun 2010) diff --git a/net-misc/chrony/chrony-1.24-r2.ebuild b/net-misc/chrony/chrony-1.24-r2.ebuild index dd343e56dbf1..9a9694d90c98 100644 --- a/net-misc/chrony/chrony-1.24-r2.ebuild +++ b/net-misc/chrony/chrony-1.24-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24-r2.ebuild,v 1.1 2010/06/10 02:24:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.24-r2.ebuild,v 1.2 2010/06/10 02:50:27 jer Exp $ EAPI=2 @@ -13,12 +13,11 @@ SRC_URI="http://download.tuxfamily.org/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86" -IUSE="caps logrotate readline" +IUSE="caps readline" RDEPEND=" readline? ( >=sys-libs/readline-4.1-r4 ) caps? ( sys-libs/libcap ) - logrotate? ( app-admin/logrotate ) " DEPEND="${RDEPEND}" @@ -62,11 +61,6 @@ src_install() { keepdir /var/{lib,log}/chrony /etc/chrony - if use logrotate; then - insinto /etc/logrotate.d - newins "${FILESDIR}"/chrony.logrotate chrony - - elog "Rotating logs works through chronyc and requires" - elog "a password to be set in /etc/chrony/chrony.keys." - fi + insinto /etc/logrotate.d + newins "${FILESDIR}"/chrony.logrotate chrony } diff --git a/net-misc/chrony/metadata.xml b/net-misc/chrony/metadata.xml index 3365838251ce..4a9e80e69b4a 100644 --- a/net-misc/chrony/metadata.xml +++ b/net-misc/chrony/metadata.xml @@ -5,9 +5,6 @@ <maintainer> <email>jer@gentoo.org</email> </maintainer> -<use> - <flag name="logrotate">Use <pkg>app-admin/logrotate</pkg> for log rotation</flag> -</use> <longdescription> Chrony is a pair of programs (chronyd and chronyc) which are used to maintain the accuracy of the system clock on a computer. chronyd has been specifically |