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

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Oct 21 00:55:22 UTC 2013


    Date: Monday, October 21, 2013 @ 02:55:21
  Author: seblu
Revision: 98881

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

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

--------------------------------+
 community-i686/PKGBUILD        |   48 ---------------------------------------
 community-i686/ipset.service   |   12 ---------
 community-x86_64/PKGBUILD      |   48 ---------------------------------------
 community-x86_64/ipset.service |   12 ---------
 4 files changed, 120 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-21 00:55:11 UTC (rev 98880)
+++ community-i686/PKGBUILD	2013-10-21 00:55:21 UTC (rev 98881)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.20
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl')
-backup=("etc/$pkgname.conf")
-options=('!libtool')
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
-        '01-Fix-configure-failure-when-with-kmod.patch'
-        "$pkgname.service")
-md5sums=('af28b3af356fff3e4a8e321ff7145678'
-         '5569fd4ee93acac4ae01d091002cc2f5'
-         '6be6a2b34c1f38fc8ad60828403e2077')
-
-prepare() {
-  patch -p1 -d $pkgname-$pkgver < 01-Fix-configure-failure-when-with-kmod.patch
-  cd $pkgname-$pkgver && ./autogen.sh
-}
-
-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-10-21 00:55:11 UTC (rev 98880)
+++ community-i686/ipset.service	2013-10-21 00:55:21 UTC (rev 98881)
@@ -1,12 +0,0 @@
-[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-10-21 00:55:11 UTC (rev 98880)
+++ community-x86_64/PKGBUILD	2013-10-21 00:55:21 UTC (rev 98881)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=ipset
-pkgver=6.20
-pkgrel=1
-pkgdesc='Administration tool for IP sets'
-arch=('i686' 'x86_64')
-url='http://ipset.netfilter.org'
-license=('GPL2')
-depends=('libmnl')
-backup=("etc/$pkgname.conf")
-options=('!libtool')
-source=("http://ipset.netfilter.org/$pkgname-$pkgver.tar.bz2"
-        '01-Fix-configure-failure-when-with-kmod.patch'
-        "$pkgname.service")
-md5sums=('af28b3af356fff3e4a8e321ff7145678'
-         '5569fd4ee93acac4ae01d091002cc2f5'
-         '6be6a2b34c1f38fc8ad60828403e2077')
-
-prepare() {
-  patch -p1 -d $pkgname-$pkgver < 01-Fix-configure-failure-when-with-kmod.patch
-  cd $pkgname-$pkgver && ./autogen.sh
-}
-
-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-10-21 00:55:11 UTC (rev 98880)
+++ community-x86_64/ipset.service	2013-10-21 00:55:21 UTC (rev 98881)
@@ -1,12 +0,0 @@
-[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