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 C362B138334 for ; Thu, 5 Dec 2019 21:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4093E092B; Thu, 5 Dec 2019 21:47:29 +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 D220CE0924 for ; Thu, 5 Dec 2019 21:47:29 +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 0D01934D81C for ; Thu, 5 Dec 2019 21:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BB968CD for ; Thu, 5 Dec 2019 21:47:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1575582365.b057cd507d49fc8c546d56aeea13abd797c3405d.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wol/wol-0.7.1-r1.ebuild X-VCS-Directories: net-misc/wol/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: b057cd507d49fc8c546d56aeea13abd797c3405d X-VCS-Branch: master Date: Thu, 5 Dec 2019 21:47:27 +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: f728058b-594a-432d-a595-6cd604fdfc33 X-Archives-Hash: 1703f9ee63a8ea38bf09709c183f8eef commit: b057cd507d49fc8c546d56aeea13abd797c3405d Author: Conrad Kostecki gentoo org> AuthorDate: Thu Dec 5 20:02:03 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Dec 5 21:46:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b057cd50 net-misc/wol: drop old version Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki gentoo.org> net-misc/wol/wol-0.7.1-r1.ebuild | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/net-misc/wol/wol-0.7.1-r1.ebuild b/net-misc/wol/wol-0.7.1-r1.ebuild deleted file mode 100644 index ddb2e8ea3fd..00000000000 --- a/net-misc/wol/wol-0.7.1-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Wake up hardware that is Magic Packet compliant" -HOMEPAGE="http://ahh.sourceforge.net/wol/" -SRC_URI="mirror://sourceforge/ahh/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc ~ppc64 x86" -IUSE="nls" - -src_configure() { - econf \ - $(use_enable nls) -}