public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wavemon/
Date: Thu, 11 Jan 2024 14:06:10 +0000 (UTC)	[thread overview]
Message-ID: <1704981946.7e35b4931dd9ff50ffbfdb8b5f5a062b3cd70fef.juippis@gentoo> (raw)

commit:     7e35b4931dd9ff50ffbfdb8b5f5a062b3cd70fef
Author:     Alarig Le Lay <alarig <AT> swordarmor <DOT> fr>
AuthorDate: Fri Nov 10 09:24:53 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 14:05:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e35b493

net-wireless/wavemon: add 0.9.5

Signed-off-by: Alarig Le Lay <alarig <AT> swordarmor.fr>
Closes: https://github.com/gentoo/gentoo/pull/33753
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-wireless/wavemon/Manifest             |  1 +
 net-wireless/wavemon/wavemon-0.9.5.ebuild | 59 +++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/net-wireless/wavemon/Manifest b/net-wireless/wavemon/Manifest
index 7134aee68ac8..245aa94e849b 100644
--- a/net-wireless/wavemon/Manifest
+++ b/net-wireless/wavemon/Manifest
@@ -1,2 +1,3 @@
 DIST wavemon-0.9.3.tar.gz 220372 BLAKE2B 383e5462e6f3abf86b3604499764060927321018f9dfaef9b742d933e832e568249e41f348788184e125324f81672f2f2b2ff9ca970c215f95a80ec140e0ca11 SHA512 0e4f6db1dfd1915a3c0e1c9708eea501d7180e80df891d0c5a59bb72d48777731c67a256d2d7d6c748ade8e1a3efad9004f5e13971e0b4e16eefdd4f8c6fe1c1
 DIST wavemon-0.9.4.tar.gz 221133 BLAKE2B e07feb16dba86b1a91dc9b7d7df51da1b4498d8ea1a6ca36f6ae1e30e0e0bb09971330a470cde3425e7ae785bbd2819460ac2f1ddc2bc8da3aae29de3356bdbb SHA512 5121c6216d6697cc20ef55b2e365098e327a4966758af27a5a58cc13fe84d6e0828336031d9dcfe141210821f72fc3eaefc41fa3ab8a2e572a3b92c168c1ceb1
+DIST wavemon-0.9.5.tar.gz 225492 BLAKE2B 492ac0f16da1400b4e9e06af43b1ec8b96303bd33a62f355820975db61efc3b0603e1e3f97be05a69597b9546aeb95e3a2655cb0c45c90aa9f2bd765a06b8884 SHA512 c8abd0d0a2971b937eb2ea51470ec30c9a0e656161a7884cae257a226ef39e0daa8399ef349bbcb370b91a28b6ad0f42acb831524e1f7f5ce43ec244adcb7767

diff --git a/net-wireless/wavemon/wavemon-0.9.5.ebuild b/net-wireless/wavemon/wavemon-0.9.5.ebuild
new file mode 100644
index 000000000000..3c940d85a547
--- /dev/null
+++ b/net-wireless/wavemon/wavemon-0.9.5.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools linux-info
+
+DESCRIPTION="Ncurses based monitor for IEEE 802.11 wireless LAN cards"
+HOMEPAGE="https://github.com/uoaerg/wavemon/"
+SRC_URI="https://github.com/uoaerg/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
+
+IUSE="caps"
+RDEPEND="
+	dev-libs/libnl:3[utils]
+	sys-libs/ncurses:0=
+	caps? ( sys-libs/libcap )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+DOCS=( README.md )
+
+pkg_pretend() {
+	local CONFIG_CHECK="~CFG80211"
+	check_extra_config
+}
+
+src_prepare() {
+	default
+
+	# Do not install docs to /usr/share
+	sed -i -e '/^install:/s/install-docs//' Makefile.in || die \
+		'sed on Makefile.in failed'
+
+	# automagic on libcap, discovered in bug #448406
+	use caps || export ac_cv_lib_cap_cap_get_flag=false
+
+	eautoreconf
+}
+
+src_configure () {
+	CFLAGS="${CFLAGS}" econf
+}
+
+src_compile() {
+	unset CFLAGS
+	default
+}
+
+src_install() {
+	default
+
+	# Install man files manually(bug #397807)
+	doman wavemon.1
+	doman wavemonrc.5
+}


             reply	other threads:[~2024-01-11 14:06 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-11 14:06 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-03  7:56 [gentoo-commits] repo/gentoo:master commit in: net-wireless/wavemon/ Joonas Niilola
2024-12-03  7:56 Joonas Niilola
2024-12-02 14:57 Sam James
2024-12-02 14:50 Sam James
2024-12-02 14:50 Sam James
2024-08-04  7:03 Joonas Niilola
2024-08-04  7:03 Joonas Niilola
2024-08-04  7:03 Joonas Niilola
2021-06-03  7:01 Joonas Niilola
2021-03-20  8:25 Joonas Niilola
2021-03-03 18:59 Sam James
2021-03-02  1:41 Sam James
2021-03-02  1:40 Sam James
2021-03-01 23:42 Sam James
2021-03-01 19:14 Sam James
2020-12-10  7:31 Joonas Niilola
2020-12-02 21:52 Aaron Bauman
2020-12-02 21:32 Sam James
2020-12-02  8:14 Sergey Popov
2020-12-02  3:06 Thomas Deutschmann
2020-12-01 12:54 Sam James
2020-11-30 22:31 Sergei Trofimovich
2020-11-29 17:17 Sergei Trofimovich
2020-11-29 17:08 Sergei Trofimovich
2017-07-26 13:21 Ulrich Müller

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=1704981946.7e35b4931dd9ff50ffbfdb8b5f5a062b3cd70fef.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