Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/
Date: Sat, 28 Sep 2019 03:42:42
Message-Id: 1569642104.59e4a14b7d2d359935920b3bc6abd4917ece4482.radhermit@gentoo
1 commit: 59e4a14b7d2d359935920b3bc6abd4917ece4482
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 28 03:41:44 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 28 03:41:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e4a14b
7
8 app-misc/dateutils: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-misc/dateutils/Manifest | 2 --
13 app-misc/dateutils/dateutils-0.4.3.ebuild | 31 -------------------------------
14 app-misc/dateutils/dateutils-0.4.5.ebuild | 31 -------------------------------
15 3 files changed, 64 deletions(-)
16
17 diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
18 index 86ef1b0d30f..7d394ff680f 100644
19 --- a/app-misc/dateutils/Manifest
20 +++ b/app-misc/dateutils/Manifest
21 @@ -1,3 +1 @@
22 -DIST dateutils-0.4.3.tar.xz 631216 BLAKE2B 1c9184e589eb01ff1da8be941afa5abb8095ef4b61a22d14e5c06f4faad175e2e9d8cf7077655f170033a125b7594d554e6996bbd0dd6f6508c16076d069e285 SHA512 0210ad1f47aec77b8b87a520da9155430b52068e53733ef7bb26dfa10e8651f2190171537d4317adf888733e9377f961d5ed070efacd8ca18139225fa8c185ca
23 -DIST dateutils-0.4.5.tar.xz 635908 BLAKE2B 2766522f81ff94ec70772ff91d1a0a08f4b07c2d6f99fce85a0c3363c74e0caede4bedfcafbd610bf2a401ac2f027f9b2fcebe198e4bf94c7ffcb2048da4947e SHA512 91d7b83dc70a0f46920c6bb5b1f456d6b3b5a8f9511218ac74888006501adef5c938f95e424ca8537e2a69bf632b2a08ef4a2536d89367089afb3da55cde70c7
24 DIST dateutils-0.4.6.tar.xz 640552 BLAKE2B 7f1b5bef1465063f46a7bc4b64ed1d645b3bf827aa17b7c962bf3e2731a031f8cf074970aad618157283f0303222413c7be80a72bdcc65bd0918120216542295 SHA512 014e8411774250d2862943bbbdd69cc7ec2ca934349272ae7c44b136a57ef30c23f841018cc38f86d49e2348b2199848076db224e3653d6d7337a3f17709c8cb
25
26 diff --git a/app-misc/dateutils/dateutils-0.4.3.ebuild b/app-misc/dateutils/dateutils-0.4.3.ebuild
27 deleted file mode 100644
28 index b894eb0de28..00000000000
29 --- a/app-misc/dateutils/dateutils-0.4.3.ebuild
30 +++ /dev/null
31 @@ -1,31 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="command line date and time utilities"
38 -HOMEPAGE="https://hroptatyr.github.com/dateutils/"
39 -SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz"
40 -
41 -LICENSE="BSD"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -
45 -DEPEND="app-arch/xz-utils
46 - sys-libs/timezone-data"
47 -
48 -# bug 429810
49 -RDEPEND="!sys-fabric/dapl"
50 -
51 -src_configure() {
52 - econf --docdir=/usr/share/doc/${PF}
53 -}
54 -
55 -src_compile() {
56 - emake CFLAGS="${CFLAGS}"
57 -}
58 -
59 -src_test() {
60 - # parallel tests failure
61 - emake CFLAGS="${CFLAGS}" -j1 check
62 -}
63
64 diff --git a/app-misc/dateutils/dateutils-0.4.5.ebuild b/app-misc/dateutils/dateutils-0.4.5.ebuild
65 deleted file mode 100644
66 index f9b6dad45b3..00000000000
67 --- a/app-misc/dateutils/dateutils-0.4.5.ebuild
68 +++ /dev/null
69 @@ -1,31 +0,0 @@
70 -# Copyright 1999-2018 Gentoo Authors
71 -# Distributed under the terms of the GNU General Public License v2
72 -
73 -EAPI=7
74 -
75 -DESCRIPTION="command line date and time utilities"
76 -HOMEPAGE="https://hroptatyr.github.com/dateutils/"
77 -SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz"
78 -
79 -LICENSE="BSD"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -
83 -DEPEND="app-arch/xz-utils
84 - sys-libs/timezone-data"
85 -
86 -# bug 429810
87 -RDEPEND="!sys-fabric/dapl"
88 -
89 -src_configure() {
90 - econf --docdir=/usr/share/doc/${PF}
91 -}
92 -
93 -src_compile() {
94 - emake CFLAGS="${CFLAGS}"
95 -}
96 -
97 -src_test() {
98 - # parallel tests failure
99 - emake CFLAGS="${CFLAGS}" -j1 check
100 -}