net-misc/netdate: EAPI 6 bump.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 15 Jan 2017 20:41:08 +0000 (21:41 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 15 Jan 2017 21:13:57 +0000 (22:13 +0100)
Package-Manager: portage-2.3.0

net-misc/netdate/netdate-1.2-r1.ebuild [new file with mode: 0644]

diff --git a/net-misc/netdate/netdate-1.2-r1.ebuild b/net-misc/netdate/netdate-1.2-r1.ebuild
new file mode 100644 (file)
index 0000000..1864331
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="utility to synchronize the time with ntp-servers"
+HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
+SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~mips ~s390 ~sh ~sparc ~x86"
+
+S="${WORKDIR}/${PN}"
+
+DOCS=( README )
+
+src_install() {
+       dobin "${PN}"
+       doman "${PN}.8"
+       einstalldocs
+}