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-firewall/ferm/
Date: Fri, 12 Feb 2021 17:02:45 +0000 (UTC)	[thread overview]
Message-ID: <1613149262.da33020001df22288f69af721fe208ab0f9e2454.sam@gentoo> (raw)

commit:     da33020001df22288f69af721fe208ab0f9e2454
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Feb 12 15:57:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 17:01:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da330200

net-firewall/ferm: drop old

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19431
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-firewall/ferm/Manifest          |  2 --
 net-firewall/ferm/ferm-2.4.1.ebuild | 36 ------------------------------------
 net-firewall/ferm/ferm-2.5.ebuild   | 37 -------------------------------------
 3 files changed, 75 deletions(-)

diff --git a/net-firewall/ferm/Manifest b/net-firewall/ferm/Manifest
index 665bd18ca0e..5911cbd03b2 100644
--- a/net-firewall/ferm/Manifest
+++ b/net-firewall/ferm/Manifest
@@ -1,4 +1,2 @@
-DIST ferm-2.4.1.tar.xz 71324 BLAKE2B 290cd2f6fbb1ca1c1f060f998d84eaed2ba2a6ec8f736375a460a3ae81c6f5e67c174774065a09fbe155347f6dc1b7977321d65ac753f4c28f8a47cda8409dd8 SHA512 beea4b8dd04e00662ef380442f8249c2d2dadf6d35b90e415038df807c8d08295d2575efbf3265f48f5e92afa174135a9c662f74d52545dd3e1c55a1436aa5bb
 DIST ferm-2.5.1.tar.xz 74860 BLAKE2B 8ad76918f45516dcbee18922600690f9d1c418ee62b0edc3eef43c09138fbf3c2d820cb692d855deb779adc183122591e88929f130b25fc658f4e1fae9393430 SHA512 bc7228fbf452722fef54519fec97d3548bc73ec5350aa1f7dd68aa2ac35c233f6fae6aeee6bf687c478cc58f20afab3ce25dd237cd68ebe2eb9b23c77d29e4ab
-DIST ferm-2.5.tar.xz 74052 BLAKE2B daaf7ca8d132fe03b61fdc36aeb4ebe21076928fddf08b7e5be78df80a5759b1947a1c0ee1eff2e92c739b3af64978883bcbb21c4ad0cca9c8556bf9ea2ed6ca SHA512 f456141c939aaac390b27893d88eb5d532139cbe7bc33dd794f6b09b31ff218990c6ba76f2817c531cefeb948d6ee51e4b7ee092492cd9e5e711f794e4005399
 DIST ferm-2.6.tar.xz 76748 BLAKE2B 17c15e9d95c4562d1635715c599ab07fc98d8e9ebfcc332a42953fe279298799f26f7b3679f97e5dc9a82b745f70f54756fe2a9ed5763e91db15f7c0255c179e SHA512 af2bb852630304a86629c2ce3af8f557d17f59c704589ea130d8578f300a606e4fedbd39c88f89646df974947fc27982e3ea21de1187257afc74a6056fdf666c

diff --git a/net-firewall/ferm/ferm-2.4.1.ebuild b/net-firewall/ferm/ferm-2.4.1.ebuild
deleted file mode 100644
index 0acff45ec71..00000000000
--- a/net-firewall/ferm/ferm-2.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit systemd versionator
-
-MY_PV=$(get_version_component_range 1-2)
-
-DESCRIPTION="Command line util for managing firewall rules"
-HOMEPAGE="http://ferm.foo-projects.org/"
-SRC_URI="http://ferm.foo-projects.org/download/${MY_PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-# does not install any perl libs
-RDEPEND="dev-lang/perl:*
-	net-firewall/iptables
-	virtual/perl-File-Spec"
-
-DOCS=( AUTHORS NEWS README.rst TODO doc/ferm.txt examples/ )
-HTML_DOCS=( doc/ferm.html )
-
-src_install() {
-	dosbin src/{,import-}ferm
-	systemd_dounit ferm.service
-
-	einstalldocs
-	doman doc/*.1
-}
-
-pkg_postinst() {
-	elog "See ${EROOT}usr/share/doc/${PF}/examples for sample configs"
-}

diff --git a/net-firewall/ferm/ferm-2.5.ebuild b/net-firewall/ferm/ferm-2.5.ebuild
deleted file mode 100644
index 532055e4fd1..00000000000
--- a/net-firewall/ferm/ferm-2.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Command line util for managing firewall rules"
-HOMEPAGE="http://ferm.foo-projects.org/"
-SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-# Uses Internet connection while testing.
-RESTRICT="test"
-
-# does not install any perl libs
-RDEPEND="dev-lang/perl:*
-	net-firewall/iptables
-	virtual/perl-File-Spec"
-
-DOCS=( AUTHORS NEWS README.rst TODO doc/ferm.txt examples/ )
-HTML_DOCS=( doc/ferm.html )
-
-src_install() {
-	dosbin src/{,import-}ferm
-	systemd_dounit ferm.service
-
-	einstalldocs
-	doman doc/*.1
-}
-
-pkg_postinst() {
-	elog "See ${EROOT}/usr/share/doc/${PF}/examples for sample configs"
-}


             reply	other threads:[~2021-02-12 17:02 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12 17:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-27  7:48 [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/ Joonas Niilola
2022-10-27  7:40 Agostino Sarubbo
2022-10-25 10:44 Sam James
2022-07-15  1:26 Sam James
2022-07-15  1:26 Sam James
2021-10-30 17:24 Agostino Sarubbo
2021-10-29 18:54 Sam James
2021-10-29 18:53 Sam James
2021-02-12 17:02 Sam James
2020-09-05  2:40 Sam James
2020-09-03 14:29 Thomas Deutschmann
2020-02-25 14:51 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2018-05-08 22:05 Sergei Trofimovich
2018-02-21  3:01 Thomas Deutschmann
2017-09-14 22:14 Patrice Clement
2017-09-14 22:14 Patrice Clement
2017-05-18 17:53 Michael Weber
2017-05-10 15:44 Agostino Sarubbo
2017-05-10 15:20 Agostino Sarubbo
2017-04-19  6:58 Michael Weber
2017-04-13  8:56 Patrice Clement
2017-04-07 16:05 Agostino Sarubbo
2017-01-29 16:58 Michael Palimaka
2017-01-29 16:58 Michael Palimaka
2016-12-28 19:48 Michael Palimaka
2016-12-21  9:57 Tobias Klausmann
2016-06-14 11:34 Amy Winston
2016-06-14  6:12 Göktürk Yüksek

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=1613149262.da33020001df22288f69af721fe208ab0f9e2454.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