From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/
Date: Mon, 3 Apr 2017 08:34:53 +0000 (UTC) [thread overview]
Message-ID: <1491208467.8dd760e30f2c20d5950b0d34fa14780c8491212a.radhermit@gentoo> (raw)
commit: 8dd760e30f2c20d5950b0d34fa14780c8491212a
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 3 08:28:03 2017 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 08:34:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd760e3
app-misc/dateutils: remove old
app-misc/dateutils/Manifest | 2 --
app-misc/dateutils/dateutils-0.3.5.ebuild | 32 -------------------------------
app-misc/dateutils/dateutils-0.4.0.ebuild | 32 -------------------------------
3 files changed, 66 deletions(-)
diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index a7552a7e503..8c387ad9373 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,3 +1 @@
-DIST dateutils-0.3.5.tar.xz 593112 SHA256 cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7 SHA512 e0d732ce42551906da0c6635ac9e17aa4b12cb199e63f32355a33ded36afa2a37e05853c23716982daf6078be8b8dafb0d7c49a228876cbbafc4541c037e067a WHIRLPOOL 4d50e485362813dc77f18c43c3071d69654ab31372852da35af612a465a0cf108a7ad7c5ba3d0a021923a02622acf6502f47668d7226498064ed6855f21de26b
-DIST dateutils-0.4.0.tar.xz 608364 SHA256 d05af02bc60a82bdc21c0ac4779f1040f631b0a1233ed15c4f69a80d3dad23da SHA512 06aeed8cc2e8bd22584d74fccd6a9739fbed191a01d5dfb5bab48d5b059dce01d48f8b5f4b6e927e26c1ac2143d7aeed1f20f0415d1275d172f2584ef9d776a9 WHIRLPOOL 7341e9b0b7fb5d0126355141934825880c9c7c85344e797ca712aab150b7cd74e2d4cc0586344ef8f1451f08213549c9770e815af7476f3ddfebd299cc45fbef
DIST dateutils-0.4.1.tar.xz 611460 SHA256 6ccce48975fc4d3af2e27c7893e181c46ab5df1cb37e4a428b4b521a77d55278 SHA512 c13461de6dad483b0014692a2319a7bf9ed1677415b8ee168131b397086f75725eb8b4e833d8b4a22f4aa726d6aca74be2597c2e07ef75a036cfea9bf67ccf1b WHIRLPOOL 2b6770306363f2653b0ddbdb12badc19927179dab707f5460c48f3219b96a475b5a0b6d451de5bba0f6567c7d348c40a6a2fdcf2afecc1e42034c832f7bc0177
diff --git a/app-misc/dateutils/dateutils-0.3.5.ebuild b/app-misc/dateutils/dateutils-0.3.5.ebuild
deleted file mode 100644
index 8facac0903f..00000000000
--- a/app-misc/dateutils/dateutils-0.3.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/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_configure() {
- econf \
- --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
- # parallel tests failure
- emake CFLAGS="${CFLAGS}" -j1 check
-}
diff --git a/app-misc/dateutils/dateutils-0.4.0.ebuild b/app-misc/dateutils/dateutils-0.4.0.ebuild
deleted file mode 100644
index f9a24de86d0..00000000000
--- a/app-misc/dateutils/dateutils-0.4.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="command line date and time utilities"
-HOMEPAGE="https://hroptatyr.github.com/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_configure() {
- econf \
- --docdir=/usr/share/doc/${PF}
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}"
-}
-
-src_test() {
- # parallel tests failure
- emake CFLAGS="${CFLAGS}" -j1 check
-}
next reply other threads:[~2017-04-03 8:35 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-03 8:34 Tim Harder [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-28 14:03 [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/ Sam James
2025-04-28 14:01 Sam James
2025-02-09 16:58 Florian Schmaus
2025-02-01 14:50 Florian Schmaus
2025-02-01 14:50 Florian Schmaus
2025-01-10 11:10 Arthur Zamarin
2025-01-10 11:10 Arthur Zamarin
2025-01-10 11:09 Arthur Zamarin
2024-12-02 13:15 Jakov Smolić
2023-03-19 19:20 Sam James
2023-03-19 4:03 Sam James
2022-01-31 18:50 Sam James
2022-01-31 18:50 Sam James
2021-11-12 10:39 Joonas Niilola
2021-10-21 2:36 Sam James
2021-03-09 9:26 Joonas Niilola
2021-03-09 9:26 Joonas Niilola
2021-03-09 9:26 Joonas Niilola
2021-02-27 17:03 Sam James
2020-11-23 21:36 Patrice Clement
2020-08-19 18:56 Sam James
2020-08-19 18:56 Sam James
2020-08-19 18:56 Sam James
2019-11-17 5:08 Tim Harder
2019-09-28 3:42 Tim Harder
2019-09-28 3:42 Tim Harder
2019-04-03 4:46 Tim Harder
2018-12-23 20:37 Tim Harder
2018-12-23 20:37 Tim Harder
2018-03-01 19:35 Tim Harder
2017-08-20 2:17 Tim Harder
2016-12-17 5:39 Tim Harder
2016-06-29 22:33 Alexey Shvetsov
2016-06-19 4:32 Tim Harder
2016-06-19 4:32 Tim Harder
2016-03-06 20:20 Tim Harder
2016-01-11 4:35 Tim Harder
2015-08-25 4:31 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1491208467.8dd760e30f2c20d5950b0d34fa14780c8491212a.radhermit@gentoo \
--to=radhermit@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox