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

2017-07-10 Thread Alexander Rødseth
Date: Monday, July 10, 2017 @ 14:10:52
  Author: arodseth
Revision: 243658

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 243657, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 243657, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-10 14:09:21 UTC (rev 243657)
+++ community-i686/PKGBUILD 2017-07-10 14:10:52 UTC (rev 243658)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=xmlrpc-c
-# Using the Stable version
-pkgver=1.43.06
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf' 'subversion')
-options=('!makeflags' '!emptydirs')
-source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
-sha1sums=('SKIP')
-
-prepare() {
-  sed 's/xmlParserCtx /xmlParserCtxt/g' -i stable/src/xmlrpc_libxml2.c
-}
-
-build() {
-  cd stable
-
-  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-
-  mkdir -p include/curl
-  touch include/curl/types.h
-
-  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-}
-
-package() {
-  cd stable
-
-  make DESTDIR="$pkgdir" install
-  make -C tools DESTDIR="$pkgdir" install
-  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove references to build directory
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
-}
-
-# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 243657, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-10 14:10:52 UTC (rev 243658)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Stable version
+pkgver=1.43.06
+pkgrel=2
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
+sha1sums=('SKIP')
+
+prepare() {
+  sed 's/xmlParserCtx /xmlParserCtxt/g' -i stable/src/xmlrpc_libxml2.c
+}
+
+build() {
+  cd stable
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+
+  mkdir -p include/curl
+  touch include/curl/types.h
+
+  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+}
+
+package() {
+  cd stable
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-10 14:09:21 UTC (rev 243657)
+++ community-x86_64/PKGBUILD   2017-07-10 14:10:52 UTC (rev 243658)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 

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

2017-01-28 Thread Alexander Rødseth
Date: Sunday, January 29, 2017 @ 00:17:06
  Author: arodseth
Revision: 209325

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 209324, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 209324, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  122 
 community-i686/PKGBUILD   |   56 
 community-x86_64/PKGBUILD |   56 
 3 files changed, 122 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-29 00:15:31 UTC (rev 209324)
+++ community-i686/PKGBUILD 2017-01-29 00:17:06 UTC (rev 209325)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=xmlrpc-c
-# Using the Stable version
-pkgver=1.43.03
-pkgrel=2
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf' 'clang' 'subversion')
-options=('!makeflags' '!emptydirs')
-source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
-sha1sums=('SKIP')
-
-build() {
-  cd stable
-
-  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir -p include/curl
-  touch include/curl/types.h
-
-  setconf config.mk CC clang
-  setconf config.mk CXX clang++
-
-  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-}
-
-package() {
-  cd stable
-
-  make DESTDIR="$pkgdir" install
-  make -C tools DESTDIR="$pkgdir" install
-  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # Remove references to build directory
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
-}
-
-# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 209324, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-29 00:17:06 UTC (rev 209325)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Stable version
+pkgver=1.43.06
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
+sha1sums=('SKIP')
+
+prepare() {
+  sed 's/xmlParserCtx /xmlParserCtxt/g' -i stable/src/xmlrpc_libxml2.c
+}
+
+build() {
+  cd stable
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+
+  mkdir -p include/curl
+  touch include/curl/types.h
+
+  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+}
+
+package() {
+  cd stable
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-29 00:15:31 UTC (rev 209324)
+++ community-x86_64/PKGBUILD   2017-01-29 00:17:06 UTC (rev 209325)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# 

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

2016-11-07 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 18:06:46
  Author: foutrelis
Revision: 194959

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

Added:
  xmlrpc-c/repos/community-staging-i686/
  xmlrpc-c/repos/community-staging-i686/PKGBUILD
(from rev 194958, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-staging-x86_64/
  xmlrpc-c/repos/community-staging-x86_64/PKGBUILD
(from rev 194958, xmlrpc-c/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   56 
 community-staging-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: xmlrpc-c/repos/community-staging-i686/PKGBUILD (from rev 194958, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-07 18:06:46 UTC (rev 194959)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Stable version
+pkgver=1.43.03
+pkgrel=2
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'clang' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
+sha1sums=('SKIP')
+
+build() {
+  cd stable
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir -p include/curl
+  touch include/curl/types.h
+
+  setconf config.mk CC clang
+  setconf config.mk CXX clang++
+
+  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+}
+
+package() {
+  cd stable
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
+# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-staging-x86_64/PKGBUILD (from rev 194958, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-07 18:06:46 UTC (rev 194959)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Stable version
+pkgver=1.43.03
+pkgrel=2
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'clang' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
+sha1sums=('SKIP')
+
+build() {
+  cd stable
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir -p include/curl
+  touch include/curl/types.h
+
+  setconf config.mk CC clang
+  setconf config.mk CXX clang++
+
+  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+}
+
+package() {
+  cd stable
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
+# vim:set ts=2 sw=2 et:


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

2016-08-11 Thread Alexander Rødseth
Date: Thursday, August 11, 2016 @ 10:21:10
  Author: arodseth
Revision: 186392

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 186391, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 186391, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-11 10:20:57 UTC (rev 186391)
+++ community-i686/PKGBUILD 2016-08-11 10:21:10 UTC (rev 186392)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=xmlrpc-c
-# Using the Stable version
-pkgver=1.43.01
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf' 'clang' 'subversion')
-options=('!makeflags' '!emptydirs')
-source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
-sha1sums=('SKIP')
-
-build() {
-  cd stable
-
-  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir -p include/curl
-  touch include/curl/types.h
-
-  setconf config.mk CC clang
-  setconf config.mk CXX clang++
-
-  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
-}
-
-package() {
-  cd stable
-
-  make DESTDIR="$pkgdir" install
-  make -C tools DESTDIR="$pkgdir" install
-  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # Remove references to build directory
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
-}
-
-# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 186391, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-11 10:21:10 UTC (rev 186392)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Stable version
+pkgver=1.43.03
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'clang' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
+sha1sums=('SKIP')
+
+build() {
+  cd stable
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir -p include/curl
+  touch include/curl/types.h
+
+  setconf config.mk CC clang
+  setconf config.mk CXX clang++
+
+  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+}
+
+package() {
+  cd stable
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-11 10:20:57 UTC (rev 186391)
+++ community-x86_64/PKGBUILD   2016-08-11 10:21:10 UTC (rev 186392)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: Vitaliy 

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

2016-01-10 Thread Alexander Rødseth
Date: Sunday, January 10, 2016 @ 16:53:14
  Author: arodseth
Revision: 155874

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 155873, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 155873, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-10 15:52:56 UTC (rev 155873)
+++ community-i686/PKGBUILD 2016-01-10 15:53:14 UTC (rev 155874)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=xmlrpc-c
-# Using the Advanced version
-pkgver=1.41.01
-pkgrel=2
-_svnrev=2726
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf' 'python' 'subversion')
-options=('!makeflags' '!emptydirs')
-source=("svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=$_svnrev")
-sha1sums=('SKIP')
-
-pkgver() {
-  python -c 'print("%01d.%02d.%02d" % tuple(map(int, (x.rsplit(" ",1)[1] for x 
in open("advanced/version.mk").read().split("\n")[-4:-1]'
-}
-
-build() {
-  cd advanced
-
-  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir include/curl
-  touch include/curl/types.h
-  make CFLAGS_PERSONAL="$CFLAGS"
-  make -C tools CFLAGS_PERSONAL="$CFLAGS"
-}
-
-package() {
-  cd advanced
-
-  make DESTDIR="$pkgdir" install
-  make -C tools DESTDIR="$pkgdir" install
-  install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # Remove references to build directory
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
-  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 155873, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-10 15:53:14 UTC (rev 155874)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Stable version
+pkgver=1.43.01
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'clang' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/stable")
+sha1sums=('SKIP')
+
+build() {
+  cd stable
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir -p include/curl
+  touch include/curl/types.h
+
+  setconf config.mk CC clang
+  setconf config.mk CXX clang++
+
+  make CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS" CXXFLAGS_PERSONAL="$CXXFLAGS"
+}
+
+package() {
+  cd stable
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm 644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# getver: -u 2 xmlrpc-c.sourceforge.net/change_stable.html
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-10 15:52:56 UTC (rev 155873)
+++ community-x86_64/PKGBUILD   2016-01-10 15:53:14 UTC (rev 155874)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Daenyth 
-# Contributor: Pierre Schmitz 
-# Contributor: 

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

2015-12-08 Thread Evangelos Foutras
Date: Tuesday, December 8, 2015 @ 20:14:06
  Author: foutrelis
Revision: 150363

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

Added:
  xmlrpc-c/repos/community-staging-i686/
  xmlrpc-c/repos/community-staging-i686/PKGBUILD
(from rev 150362, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-staging-x86_64/
  xmlrpc-c/repos/community-staging-x86_64/PKGBUILD
(from rev 150362, xmlrpc-c/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   56 
 community-staging-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: xmlrpc-c/repos/community-staging-i686/PKGBUILD (from rev 150362, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-08 19:14:06 UTC (rev 150363)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Advanced version
+pkgver=1.41.01
+pkgrel=2
+_svnrev=2726
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'python' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=$_svnrev")
+sha1sums=('SKIP')
+
+pkgver() {
+  python -c 'print("%01d.%02d.%02d" % tuple(map(int, (x.rsplit(" ",1)[1] for x 
in open("advanced/version.mk").read().split("\n")[-4:-1]'
+}
+
+build() {
+  cd advanced
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL="$CFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS"
+}
+
+package() {
+  cd advanced
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-staging-x86_64/PKGBUILD (from rev 150362, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-08 19:14:06 UTC (rev 150363)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Daenyth 
+# Contributor: Pierre Schmitz 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=xmlrpc-c
+# Using the Advanced version
+pkgver=1.41.01
+pkgrel=2
+_svnrev=2726
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'python' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=("svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=$_svnrev")
+sha1sums=('SKIP')
+
+pkgver() {
+  python -c 'print("%01d.%02d.%02d" % tuple(map(int, (x.rsplit(" ",1)[1] for x 
in open("advanced/version.mk").read().split("\n")[-4:-1]'
+}
+
+build() {
+  cd advanced
+
+  [ "$CARCH" != "i686" ] && export CFLAGS="$CFLAGS -fPIC"
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL="$CFLAGS"
+  make -C tools CFLAGS_PERSONAL="$CFLAGS"
+}
+
+package() {
+  cd advanced
+
+  make DESTDIR="$pkgdir" install
+  make -C tools DESTDIR="$pkgdir" install
+  install -Dm644 doc/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # Remove references to build directory
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" BLDDIR ''
+  setconf "$pkgdir/usr/bin/xmlrpc-c-config" ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-04-09 Thread Alexander Rødseth
Date: Thursday, April 9, 2015 @ 12:32:50
  Author: arodseth
Revision: 131026

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 131025, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 131025, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 community-i686/PKGBUILD   |   54 -
 community-x86_64/PKGBUILD |   54 -
 3 files changed, 110 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-09 10:31:20 UTC (rev 131025)
+++ community-i686/PKGBUILD 2015-04-09 10:32:50 UTC (rev 131026)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.40.02
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf' 'python' 'subversion')
-options=('!makeflags' '!emptydirs')
-source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced')
-sha1sums=('SKIP')
-
-pkgver() {
-  python -c 'print(%01d.%02d.%02d % tuple(map(int, (x.rsplit( ,1)[1] for x 
in open(advanced/version.mk).read().split(\n)[-4:-1]'
-}
-
-build() {
-  cd advanced
-
-  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir include/curl
-  touch include/curl/types.h
-  make CFLAGS_PERSONAL=$CFLAGS
-  make -C tools CFLAGS_PERSONAL=$CFLAGS
-}
-
-package() {
-  cd advanced
-
-  make DESTDIR=$pkgdir install
-  make -C tools DESTDIR=$pkgdir install
-  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # Remove references to build directory
-  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
-  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 131025, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-09 10:32:50 UTC (rev 131026)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Vitaliy Berdinskikh skippe...@root.ua
+
+pkgname=xmlrpc-c
+# Using the Advanced version
+pkgver=1.41.01
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'python' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced')
+sha1sums=('SKIP')
+
+pkgver() {
+  python -c 'print(%01d.%02d.%02d % tuple(map(int, (x.rsplit( ,1)[1] for x 
in open(advanced/version.mk).read().split(\n)[-4:-1]'
+}
+
+build() {
+  cd advanced
+
+  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL=$CFLAGS
+  make -C tools CFLAGS_PERSONAL=$CFLAGS
+}
+
+package() {
+  cd advanced
+
+  make DESTDIR=$pkgdir install
+  make -C tools DESTDIR=$pkgdir install
+  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # Remove references to build directory
+  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
+  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-09 10:31:20 UTC (rev 131025)
+++ community-x86_64/PKGBUILD   2015-04-09 10:32:50 UTC (rev 131026)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.40.02
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')

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

2015-03-24 Thread Alexander Rødseth
Date: Wednesday, March 25, 2015 @ 01:21:11
  Author: arodseth
Revision: 129874

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 129873, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 129873, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-25 00:21:00 UTC (rev 129873)
+++ community-i686/PKGBUILD 2015-03-25 00:21:11 UTC (rev 129874)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.38.02
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf' 'python')
-options=('!makeflags' '!emptydirs')
-source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced')
-sha1sums=('SKIP')
-
-pkgver() {
-  python -c 'print(%01d.%02d.%02d % tuple(map(int, (x.rsplit( ,1)[1] for x 
in open(advanced/version.mk).read().split(\n)[-4:-1]' 
-}
-
-build() {
-  cd advanced
-
-  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir include/curl
-  touch include/curl/types.h
-  make CFLAGS_PERSONAL=$CFLAGS
-  make -C tools CFLAGS_PERSONAL=$CFLAGS
-}
-
-package() {
-  cd advanced
-
-  make DESTDIR=$pkgdir install
-  make -C tools DESTDIR=$pkgdir install
-  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # Remove references to build directory
-  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
-  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 129873, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-25 00:21:11 UTC (rev 129874)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Vitaliy Berdinskikh skippe...@root.ua
+
+pkgname=xmlrpc-c
+pkgver=1.40.02
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'python' 'subversion')
+options=('!makeflags' '!emptydirs')
+source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced')
+sha1sums=('SKIP')
+
+pkgver() {
+  python -c 'print(%01d.%02d.%02d % tuple(map(int, (x.rsplit( ,1)[1] for x 
in open(advanced/version.mk).read().split(\n)[-4:-1]'
+}
+
+build() {
+  cd advanced
+
+  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL=$CFLAGS
+  make -C tools CFLAGS_PERSONAL=$CFLAGS
+}
+
+package() {
+  cd advanced
+
+  make DESTDIR=$pkgdir install
+  make -C tools DESTDIR=$pkgdir install
+  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # Remove references to build directory
+  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
+  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-03-25 00:21:00 UTC (rev 129873)
+++ community-x86_64/PKGBUILD   2015-03-25 00:21:11 UTC (rev 129874)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.38.02
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'

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

2014-05-26 Thread Alexander Rødseth
Date: Monday, May 26, 2014 @ 14:53:39
  Author: arodseth
Revision: 111892

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 111891, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 111891, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-26 12:53:30 UTC (rev 111891)
+++ community-i686/PKGBUILD 2014-05-26 12:53:39 UTC (rev 111892)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.36.00
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf')
-options=('!makeflags' '!emptydirs')
-source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=2545')
-sha1sums=('SKIP')
-
-build() {
-  cd $srcdir/advanced
-
-  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir include/curl
-  touch include/curl/types.h
-  make CFLAGS_PERSONAL=$CFLAGS
-  make CFLAGS_PERSONAL=$CFLAGS -C tools
-}
-
-package() {
-  cd $srcdir/advanced
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C tools install
-  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # Remove references to build directory
-  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
-  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 111891, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-26 12:53:39 UTC (rev 111892)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Vitaliy Berdinskikh skippe...@root.ua
+
+pkgname=xmlrpc-c
+pkgver=1.38.02
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf' 'python')
+options=('!makeflags' '!emptydirs')
+source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced')
+sha1sums=('SKIP')
+
+pkgver() {
+  python -c 'print(%01d.%02d.%02d % tuple(map(int, (x.rsplit( ,1)[1] for x 
in open(advanced/version.mk).read().split(\n)[-4:-1]' 
+}
+
+build() {
+  cd advanced
+
+  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL=$CFLAGS
+  make -C tools CFLAGS_PERSONAL=$CFLAGS
+}
+
+package() {
+  cd advanced
+
+  make DESTDIR=$pkgdir install
+  make -C tools DESTDIR=$pkgdir install
+  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # Remove references to build directory
+  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
+  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-26 12:53:30 UTC (rev 111891)
+++ community-x86_64/PKGBUILD   2014-05-26 12:53:39 UTC (rev 111892)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.36.00
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf')
-options=('!makeflags' '!emptydirs')

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

2013-10-24 Thread Gaetan Bisson
Date: Friday, October 25, 2013 @ 03:54:42
  Author: bisson
Revision: 99137

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 99136, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 99136, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-25 01:54:14 UTC (rev 99136)
+++ community-i686/PKGBUILD 2013-10-25 01:54:42 UTC (rev 99137)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.33.03
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf')
-options=('!makeflags' '!libtool' '!emptydirs')
-source=($pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar;)
-sha256sums=('5e52978f4c96591c9732b4e7a336a4abb75550b1403ba0ed59fb3ddd49595309')
-
-build() {
-  cd $srcdir/advanced
-
-  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir include/curl
-  touch include/curl/types.h
-  make CFLAGS_PERSONAL=$CFLAGS
-  make CFLAGS_PERSONAL=$CFLAGS -C tools
-}
-
-package() {
-  cd $srcdir/advanced
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C tools install
-  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # Remove references to build directory
-  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
-  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 99136, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-25 01:54:42 UTC (rev 99137)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Vitaliy Berdinskikh skippe...@root.ua
+
+pkgname=xmlrpc-c
+pkgver=1.36.00
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=('svn://svn.code.sf.net/p/xmlrpc-c/code/advanced#revision=2545')
+sha1sums=('SKIP')
+
+build() {
+  cd $srcdir/advanced
+
+  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL=$CFLAGS
+  make CFLAGS_PERSONAL=$CFLAGS -C tools
+}
+
+package() {
+  cd $srcdir/advanced
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C tools install
+  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # Remove references to build directory
+  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
+  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-25 01:54:14 UTC (rev 99136)
+++ community-x86_64/PKGBUILD   2013-10-25 01:54:42 UTC (rev 99137)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.33.03
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf')
-options=('!makeflags' '!libtool' '!emptydirs')

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

2013-03-28 Thread Alexander Rødseth
Date: Friday, March 29, 2013 @ 01:18:37
  Author: arodseth
Revision: 87246

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 87245, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 87245, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-29 00:18:11 UTC (rev 87245)
+++ community-i686/PKGBUILD 2013-03-29 00:18:37 UTC (rev 87246)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.33.01
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf')
-options=('!makeflags' '!libtool' '!emptydirs')
-source=($pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar;)
-sha256sums=('6aa984a710794cb64ffece9811dcaee32277947b74cf35ca11baeba5d774f814')
-
-build() {
-  cd $srcdir/advanced
-
-  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir include/curl
-  touch include/curl/types.h
-  make CFLAGS_PERSONAL=$CFLAGS
-  make CFLAGS_PERSONAL=$CFLAGS -C tools
-}
-
-package() {
-  cd $srcdir/advanced
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C tools install
-  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # Remove references to build directory
-  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR 
-  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR 
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 87245, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-29 00:18:37 UTC (rev 87246)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Vitaliy Berdinskikh skippe...@root.ua
+
+pkgname=xmlrpc-c
+pkgver=1.33.03
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=($pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar;)
+sha256sums=('5e52978f4c96591c9732b4e7a336a4abb75550b1403ba0ed59fb3ddd49595309')
+
+build() {
+  cd $srcdir/advanced
+
+  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL=$CFLAGS
+  make CFLAGS_PERSONAL=$CFLAGS -C tools
+}
+
+package() {
+  cd $srcdir/advanced
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C tools install
+  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # Remove references to build directory
+  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR ''
+  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR ''
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-29 00:18:11 UTC (rev 87245)
+++ community-x86_64/PKGBUILD   2013-03-29 00:18:37 UTC (rev 87246)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.33.01
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 

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

2013-02-13 Thread Alexander Rødseth
Date: Wednesday, February 13, 2013 @ 15:29:27
  Author: arodseth
Revision: 84192

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

Added:
  xmlrpc-c/repos/community-i686/PKGBUILD
(from rev 84191, xmlrpc-c/trunk/PKGBUILD)
  xmlrpc-c/repos/community-x86_64/PKGBUILD
(from rev 84191, xmlrpc-c/trunk/PKGBUILD)
Deleted:
  xmlrpc-c/repos/community-i686/PKGBUILD
  xmlrpc-c/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |  100 ++--
 community-x86_64/PKGBUILD |  100 ++--
 2 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-13 14:29:15 UTC (rev 84191)
+++ community-i686/PKGBUILD 2013-02-13 14:29:27 UTC (rev 84192)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.32.2
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf')
-options=('!makeflags' '!libtool' '!emptydirs')
-source=($pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar;)
-sha256sums=('2707de25dba9823eaa328072392f2c25f08ed6c707be300bfae8f945609f9c19')
-
-build() {
-  cd $srcdir/advanced
-
-  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
-  ./configure --prefix=/usr \
---mandir=/usr/share/man \
---enable-libxml2-backend \
---disable-cgi-server \
---disable-libwww-client \
---disable-wininet-client \
---enable-abyss \
---enable-cplusplus
-  mkdir include/curl
-  touch include/curl/types.h
-  make CFLAGS_PERSONAL=$CFLAGS
-  make CFLAGS_PERSONAL=$CFLAGS -C tools
-}
-
-package() {
-  cd $srcdir/advanced
-
-  make DESTDIR=$pkgdir install
-  make DESTDIR=$pkgdir -C tools install
-  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  # Remove references to build directory
-  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR 
-  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR 
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xmlrpc-c/repos/community-i686/PKGBUILD (from rev 84191, 
xmlrpc-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-13 14:29:27 UTC (rev 84192)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
+# Contributor: Pierre Schmitz pie...@archlinux.de
+# Contributor: Vitaliy Berdinskikh skippe...@root.ua
+
+pkgname=xmlrpc-c
+pkgver=1.33.01
+pkgrel=1
+epoch=1
+pkgdesc='XML-RPC for C and C++'
+arch=('x86_64' 'i686')
+url='http://xmlrpc-c.sourceforge.net/'
+license=('custom')
+depends=('curl' 'libxml2')
+makedepends=('libtool' 'setconf')
+options=('!makeflags' '!libtool' '!emptydirs')
+source=($pkgname-advanced-$pkgver.tar.gz::http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/advanced/?view=tar;)
+sha256sums=('6aa984a710794cb64ffece9811dcaee32277947b74cf35ca11baeba5d774f814')
+
+build() {
+  cd $srcdir/advanced
+
+  [ $CARCH != i686 ]  export CFLAGS=$CFLAGS -fPIC
+  ./configure --prefix=/usr \
+--mandir=/usr/share/man \
+--enable-libxml2-backend \
+--disable-cgi-server \
+--disable-libwww-client \
+--disable-wininet-client \
+--enable-abyss \
+--enable-cplusplus
+  mkdir include/curl
+  touch include/curl/types.h
+  make CFLAGS_PERSONAL=$CFLAGS
+  make CFLAGS_PERSONAL=$CFLAGS -C tools
+}
+
+package() {
+  cd $srcdir/advanced
+
+  make DESTDIR=$pkgdir install
+  make DESTDIR=$pkgdir -C tools install
+  install -Dm644 doc/COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  # Remove references to build directory
+  setconf $pkgdir/usr/bin/xmlrpc-c-config BLDDIR 
+  setconf $pkgdir/usr/bin/xmlrpc-c-config ABS_SRCDIR 
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-13 14:29:15 UTC (rev 84191)
+++ community-x86_64/PKGBUILD   2013-02-13 14:29:27 UTC (rev 84192)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth rods...@gmail.com
-# Contributor: Daenyth Daenyth+Arch [at] gmail [dot] com
-# Contributor: Pierre Schmitz pie...@archlinux.de
-# Contributor: Vitaliy Berdinskikh skippe...@root.ua
-
-pkgname=xmlrpc-c
-pkgver=1.32.2
-pkgrel=1
-epoch=1
-pkgdesc='XML-RPC for C and C++'
-arch=('x86_64' 'i686')
-url='http://xmlrpc-c.sourceforge.net/'
-license=('custom')
-depends=('curl' 'libxml2')
-makedepends=('libtool' 'setconf')
-options=('!makeflags'