public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/netplug/
Date: Wed, 31 Aug 2022 07:18:15 +0000 (UTC)	[thread overview]
Message-ID: <1661929821.924de02a6cb3651036cf7749dc4eeab87b3dc623.asturm@gentoo> (raw)

commit:     924de02a6cb3651036cf7749dc4eeab87b3dc623
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 07:10:21 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 07:10:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924de02a

sys-apps/netplug: drop 1.2.9.2-r2

Closes: https://bugs.gentoo.org/867556
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-apps/netplug/netplug-1.2.9.2-r2.ebuild | 70 ------------------------------
 1 file changed, 70 deletions(-)

diff --git a/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild b/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild
deleted file mode 100644
index a3713b1e7b79..000000000000
--- a/sys-apps/netplug/netplug-1.2.9.2-r2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Brings up/down ethernet ports automatically with cable detection"
-HOMEPAGE="https://www.red-bean.com/~bos/"
-SRC_URI="https://www.red-bean.com/~bos/netplug/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
-IUSE="debug doc"
-
-DEPEND="doc? ( app-text/ghostscript-gpl
-		media-gfx/graphviz )"
-RDEPEND=""
-
-PATCHES=(
-	# Remove nested functions, #116140
-	"${FILESDIR}/${PN}-1.2.9-remove-nest.patch"
-
-	# Ignore wireless events
-	"${FILESDIR}/${PN}-1.2.9-ignore-wireless.patch"
-
-	# Fix DOWNANDOUT problem #599400
-	"${FILESDIR}/${P}-downandout.patch"
-)
-
-src_prepare() {
-	# Remove debug flags from CFLAGS
-	if ! use debug; then
-		sed -i -e "s/ -ggdb3//" Makefile || die
-	fi
-
-	# Remove -O3 and -Werror from CFLAGS
-	sed -i -e "s/ -O3//" -e "s/ -Werror//" Makefile || die
-
-	default
-}
-
-src_compile() {
-	tc-export CC
-	emake CC="${CC}"
-
-	if use doc; then
-		emake -C docs/
-	fi
-}
-
-src_install() {
-	into /
-	dosbin netplugd
-	doman man/man8/netplugd.8
-
-	dodir /etc/netplug.d
-	exeinto /etc/netplug.d
-	newexe "${FILESDIR}/netplug-2" netplug
-
-	dodir /etc/netplug
-	echo "eth*" > "${D}"/etc/netplug/netplugd.conf || die
-
-	dodoc ChangeLog NEWS README TODO
-
-	if use doc; then
-		dodoc docs/state-machine.ps
-	fi
-}


             reply	other threads:[~2022-08-31  7:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-31  7:18 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-22 17:22 [gentoo-commits] repo/gentoo:master commit in: sys-apps/netplug/ Arthur Zamarin
2022-08-31  6:32 Jakov Smolić
2022-08-31  6:19 Jakov Smolić
2022-08-31  2:49 Sam James
2022-08-30 22:52 Sam James
2022-08-30 22:51 Sam James
2022-08-30 22:51 Sam James
2022-05-26  5:06 WANG Xuerui
2022-04-21 19:35 Jakov Smolić
2021-07-27  3:21 Sam James
2021-04-16 10:25 David Seifert
2019-04-20 23:07 Lars Wendler
2018-03-25 21:06 Lars Wendler
2017-02-25 10:03 Agostino Sarubbo
2017-02-18  5:46 Markus Meier
2017-01-02 15:15 Agostino Sarubbo

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=1661929821.924de02a6cb3651036cf7749dc4eeab87b3dc623.asturm@gentoo \
    --to=asturm@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