From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2804B1382C5 for ; Sat, 27 Jun 2020 23:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D41E08ED; Sat, 27 Jun 2020 23:13:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F03F6E08ED for ; Sat, 27 Jun 2020 23:13:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87B6E34EEE4 for ; Sat, 27 Jun 2020 23:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38DDA2AB for ; Sat, 27 Jun 2020 23:13:28 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1593299601.be74e137ab03a494b7de76d9f7e1e3e182a1e7d5.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rdate/Manifest net-misc/rdate/rdate-1.10.ebuild X-VCS-Directories: net-misc/rdate/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: be74e137ab03a494b7de76d9f7e1e3e182a1e7d5 X-VCS-Branch: master Date: Sat, 27 Jun 2020 23:13:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3e3f213-9fe0-4bd3-a8ab-00fe8551e58a X-Archives-Hash: 8ce5f94834f278c04e71fd90ecce6b4f commit: be74e137ab03a494b7de76d9f7e1e3e182a1e7d5 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 27 23:12:47 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 27 23:13:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be74e137 net-misc/rdate: Version bump Bug: https://bugs.gentoo.org/709416 Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas K. Hüttel gentoo.org> net-misc/rdate/Manifest | 1 + net-misc/rdate/rdate-1.10.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/net-misc/rdate/Manifest b/net-misc/rdate/Manifest index 44b2fcc82ba..412fbf81d9c 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 00000000000..56ca14a4561 --- /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 +}