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

Alexander Rødseth arodseth at archlinux.org
Sun Jan 10 15:53:14 UTC 2016


    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 <rodseth at gmail.com>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Vitaliy Berdinskikh <skipper13 at root.ua>
-
-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 <rodseth at gmail.com>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Vitaliy Berdinskikh <skipper13 at root.ua>
+
+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 <rodseth at gmail.com>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-# Contributor: Vitaliy Berdinskikh <skipper13 at root.ua>
-
-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-x86_64/PKGBUILD (from rev 155873, xmlrpc-c/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-10 15:53:14 UTC (rev 155874)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+# Contributor: Vitaliy Berdinskikh <skipper13 at root.ua>
+
+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:



More information about the arch-commits mailing list