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

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


    Date: Monday, May 13, 2013 @ 01:45:55
  Author: seblu
Revision: 90514

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

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

--------------------------------+
 /PKGBUILD                      |   82 +++++++++++++++++++++++++++++++++++++++
 /ipset.service                 |   24 +++++++++++
 community-i686/PKGBUILD        |   41 -------------------
 community-i686/ipset.service   |   12 -----
 community-x86_64/PKGBUILD      |   41 -------------------
 community-x86_64/ipset.service |   12 -----
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-12 23:45:28 UTC (rev 90513)
+++ community-i686/PKGBUILD	2013-05-12 23:45:55 UTC (rev 90514)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.19
-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.service")
-md5sums=('cabba1bd63a93f6e1c3db3fb22412b64'
-         'f74642f7bb88056103c63a62a91c782c')
-
-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 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 90513, ipset/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-12 23:45:55 UTC (rev 90514)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.19
+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.service")
+md5sums=('cabba1bd63a93f6e1c3db3fb22412b64'
+         '6be6a2b34c1f38fc8ad60828403e2077')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --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 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-05-12 23:45:28 UTC (rev 90513)
+++ community-i686/ipset.service	2013-05-12 23:45:55 UTC (rev 90514)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=iptables.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/sbin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/sbin/ipset destroy
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/community-i686/ipset.service (from rev 90513, ipset/trunk/ipset.service)
===================================================================
--- community-i686/ipset.service	                        (rev 0)
+++ community-i686/ipset.service	2013-05-12 23:45:55 UTC (rev 90514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Loading IP Sets
+Before=iptables.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-12 23:45:28 UTC (rev 90513)
+++ community-x86_64/PKGBUILD	2013-05-12 23:45:55 UTC (rev 90514)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.19
-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.service")
-md5sums=('cabba1bd63a93f6e1c3db3fb22412b64'
-         'f74642f7bb88056103c63a62a91c782c')
-
-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 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 90513, ipset/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-12 23:45:55 UTC (rev 90514)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ipset
+pkgver=6.19
+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.service")
+md5sums=('cabba1bd63a93f6e1c3db3fb22412b64'
+         '6be6a2b34c1f38fc8ad60828403e2077')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --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 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-05-12 23:45:28 UTC (rev 90513)
+++ community-x86_64/ipset.service	2013-05-12 23:45:55 UTC (rev 90514)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Loading IP Sets
-Before=iptables.service
-
-[Service]
-Type=oneshot
-RemainAfterExit=yes
-ExecStart=/usr/sbin/ipset -f /etc/ipset.conf restore
-ExecStop=/usr/sbin/ipset destroy
-
-[Install]
-WantedBy=multi-user.target

Copied: ipset/repos/community-x86_64/ipset.service (from rev 90513, ipset/trunk/ipset.service)
===================================================================
--- community-x86_64/ipset.service	                        (rev 0)
+++ community-x86_64/ipset.service	2013-05-12 23:45:55 UTC (rev 90514)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Loading IP Sets
+Before=iptables.service
+
+[Service]
+Type=oneshot
+RemainAfterExit=yes
+ExecStart=/usr/bin/ipset -f /etc/ipset.conf restore
+ExecStop=/usr/bin/ipset destroy
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list