commit:     8757226026ffb405434584f3785cdd1504b9d51a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 09:46:55 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 09:47:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87572260

net-misc/getdate: Drop 1.2-r1

Closes: https://bugs.gentoo.org/727738
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/getdate/getdate-1.2-r1.ebuild | 36 ----------------------------------
 1 file changed, 36 deletions(-)

diff --git a/net-misc/getdate/getdate-1.2-r1.ebuild 
b/net-misc/getdate/getdate-1.2-r1.ebuild
deleted file mode 100644
index d05e5f442fe..00000000000
--- a/net-misc/getdate/getdate-1.2-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_PN="${PN}_rfc868"
-MY_P="${MY_PN}-${PV}"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Network Date/Time Query and Set Local Date/Time Utility"
-HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/";
-SRC_URI="http://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}"
-
-src_prepare() {
-       sed -i -e "/errno.h/ a\#include <string.h>" getdate.c || die
-       # Respect CFLAGS
-       sed -i -e "/CFLAGS/d" Makefile || die
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)"
-}
-
-src_install() {
-       dobin getdate
-       doman getdate.8
-       dodoc README getdate-cron
-}

Reply via email to