commit:     e8321f21f7b9431235bb7a429a3f8fdb099a213b
Author:     Matthias Coppens <coppens.matthias.abc <AT> gmail <DOT> com>
AuthorDate: Fri Feb 19 19:35:32 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar  9 09:17:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8321f21

app-misc/dateutils: Version bump 0.4.8

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Matthias Coppens <coppens.matthias.abc <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19548
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/dateutils/Manifest               |  1 +
 app-misc/dateutils/dateutils-0.4.8.ebuild | 36 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 5e9cf60971d..f52f025d829 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,2 +1,3 @@
 DIST dateutils-0.4.6.tar.xz 640552 BLAKE2B 
7f1b5bef1465063f46a7bc4b64ed1d645b3bf827aa17b7c962bf3e2731a031f8cf074970aad618157283f0303222413c7be80a72bdcc65bd0918120216542295
 SHA512 
014e8411774250d2862943bbbdd69cc7ec2ca934349272ae7c44b136a57ef30c23f841018cc38f86d49e2348b2199848076db224e3653d6d7337a3f17709c8cb
 DIST dateutils-0.4.7.tar.xz 649932 BLAKE2B 
710c22d63fe3c8f77c69c97c405d3d4aa5c51de3d5768076ca24f8b2be0d6033ae652825e528d99c36f382e25c4e0a60eaa7cb9eec58f6b814d60d513b37ce7e
 SHA512 
480943c32585efd8f42958d6e7d3304a37568f2134c9561d6e0b38f4719fd149ec7e55c559a5e73e97e1c9d217f3d53fe76a7e6a9d3114c040915ebf48db4666
+DIST dateutils-0.4.8.tar.xz 642316 BLAKE2B 
483ae60829c3b77bd7c2ce72347bc99fda6f63018c2e2335322175f962f904c97ba07c4e39bcdf6e549e2e09043d56bcc00863a1299225964cd15921a22bfc05
 SHA512 
964204e2a04a5aa7fa73cbddd98e1a953d498a4b5e0447daa5f912845fb74825d1791b6bea3ebca47784a8edd2e549dfee1e48e3050632efed7f11f109b74be8

diff --git a/app-misc/dateutils/dateutils-0.4.8.ebuild 
b/app-misc/dateutils/dateutils-0.4.8.ebuild
new file mode 100644
index 00000000000..11ced19e9b2
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.4.8.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 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/ 
https://github.com/hroptatyr/dateutils";
+
+case "${PV}" in
+       9999)
+               inherit autotools git-r3
+               EGIT_REPO_URI="https://github.com/hroptatyr/dateutils.git";
+               ;;
+       *)
+               
SRC_URI="https://github.com/hroptatyr/dateutils/releases/download/v${PV}/${P}.tar.xz";
+               KEYWORDS="~amd64 ~x86"
+esac
+
+LICENSE="BSD"
+SLOT="0"
+
+BDEPEND="app-arch/xz-utils"
+DEPEND="sys-libs/timezone-data"
+
+# bug 429810
+RDEPEND="${DEPEND}
+       !sys-fabric/dapl"
+
+src_prepare() {
+       default
+       [[ "${PV}" = 9999 ]] && eautoreconf
+}
+
+src_configure() {
+       econf CFLAGS="${CFLAGS}"
+}

Reply via email to