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: net-misc/knock/
Date: Sun, 21 Jun 2020 18:49:42 +0000 (UTC)	[thread overview]
Message-ID: <1592765260.15c5ce385b135d4dfb5b1883510450f2df9fcbe8.asturm@gentoo> (raw)

commit:     15c5ce385b135d4dfb5b1883510450f2df9fcbe8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 18:47:40 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 18:47:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c5ce38

net-misc/knock: Drop 0.7 (r0)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/knock/knock-0.7.ebuild | 46 -----------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/net-misc/knock/knock-0.7.ebuild b/net-misc/knock/knock-0.7.ebuild
deleted file mode 100644
index 2b61ae365f3..00000000000
--- a/net-misc/knock/knock-0.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A simple port-knocking daemon"
-HOMEPAGE="http://www.zeroflux.org/projects/knock"
-SRC_URI="http://www.zeroflux.org/proj/knock/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="+server"
-
-DEPEND="server? ( net-libs/libpcap )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	sed -e "/^AM_CFLAGS/s: -g : :" \
-		-e "/dist_doc_DATA/s:COPYING::" \
-		-i Makefile.in || die
-	sed -e "s:/usr/sbin/iptables:/sbin/iptables:g" \
-		-i knockd.conf || die
-}
-
-src_configure() {
-	econf $(use_enable server knockd)
-}
-
-src_install() {
-	emake DESTDIR="${D}" docdir="${EROOT}/usr/share/doc/${PF}" install
-
-	if use server ; then
-		newinitd "${FILESDIR}"/knockd.initd.2 knock
-		newconfd "${FILESDIR}"/knockd.confd.2 knock
-	fi
-}
-
-pkg_postinst() {
-	if use server && ! has_version net-firewall/iptables ; then
-		einfo
-		elog "You're really encouraged to install net-firewall/iptables to"
-		elog "actually modify your firewall and use the example configuration."
-		einfo
-	fi
-}


             reply	other threads:[~2020-06-21 18:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-21 18:49 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-30 15:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/knock/ Agostino Sarubbo
2021-07-29  7:08 Agostino Sarubbo
2021-07-29  6:45 Agostino Sarubbo
2021-07-29  6:40 Agostino Sarubbo
2021-04-25  6:19 Sam James
2021-03-10  1:24 Sam James
2021-03-10  1:24 Sam James
2020-06-21 18:49 Andreas Sturmlechner
2020-06-21 18:49 Andreas Sturmlechner
2017-12-22  9:25 Michael Weber
2017-12-22  9:25 Michael Weber
2017-11-26 23:23 David Seifert

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=1592765260.15c5ce385b135d4dfb5b1883510450f2df9fcbe8.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