app-misc/dateutils - 0.4.10 (gentoo)

Search

Package Information

Description:
Command line date and time utilities
Homepage:
https://www.fresse.org/dateutils/ https://github.com/hroptatyr/dateutils

Ebuild Details

Version EAPI Keywords Slot
0.4.10 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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"

PATCHES=(
	"${FILESDIR}"/${P}-gcc-14.patch
)

# bug 429810
RDEPEND="${DEPEND}
	!sys-fabric/dapl"

src_prepare() {
	default
	[[ "${PV}" = 9999 ]] && eautoreconf
}

src_configure() {
	econf CFLAGS="${CFLAGS}"
}

Dependencies

DEPEND

sys-libs/timezone-data

RDEPEND

sys-libs/timezone-data
	!sys-fabric/dapl

BDEPEND

app-arch/xz-utils

Manifest for 0.4.10

Type File Size Source URLs
DIST dateutils-0.4.10.tar.xz 652548 bytes https://github.com/hroptatyr/dateutils/releases/download/v0.4.10/dateutils-0.4.10.tar.xz