From 2b0041f4bbee8b65f3714430680e993fe3bf58d9 Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Thu, 23 Oct 2008 15:35:44 +0000 Subject: Version bump, #243294 (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64) --- net-misc/htpdate/ChangeLog | 8 ++++++- net-misc/htpdate/htpdate-1.0.4.ebuild | 41 +++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 net-misc/htpdate/htpdate-1.0.4.ebuild (limited to 'net-misc') diff --git a/net-misc/htpdate/ChangeLog b/net-misc/htpdate/ChangeLog index 6cc77e122747..16efec9cf498 100644 --- a/net-misc/htpdate/ChangeLog +++ b/net-misc/htpdate/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/htpdate # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.34 2008/03/28 01:05:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/ChangeLog,v 1.35 2008/10/23 15:35:44 dertobi123 Exp $ + +*htpdate-1.0.4 (23 Oct 2008) + + 23 Oct 2008; Tobias Scherbaum + +htpdate-1.0.4.ebuild: + Version bump, #243294 28 Mar 2008; Jeroen Roovers htpdate-1.0.0.ebuild: Stable for HPPA (bug #214724). diff --git a/net-misc/htpdate/htpdate-1.0.4.ebuild b/net-misc/htpdate/htpdate-1.0.4.ebuild new file mode 100644 index 000000000000..9ad642e3b6bb --- /dev/null +++ b/net-misc/htpdate/htpdate-1.0.4.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/htpdate/htpdate-1.0.4.ebuild,v 1.1 2008/10/23 15:35:44 dertobi123 Exp $ + +inherit toolchain-funcs + +DESCRIPTION="Synchronize local workstation with time offered by remote webservers" +HOMEPAGE="http://www.clevervest.com/htp/" +SRC_URI="http://www.clevervest.com/htp/archive/c/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +src_unpack() { + unpack ${A} + cd "${S}" + gunzip htpdate.8.gz || die +} + +src_compile() { + emake CFLAGS="-Wall ${CFLAGS} ${LDFLAGS}" CC="$(tc-getCC)" || die +} + +src_install() { + dosbin htpdate || die + doman htpdate.8 + dodoc README Changelog + + newconfd "${FILESDIR}"/htpdate.conf htpdate + newinitd "${FILESDIR}"/htpdate.init htpdate +} + +pkg_postinst() { + einfo "If you would like to run htpdate as a daemon set" + einfo "appropriate http servers in /etc/conf.d/htpdate!" +} -- cgit v1.2.3-65-gdbad