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 B294913835A for ; Wed, 19 Aug 2020 18:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEF7CE09ED; Wed, 19 Aug 2020 18:56:41 +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 B8DFAE09E8 for ; Wed, 19 Aug 2020 18:56:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BB1EE34EEFB for ; Wed, 19 Aug 2020 18:56:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB042D1 for ; Wed, 19 Aug 2020 18:56:39 +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: <1597862867.dc7485aea9696ed71fa332026c13d26938235fe5.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.7.ebuild app-misc/dateutils/metadata.xml X-VCS-Directories: app-misc/dateutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc7485aea9696ed71fa332026c13d26938235fe5 X-VCS-Branch: master Date: Wed, 19 Aug 2020 18:56:39 +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: 872affb2-7778-4b63-b230-72d8f1936b17 X-Archives-Hash: dc121c024d9c54a2ee4eadb0488c94f1 commit: dc7485aea9696ed71fa332026c13d26938235fe5 Author: Matthias Coppens gmail com> AuthorDate: Sat Aug 1 13:38:58 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 19 18:47:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7485ae app-misc/dateutils: Version bump (0.4.7) + maintainership This is a version bump to release 0.4.7. As this package is orphaned, I'm taking the maintainership. The patch for 0.4.6 doesn't need a counterpart for 0.4.7, as the bug is fixed upstream. src_test is multithreaded in the new version. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Matthias Coppens gmail.com> Signed-off-by: Sam James gentoo.org> app-misc/dateutils/Manifest | 1 + app-misc/dateutils/dateutils-0.4.7.ebuild | 26 ++++++++++++++++++++++++++ app-misc/dateutils/metadata.xml | 9 ++++++++- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest index 7d394ff680f..5e9cf60971d 100644 --- a/app-misc/dateutils/Manifest +++ b/app-misc/dateutils/Manifest @@ -1 +1,2 @@ DIST dateutils-0.4.6.tar.xz 640552 BLAKE2B 7f1b5bef1465063f46a7bc4b64ed1d645b3bf827aa17b7c962bf3e2731a031f8cf074970aad618157283f0303222413c7be80a72bdcc65bd0918120216542295 SHA512 014e8411774250d2862943bbbdd69cc7ec2ca934349272ae7c44b136a57ef30c23f841018cc38f86d49e2348b2199848076db224e3653d6d7337a3f17709c8cb +DIST dateutils-0.4.7.tar.xz 649932 BLAKE2B 710c22d63fe3c8f77c69c97c405d3d4aa5c51de3d5768076ca24f8b2be0d6033ae652825e528d99c36f382e25c4e0a60eaa7cb9eec58f6b814d60d513b37ce7e SHA512 480943c32585efd8f42958d6e7d3304a37568f2134c9561d6e0b38f4719fd149ec7e55c559a5e73e97e1c9d217f3d53fe76a7e6a9d3114c040915ebf48db4666 diff --git a/app-misc/dateutils/dateutils-0.4.7.ebuild b/app-misc/dateutils/dateutils-0.4.7.ebuild new file mode 100644 index 00000000000..968fb4c912f --- /dev/null +++ b/app-misc/dateutils/dateutils-0.4.7.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="command line date and time utilities" +HOMEPAGE="https://www.fresse.org/dateutils/" +SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-arch/xz-utils + sys-libs/timezone-data" + +# bug 429810 +RDEPEND="!sys-fabric/dapl" + +src_compile() { + emake CFLAGS="${CFLAGS}" +} + +src_test() { + emake CFLAGS="${CFLAGS}" check +} diff --git a/app-misc/dateutils/metadata.xml b/app-misc/dateutils/metadata.xml index 11d80f64486..361cab5915e 100644 --- a/app-misc/dateutils/metadata.xml +++ b/app-misc/dateutils/metadata.xml @@ -1,7 +1,14 @@ - + + coppens.matthias.abc@gmail.com + Matthias Coppens + + + proxy-maint@gentoo.org + Proxy Maintainers + hroptatyr/dateutils