public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/macchanger/
Date: Tue, 20 Feb 2024 05:06:09 +0000 (UTC)	[thread overview]
Message-ID: <1708405137.69bfc9dbf66cf5b21f0c1a9d0b5de9b24cda5d87.sam@gentoo> (raw)

commit:     69bfc9dbf66cf5b21f0c1a9d0b5de9b24cda5d87
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 20 04:58:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 20 04:58:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bfc9db

net-analyzer/macchanger: drop USE=split-usr

Fixed netifrc has been stable for a while.

Bug: https://bugs.gentoo.org/889922
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../macchanger/macchanger-1.7.0_p5_p4-r3.ebuild    | 42 ++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r3.ebuild b/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r3.ebuild
new file mode 100644
index 000000000000..3797d8ce8d40
--- /dev/null
+++ b/net-analyzer/macchanger/macchanger-1.7.0_p5_p4-r3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Utility for viewing/manipulating the MAC address of network interfaces"
+OUI_DATE="20091029" # Generated with tools/IEEE_OUI.py in the source
+OUI_FILE="OUI.list-${OUI_DATE}"
+HOMEPAGE="https://github.com/alobbs/macchanger"
+SRC_URI="
+	https://github.com/alobbs/macchanger/releases/download/${PV/_p*}/${P/_p*}.tar.gz
+	mirror://debian/pool/main/m/${PN}/${PN}_${PV/_p*}-$(ver_cut 5).$(ver_cut 7).debian.tar.xz
+"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+SLOT="0"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.7.0-fix-caddr_t.patch
+	"${WORKDIR}"/debian/patches/02-fix_usage_message.patch
+	"${WORKDIR}"/debian/patches/06-update_OUI_list.patch
+	"${WORKDIR}"/debian/patches/08-fix_random_MAC_choice.patch
+	"${WORKDIR}"/debian/patches/check-random-device-read-errors.patch
+	"${WORKDIR}"/debian/patches/verify-changed-MAC.patch
+
+)
+S=${WORKDIR}/${P/_p*}
+
+src_configure() {
+	# Shared data is installed below /lib, see Bug #57046
+	econf \
+		--bindir="${EPREFIX}/sbin" \
+		--datadir="${EPREFIX}/lib"
+}
+
+src_install() {
+	default
+
+	newdoc "${WORKDIR}"/debian/changelog debian.changelog
+
+	dosym ../../lib/macchanger /usr/share/macchanger
+}


             reply	other threads:[~2024-02-20  5:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-20  5:06 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:07 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/macchanger/ WANG Xuerui
2024-04-29  7:51 Jakov Smolić
2024-04-29  7:51 Jakov Smolić
2023-01-06  8:00 Sam James
2023-01-04  5:50 Sam James
2022-06-07  9:38 Jakov Smolić
2022-06-07  8:38 Jakov Smolić
2022-05-28 10:34 Yixun Lan
2020-12-14 15:34 Aaron Bauman
2020-12-13  7:42 Sam James
2020-11-27  8:41 Agostino Sarubbo
2020-11-27  8:39 Agostino Sarubbo
2020-11-27  8:07 Agostino Sarubbo
2020-11-27  0:07 Thomas Deutschmann
2020-08-19 19:27 Sam James
2019-12-03 10:08 Jeroen Roovers

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=1708405137.69bfc9dbf66cf5b21f0c1a9d0b5de9b24cda5d87.sam@gentoo \
    --to=sam@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