[arch-commits] Commit in ferm/repos/community-any (4 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun May 12 23:43:38 UTC 2013


    Date: Monday, May 13, 2013 @ 01:43:37
  Author: seblu
Revision: 90512

archrelease: copy trunk to community-any

Added:
  ferm/repos/community-any/PKGBUILD
    (from rev 90510, ferm/trunk/PKGBUILD)
  ferm/repos/community-any/ferm.service
    (from rev 90510, ferm/trunk/ferm.service)
Deleted:
  ferm/repos/community-any/PKGBUILD
  ferm/repos/community-any/ferm.service

--------------+
 PKGBUILD     |   72 +++++++++++++++++++++++++++++----------------------------
 ferm.service |   26 ++++++++++----------
 2 files changed, 50 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 23:43:02 UTC (rev 90511)
+++ PKGBUILD	2013-05-12 23:43:37 UTC (rev 90512)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Marti Raudsepp <marti at juffo.org>
-# Contributor: Manuel Mazzuola <origin.of at gmail.com>
-
-pkgname=ferm
-pkgver=2.1.2
-pkgrel=3
-pkgdesc='Tool to maintain complex firewalls'
-arch=('any')
-url='http://ferm.foo-projects.org/'
-license=('GPL2')
-depends=('iptables' 'perl')
-optdepends=('ebtables' 'arptables' 'ipset')
-backup=("etc/$pkgname.conf")
-source=(
-  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz"
-  "$pkgname.service")
-md5sums=('bcfeae169c4e8e9a702df19f453605ed'
-         '62b75692f4ce998497b2276bcda8eb05')
-
-package() {
-  # software setup
-  pushd $pkgname-$pkgver
-  make PREFIX="${pkgdir}/usr" install
-  popd
-  # systemd
-  install -Dm 644 $pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # setup default config
-  install -D -m 644 "$pkgdir/usr/share/doc/ferm/examples/workstation.ferm" \
-    "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ferm/repos/community-any/PKGBUILD (from rev 90510, ferm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-12 23:43:37 UTC (rev 90512)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Marti Raudsepp <marti at juffo.org>
+# Contributor: Manuel Mazzuola <origin.of at gmail.com>
+
+pkgname=ferm
+pkgver=2.1.2
+pkgrel=4
+pkgdesc='Tool to maintain complex firewalls'
+arch=('any')
+url='http://ferm.foo-projects.org/'
+license=('GPL2')
+depends=('iptables' 'perl')
+optdepends=('ebtables' 'arptables' 'ipset')
+backup=("etc/$pkgname.conf")
+source=(
+  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz"
+  "$pkgname.service")
+md5sums=('bcfeae169c4e8e9a702df19f453605ed'
+         '24f425eda3de65ce15e7b013db3800bc')
+
+package() {
+  # systemd
+  install -Dm 644 $pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # software setup
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+  # setup default config
+  install -D -m 644 "$pkgdir/usr/share/doc/ferm/examples/workstation.ferm" \
+    "$pkgdir/etc/$pkgname.conf"
+  # /usr merge
+  cd "$pkgdir/usr"
+  mv sbin bin
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ferm.service
===================================================================
--- ferm.service	2013-05-12 23:43:02 UTC (rev 90511)
+++ ferm.service	2013-05-12 23:43:37 UTC (rev 90512)
@@ -1,13 +0,0 @@
-[Unit]
-Description=for Easy Rule Making
-After=ipset.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/sbin/ferm /etc/ferm.conf
-ExecReload=/usr/sbin/ferm /etc/ferm.conf
-ExecStop=/usr/sbin/ferm -F /etc/ferm.conf
-
-[Install]
-WantedBy=multi-user.target

Copied: ferm/repos/community-any/ferm.service (from rev 90510, ferm/trunk/ferm.service)
===================================================================
--- ferm.service	                        (rev 0)
+++ ferm.service	2013-05-12 23:43:37 UTC (rev 90512)
@@ -0,0 +1,13 @@
+[Unit]
+Description=for Easy Rule Making
+After=ipset.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ferm /etc/ferm.conf
+ExecReload=/usr/bin/ferm /etc/ferm.conf
+ExecStop=/usr/bin/ferm -F /etc/ferm.conf
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list