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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 945D715A7D9 for ; Sun, 19 Mar 2023 04:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCEC1E08E0; Sun, 19 Mar 2023 04:03:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4782E08E0 for ; Sun, 19 Mar 2023 04:03:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D42A53412A5 for ; Sun, 19 Mar 2023 04:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF498D4 for ; Sun, 19 Mar 2023 04:03:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679198596.d2216660ce4e19a94f754b79fee0f16e46696cc0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/dateutils/Manifest app-misc/dateutils/dateutils-0.4.10.ebuild app-misc/dateutils/dateutils-9999.ebuild X-VCS-Directories: app-misc/dateutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d2216660ce4e19a94f754b79fee0f16e46696cc0 X-VCS-Branch: master Date: Sun, 19 Mar 2023 04:03:32 +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: e30656ac-cd96-4768-bcb3-3be1c63f1d52 X-Archives-Hash: 9e453335cc30d6505c4bba48d2502ae0 commit: d2216660ce4e19a94f754b79fee0f16e46696cc0 Author: Sam James gentoo org> AuthorDate: Sun Mar 19 04:00:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 19 04:03:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2216660 app-misc/dateutils: add 0.4.10 Signed-off-by: Sam James gentoo.org> app-misc/dateutils/Manifest | 1 + .../dateutils/{dateutils-9999.ebuild => dateutils-0.4.10.ebuild} | 6 +++--- app-misc/dateutils/dateutils-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest index 6e1a5f0eb879..edfdc3dbca37 100644 --- a/app-misc/dateutils/Manifest +++ b/app-misc/dateutils/Manifest @@ -1 +1,2 @@ +DIST dateutils-0.4.10.tar.xz 652548 BLAKE2B b1fe3b07edfd223c9265df99888bf2edc37458b487b0f3b913f4c19e23b86d4a7f8cb3f0610bf140e6ce0233a9008ccd26cbe0b1462c5f85b2424cd39ffcbdb7 SHA512 04a9fff177596bb9bc47d3b221865bbeafeafbc708385610845a1cdcb2a7fa379e8d9363cce578836ae121dab7ee64e19f61d82e8f222250e52d23c5f43cf521 DIST dateutils-0.4.9.tar.xz 651024 BLAKE2B 9b9bab5f990689a367fa574c20113c01f4847cdcced47275b992655cb91cd14076c22e2d550a969c20ef979b63156c72a485c42105022e522dce4d1376aa0393 SHA512 b5cda838f8fa01e4208e11842f835503357c02b4a21b003db08ef88763a65f26ad2cd6f5d71c80b499d4e5ee5c0b4e552469ef91aa6cd02ebe5c5d2ad6e3105e diff --git a/app-misc/dateutils/dateutils-9999.ebuild b/app-misc/dateutils/dateutils-0.4.10.ebuild similarity index 90% copy from app-misc/dateutils/dateutils-9999.ebuild copy to app-misc/dateutils/dateutils-0.4.10.ebuild index 3e16869e3d11..0f24dadd469b 100644 --- a/app-misc/dateutils/dateutils-9999.ebuild +++ b/app-misc/dateutils/dateutils-0.4.10.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Command line date and time utilities" HOMEPAGE="https://www.fresse.org/dateutils/ https://github.com/hroptatyr/dateutils" @@ -13,7 +13,7 @@ case "${PV}" in ;; *) SRC_URI="https://github.com/hroptatyr/dateutils/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" esac LICENSE="BSD" diff --git a/app-misc/dateutils/dateutils-9999.ebuild b/app-misc/dateutils/dateutils-9999.ebuild index 3e16869e3d11..7c1baaa588b0 100644 --- a/app-misc/dateutils/dateutils-9999.ebuild +++ b/app-misc/dateutils/dateutils-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7