diff options
author | Matthias Coppens <coppens.matthias.abc@gmail.com> | 2021-08-21 17:13:38 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-26 23:47:43 +0100 |
commit | de5c40a76ab328f22732995c764b5c5adfaea93f (patch) | |
tree | d8c349647a459a9fbbb669497d816d49f36db83b /app-misc | |
parent | sys-fs/mtd-utils: Add myself as co-maintainer (diff) | |
download | gentoo-de5c40a76ab328f22732995c764b5c5adfaea93f.tar.gz gentoo-de5c40a76ab328f22732995c764b5c5adfaea93f.tar.bz2 gentoo-de5c40a76ab328f22732995c764b5c5adfaea93f.zip |
app-misc/dateutils: Version bump 0.4.9
Closes: https://bugs.gentoo.org/809413
Package-Manager: Portage-3.0.21, Repoman-3.0.3
Signed-off-by: Matthias Coppens <coppens.matthias.abc@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22066
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/dateutils/Manifest | 2 | ||||
-rw-r--r-- | app-misc/dateutils/dateutils-0.4.9.ebuild (renamed from app-misc/dateutils/dateutils-0.4.6.ebuild) | 6 | ||||
-rw-r--r-- | app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch | 10 |
3 files changed, 3 insertions, 15 deletions
diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest index f52f025d8298..59db98794e3f 100644 --- a/app-misc/dateutils/Manifest +++ b/app-misc/dateutils/Manifest @@ -1,3 +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 +DIST dateutils-0.4.9.tar.xz 651024 BLAKE2B 9b9bab5f990689a367fa574c20113c01f4847cdcced47275b992655cb91cd14076c22e2d550a969c20ef979b63156c72a485c42105022e522dce4d1376aa0393 SHA512 b5cda838f8fa01e4208e11842f835503357c02b4a21b003db08ef88763a65f26ad2cd6f5d71c80b499d4e5ee5c0b4e552469ef91aa6cd02ebe5c5d2ad6e3105e diff --git a/app-misc/dateutils/dateutils-0.4.6.ebuild b/app-misc/dateutils/dateutils-0.4.9.ebuild index c785ee95ac5f..3e16869e3d11 100644 --- a/app-misc/dateutils/dateutils-0.4.6.ebuild +++ b/app-misc/dateutils/dateutils-0.4.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# 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" +DESCRIPTION="Command line date and time utilities" HOMEPAGE="https://www.fresse.org/dateutils/ https://github.com/hroptatyr/dateutils" case "${PV}" in @@ -26,8 +26,6 @@ DEPEND="sys-libs/timezone-data" RDEPEND="${DEPEND} !sys-fabric/dapl" -PATCHES=( "${FILESDIR}"/${P}-unportable-sys-sysctl_h.patch ) - src_prepare() { default [[ "${PV}" = 9999 ]] && eautoreconf diff --git a/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch b/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch deleted file mode 100644 index dc310ea7812c..000000000000 --- a/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/build-aux/yuck.c -+++ b/build-aux/yuck.c -@@ -65,7 +65,6 @@ - #include <sys/wait.h> - #include <sys/stat.h> - #include <sys/types.h> --#include <sys/sysctl.h> - #include <time.h> - #if defined WITH_SCMVER - # include <yuck-scmver.h> |