From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCFAB138334 for ; Fri, 1 Nov 2019 11:20:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1395AE08D9; Fri, 1 Nov 2019 11:20:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEA7AE08D9 for ; Fri, 1 Nov 2019 11:20:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0225934C644 for ; Fri, 1 Nov 2019 11:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DB7D8A1 for ; Fri, 1 Nov 2019 11:20:28 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1572607216.fd85eee018d3e17fb65ffb6b59987466d0b72d33.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netdate/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netdate/netdate-1.2.ebuild X-VCS-Directories: net-misc/netdate/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fd85eee018d3e17fb65ffb6b59987466d0b72d33 X-VCS-Branch: master Date: Fri, 1 Nov 2019 11:20:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eb78bcc5-646f-4bfc-aedd-1cc66c0fd548 X-Archives-Hash: 74551038e967396d9fe4ee7661cd6aea commit: fd85eee018d3e17fb65ffb6b59987466d0b72d33 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Nov 1 11:20:16 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Nov 1 11:20:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd85eee0 net-misc/netdate: Drop old Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-misc/netdate/netdate-1.2.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/net-misc/netdate/netdate-1.2.ebuild b/net-misc/netdate/netdate-1.2.ebuild deleted file mode 100644 index 3ce61d63e48..00000000000 --- a/net-misc/netdate/netdate-1.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="A Utility to synchronize the time with ntp-servers" -HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/" -SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 arm ~mips s390 sh sparc x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${PN} - -src_compile() { - emake || die "make failed" -} - -src_install() { - dobin netdate || die - doman netdate.8 - dodoc README -}