diff options
author | Sam James <sam@gentoo.org> | 2023-03-19 03:52:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-19 04:03:12 +0000 |
commit | 9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77 (patch) | |
tree | 7a0b35cf541e6d83e6f5f10c8feda7f292c1bc08 /app-misc | |
parent | gui-libs/vte-common: Version bump to 0.72.0 (diff) | |
download | gentoo-9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77.tar.gz gentoo-9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77.tar.bz2 gentoo-9b3334d5bcc11feabeed0d7af4fdfbc2fabebf77.zip |
app-misc/dateutils: drop 0.4.7, 0.4.8
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.7.ebuild | 40 | ||||
-rw-r--r-- | app-misc/dateutils/dateutils-0.4.8.ebuild | 36 | ||||
-rw-r--r-- | app-misc/dateutils/files/dateutils-0.4.6-unportable-sys-sysctl_h.patch | 10 |
4 files changed, 0 insertions, 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> |