From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1104756-garchives=archives.gentoo.org@lists.gentoo.org> 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 40A3A138334 for <garchives@archives.gentoo.org>; Fri, 9 Aug 2019 14:27:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CD30E0729; Fri, 9 Aug 2019 14:27:03 +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 DAF7EE0729 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2019 14:27:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 86D33349789 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2019 14:26:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58D6C744 for <gentoo-commits@lists.gentoo.org>; Fri, 9 Aug 2019 14:26:52 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1565360793.9a1ff45cf3cfd682fd6aa6ae72a83bb7cae37b60.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wol/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/wol/metadata.xml net-misc/wol/wol-0.7.1-r2.ebuild X-VCS-Directories: net-misc/wol/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9a1ff45cf3cfd682fd6aa6ae72a83bb7cae37b60 X-VCS-Branch: master Date: Fri, 9 Aug 2019 14:26:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3bb3caf8-7a8a-4f71-ad08-86e84bf6dfd1 X-Archives-Hash: fd21c8e79634127d3a74b9fe16ba500d commit: 9a1ff45cf3cfd682fd6aa6ae72a83bb7cae37b60 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com> AuthorDate: Thu Aug 8 20:16:32 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 14:26:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1ff45c net-misc/wol: bump to EAPI=7 Also corrected license and added myself as maintainer. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/12646 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-misc/wol/metadata.xml | 27 ++++++++++++++++++--------- net-misc/wol/wol-0.7.1-r2.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 9 deletions(-) diff --git a/net-misc/wol/metadata.xml b/net-misc/wol/metadata.xml index 86ddb1d0fd5..b00b64532de 100644 --- a/net-misc/wol/metadata.xml +++ b/net-misc/wol/metadata.xml @@ -1,13 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <longdescription> -wol implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant. -Consider you have a sleeping or turned-off computer and you want to remotely wake him up. Just type -"wol MAC-ADDRESS" and the host wakes up (OK, it will boot ;-). -</longdescription> - <upstream> - <remote-id type="sourceforge">ahh</remote-id> - </upstream> + <maintainer type="person"> + <email>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + This is wol, the Wake On Lan client. + It wakes up magic packet compliant machines such as boxes + with wake-on-lan ethernet-cards. + Some workstations provide SecureON which extends + wake-on-lan with a password. This feature is also provided by wol. + </longdescription> + <upstream> + <remote-id type="sourceforge">ahh</remote-id> + </upstream> </pkgmetadata> diff --git a/net-misc/wol/wol-0.7.1-r2.ebuild b/net-misc/wol/wol-0.7.1-r2.ebuild new file mode 100644 index 00000000000..7879c04f3c2 --- /dev/null +++ b/net-misc/wol/wol-0.7.1-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Implements Wake On LAN (Magic Paket) functionality in a small program" +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 ~x86-fbsd" +IUSE="nls" + +src_configure() { + local myeconfargs=( + --disable-rpath + $(use_enable nls) + ) + + econf ${myeconfargs[@]} +}