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

2013-04-16 Thread Sébastien Luttringer
Date: Tuesday, April 16, 2013 @ 22:03:40
  Author: seblu
Revision: 88370

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

Added:
  ipset/repos/community-i686/PKGBUILD
(from rev 88369, ipset/trunk/PKGBUILD)
  ipset/repos/community-i686/ipset.service
(from rev 88369, ipset/trunk/ipset.service)
  ipset/repos/community-i686/ipset.systemd
(from rev 88369, ipset/trunk/ipset.systemd)
  ipset/repos/community-x86_64/PKGBUILD
(from rev 88369, ipset/trunk/PKGBUILD)
  ipset/repos/community-x86_64/ipset.service
(from rev 88369, ipset/trunk/ipset.service)
  ipset/repos/community-x86_64/ipset.systemd
(from rev 88369, 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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-16 19:58:41 UTC (rev 88369)
+++ community-i686/PKGBUILD 2013-04-16 20:03:40 UTC (rev 88370)
@@ -1,45 +0,0 @@
-# $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:

Copied: ipset/repos/community-i686/PKGBUILD (from rev 88369, 
ipset/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-04-16 20:03:40 UTC (rev 88370)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.18
+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=('776de6afe32ae386e6827a51c025464f'
+ '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.service2013-04-16 19:58:41 UTC (rev 88369)
+++ community-i686/ipset.service2013-04-16 20:03:40 UTC (rev 88370)
@@ -1,12 +0,0 @@
-[Unit]
-Description=IP Sets
-Before=iptables.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/l

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

2013-02-23 Thread Sébastien Luttringer
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 
-
-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.service2013-02-23 17:46:06 UTC (rev 84726)
+++ community-i686/ipset.service2013-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.t