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

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Jul 8 00:21:28 UTC 2013


    Date: Monday, July 8, 2013 @ 02:21:27
  Author: seblu
Revision: 93631

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-08 00:21:22 UTC (rev 93630)
+++ PKGBUILD	2013-07-08 00:21:27 UTC (rev 93631)
@@ -1,37 +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.2
-pkgrel=1
-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=('f2d6e6950d90c768ef9e1f055a01fba2'
-         '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:

Copied: ferm/repos/community-any/PKGBUILD (from rev 93630, ferm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-08 00:21:27 UTC (rev 93631)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Marti Raudsepp <marti at juffo.org>
+# Contributor: Manuel Mazzuola <origin.of at gmail.com>
+
+pkgname=ferm
+pkgver=2.2
+pkgrel=2
+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=('f2d6e6950d90c768ef9e1f055a01fba2'
+         '24f425eda3de65ce15e7b013db3800bc')
+
+package() {
+  # software setup
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+  cd "$pkgdir"
+  # setup default config
+  install -D -m 644 usr/share/doc/ferm/examples/workstation.ferm etc/$pkgname.conf
+  # /usr merge
+  mv usr/sbin usr/bin
+  # systemd
+  install -Dm 644 "$srcdir/$pkgname.service" usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: ferm.service
===================================================================
--- ferm.service	2013-07-08 00:21:22 UTC (rev 93630)
+++ ferm.service	2013-07-08 00:21:27 UTC (rev 93631)
@@ -1,13 +0,0 @@
-[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

Copied: ferm/repos/community-any/ferm.service (from rev 93630, ferm/trunk/ferm.service)
===================================================================
--- ferm.service	                        (rev 0)
+++ ferm.service	2013-07-08 00:21:27 UTC (rev 93631)
@@ -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