commit: 941ef1dad06b504107575017189162af9ad4f7cf
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 30 12:40:41 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Jun 30 12:51:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941ef1da
net-misc/getdate: drop 1.2-r2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/getdate/getdate-1.2-r2.ebuild | 43 ----------------------------------
1 file changed, 43 deletions(-)
diff --git a/net-misc/getdate/getdate-1.2-r2.ebuild
b/net-misc/getdate/getdate-1.2-r2.ebuild
deleted file mode 100644
index aecbd9596201..000000000000
--- a/net-misc/getdate/getdate-1.2-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN}_rfc868"
-MY_P="${MY_PN}-${PV}"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Network Date/Time Query and Set Local Date/Time Utility"
-HOMEPAGE="https://www.ibiblio.org/pub/Linux/system/network/misc/"
-SRC_URI="https://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz"
-
-LICENSE="GPL-1+"
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
- "${FILESDIR}/${PN}-glibc-2.31.patch"
- "${FILESDIR}/${P}-clang16.patch"
-)
-
-src_prepare() {
- sed -i -e "/errno.h/ a\#include <string.h>" getdate.c || die
- # Respect CFLAGS
- sed -i -e "/CFLAGS/d" Makefile || die
-
- default
-}
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin getdate
- doman getdate.8
- dodoc README getdate-cron
-}