From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2B339138222 for ; Wed, 4 May 2016 01:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6089B2240D6; Wed, 4 May 2016 01:02:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E0C721C0B5 for ; Wed, 4 May 2016 01:02:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62558340C33 for ; Wed, 4 May 2016 01:02:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 439F7342 for ; Wed, 4 May 2016 01:02:17 +0000 (UTC) From: "Austin English" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Austin English" Message-ID: <1462321608.2ade46cf614489de5c4dc1b51fea5f5099f0f952.wizardedit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild X-VCS-Directories: net-misc/netkit-timed/ X-VCS-Committer: wizardedit X-VCS-Committer-Name: Austin English X-VCS-Revision: 2ade46cf614489de5c4dc1b51fea5f5099f0f952 X-VCS-Branch: master Date: Wed, 4 May 2016 01:02:17 +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-Archives-Salt: 8870d3d3-ea33-4e79-b873-f784557ae4ef X-Archives-Hash: a899de2549b881707b511c24bf352f67 commit: 2ade46cf614489de5c4dc1b51fea5f5099f0f952 Author: Austin English gentoo org> AuthorDate: Wed May 4 00:26:48 2016 +0000 Commit: Austin English gentoo org> CommitDate: Wed May 4 00:26:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ade46cf net-misc/netkit-timed: remove old version Package-Manager: portage-2.2.26 net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild | 42 ----------------------- 1 file changed, 42 deletions(-) diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild deleted file mode 100644 index a745dd2..0000000 --- a/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit eutils flag-o-matic toolchain-funcs - -IUSE="" -DESCRIPTION="Netkit - timed" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz" -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" -LICENSE="BSD GPL-2" -SLOT="0" - -DEPEND="" -RDEPEND="" - -src_prepare() { - epatch "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch - epatch "${FILESDIR}"/0.17-timed-opt-parsing.patch - sed -i configure \ - -e '/^LDFLAGS=/d' \ - || die "sed configure" -} - -src_configure() { - # Note this is not an autoconf configure script. econf fails - append-flags -DCLK_TCK=CLOCKS_PER_SEC - ./configure --prefix=/usr --with-c-compiler=$(tc-getCC) || die "bad configure" -} - -src_install() { - dosbin timed/timed/timed || die - doman timed/timed/timed.8 || die - dosbin timed/timedc/timedc || die - doman timed/timedc/timedc.8 || die - dodoc README ChangeLog BUGS || die - - newinitd "${FILESDIR}"/timed.rc6 timed || die -}