[arch-commits] Commit in iputils/repos (16 files)

2012-11-29 Thread Stéphane Gaudreault
Date: Thursday, November 29, 2012 @ 06:07:07
  Author: stephane
Revision: 172113

db-move: moved iputils from [testing] to [core] (i686, x86_64)

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 172112, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils.install
(from rev 172112, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 172112, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 172112, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils.install
(from rev 172112, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 172112, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils-20121114-free-unintialized.patch
  iputils/repos/core-i686/iputils.install
  iputils/repos/core-i686/tftp.xinetd
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils-20121114-free-unintialized.patch
  iputils/repos/core-x86_64/iputils.install
  iputils/repos/core-x86_64/tftp.xinetd
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  134 -
 core-i686/iputils-20121114-free-unintialized.patch   |   36 
 core-i686/iputils.install|   20 +-
 core-i686/tftp.xinetd|   20 +-
 core-x86_64/PKGBUILD |  134 -
 core-x86_64/iputils-20121114-free-unintialized.patch |   36 
 core-x86_64/iputils.install  |   20 +-
 core-x86_64/tftp.xinetd  |   20 +-
 8 files changed, 170 insertions(+), 250 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-29 09:34:57 UTC (rev 172112)
+++ core-i686/PKGBUILD  2012-11-29 11:07:07 UTC (rev 172113)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20121114
-pkgrel=1
-pkgdesc=Network monitoring tools, including ping
-arch=('i686' 'x86_64')
-license=('GPL' 'BSD')
-url=http://www.skbuff.net/iputils/;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
-tftp.xinetd
-iputils-20121114-free-unintialized.patch)
-sha1sums=('6061bf2ddbf0339b0084eddc33716465b742b82d'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-  '7f1262f4bed7fa122ea86f09cb81d817adbd8164')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  patch -Np1 -i ../iputils-20121114-free-unintialized.patch
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}

Copied: iputils/repos/core-i686/PKGBUILD (from rev 172112, 
iputils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-29 11:07:07 UTC (rev 172113)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121126
+pkgrel=1
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64')
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 'arping' 'netkit-tftpd')

[arch-commits] Commit in iputils/repos (16 files)

2012-11-16 Thread Stéphane Gaudreault
Date: Friday, November 16, 2012 @ 18:40:29
  Author: stephane
Revision: 171270

db-move: moved iputils from [testing] to [core] (i686, x86_64)

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 171269, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils-20121114-free-unintialized.patch
(from rev 171269, 
iputils/repos/testing-i686/iputils-20121114-free-unintialized.patch)
  iputils/repos/core-i686/iputils.install
(from rev 171269, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 171269, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 171269, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils-20121114-free-unintialized.patch
(from rev 171269, 
iputils/repos/testing-x86_64/iputils-20121114-free-unintialized.patch)
  iputils/repos/core-x86_64/iputils.install
(from rev 171269, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 171269, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils.install
  iputils/repos/core-i686/tftp.xinetd
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils.install
  iputils/repos/core-x86_64/tftp.xinetd
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  134 -
 core-i686/iputils-20121114-free-unintialized.patch   |   36 
 core-i686/iputils.install|   20 +-
 core-i686/tftp.xinetd|   20 +-
 core-x86_64/PKGBUILD |  134 -
 core-x86_64/iputils-20121114-free-unintialized.patch |   36 
 core-x86_64/iputils.install  |   20 +-
 core-x86_64/tftp.xinetd  |   20 +-
 8 files changed, 250 insertions(+), 170 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-11-16 23:35:55 UTC (rev 171269)
+++ core-i686/PKGBUILD  2012-11-16 23:40:29 UTC (rev 171270)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20121106
-pkgrel=1
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2
-tftp.xinetd)
-sha1sums=('9570832f3945bb5f0e89f5837facc8fdca3b7769'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}

Copied: iputils/repos/core-i686/PKGBUILD (from rev 171269, 
iputils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-11-16 23:40:29 UTC (rev 171270)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20121114
+pkgrel=1
+pkgdesc=Network monitoring tools, including ping
+arch=('i686' 'x86_64')
+license=('GPL' 'BSD')
+url=http://www.skbuff.net/iputils/;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')
+makedepends=('docbook2x' 'opensp')
+conflicts=('netkit-base' 

[arch-commits] Commit in iputils/repos (16 files)

2012-10-04 Thread Stéphane Gaudreault
Date: Thursday, October 4, 2012 @ 08:11:50
  Author: stephane
Revision: 167961

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

Added:
  iputils/repos/testing-i686/PKGBUILD
(from rev 167960, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 167960, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-i686/iputils.install
(from rev 167960, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 167960, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 167960, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 167960, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-x86_64/iputils.install
(from rev 167960, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 167960, iputils/trunk/tftp.xinetd)
Deleted:
  iputils/repos/testing-i686/PKGBUILD
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/testing-i686/iputils.install
  iputils/repos/testing-i686/tftp.xinetd
  iputils/repos/testing-x86_64/PKGBUILD
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/testing-x86_64/iputils.install
  iputils/repos/testing-x86_64/tftp.xinetd

-+
 testing-i686/PKGBUILD   |  142 +-
 testing-i686/iputils-20101006-ping-integer-overflow.patch   |   22 -
 testing-i686/iputils.install|   24 -
 testing-i686/tftp.xinetd|   20 -
 testing-x86_64/PKGBUILD |  142 +-
 testing-x86_64/iputils-20101006-ping-integer-overflow.patch |   22 -
 testing-x86_64/iputils.install  |   24 -
 testing-x86_64/tftp.xinetd  |   20 -
 8 files changed, 204 insertions(+), 212 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-10-04 12:11:36 UTC (rev 167960)
+++ testing-i686/PKGBUILD   2012-10-04 12:11:50 UTC (rev 167961)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20101006
-pkgrel=6
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
-iputils-20101006-ping-integer-overflow.patch)
-sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-  'ec78574d798b53e4f8bdd37e42514fc17ed71667')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  # FS#28897
-  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 167960, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-04 12:11:50 UTC (rev 167961)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20101006

[arch-commits] Commit in iputils/repos (16 files)

2012-10-01 Thread Stéphane Gaudreault
Date: Monday, October 1, 2012 @ 19:45:59
  Author: stephane
Revision: 167413

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

Added:
  iputils/repos/testing-i686/PKGBUILD
(from rev 167411, iputils/trunk/PKGBUILD)
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 167411, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-i686/iputils.install
(from rev 167411, iputils/trunk/iputils.install)
  iputils/repos/testing-i686/tftp.xinetd
(from rev 167411, iputils/trunk/tftp.xinetd)
  iputils/repos/testing-x86_64/PKGBUILD
(from rev 167412, iputils/trunk/PKGBUILD)
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 167412, 
iputils/trunk/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/testing-x86_64/iputils.install
(from rev 167412, iputils/trunk/iputils.install)
  iputils/repos/testing-x86_64/tftp.xinetd
(from rev 167412, iputils/trunk/tftp.xinetd)
Deleted:
  iputils/repos/testing-i686/PKGBUILD
  iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/testing-i686/iputils.install
  iputils/repos/testing-i686/tftp.xinetd
  iputils/repos/testing-x86_64/PKGBUILD
  iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch
  iputils/repos/testing-x86_64/iputils.install
  iputils/repos/testing-x86_64/tftp.xinetd

-+
 testing-i686/PKGBUILD   |  142 +-
 testing-i686/iputils-20101006-ping-integer-overflow.patch   |   22 -
 testing-i686/iputils.install|   25 -
 testing-i686/tftp.xinetd|   20 -
 testing-x86_64/PKGBUILD |  142 +-
 testing-x86_64/iputils-20101006-ping-integer-overflow.patch |   22 -
 testing-x86_64/iputils.install  |   25 -
 testing-x86_64/tftp.xinetd  |   20 -
 8 files changed, 212 insertions(+), 206 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-10-01 23:45:52 UTC (rev 167412)
+++ testing-i686/PKGBUILD   2012-10-01 23:45:59 UTC (rev 167413)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20101006
-pkgrel=5
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd
-iputils-20101006-ping-integer-overflow.patch)
-sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd'
-  'ec78574d798b53e4f8bdd37e42514fc17ed71667')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  # FS#28897
-  patch -Np1 -i ../iputils-20101006-ping-integer-overflow.patch 
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iputils/repos/testing-i686/PKGBUILD (from rev 167411, 
iputils/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-01 23:45:59 UTC (rev 167413)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20101006

[arch-commits] Commit in iputils/repos (16 files)

2012-07-13 Thread Stéphane Gaudreault
Date: Friday, July 13, 2012 @ 07:24:04
  Author: stephane
Revision: 163489

db-move: moved iputils from [testing] to [core] ( i686,  x86_64)

Added:
  iputils/repos/core-i686/PKGBUILD
(from rev 163488, iputils/repos/testing-i686/PKGBUILD)
  iputils/repos/core-i686/iputils-20101006-ping-integer-overflow.patch
(from rev 163488, 
iputils/repos/testing-i686/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/core-i686/iputils.install
(from rev 163488, iputils/repos/testing-i686/iputils.install)
  iputils/repos/core-i686/tftp.xinetd
(from rev 163488, iputils/repos/testing-i686/tftp.xinetd)
  iputils/repos/core-x86_64/PKGBUILD
(from rev 163488, iputils/repos/testing-x86_64/PKGBUILD)
  iputils/repos/core-x86_64/iputils-20101006-ping-integer-overflow.patch
(from rev 163488, 
iputils/repos/testing-x86_64/iputils-20101006-ping-integer-overflow.patch)
  iputils/repos/core-x86_64/iputils.install
(from rev 163488, iputils/repos/testing-x86_64/iputils.install)
  iputils/repos/core-x86_64/tftp.xinetd
(from rev 163488, iputils/repos/testing-x86_64/tftp.xinetd)
Deleted:
  iputils/repos/core-i686/PKGBUILD
  iputils/repos/core-i686/iputils.install
  iputils/repos/core-i686/tftp.xinetd
  iputils/repos/core-x86_64/PKGBUILD
  iputils/repos/core-x86_64/iputils.install
  iputils/repos/core-x86_64/tftp.xinetd
  iputils/repos/testing-i686/
  iputils/repos/testing-x86_64/

--+
 core-i686/PKGBUILD   |  137 ++---
 core-i686/iputils-20101006-ping-integer-overflow.patch   |   11 +
 core-i686/iputils.install|   22 +-
 core-i686/tftp.xinetd|   20 -
 core-x86_64/PKGBUILD |  137 ++---
 core-x86_64/iputils-20101006-ping-integer-overflow.patch |   11 +
 core-x86_64/iputils.install  |   22 +-
 core-x86_64/tftp.xinetd  |   20 -
 8 files changed, 206 insertions(+), 174 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2012-07-13 10:14:32 UTC (rev 163488)
+++ core-i686/PKGBUILD  2012-07-13 11:24:04 UTC (rev 163489)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault steph...@archlinux.org
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-# Contributor: Aaron Griffin aa...@archlinux.org
-
-pkgname=iputils
-pkgver=20101006
-pkgrel=3
-pkgdesc=IP Configuration Utilities (and Ping)
-arch=('i686' 'x86_64')
-license=('GPL')
-url=http://www.linuxfoundation.org/en/Net:Iputils;
-groups=('base')
-depends=('openssl' 'sysfsutils' 'libcap')
-optdepends=('xinetd: for tftpd')
-makedepends=('docbook2x' 'opensp')
-conflicts=('netkit-base' 'arping' 'netkit-tftpd')
-replaces=('netkit-base')
-backup=(etc/xinetd.d/tftp)
-install=${pkgname}.install
-source=(http://www.skbuff.net/${pkgname}/${pkgname}-s${pkgver}.tar.bz2 
tftp.xinetd)
-sha1sums=('a08cc5423a7bf940205f2353fe3d129cd39ff242'
-  'fc2ae26f5609725e3f4aeaf4ab82dfa6d2e378fd')
-
-build() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  # Use our CFLAGS
-  sed -i -e /^CCOPT=/s|-O2|${CFLAGS}| Makefile
-
-  make
-
-  cd doc
-  for file in *.sgml; do
-xf=${file/.sgml/.xml}
-osx -xlower -xno-nl-in-tag $file  $xf || true
-sed -i s|refname\(.*\), \(.*\)/refname|refname\1/refname, 
refname\2/refname|g $xf
-docbook2man $xf
-  done
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-s${pkgver}
-
-  install -dm755 ${pkgdir}/usr/{bin,sbin} ${pkgdir}/bin
-
-  install -m755 arping clockdiff rarpd rdisc tftpd tracepath tracepath6 \
-${pkgdir}/usr/sbin/
-
-  install -m755 ping{,6} ${pkgdir}/usr/bin/
-   ln -sf /usr/bin/ping{,6}  ${pkgdir}/bin/
-
-   install -dm755 ${pkgdir}/usr/share/man/man8
-   install -m644 doc/{arping,clockdiff,ping,rarpd,rdisc,tftpd,tracepath}.8 \
- ${pkgdir}/usr/share/man/man8/
-
-  cd ${pkgdir}/usr/share/man/man8
-  ln -sf ping.8.gz  ping6.8.gz
-  ln -sf tracepath.8.gz tracepath6.8.gz
-
-  # FS#24768
-  install -dm755 ${pkgdir}/etc/xinetd.d/
-  install -m644 ${srcdir}/tftp.xinetd ${pkgdir}/etc/xinetd.d/tftp
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iputils/repos/core-i686/PKGBUILD (from rev 163488, 
iputils/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2012-07-13 11:24:04 UTC (rev 163489)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault steph...@archlinux.org
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+# Contributor: Aaron Griffin aa...@archlinux.org
+
+pkgname=iputils
+pkgver=20101006
+pkgrel=4
+pkgdesc=IP Configuration Utilities (and Ping)
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.linuxfoundation.org/en/Net:Iputils;
+groups=('base')
+depends=('openssl' 'sysfsutils' 'libcap')
+optdepends=('xinetd: for tftpd')