* [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcdrop/
@ 2020-07-08 14:46 Sergey Popov
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2020-07-08 14:46 UTC (permalink / raw
To: gentoo-commits
commit: 31b0ec1ff5de7dddb1c2291e64290c2a82c9b2ab
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 8 14:45:28 2020 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Jul 8 14:46:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b0ec1f
net-misc/dhcdrop: revision bump
Bump EAPI to 7
Fix building with clang
Closes: https://bugs.gentoo.org/731694
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
net-misc/dhcdrop/dhcdrop-0.5-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/net-misc/dhcdrop/dhcdrop-0.5-r1.ebuild b/net-misc/dhcdrop/dhcdrop-0.5-r1.ebuild
new file mode 100644
index 00000000000..5757f718f4d
--- /dev/null
+++ b/net-misc/dhcdrop/dhcdrop-0.5-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Effectively suppresses illegal DHCP servers on the LAN"
+HOMEPAGE="http://www.netpatch.ru/dhcdrop.html"
+SRC_URI="http://www.netpatch.ru/projects/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~x86"
+
+IUSE="static"
+
+RDEPEND="!static? ( net-libs/libpcap )"
+DEPEND="static? ( net-libs/libpcap[static-libs] )
+ ${RDEPEND}"
+
+DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
+
+src_prepare() {
+ # Fix building with clang, bug #731694
+ sed -i \
+ -e '/^PACKAGE_/s/"//g' \
+ configure || die
+
+ eapply_user
+}
+
+src_configure() {
+ econf $(use static && echo "--enable-static-build")
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcdrop/
@ 2020-08-11 11:36 Sergey Popov
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2020-08-11 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 7489e7422236a0f0886495550d45d66b1d2db26c
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 11:36:15 2020 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 11:36:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7489e742
net-misc/dhcdrop: drop old version
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
net-misc/dhcdrop/dhcdrop-0.5.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/net-misc/dhcdrop/dhcdrop-0.5.ebuild b/net-misc/dhcdrop/dhcdrop-0.5.ebuild
deleted file mode 100644
index db32686b506..00000000000
--- a/net-misc/dhcdrop/dhcdrop-0.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="Effectively suppresses illegal DHCP servers on the LAN"
-HOMEPAGE="http://www.netpatch.ru/dhcdrop.html"
-SRC_URI="http://www.netpatch.ru/projects/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-
-IUSE="static"
-
-RDEPEND="!static? ( net-libs/libpcap )"
-DEPEND="static? ( net-libs/libpcap[static-libs] )
- ${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
-
-src_prepare() {
- epatch_user
-}
-
-src_configure() {
- econf $(use static && echo "--enable-static-build")
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcdrop/
@ 2022-08-23 7:06 Sergey Popov
0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov @ 2022-08-23 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 6596b2b6035b171f72d2c6c23c1b91e26b91d72f
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 23 07:06:01 2022 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Tue Aug 23 07:06:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6596b2b6
net-misc/dhcdrop: remove myself from maintainers
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
net-misc/dhcdrop/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-misc/dhcdrop/metadata.xml b/net-misc/dhcdrop/metadata.xml
index b1b27e6aea57..3a96a89524db 100644
--- a/net-misc/dhcdrop/metadata.xml
+++ b/net-misc/dhcdrop/metadata.xml
@@ -5,10 +5,6 @@
<email>spiderx@spiderx.dp.ua</email>
<name>Vladimir Pavljuchenkov</name>
</maintainer>
- <maintainer type="person">
- <email>pinkbyte@gentoo.org</email>
- <name>Sergey Popov</name>
- </maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-23 7:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-11 11:36 [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcdrop/ Sergey Popov
-- strict thread matches above, loose matches on Subject: below --
2022-08-23 7:06 Sergey Popov
2020-07-08 14:46 Sergey Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox