From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/
Date: Tue, 14 Jun 2016 06:12:52 +0000 (UTC) [thread overview]
Message-ID: <1465883992.e26fb26bbcc9e26d9e75e55b13bef61b95d56828.gokturk@gentoo> (raw)
commit: e26fb26bbcc9e26d9e75e55b13bef61b95d56828
Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Jun 13 13:19:24 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 05:59:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26fb26b
net-firewall/ferm: version bump to 2.3
Closes: https://github.com/gentoo/gentoo/pull/1667
Package-Manager: portage-2.3.0_rc1
net-firewall/ferm/Manifest | 1 +
net-firewall/ferm/ferm-2.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/net-firewall/ferm/Manifest b/net-firewall/ferm/Manifest
index 5f8e916..b0638c1 100644
--- a/net-firewall/ferm/Manifest
+++ b/net-firewall/ferm/Manifest
@@ -1 +1,2 @@
DIST ferm-2.2.tar.gz 118828 SHA256 6d5447a2560495f34da78b4189b5d04d5cc1fca6733496de94ba900aec8b7a63 SHA512 af703c8a77f41c08b59c88cad523427dd5ab2a9209b51c2396d4eb7d5922e1821beeded9b4d0cdc33d7c757cdbf4c825332c7493522f548bfd9294f3657b807b WHIRLPOOL 3f86002b4b7a1ec2f9986ec74579a5ad300dd01601e66c6b5ccaee04eb0befe9955e8df8372bded2a7d03d80a9ce8cb2493f2d9e7a51d4a57483dba80a986ddb
+DIST ferm-2.3.tar.gz 125706 SHA256 9de83d3e5f6e459f27140ae50610ed9419ac4f7b90d8d51e54c1172ea11ba64b SHA512 0df172fcae0d862df1d2840c401ebf5a20a609f447301c398c0d5f9992d07af23b09530f4214d3debd231f35b1d7c76324f57d134225cf884008daec1c3c76f8 WHIRLPOOL 327b870c191cb25839bd2a08cf5ab1e9d2b87ccffdd81cc4f004c68492fb2914d712332553fbd5b1d189e9beedf64b6f4622073a76e931da9f20f9cf418f77fe
diff --git a/net-firewall/ferm/ferm-2.3.ebuild b/net-firewall/ferm/ferm-2.3.ebuild
new file mode 100644
index 0000000..de30150
--- /dev/null
+++ b/net-firewall/ferm/ferm-2.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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.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"
+}
next reply other threads:[~2016-06-14 6:13 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 6:12 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-06-14 11:34 [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/ Amy Winston
2016-12-21 9:57 Tobias Klausmann
2016-12-28 19:48 Michael Palimaka
2017-01-29 16:58 Michael Palimaka
2017-01-29 16:58 Michael Palimaka
2017-04-07 16:05 Agostino Sarubbo
2017-04-13 8:56 Patrice Clement
2017-04-19 6:58 Michael Weber
2017-05-10 15:20 Agostino Sarubbo
2017-05-10 15:44 Agostino Sarubbo
2017-05-18 17:53 Michael Weber
2017-09-14 22:14 Patrice Clement
2017-09-14 22:14 Patrice Clement
2018-02-21 3:01 Thomas Deutschmann
2018-05-08 22:05 Sergei Trofimovich
2019-12-02 15:19 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2019-12-02 15:19 Joonas Niilola
2020-02-25 14:51 Joonas Niilola
2020-09-03 14:29 Thomas Deutschmann
2020-09-05 2:40 Sam James
2021-02-12 17:02 Sam James
2021-02-12 17:02 Sam James
2021-10-29 18:53 Sam James
2021-10-29 18:54 Sam James
2021-10-30 17:24 Agostino Sarubbo
2022-07-15 1:26 Sam James
2022-07-15 1:26 Sam James
2022-10-25 10:44 Sam James
2022-10-27 7:40 Agostino Sarubbo
2022-10-27 7:48 Joonas Niilola
2025-01-25 0:48 Sam James
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=1465883992.e26fb26bbcc9e26d9e75e55b13bef61b95d56828.gokturk@gentoo \
--to=gokturk@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