diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-06-05 14:26:12 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-06-05 14:26:12 +0000 |
commit | 40e62cd78e65ac4858a3ecc0cf039d886483326a (patch) | |
tree | d9a65e33b45c06957b3db45bec0c8cd823e8c19d /net-misc | |
parent | Revision bump, added missing Python modules. Fixes bug #472122 reported by Ru... (diff) | |
download | gentoo-2-40e62cd78e65ac4858a3ecc0cf039d886483326a.tar.gz gentoo-2-40e62cd78e65ac4858a3ecc0cf039d886483326a.tar.bz2 gentoo-2-40e62cd78e65ac4858a3ecc0cf039d886483326a.zip |
Old.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/chrony/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.26.ebuild | 64 | ||||
-rw-r--r-- | net-misc/chrony/chrony-1.27.ebuild | 71 |
3 files changed, 5 insertions, 136 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog index 9310e2a9ae1d..aa9ee222f842 100644 --- a/net-misc/chrony/ChangeLog +++ b/net-misc/chrony/ChangeLog @@ -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.101 2013/05/25 07:42:23 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.102 2013/06/05 14:26:12 jer Exp $ + + 05 Jun 2013; Jeroen Roovers <jer@gentoo.org> -chrony-1.26.ebuild, + -chrony-1.27.ebuild: + Old. 25 May 2013; Agostino Sarubbo <ago@gentoo.org> chrony-1.27-r1.ebuild: Stable for sparc, wrt bug #470560 diff --git a/net-misc/chrony/chrony-1.26.ebuild b/net-misc/chrony/chrony-1.26.ebuild deleted file mode 100644 index 386a5ad725b8..000000000000 --- a/net-misc/chrony/chrony-1.26.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# 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.26.ebuild,v 1.8 2013/01/26 17:48:11 jer Exp $ - -EAPI=2 - -inherit eutils 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 hppa ~mips ppc sparc x86" -IUSE="caps readline" - -RDEPEND=" - readline? ( >=sys-libs/readline-4.1-r4 ) - caps? ( sys-libs/libcap ) -" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i "s:/etc/chrony\.:/etc/chrony/chrony.:g" \ - examples/* chrony*.{1,5,8} faq.txt chrony.texi || die "sed failed" -} - -src_configure() { - tc-export CC - local myconf - use readline || myconf+=" --disable-readline" - #use ipv6 || myconf+=" --disable-ipv6" - use caps || myconf+=" --disable-linuxcaps" - # selfwritten configure - ./configure \ - ${myconf} ${EXTRA_ECONF} \ - --docdir=/usr/share/doc/${PF} \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --sysconfdir=/etc/chrony \ - || die "configure failed" -} - -src_compile() { - emake all || die "make failed" - emake docs || die "make docs failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - rm "${D}"/usr/share/doc/${PF}/COPYING || die - dodoc examples/chrony.{conf,keys}.example || die - doinfo chrony.info* || die - - newinitd "${FILESDIR}"/chronyd.rc chronyd || die - newconfd "${FILESDIR}"/chronyd.conf chronyd || die - - keepdir /var/{lib,log}/chrony /etc/chrony - - insinto /etc/logrotate.d - newins "${FILESDIR}"/chrony.logrotate chrony -} diff --git a/net-misc/chrony/chrony-1.27.ebuild b/net-misc/chrony/chrony-1.27.ebuild deleted file mode 100644 index fd93b4edd724..000000000000 --- a/net-misc/chrony/chrony-1.27.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# 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.27.ebuild,v 1.4 2013/04/13 08:31:00 ago Exp $ - -EAPI=5 -inherit eutils 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" - -DEPEND=" - caps? ( sys-libs/libcap ) - readline? ( >=sys-libs/readline-4.1-r4 ) -" -RDEPEND="${REPEND}" - -DOCS=( examples/chrony.{conf,keys}.example ) - -src_prepare() { - sed -i \ - -e 's:/etc/chrony\.:/etc/chrony/chrony.:g' \ - examples/* chrony*.{1,5,8} faq.txt chrony.texi || die - sed -i \ - -e 's:/var/run:/run:g' \ - conf.c chrony.texi chrony.txt \ - examples/chrony.conf.example || die -} - -src_configure() { - tc-export CC - - # not an autotools generated script - ./configure \ - $( use caps || echo --disable-linuxcaps ) \ - $( use ipv6 || echo --disable-ipv6 ) \ - $( use readline || echo --disable-readline ) \ - $( use rtc || echo --disable-rtc ) \ - ${EXTRA_ECONF} \ - --docdir=/usr/share/doc/${PF} \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --prefix=/usr \ - --sysconfdir=/etc/chrony \ - --without-nss \ - --without-tomcrypt \ - || 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 -} |