Date: Friday, August 16, 2013 @ 18:36:53
  Author: bluewind
Revision: 95763

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

Added:
  echoping/repos/community-i686/
  echoping/repos/community-i686/PKGBUILD
    (from rev 95762, echoping/trunk/PKGBUILD)
  echoping/repos/community-x86_64/PKGBUILD
    (from rev 95762, echoping/trunk/PKGBUILD)
Deleted:
  echoping/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   25 +++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 +++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   25 -------------------------
 3 files changed, 50 insertions(+), 25 deletions(-)

Copied: echoping/repos/community-i686/PKGBUILD (from rev 95762, 
echoping/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-08-16 16:36:53 UTC (rev 95763)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluew...@xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=3
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP 
requests"
+arch=('i686' 'x86_64')
+url="http://echoping.sourceforge.net/";
+license=('GPL')
+depends=(libidn popt libldap)
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --config-cache
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2013-08-16 16:35:20 UTC (rev 95762)
+++ community-x86_64/PKGBUILD   2013-08-16 16:36:53 UTC (rev 95763)
@@ -1,25 +0,0 @@
-# Maintainer: Florian Pritz <bluew...@xinu.at>
-
-pkgname=echoping
-pkgver=6.0.2
-pkgrel=3
-pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP 
requests"
-arch=('i686' 'x86_64')
-url="http://echoping.sourceforge.net/";
-license=('GPL')
-depends=(libidn popt libldap)
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('991478532b56ab3b6f46ea9fa332626f')
-options=(!libtool)
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --config-cache
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}

Copied: echoping/repos/community-x86_64/PKGBUILD (from rev 95762, 
echoping/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-08-16 16:36:53 UTC (rev 95763)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluew...@xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=3
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP 
requests"
+arch=('i686' 'x86_64')
+url="http://echoping.sourceforge.net/";
+license=('GPL')
+depends=(libidn popt libldap)
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+options=(!libtool)
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --config-cache
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Reply via email to