From be74e137ab03a494b7de76d9f7e1e3e182a1e7d5 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 28 Jun 2020 01:12:47 +0200 Subject: net-misc/rdate: Version bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/709416 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel --- net-misc/rdate/Manifest | 1 + net-misc/rdate/rdate-1.10.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 net-misc/rdate/rdate-1.10.ebuild diff --git a/net-misc/rdate/Manifest b/net-misc/rdate/Manifest index 44b2fcc82bae..412fbf81d9c1 100644 --- a/net-misc/rdate/Manifest +++ b/net-misc/rdate/Manifest @@ -1 +1,2 @@ +DIST rdate-1.10.tar.gz 19159 BLAKE2B 71c858b5eb10b07a2974fcb463a91808fc59582dfce786dc936370b3fc2122bfe72cc32cb3635a1e77ec663fd44712852ab85d8ba46702d1e222ec63ad46f3bb SHA512 7a7647102b5663218fff6c1364b83250a199a0169adf40db87a49709aa24c3b1fae5acf01732d5432fcb2883d29a24b2ae38cf5333ff75075e5d7a6fd90e7146 DIST rdate-1.4.tar.gz 11500 BLAKE2B 705324648f30685135d3ba3936b05a82bc6a027d3d1c407950cb7631858f6d9dba34f97f065482988caf4a68addc3ba122fe475cfd1684c526f5224113657ac3 SHA512 ea9d62af3aa58fb7bb2bdce257cc23758f103ac056e4d6a8b44be0e41c44dff49e78bdb03789e3bf2957e74997c2f1c0376fdc659b4f39d89e43ef139a51f996 diff --git a/net-misc/rdate/rdate-1.10.ebuild b/net-misc/rdate/rdate-1.10.ebuild new file mode 100644 index 000000000000..56ca14a4561b --- /dev/null +++ b/net-misc/rdate/rdate-1.10.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MY_P=openrdate + +DESCRIPTION="Use TCP or UDP to retrieve the current time of another machine" +HOMEPAGE="https://github.com/resurrecting-open-source-projects/openrdate" +SRC_URI="https://github.com/resurrecting-open-source-projects/${MY_P}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-4" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="dev-libs/libbsd" +RDEPEND=${DEPEND} + +S=${WORKDIR}/${MY_P}-${PV} + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + newinitd "${FILESDIR}"/rdate-initd-1.4-r3 rdate + newconfd "${FILESDIR}"/rdate-confd rdate +} -- cgit v1.2.3-65-gdbad