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 02394138334 for ; Fri, 4 Oct 2019 18:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6B5E0825; Fri, 4 Oct 2019 18:53:43 +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 3456EE0825 for ; Fri, 4 Oct 2019 18:53:43 +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 29A3A34B912 for ; Fri, 4 Oct 2019 18:53:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9287744 for ; Fri, 4 Oct 2019 18:53:40 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1570215131.40e3a527a226d16ed33e8e91cf2dcef048a33c69.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wakeonlan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild X-VCS-Directories: net-misc/wakeonlan/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 40e3a527a226d16ed33e8e91cf2dcef048a33c69 X-VCS-Branch: master Date: Fri, 4 Oct 2019 18:53:40 +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: db0269a0-6ec2-4ac0-8895-b59f901b9fe2 X-Archives-Hash: f9d16c890d232d0eadf521c5e4b67685 commit: 40e3a527a226d16ed33e8e91cf2dcef048a33c69 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Oct 4 18:52:11 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Oct 4 18:52:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40e3a527 net-misc/wakeonlan: move from perl-app to perl-module.eclass Package-Manager: Portage-2.3.70, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel gentoo.org> net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild b/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild index decf955126a..55e719231a6 100644 --- a/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild +++ b/net-misc/wakeonlan/wakeonlan-0.41-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 - -inherit eutils perl-app +GENTOO_DEPEND_ON_PERL_SUBSLOT=no +inherit eutils perl-module DESCRIPTION="Client for Wake-On-LAN" HOMEPAGE="http://gsd.di.uminho.pt/jpo/software/wakeonlan/" @@ -18,6 +18,7 @@ DEPEND="virtual/perl-ExtUtils-MakeMaker" src_prepare() { epatch "${FILESDIR}"/"${P}"-ethers-lookup.patch + perl-module_src_prepare } src_install() {