From fc637fb28da700da71ec2064d65ca5a7a31b9c6c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Aug 2019 18:16:17 +0100 Subject: gentoo resync : 18.08.2019 --- net-misc/wol/Manifest | 3 ++- net-misc/wol/metadata.xml | 27 ++++++++++++++++++--------- net-misc/wol/wol-0.7.1-r2.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 42 insertions(+), 10 deletions(-) create mode 100644 net-misc/wol/wol-0.7.1-r2.ebuild (limited to 'net-misc/wol') diff --git a/net-misc/wol/Manifest b/net-misc/wol/Manifest index f8d85c7dbc89..18477ab1aa24 100644 --- a/net-misc/wol/Manifest +++ b/net-misc/wol/Manifest @@ -1,3 +1,4 @@ DIST wol-0.7.1.tar.gz 445648 BLAKE2B 80e34ee5a588f7caec92c17d3455abec8227789c30dcde46ecbb75d2f5d7f2a852f6a8c11dea54c036e63db73e28f6d2aaa32bbf7b5708f23c9005f163a17f5f SHA512 233cbd038633c4b04a22710c04a8349d7706c6b4ff0554b6899ee3309349502a318f6fb05a4ad4c80cd373c362b2ad8818cb52a432d768f569e80f05658615a3 EBUILD wol-0.7.1-r1.ebuild 401 BLAKE2B 6ff91aaa835637c8d15ca4dece6ce25b3572720a60bac41551a106c95091b212be200c693269c94762952ec9dcf6097a6a58121b6d45f6af27ce5b78316bbdf8 SHA512 cb1396eb681e2bd3b09ea4b3c5327995c12e58f608e8685de7507a393feba86011ab31b2564e8a660c60834691720e54d7293810a4b14703a8cfbab57e18e78c -MISC metadata.xml 561 BLAKE2B 344241901a3c2bcf8e8ade94b85a82c7583c8d9cc6c29b4ebf98b65bea8b0bc8f31e9c52bd57d2a7333dd2822919072cd2c7321c5fcef15e148a3f3d2439eb48 SHA512 8aa78cfbac54569a85944717b43010ce99e69bc9e7af00132bae751d821a5239ca6a09f5640e38dc142c3758edfc6a58a9ba758a5f67cdb8d4a853a36ae5b163 +EBUILD wol-0.7.1-r2.ebuild 484 BLAKE2B 9adcd4458a21f78c7a97180cbca000bcefb96f1ade4b50fdddaf1b01d745aa576d76429c142e463ed5b9bb0731877dfcb03031f938cd89d8fd4024fbbca1e5b1 SHA512 0bd4f65e476f23f3f4c0e4733e99ec1f4ff7cf3ef30a099ca65682d087f7b5e7ce02de3191f12afe184e8430fe7dc2fda8b01d6b4daacc8649f697f1970f3550 +MISC metadata.xml 735 BLAKE2B 6c3b6199ccb776a5ad5b817d70e72da0416207f98fd3b7bcf082f98088e592535da06571fe4f77c82d40b456e55271f3084ccff2f64e4c5cd610c31cd24c44e8 SHA512 0cff2c4127942f5dc455beeb78c63a271451a7ae38e03e53dace85c64353fc9214e803f67d39996289096b19e60ec2ae5ff3a4be61dd7a2570d9c9864182fcb7 diff --git a/net-misc/wol/metadata.xml b/net-misc/wol/metadata.xml index 86ddb1d0fd53..b00b64532dec 100644 --- a/net-misc/wol/metadata.xml +++ b/net-misc/wol/metadata.xml @@ -1,13 +1,22 @@ - - -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 ;-). - - - ahh - + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + 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. + + + ahh + 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 000000000000..7879c04f3c20 --- /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[@]} +} -- cgit v1.2.3