summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-06-02 15:17:17 +0000
committerJeroen Roovers <jer@gentoo.org>2012-06-02 15:17:17 +0000
commitdf439017cc28a6f8b2cdf1e8808273499f9a377e (patch)
tree0b82596f69e5bdb31340f1f52be8e83f5c7509e7 /net-misc/ntpclient
parentinherit multilib for get_libdir and user for enewgroup (diff)
downloadgentoo-2-df439017cc28a6f8b2cdf1e8808273499f9a377e.tar.gz
gentoo-2-df439017cc28a6f8b2cdf1e8808273499f9a377e.tar.bz2
gentoo-2-df439017cc28a6f8b2cdf1e8808273499f9a377e.zip
Version bump by Daniel Lange (bug #402643).
(Portage version: 2.2.0_alpha108/cvs/Linux i686)
Diffstat (limited to 'net-misc/ntpclient')
-rw-r--r--net-misc/ntpclient/ChangeLog9
-rw-r--r--net-misc/ntpclient/ntpclient-2010.365.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/net-misc/ntpclient/ChangeLog b/net-misc/ntpclient/ChangeLog
index 35bbcb26a6da..840f68f7f17d 100644
--- a/net-misc/ntpclient/ChangeLog
+++ b/net-misc/ntpclient/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/ntpclient
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ntpclient/ChangeLog,v 1.4 2009/07/30 20:07:32 solar Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntpclient/ChangeLog,v 1.5 2012/06/02 15:17:17 jer Exp $
+
+*ntpclient-2010.365 (02 Jun 2012)
+
+ 02 Jun 2012; Jeroen Roovers <jer@gentoo.org> +ntpclient-2010.365.ebuild:
+ Version bump by Daniel Lange (bug #402643).
30 Jul 2009; <solar@gentoo.org> ntpclient-2007.365.ebuild:
install a few docs
diff --git a/net-misc/ntpclient/ntpclient-2010.365.ebuild b/net-misc/ntpclient/ntpclient-2010.365.ebuild
new file mode 100644
index 000000000000..e7ab643c71cc
--- /dev/null
+++ b/net-misc/ntpclient/ntpclient-2010.365.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntpclient/ntpclient-2010.365.ebuild,v 1.1 2012/06/02 15:17:16 jer Exp $
+
+EAPI=4
+inherit eutils flag-o-matic toolchain-funcs
+
+DESCRIPTION="A NTP (RFC-1305) client for unix-alike computers."
+HOMEPAGE="http://doolittle.icarus.com/ntpclient/"
+SRC_URI="http://doolittle.icarus.com/${PN}/${PN}_${PV/./_}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+#S="${WORKDIR}/${PN}-2010"
+
+src_unpack() {
+ default
+ mv "${WORKDIR}"/${PN}* ${P} || die
+}
+
+src_prepare() {
+ sed -i -e 's/-O2//;s/LDFLAGS +=/LDLIBS +=/' Makefile || die
+ tc-export CC
+}
+
+src_install() {
+ dobin ntpclient
+ dodoc README HOWTO rate.awk rate2.awk
+}