Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/, app-misc/dateutils/files/
Date: Sun, 19 Mar 2023 04:03:36
Message-Id: 1679198592.9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77.sam@gentoo
1 commit: 9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 03:52:21 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 04:03:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3334d5
7
8 app-misc/dateutils: drop 0.4.7, 0.4.8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-misc/dateutils/Manifest | 2 --
13 app-misc/dateutils/dateutils-0.4.7.ebuild | 40 ----------------------
14 app-misc/dateutils/dateutils-0.4.8.ebuild | 36 -------------------
15 .../dateutils-0.4.6-unportable-sys-sysctl_h.patch | 10 ------
16 4 files changed, 88 deletions(-)
17
18 diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
19 index 59db98794e3f..6e1a5f0eb879 100644
20 --- a/app-misc/dateutils/Manifest
21 +++ b/app-misc/dateutils/Manifest
22 @@ -1,3 +1 @@
23 -DIST dateutils-0.4.7.tar.xz 649932 BLAKE2B 710c22d63fe3c8f77c69c97c405d3d4aa5c51de3d5768076ca24f8b2be0d6033ae652825e528d99c36f382e25c4e0a60eaa7cb9eec58f6b814d60d513b37ce7e SHA512 480943c32585efd8f42958d6e7d3304a37568f2134c9561d6e0b38f4719fd149ec7e55c559a5e73e97e1c9d217f3d53fe76a7e6a9d3114c040915ebf48db4666
24 -DIST dateutils-0.4.8.tar.xz 642316 BLAKE2B 483ae60829c3b77bd7c2ce72347bc99fda6f63018c2e2335322175f962f904c97ba07c4e39bcdf6e549e2e09043d56bcc00863a1299225964cd15921a22bfc05 SHA512 964204e2a04a5aa7fa73cbddd98e1a953d498a4b5e0447daa5f912845fb74825d1791b6bea3ebca47784a8edd2e549dfee1e48e3050632efed7f11f109b74be8
25 DIST dateutils-0.4.9.tar.xz 651024 BLAKE2B 9b9bab5f990689a367fa574c20113c01f4847cdcced47275b992655cb91cd14076c22e2d550a969c20ef979b63156c72a485c42105022e522dce4d1376aa0393 SHA512 b5cda838f8fa01e4208e11842f835503357c02b4a21b003db08ef88763a65f26ad2cd6f5d71c80b499d4e5ee5c0b4e552469ef91aa6cd02ebe5c5d2ad6e3105e
26
27 diff --git a/app-misc/dateutils/dateutils-0.4.7.ebuild b/app-misc/dateutils/dateutils-0.4.7.ebuild
28 deleted file mode 100644
29 index 8efc3c6c2dd7..000000000000
30 --- a/app-misc/dateutils/dateutils-0.4.7.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DESCRIPTION="command line date and time utilities"
39 -HOMEPAGE="https://www.fresse.org/dateutils/ https://github.com/hroptatyr/dateutils"
40 -
41 -case "${PV}" in
42 - 9999)
43 - inherit autotools git-r3
44 - EGIT_REPO_URI="https://github.com/hroptatyr/dateutils.git"
45 - ;;
46 - *)
47 - SRC_URI="https://github.com/hroptatyr/dateutils/releases/download/v${PV}/${P}.tar.xz"
48 - KEYWORDS="amd64 x86"
49 -esac
50 -
51 -LICENSE="BSD"
52 -SLOT="0"
53 -
54 -BDEPEND="app-arch/xz-utils"
55 -DEPEND="sys-libs/timezone-data"
56 -
57 -# bug 429810
58 -RDEPEND="${DEPEND}
59 - !sys-fabric/dapl"
60 -
61 -PATCHES=(
62 - "${FILESDIR}/${PN}-0.4.6-unportable-sys-sysctl_h.patch"
63 -)
64 -
65 -src_prepare() {
66 - default
67 - [[ "${PV}" = 9999 ]] && eautoreconf
68 -}
69 -
70 -src_configure() {
71 - econf CFLAGS="${CFLAGS}"
72 -}
73
74 diff --git a/app-misc/dateutils/dateutils-0.4.8.ebuild b/app-misc/dateutils/dateutils-0.4.8.ebuild
75 deleted file mode 100644
76 index 221496587862..000000000000
77 --- a/app-misc/dateutils/dateutils-0.4.8.ebuild
78 +++ /dev/null
79 @@ -1,36 +0,0 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -DESCRIPTION="Command line date and time utilities"
86 -HOMEPAGE="https://www.fresse.org/dateutils/ https://github.com/hroptatyr/dateutils"
87 -
88 -case "${PV}" in
89 - 9999)
90 - inherit autotools git-r3
91 - EGIT_REPO_URI="https://github.com/hroptatyr/dateutils.git"
92 - ;;
93 - *)
94 - SRC_URI="https://github.com/hroptatyr/dateutils/releases/download/v${PV}/${P}.tar.xz"
95 - KEYWORDS="amd64 x86"
96 -esac
97 -
98 -LICENSE="BSD"
99 -SLOT="0"
100 -
101 -BDEPEND="app-arch/xz-utils"
102 -DEPEND="sys-libs/timezone-data"
103 -
104 -# bug 429810
105 -RDEPEND="${DEPEND}
106 - !sys-fabric/dapl"
107 -
108 -src_prepare() {
109 - default
110 - [[ "${PV}" = 9999 ]] && eautoreconf
111 -}
112 -
113 -src_configure() {
114 - econf CFLAGS="${CFLAGS}"
115 -}
116
117 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
118 deleted file mode 100644
119 index dc310ea7812c..000000000000
120 --- a/app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch
121 +++ /dev/null
122 @@ -1,10 +0,0 @@
123 ---- a/build-aux/yuck.c
124 -+++ b/build-aux/yuck.c
125 -@@ -65,7 +65,6 @@
126 - #include <sys/wait.h>
127 - #include <sys/stat.h>
128 - #include <sys/types.h>
129 --#include <sys/sysctl.h>
130 - #include <time.h>
131 - #if defined WITH_SCMVER
132 - # include <yuck-scmver.h>