polynomial-c 15/07/25 21:14:29 Modified: ChangeLog Added: htpdate-1.1.1.ebuild Removed: htpdate-1.0.5.ebuild htpdate-1.0.4.ebuild Log: Version bump. Removed old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Revision Changes Path 1.57 net-misc/htpdate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?rev=1.57&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?rev=1.57&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/ChangeLog?r1=1.56&r2=1.57 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- ChangeLog 18 Jan 2014 10:38:58 -0000 1.56 +++ ChangeLog 25 Jul 2015 21:14:29 -0000 1.57 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/htpdate -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.56 2014/01/18 10:38:58 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.57 2015/07/25 21:14:29 polynomial-c Exp $ + +*htpdate-1.1.1 (25 Jul 2015) + + 25 Jul 2015; Lars Wendler <[email protected]> -htpdate-1.0.4.ebuild, + -htpdate-1.0.5.ebuild, +htpdate-1.1.1.ebuild, -files/htpdate.init: + Version bump. Removed old. 18 Jan 2014; Mike Frysinger <[email protected]> htpdate-1.0.7.ebuild: Add arm64 love. 1.1 net-misc/htpdate/htpdate-1.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/htpdate-1.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/htpdate/htpdate-1.1.1.ebuild?rev=1.1&content-type=text/plain Index: htpdate-1.1.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/htpdate-1.1.1.ebuild,v 1.1 2015/07/25 21:14:29 polynomial-c Exp $ EAPI=5 inherit readme.gentoo toolchain-funcs unpacker DESCRIPTION="Synchronize local workstation with time offered by remote webservers" HOMEPAGE="http://www.vervest.org/fiki/bin/view/HTP/DownloadC" SRC_URI="http://www.vervest.org/htp/archive/c/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux" DEPEND="" RDEPEND="" DOC_CONTENTS="If you would like to run htpdate as a daemon, set appropriate http servers in /etc/conf.d/htpdate!" src_prepare() { # Use more standard adjtimex() to fix uClibc builds. sed -i 's:ntp_adjtime:adjtimex:g' htpdate.[8c] || die } src_compile() { emake CFLAGS="-Wall ${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" } src_install() { dosbin htpdate doman htpdate.8 dodoc README Changelog newconfd "${FILESDIR}"/htpdate.conf htpdate newinitd "${FILESDIR}"/htpdate.init-r1 htpdate readme.gentoo_create_doc }
