public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/
Date: Sun, 29 Jan 2017 16:58:25 +0000 (UTC)	[thread overview]
Message-ID: <1485709095.f334831c1dbbc752107fbe132f9ce398412e53e3.kensington@gentoo> (raw)

commit:     f334831c1dbbc752107fbe132f9ce398412e53e3
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 05:26:55 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 16:58:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f334831c

net-firewall/ferm: bump to 2.3.1

 net-firewall/ferm/Manifest          |  1 +
 net-firewall/ferm/ferm-2.3.1.ebuild | 40 +++++++++++++++++++++++++++++++++++++
 net-firewall/ferm/metadata.xml      |  3 +--
 3 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/net-firewall/ferm/Manifest b/net-firewall/ferm/Manifest
index b0638c1..dd42c79 100644
--- a/net-firewall/ferm/Manifest
+++ b/net-firewall/ferm/Manifest
@@ -1,2 +1,3 @@
 DIST ferm-2.2.tar.gz 118828 SHA256 6d5447a2560495f34da78b4189b5d04d5cc1fca6733496de94ba900aec8b7a63 SHA512 af703c8a77f41c08b59c88cad523427dd5ab2a9209b51c2396d4eb7d5922e1821beeded9b4d0cdc33d7c757cdbf4c825332c7493522f548bfd9294f3657b807b WHIRLPOOL 3f86002b4b7a1ec2f9986ec74579a5ad300dd01601e66c6b5ccaee04eb0befe9955e8df8372bded2a7d03d80a9ce8cb2493f2d9e7a51d4a57483dba80a986ddb
+DIST ferm-2.3.1.tar.gz 126720 SHA256 8a5444e2844023798e5c681516253c1d3c948ad8aa3b93bd3ce8902945b38de9 SHA512 3d1901dac691334f6f30ca175f2ad1909146479c7dcc43bc8e8ee8fc361eb3d0c4fd6d18546613ac226da7e4e7e891428e4dda37b48f66b0884fdb97cd84e267 WHIRLPOOL 2402d570ab5502dc78c88872773810cfc77699764bef8a2496a627f4e0f2fdea2250a24df8f35e8e6a2415a151d8571854157d45e60965b0c19eb1a5631deaf3
 DIST ferm-2.3.tar.gz 125706 SHA256 9de83d3e5f6e459f27140ae50610ed9419ac4f7b90d8d51e54c1172ea11ba64b SHA512 0df172fcae0d862df1d2840c401ebf5a20a609f447301c398c0d5f9992d07af23b09530f4214d3debd231f35b1d7c76324f57d134225cf884008daec1c3c76f8 WHIRLPOOL 327b870c191cb25839bd2a08cf5ab1e9d2b87ccffdd81cc4f004c68492fb2914d712332553fbd5b1d189e9beedf64b6f4622073a76e931da9f20f9cf418f77fe

diff --git a/net-firewall/ferm/ferm-2.3.1.ebuild b/net-firewall/ferm/ferm-2.3.1.ebuild
new file mode 100644
index 00000000..002f233
--- /dev/null
+++ b/net-firewall/ferm/ferm-2.3.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+# does not install any perl libs
+RDEPEND="dev-lang/perl:*
+	net-firewall/iptables
+	virtual/perl-File-Spec"
+
+DOCS=( AUTHORS NEWS README TODO doc/ferm.txt examples/ )
+HTML_DOCS=( doc/ferm.html )
+
+src_compile() { :; }
+
+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/metadata.xml b/net-firewall/ferm/metadata.xml
index 6833312..7d002d1 100644
--- a/net-firewall/ferm/metadata.xml
+++ b/net-firewall/ferm/metadata.xml
@@ -3,8 +3,7 @@
 <pkgmetadata>
 	<maintainer type="person">
 		<email>hydrapolic@gmail.com</email>
-		<name>Tomas Mozes</name>
-		<description>Proxy maintainer</description>
+		<name>Tomáš Mózes</name>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


             reply	other threads:[~2017-01-29 16:58 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-29 16:58 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-25  0:48 [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/ Sam James
2022-10-27  7:48 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
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
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=1485709095.f334831c1dbbc752107fbe132f9ce398412e53e3.kensington@gentoo \
    --to=kensington@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