public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/, app-misc/dateutils/files/
Date: Sun, 19 Mar 2023 04:03:32 +0000 (UTC)	[thread overview]
Message-ID: <1679198592.9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77.sam@gentoo> (raw)

commit:     9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:52:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 04:03:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3334d5

app-misc/dateutils: drop 0.4.7, 0.4.8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/dateutils/Manifest                        |  2 --
 app-misc/dateutils/dateutils-0.4.7.ebuild          | 40 ----------------------
 app-misc/dateutils/dateutils-0.4.8.ebuild          | 36 -------------------
 .../dateutils-0.4.6-unportable-sys-sysctl_h.patch  | 10 ------
 4 files changed, 88 deletions(-)

diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 59db98794e3f..6e1a5f0eb879 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,3 +1 @@
-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.7.ebuild b/app-misc/dateutils/dateutils-0.4.7.ebuild
deleted file mode 100644
index 8efc3c6c2dd7..000000000000
--- a/app-misc/dateutils/dateutils-0.4.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-0.4.6-unportable-sys-sysctl_h.patch"
-)
-
-src_prepare() {
-	default
-	[[ "${PV}" = 9999 ]] && eautoreconf
-}
-
-src_configure() {
-	econf CFLAGS="${CFLAGS}"
-}

diff --git a/app-misc/dateutils/dateutils-0.4.8.ebuild b/app-misc/dateutils/dateutils-0.4.8.ebuild
deleted file mode 100644
index 221496587862..000000000000
--- a/app-misc/dateutils/dateutils-0.4.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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}"
-}

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>


             reply	other threads:[~2023-03-19  4:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19  4:03 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 16:58 [gentoo-commits] repo/gentoo:master commit in: app-misc/dateutils/, app-misc/dateutils/files/ Florian Schmaus
2025-02-01 14:50 Florian Schmaus
2021-08-26 22:52 Sam James

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=1679198592.9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77.sam@gentoo \
    --to=sam@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