From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/wol/
Date: Fri, 9 Aug 2019 14:26:52 +0000 (UTC) [thread overview]
Message-ID: <1565360793.9a1ff45cf3cfd682fd6aa6ae72a83bb7cae37b60.juippis@gentoo> (raw)
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[@]}
+}
next reply other threads:[~2019-08-09 14:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-09 14:26 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-09-26 6:49 [gentoo-commits] repo/gentoo:master commit in: net-misc/wol/ Sergei Trofimovich
2019-10-02 18:53 Agostino Sarubbo
2019-11-03 13:37 Mikle Kolyada
2019-12-05 21:47 Conrad Kostecki
2019-12-15 14:15 Agostino Sarubbo
2020-08-19 23:15 Conrad Kostecki
2020-10-11 20:17 Conrad Kostecki
2021-07-02 5:37 Sergei Trofimovich
2021-07-02 14:41 Sergei Trofimovich
2021-07-03 10:03 Sergei Trofimovich
2021-07-08 3:53 Sam James
2022-10-25 12:50 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1565360793.9a1ff45cf3cfd682fd6aa6ae72a83bb7cae37b60.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox