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

2016-12-24 Thread Bartłomiej Piotrowski
Date: Saturday, December 24, 2016 @ 12:24:35
  Author: bpiotrowski
Revision: 284627

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

Added:
  libxml2/repos/staging-i686/
  libxml2/repos/staging-i686/PKGBUILD
(from rev 284626, libxml2/trunk/PKGBUILD)
  libxml2/repos/staging-x86_64/
  libxml2/repos/staging-x86_64/PKGBUILD
(from rev 284626, libxml2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: libxml2/repos/staging-i686/PKGBUILD (from rev 284626, 
libxml2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-12-24 12:24:35 UTC (rev 284627)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+12+ge905f081
+pkgrel=4
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=e905f08123e4a6e7731549e6f09dadff4cab65bd  # master
+source=(git://git.gnome.org/libxml2#commit=$_commit
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/staging-x86_64/PKGBUILD (from rev 284626, 
libxml2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-12-24 12:24:35 UTC (rev 284627)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+12+ge905f081
+pkgrel=4
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=e905f08123e4a6e7731549e6f09dadff4cab65bd  # master
+source=(git://git.gnome.org/libxml2#commit=$_commit
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}


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

2016-11-07 Thread Bartłomiej Piotrowski
Date: Monday, November 7, 2016 @ 12:02:05
  Author: bpiotrowski
Revision: 280029

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

Added:
  libxml2/repos/staging-i686/
  libxml2/repos/staging-i686/PKGBUILD
(from rev 280028, libxml2/trunk/PKGBUILD)
  libxml2/repos/staging-x86_64/
  libxml2/repos/staging-x86_64/PKGBUILD
(from rev 280028, libxml2/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   61 ++
 staging-x86_64/PKGBUILD |   61 ++
 2 files changed, 122 insertions(+)

Copied: libxml2/repos/staging-i686/PKGBUILD (from rev 280028, 
libxml2/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-07 12:02:05 UTC (rev 280029)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+12+ge905f08
+pkgrel=2
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=e905f08123e4a6e7731549e6f09dadff4cab65bd  # master
+source=(git://git.gnome.org/libxml2#commit=$_commit
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/staging-x86_64/PKGBUILD (from rev 280028, 
libxml2/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-07 12:02:05 UTC (rev 280029)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+12+ge905f08
+pkgrel=2
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=e905f08123e4a6e7731549e6f09dadff4cab65bd  # master
+source=(git://git.gnome.org/libxml2#commit=$_commit
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}


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

2016-10-31 Thread Jan de Groot
Date: Monday, October 31, 2016 @ 21:50:07
  Author: jgc
Revision: 279548

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 279547, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 279547, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  122 
 extra-i686/PKGBUILD   |   60 ---
 extra-x86_64/PKGBUILD |   60 ---
 3 files changed, 122 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-31 21:50:02 UTC (rev 279547)
+++ extra-i686/PKGBUILD 2016-10-31 21:50:07 UTC (rev 279548)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.4+4+g3169602
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-options=(!makeflags)
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=3169602058bd2d04913909e869c61d1540bc7fb4'
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('SKIP'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  mkdir build-py3
-  mkdir build-py2
-  mv xmlconf build-py2/
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd build-py2
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-
-  cd ../build-py3
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  PYTHONHASHSEED=0 make
-}
-
-check() {
-  cd build-py2
-  make check
-}
-
-package() {
-  cd build-py2
-  find doc -type f -exec chmod 0644 {} \;
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-  cd ../build-py3/python
-  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 279547, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-31 21:50:07 UTC (rev 279548)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+12+ge905f08
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+_commit=e905f08123e4a6e7731549e6f09dadff4cab65bd  # master
+source=(git://git.gnome.org/libxml2#commit=$_commit
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-31 21:50:02 UTC (rev 279547)
+++ extra-x86_64/PKGBUILD   2016-10-31 21:50:07 UTC (rev 279548)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.4+4+g3169602
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-options=(!makeflags)
-makedepends=('python2' 'python' 'git')

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

2016-08-31 Thread Jan de Groot
Date: Wednesday, August 31, 2016 @ 08:48:43
  Author: jgc
Revision: 275596

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 275595, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 275595, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  120 
 extra-i686/PKGBUILD   |   60 
 extra-x86_64/PKGBUILD |   60 
 3 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-31 08:48:38 UTC (rev 275595)
+++ extra-i686/PKGBUILD 2016-08-31 08:48:43 UTC (rev 275596)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.4+0+gbdec218
-pkgrel=2
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-options=(!makeflags)
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f'
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('SKIP'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  mkdir build-py3
-  mkdir build-py2
-  mv xmlconf build-py2/
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd build-py2
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-
-  cd ../build-py3
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  PYTHONHASHSEED=0 make
-}
-
-check() {
-  cd build-py2
-  make check
-}
-
-package() {
-  cd build-py2
-  find doc -type f -exec chmod 0644 {} \;
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-  cd ../build-py3/python
-  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 275595, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-31 08:48:43 UTC (rev 275596)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+4+g3169602
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+source=('git://git.gnome.org/libxml2#commit=3169602058bd2d04913909e869c61d1540bc7fb4'
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-31 08:48:38 UTC (rev 275595)
+++ extra-x86_64/PKGBUILD   2016-08-31 08:48:43 UTC (rev 275596)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.4+0+gbdec218
-pkgrel=2
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-options=(!makeflags)
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;

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

2016-05-25 Thread Jan de Groot
Date: Wednesday, May 25, 2016 @ 17:12:33
  Author: jgc
Revision: 268552

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 268551, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 268551, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  120 
 extra-i686/PKGBUILD   |   59 ---
 extra-x86_64/PKGBUILD |   59 ---
 3 files changed, 120 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-25 15:12:24 UTC (rev 268551)
+++ extra-i686/PKGBUILD 2016-05-25 15:12:33 UTC (rev 268552)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.4+0+gbdec218
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f'
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('SKIP'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  mkdir build-py3
-  mkdir build-py2
-  mv xmlconf build-py3/
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd build-py2
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-
-  cd ../build-py3
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd build-py3
-  make check
-}
-
-package() {
-  cd build-py3
-  find doc -type f -exec chmod 0644 {} \;
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-  cd ../build-py2/python
-  make DESTDIR="${pkgdir}" install
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 268551, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-25 15:12:33 UTC (rev 268552)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+0+gbdec218
+pkgrel=2
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+options=(!makeflags)
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f'
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py2/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  PYTHONHASHSEED=0 make
+}
+
+check() {
+  cd build-py2
+  make check
+}
+
+package() {
+  cd build-py2
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py3/python
+  PYTHONHASHSEED=0 make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-25 15:12:24 UTC (rev 268551)
+++ extra-x86_64/PKGBUILD   2016-05-25 15:12:33 UTC (rev 268552)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.4+0+gbdec218
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f'

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

2016-05-23 Thread Jan de Groot
Date: Monday, May 23, 2016 @ 14:39:36
  Author: jgc
Revision: 268505

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 268504, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 268504, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  118 
 extra-i686/PKGBUILD   |   59 
 extra-x86_64/PKGBUILD |   59 
 3 files changed, 118 insertions(+), 118 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-23 12:39:29 UTC (rev 268504)
+++ extra-i686/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.3+14+gd5bd2a9
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=d5bd2a9a'
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('SKIP'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-pkgver() {
-  cd $pkgname
-  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
-}
-
-prepare() {
-  mkdir build-py3
-  mkdir build-py2
-  mv xmlconf build-py3/
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd build-py2
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-
-  cd ../build-py3
-  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
-  make
-}
-
-check() {
-  cd build-py3
-  make check
-}
-
-package() {
-  cd build-py3
-  find doc -type f -exec chmod 0644 {} \;
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-  cd ../build-py2/python
-  make DESTDIR="${pkgdir}" install
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 268504, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-23 12:39:36 UTC (rev 268505)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.4+0+gbdec218
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+source=('git://git.gnome.org/libxml2#commit=bdec2183f34b37ee89ae1d330c6ad2bb4d76605f'
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-23 12:39:29 UTC (rev 268504)
+++ extra-x86_64/PKGBUILD   2016-05-23 12:39:36 UTC (rev 268505)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Maintainer: Tom Gundersen 
-# Contributor: John Proctor 
-
-pkgname=libxml2
-pkgver=2.9.3+14+gd5bd2a9
-pkgrel=1
-pkgdesc="XML parsing library, version 2"
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2' 'python' 'git')
-url="http://www.xmlsoft.org/;
-source=('git://git.gnome.org/libxml2#commit=d5bd2a9a'
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('SKIP'
- 

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

2016-04-12 Thread Jan de Groot
Date: Tuesday, April 12, 2016 @ 10:34:21
  Author: jgc
Revision: 264698

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

Added:
  libxml2/repos/testing-i686/
  libxml2/repos/testing-i686/PKGBUILD
(from rev 264697, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-x86_64/
  libxml2/repos/testing-x86_64/PKGBUILD
(from rev 264697, libxml2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   59 ++
 testing-x86_64/PKGBUILD |   59 ++
 2 files changed, 118 insertions(+)

Copied: libxml2/repos/testing-i686/PKGBUILD (from rev 264697, 
libxml2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-04-12 08:34:21 UTC (rev 264698)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.3+14+gd5bd2a9
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+source=('git://git.gnome.org/libxml2#commit=d5bd2a9a'
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/testing-x86_64/PKGBUILD (from rev 264697, 
libxml2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-04-12 08:34:21 UTC (rev 264698)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.3+14+gd5bd2a9
+pkgrel=1
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python' 'git')
+url="http://www.xmlsoft.org/;
+source=('git://git.gnome.org/libxml2#commit=d5bd2a9a'
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('SKIP'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+pkgver() {
+  cd $pkgname
+  git describe --long | sed -e 's/-/+/g' -e 's/^v//'
+}
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build-py2
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}


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

2016-03-24 Thread Jan de Groot
Date: Friday, March 25, 2016 @ 01:06:49
  Author: jgc
Revision: 262509

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libxml2/repos/gnome-unstable-i686/
  libxml2/repos/gnome-unstable-i686/PKGBUILD
(from rev 262508, libxml2/trunk/PKGBUILD)
  libxml2/repos/gnome-unstable-x86_64/
  libxml2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 262508, libxml2/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   53 +++
 gnome-unstable-x86_64/PKGBUILD |   53 +++
 2 files changed, 106 insertions(+)

Copied: libxml2/repos/gnome-unstable-i686/PKGBUILD (from rev 262508, 
libxml2/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-25 00:06:49 UTC (rev 262509)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.3
+pkgrel=2
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python')
+url="http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('daece17e045f1c107610e137ab50c179'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build-py2
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}

Copied: libxml2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 262508, 
libxml2/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-25 00:06:49 UTC (rev 262509)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jan de Groot 
+# Maintainer: Tom Gundersen 
+# Contributor: John Proctor 
+
+pkgname=libxml2
+pkgver=2.9.3
+pkgrel=2
+pkgdesc="XML parsing library, version 2"
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2' 'python')
+url="http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('daece17e045f1c107610e137ab50c179'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  mkdir build-py3
+  mkdir build-py2
+  mv xmlconf build-py3/
+  cd ${pkgname}-${pkgver}
+}
+
+build() {
+  cd build-py2
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+
+  cd ../build-py3
+  ../$pkgname-$pkgver/configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
+  make
+}
+
+check() {
+  cd build-py3
+  make check
+}
+
+package() {
+  cd build-py3
+  find doc -type f -exec chmod 0644 {} \;
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+  cd ../build-py2/python
+  make DESTDIR="${pkgdir}" install
+}


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

2014-10-24 Thread Dave Reisner
Date: Friday, October 24, 2014 @ 22:18:06
  Author: dreisner
Revision: 225298

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 225297, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 225297, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 extra-i686/PKGBUILD   |   41 ---
 extra-x86_64/PKGBUILD |   41 ---
 3 files changed, 84 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-24 20:17:38 UTC (rev 225297)
+++ extra-i686/PKGBUILD 2014-10-24 20:18:06 UTC (rev 225298)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=5
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  mv ../xmlconf .
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 225297, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-24 20:18:06 UTC (rev 225298)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.9.2
+pkgrel=1
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2')
+optdepends=('python2: python bindings to libxml')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9e6a9aca9d155737868b3dc5fd82f788'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  mv ../xmlconf .
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-10-24 20:17:38 UTC (rev 225297)
+++ extra-x86_64/PKGBUILD   2014-10-24 20:18:06 UTC (rev 225298)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=5
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  mv ../xmlconf .
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxml2/repos/extra-x86_64/PKGBUILD (from rev 225297, 
libxml2/trunk/PKGBUILD)

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

2013-11-04 Thread Jan Steffens
Date: Monday, November 4, 2013 @ 15:26:01
  Author: heftig
Revision: 198786

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 198785, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 198785, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 extra-i686/PKGBUILD   |   51 -
 extra-x86_64/PKGBUILD |   51 -
 3 files changed, 82 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-04 14:24:49 UTC (rev 198785)
+++ extra-i686/PKGBUILD 2013-11-04 14:26:01 UTC (rev 198786)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=4
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python' 'python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-prepare() {
-  mv xmlconf -t ${pkgname}-${pkgver}
-  cp -a ${pkgname}-${pkgver} python3
-
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  make
-
-  cd ../python3
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python3
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd ../python3
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-  cd ../python3/python
-  make DESTDIR=${pkgdir} install
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 198785, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-04 14:26:01 UTC (rev 198786)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.9.1
+pkgrel=5
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  mv ../xmlconf .
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-04 14:24:49 UTC (rev 198785)
+++ extra-x86_64/PKGBUILD   2013-11-04 14:26:01 UTC (rev 198786)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=4
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python' 'python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-prepare() {
-  mv xmlconf -t ${pkgname}-${pkgver}
-  cp -a ${pkgname}-${pkgver} python3
-
-  cd ${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
-  make
-
-  cd ../python3
-  ./configure --prefix=/usr --with-threads 

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

2013-11-02 Thread Jan Steffens
Date: Saturday, November 2, 2013 @ 18:33:56
  Author: heftig
Revision: 198739

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 198738, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 198738, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  102 
 extra-i686/PKGBUILD   |   38 -
 extra-x86_64/PKGBUILD |   38 -
 3 files changed, 102 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-02 17:32:49 UTC (rev 198738)
+++ extra-i686/PKGBUILD 2013-11-02 17:33:56 UTC (rev 198739)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=3
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --with-threads --with-history \
- --with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  mv ${srcdir}/xmlconf .
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 198738, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-02 17:33:56 UTC (rev 198739)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.9.1
+pkgrel=4
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python' 'python2')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+prepare() {
+  mv xmlconf -t ${pkgname}-${pkgver}
+  cp -a ${pkgname}-${pkgver} python3
+
+  cd ${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python2
+  make
+
+  cd ../python3
+  ./configure --prefix=/usr --with-threads --with-history 
--with-python=/usr/bin/python3
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd ../python3
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+  cd ../python3/python
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-02 17:32:49 UTC (rev 198738)
+++ extra-x86_64/PKGBUILD   2013-11-02 17:33:56 UTC (rev 198739)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=3
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --with-threads --with-history \
- --with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  mv ${srcdir}/xmlconf .
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 

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

2013-10-24 Thread Gaetan Bisson
Date: Friday, October 25, 2013 @ 05:14:08
  Author: bisson
Revision: 197380

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

Added:
  libxml2/repos/extra-i686/PKGBUILD
(from rev 197379, libxml2/trunk/PKGBUILD)
  libxml2/repos/extra-x86_64/PKGBUILD
(from rev 197379, libxml2/trunk/PKGBUILD)
Deleted:
  libxml2/repos/extra-i686/PKGBUILD
  libxml2/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-25 03:13:40 UTC (rev 197379)
+++ extra-i686/PKGBUILD 2013-10-25 03:14:08 UTC (rev 197380)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=2
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-options=('!libtool')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --with-threads --with-history \
- --with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  mv ${srcdir}/xmlconf .
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxml2/repos/extra-i686/PKGBUILD (from rev 197379, 
libxml2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-25 03:14:08 UTC (rev 197380)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Maintainer: Tom Gundersen t...@jklm.no
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.9.1
+pkgrel=3
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('MIT')
+depends=('zlib' 'readline' 'ncurses' 'xz')
+makedepends=('python2')
+options=('!libtool')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  ./configure --prefix=/usr --with-threads --with-history \
+ --with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  mv ${srcdir}/xmlconf .
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-25 03:13:40 UTC (rev 197379)
+++ extra-x86_64/PKGBUILD   2013-10-25 03:14:08 UTC (rev 197380)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-# Maintainer: Tom Gundersen t...@jklm.no
-# Contributor: John Proctor jproc...@prium.net
-
-pkgname=libxml2
-pkgver=2.9.1
-pkgrel=2
-pkgdesc=XML parsing library, version 2
-arch=(i686 x86_64)
-license=('MIT')
-depends=('zlib' 'readline' 'ncurses' 'xz')
-makedepends=('python2')
-options=('!libtool')
-url=http://www.xmlsoft.org/;
-source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
-http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
-md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
- 'ae3d1ebe000a3972afa104ca7f0e1b4a')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
-  ./configure --prefix=/usr --with-threads --with-history \
- --with-python=/usr/bin/python2
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  mv ${srcdir}/xmlconf .
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
-}

Copied: libxml2/repos/extra-x86_64/PKGBUILD (from rev 197379, 
libxml2/trunk/PKGBUILD)

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

2013-05-10 Thread Bartłomiej Piotrowski
Date: Friday, May 10, 2013 @ 19:09:39
  Author: bpiotrowski
Revision: 185047

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

Added:
  libxml2/repos/testing-i686/
  libxml2/repos/testing-i686/PKGBUILD
(from rev 185046, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-x86_64/
  libxml2/repos/testing-x86_64/PKGBUILD
(from rev 185046, libxml2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: libxml2/repos/testing-i686/PKGBUILD (from rev 185046, 
libxml2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-10 17:09:39 UTC (rev 185047)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.9.1
+pkgrel=1
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('custom')
+depends=('zlib=1.2.4' 'readline=6.1' 'ncurses=5.7' 'xz')
+makedepends=('python2')
+options=('!libtool')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  ./configure --prefix=/usr --with-threads --with-history \
+ --with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  mv ${srcdir}/xmlconf .
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: libxml2/repos/testing-x86_64/PKGBUILD (from rev 185046, 
libxml2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-10 17:09:39 UTC (rev 185047)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.9.1
+pkgrel=1
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('custom')
+depends=('zlib=1.2.4' 'readline=6.1' 'ncurses=5.7' 'xz')
+makedepends=('python2')
+options=('!libtool')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080827.tar.gz)
+md5sums=('9c0cfef285d5c4a5c80d00904ddab380'
+ 'ae3d1ebe000a3972afa104ca7f0e1b4a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  ./configure --prefix=/usr --with-threads --with-history \
+ --with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  mv ${srcdir}/xmlconf .
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}



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

2012-08-09 Thread Jan de Groot
Date: Thursday, August 9, 2012 @ 17:18:17
  Author: jgc
Revision: 165055

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

Added:
  libxml2/repos/testing-i686/
  libxml2/repos/testing-i686/PKGBUILD
(from rev 165054, libxml2/trunk/PKGBUILD)
  libxml2/repos/testing-x86_64/
  libxml2/repos/testing-x86_64/PKGBUILD
(from rev 165054, libxml2/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   38 ++
 testing-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: libxml2/repos/testing-i686/PKGBUILD (from rev 165054, 
libxml2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-09 21:18:17 UTC (rev 165055)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('custom')
+depends=('zlib=1.2.4' 'readline=6.1' 'ncurses=5.7' 'xz')
+makedepends=('python2')
+options=('!libtool')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080205.tar.gz)
+md5sums=('c62106f02ee00b6437f0fb9d370c1093'
+ 'b255be9a1c7f7021e52448e4ec8d7a0d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  ./configure --prefix=/usr --with-threads --with-history \
+ --with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  mv ${srcdir}/xmlconf .
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: libxml2/repos/testing-x86_64/PKGBUILD (from rev 165054, 
libxml2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-09 21:18:17 UTC (rev 165055)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+# Contributor: John Proctor jproc...@prium.net
+
+pkgname=libxml2
+pkgver=2.8.0
+pkgrel=1
+pkgdesc=XML parsing library, version 2
+arch=(i686 x86_64)
+license=('custom')
+depends=('zlib=1.2.4' 'readline=6.1' 'ncurses=5.7' 'xz')
+makedepends=('python2')
+options=('!libtool')
+url=http://www.xmlsoft.org/;
+source=(ftp://ftp.xmlsoft.org/${pkgname}/${pkgname}-${pkgver}.tar.gz
+http://www.w3.org/XML/Test/xmlts20080205.tar.gz)
+md5sums=('c62106f02ee00b6437f0fb9d370c1093'
+ 'b255be9a1c7f7021e52448e4ec8d7a0d')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  sed -e 's|/usr/bin/python -u|/usr/bin/python2 -u|g' -e 
's|/usr/bin/python$|/usr/bin/python2|g' -i python/tests/*.py
+  ./configure --prefix=/usr --with-threads --with-history \
+ --with-python=/usr/bin/python2
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  mv ${srcdir}/xmlconf .
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}