commit:     6f35f11d5039a8a56178b90894211c2227aab9cd
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 11:09:56 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 11:09:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f35f11d

app-misc/dateutils: remove stale live ebuild

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-misc/dateutils/dateutils-9999.ebuild | 36 --------------------------------
 1 file changed, 36 deletions(-)

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

Reply via email to