[arch-commits] Commit in ipset/repos (12 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Feb 23 17:46:17 UTC 2013


    Date: Saturday, February 23, 2013 @ 18:46:16
  Author: seblu
Revision: 84727

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ipset/repos/community-i686/PKGBUILD
    (from rev 84726, ipset/trunk/PKGBUILD)
  ipset/repos/community-i686/ipset.service
    (from rev 84726, ipset/trunk/ipset.service)
  ipset/repos/community-i686/ipset.systemd
    (from rev 84726, ipset/trunk/ipset.systemd)
  ipset/repos/community-x86_64/PKGBUILD
    (from rev 84726, ipset/trunk/PKGBUILD)
  ipset/repos/community-x86_64/ipset.service
    (from rev 84726, ipset/trunk/ipset.service)
  ipset/repos/community-x86_64/ipset.systemd
    (from rev 84726, ipset/trunk/ipset.systemd)
Deleted:
  ipset/repos/community-i686/PKGBUILD
  ipset/repos/community-i686/ipset.service
  ipset/repos/community-i686/ipset.systemd
  ipset/repos/community-x86_64/PKGBUILD
  ipset/repos/community-x86_64/ipset.service
  ipset/repos/community-x86_64/ipset.systemd

--------------------------------+
 community-i686/PKGBUILD        |   90 +++++++++++++++++++--------------------
 community-i686/ipset.service   |   24 +++++-----
 community-i686/ipset.systemd   |   42 +++++++++---------
 community-x86_64/PKGBUILD      |   90 +++++++++++++++++++--------------------
 community-x86_64/ipset.service |   24 +++++-----
 community-x86_64/ipset.systemd |   42 +++++++++---------
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-02-23 17:46:06 UTC (rev 84726)
+++ community-i686/PKGBUILD	2013-02-23 17:46:16 UTC (rev 84727)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=ipset
-pkgver=6.16.1
-pkgrel=2
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl' 'bash')
-backup=("etc/$pkgname.conf")
-options=('!libtool')
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.systemd"
-        "$pkgname.service")
-md5sums=('9fd70c825f052db7dc9d5ba0562b7083'
-         '7daa4f163eef9db216cb4c428e0342a3'
-         'b032241b96b5802975fe4321cc511c6b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install doc
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
-  popd
-  # systemd
-  install -Dm 755 $pkgname.systemd \
-    "$pkgdir/usr/lib/systemd/scripts/$pkgname"
-  install -Dm 644 $pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # default config file
-  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/community-i686/PKGBUILD (from rev 84726, ipset/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-02-23 17:46:16 UTC (rev 84727)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.17
+pkgrel=1
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('libmnl' 'bash')
+backup=("etc/$pkgname.conf")
+options=('!libtool')
+source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.systemd"
+        "$pkgname.service")
+md5sums=('9d439e279e02076f29fe7c9c059a5cae'
+         '7daa4f163eef9db216cb4c428e0342a3'
+         'b032241b96b5802975fe4321cc511c6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
+  popd
+  # systemd
+  install -Dm 755 $pkgname.systemd \
+    "$pkgdir/usr/lib/systemd/scripts/$pkgname"
+  install -Dm 644 $pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # default config file
+  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ipset.service
===================================================================
--- community-i686/ipset.service	2013-02-23 17:46:06 UTC (rev 84726)
+++ community-i686/ipset.service	2013-02-23 17:46:16 UTC (rev 84727)
@@ -1,12 +0,0 @@
-[Unit]
-Description=IP Sets
-Before=iptables.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/lib/systemd/scripts/ipset start
-ExecStop=/usr/lib/systemd/scripts/ipset stop
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/community-i686/ipset.service (from rev 84726, ipset/trunk/ipset.service)
===================================================================
--- community-i686/ipset.service	                        (rev 0)
+++ community-i686/ipset.service	2013-02-23 17:46:16 UTC (rev 84727)
@@ -0,0 +1,12 @@
+[Unit]
+Description=IP Sets
+Before=iptables.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/lib/systemd/scripts/ipset start
+ExecStop=/usr/lib/systemd/scripts/ipset stop
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/ipset.systemd
===================================================================
--- community-i686/ipset.systemd	2013-02-23 17:46:06 UTC (rev 84726)
+++ community-i686/ipset.systemd	2013-02-23 17:46:16 UTC (rev 84727)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-CONFIG_FILE='/etc/ipset.conf'
-
-case $1 in
-  start)
-    ipset restore < "$CONFIG_FILE"
-  ;;
-  stop)
-    ipset destroy
-  ;;
-  save)
-    ipset save > "$CONFIG_FILE"
-  ;;
-  *)
-    echo "usage: ${0##*/} {start|stop|save}" >&2
-    exit 1
-  ;;
-esac
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: ipset/repos/community-i686/ipset.systemd (from rev 84726, ipset/trunk/ipset.systemd)
===================================================================
--- community-i686/ipset.systemd	                        (rev 0)
+++ community-i686/ipset.systemd	2013-02-23 17:46:16 UTC (rev 84727)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+CONFIG_FILE='/etc/ipset.conf'
+
+case $1 in
+  start)
+    ipset restore < "$CONFIG_FILE"
+  ;;
+  stop)
+    ipset destroy
+  ;;
+  save)
+    ipset save > "$CONFIG_FILE"
+  ;;
+  *)
+    echo "usage: ${0##*/} {start|stop|save}" >&2
+    exit 1
+  ;;
+esac
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-02-23 17:46:06 UTC (rev 84726)
+++ community-x86_64/PKGBUILD	2013-02-23 17:46:16 UTC (rev 84727)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=ipset
-pkgver=6.16.1
-pkgrel=2
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl' 'bash')
-backup=("etc/$pkgname.conf")
-options=('!libtool')
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.systemd"
-        "$pkgname.service")
-md5sums=('9fd70c825f052db7dc9d5ba0562b7083'
-         '7daa4f163eef9db216cb4c428e0342a3'
-         'b032241b96b5802975fe4321cc511c6b')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-kmod=no
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install doc
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
-  # install pkgconfig file
-  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
-  popd
-  # systemd
-  install -Dm 755 $pkgname.systemd \
-    "$pkgdir/usr/lib/systemd/scripts/$pkgname"
-  install -Dm 644 $pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  # default config file
-  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ipset/repos/community-x86_64/PKGBUILD (from rev 84726, ipset/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-23 17:46:16 UTC (rev 84727)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.17
+pkgrel=1
+pkgdesc='Administration tool for IP sets'
+arch=('i686' 'x86_64')
+url='http://ipset.netfilter.org'
+license=('GPL2')
+depends=('libmnl' 'bash')
+backup=("etc/$pkgname.conf")
+options=('!libtool')
+source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
+        "$pkgname.systemd"
+        "$pkgname.service")
+md5sums=('9d439e279e02076f29fe7c9c059a5cae'
+         '7daa4f163eef9db216cb4c428e0342a3'
+         'b032241b96b5802975fe4321cc511c6b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-kmod=no
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 README UPGRADE ChangeLog "$pkgdir/usr/share/doc/$pkgname"
+  # install pkgconfig file
+  install -Dm644 lib/libipset.pc "$pkgdir/usr/lib/pkgconfig/libipset.pc"
+  popd
+  # systemd
+  install -Dm 755 $pkgname.systemd \
+    "$pkgdir/usr/lib/systemd/scripts/$pkgname"
+  install -Dm 644 $pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  # default config file
+  install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/ipset.service
===================================================================
--- community-x86_64/ipset.service	2013-02-23 17:46:06 UTC (rev 84726)
+++ community-x86_64/ipset.service	2013-02-23 17:46:16 UTC (rev 84727)
@@ -1,12 +0,0 @@
-[Unit]
-Description=IP Sets
-Before=iptables.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/lib/systemd/scripts/ipset start
-ExecStop=/usr/lib/systemd/scripts/ipset stop
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/community-x86_64/ipset.service (from rev 84726, ipset/trunk/ipset.service)
===================================================================
--- community-x86_64/ipset.service	                        (rev 0)
+++ community-x86_64/ipset.service	2013-02-23 17:46:16 UTC (rev 84727)
@@ -0,0 +1,12 @@
+[Unit]
+Description=IP Sets
+Before=iptables.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/lib/systemd/scripts/ipset start
+ExecStop=/usr/lib/systemd/scripts/ipset stop
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/ipset.systemd
===================================================================
--- community-x86_64/ipset.systemd	2013-02-23 17:46:06 UTC (rev 84726)
+++ community-x86_64/ipset.systemd	2013-02-23 17:46:16 UTC (rev 84727)
@@ -1,21 +0,0 @@
-#!/bin/bash
-
-CONFIG_FILE='/etc/ipset.conf'
-
-case $1 in
-  start)
-    ipset restore < "$CONFIG_FILE"
-  ;;
-  stop)
-    ipset destroy
-  ;;
-  save)
-    ipset save > "$CONFIG_FILE"
-  ;;
-  *)
-    echo "usage: ${0##*/} {start|stop|save}" >&2
-    exit 1
-  ;;
-esac
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: ipset/repos/community-x86_64/ipset.systemd (from rev 84726, ipset/trunk/ipset.systemd)
===================================================================
--- community-x86_64/ipset.systemd	                        (rev 0)
+++ community-x86_64/ipset.systemd	2013-02-23 17:46:16 UTC (rev 84727)
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+CONFIG_FILE='/etc/ipset.conf'
+
+case $1 in
+  start)
+    ipset restore < "$CONFIG_FILE"
+  ;;
+  stop)
+    ipset destroy
+  ;;
+  save)
+    ipset save > "$CONFIG_FILE"
+  ;;
+  *)
+    echo "usage: ${0##*/} {start|stop|save}" >&2
+    exit 1
+  ;;
+esac
+
+# vim:set ts=2 sw=2 ft=sh et:




More information about the arch-commits mailing list