[arch-commits] Commit in haskell-hakyll/repos (6 files)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:43:32
  Author: fyan
Revision: 166465

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

Added:
  haskell-hakyll/repos/community-staging-i686/
  haskell-hakyll/repos/community-staging-i686/PKGBUILD
(from rev 166464, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 166464, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 166464, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 166464, haskell-hakyll/trunk/haskell-hakyll.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-hakyll.install   |   18 
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-hakyll.install |   18 
 4 files changed, 132 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 166464, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-13 06:43:32 UTC (rev 166465)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=36
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 166464, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-03-13 06:43:32 UTC 
(rev 166465)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
166464, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-13 06:43:32 UTC (rev 166465)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:43:09
  Author: fyan
Revision: 166464

upgpkg: haskell-hakyll 4.7.5.1-36

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:39:31 UTC (rev 166463)
+++ PKGBUILD2016-03-13 06:43:09 UTC (rev 166464)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=35
+pkgrel=36
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


[arch-commits] Commit in python-ioflo/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:39:31
  Author: fyan
Revision: 166463

archrelease: copy trunk to community-any

Added:
  python-ioflo/repos/community-any/PKGBUILD
(from rev 166462, python-ioflo/trunk/PKGBUILD)
Deleted:
  python-ioflo/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 +
 1 file changed, 53 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:39:14 UTC (rev 166462)
+++ PKGBUILD2016-03-13 06:39:31 UTC (rev 166463)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Thomas S Hatch 
-
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('APACHE')
-source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('a5b7f9ef70c918c205db4a497384356d')
-makedepends=(python-setuptools python2-setuptools)
-
-prepare() {
-  cd $srcdir
-  cp -r ioflo-$pkgver python2-ioflo-$pkgver
-}
-
-package_python-ioflo() {
-  depends=('python')
-  cd "$srcdir/ioflo-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2')
-  cd "$srcdir/python2-ioflo-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-  mv $pkgdir/usr/bin/ioflo $pkgdir/usr/bin/ioflo2
-}
-

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 166462, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:39:31 UTC (rev 166463)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Thomas S Hatch 
+
+pkgbase=python-ioflo
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.5.1
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ioflo{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ioflo
+  python setup.py build
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ioflo
+  python setup.py nosetests || warning "Tests failed"
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py nosetests || warning "Tests failed"
+}
+
+package_python-ioflo() {
+  depends=('python')
+
+  cd ioflo
+  python setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2')
+
+  cd ioflo-py2
+  python2 setup.py install --root="$pkgdir" -O1
+
+  rm "$pkgdir"/usr/bin/ioflo
+}


[arch-commits] Commit in python-ioflo/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:39:14
  Author: fyan
Revision: 166462

upgpkg: python-ioflo 1.5.1-1

Modified:
  python-ioflo/trunk/PKGBUILD

--+
 PKGBUILD |   46 +-
 1 file changed, 33 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:25:03 UTC (rev 166461)
+++ PKGBUILD2016-03-13 06:39:14 UTC (rev 166462)
@@ -1,33 +1,53 @@
 # $Id$
-# Maintainer: Daniel Wallace 
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
 # Contributor: Thomas S Hatch 
 
+pkgbase=python-ioflo
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
 url='http://ioflo.com'
-license=('APACHE')
-source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('a5b7f9ef70c918c205db4a497384356d')
-makedepends=(python-setuptools python2-setuptools)
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-  cd $srcdir
-  cp -r ioflo-$pkgver python2-ioflo-$pkgver
+  cp -a ioflo{,-py2}
 }
 
+build() {
+  cd "$srcdir"/ioflo
+  python setup.py build
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ioflo
+  python setup.py nosetests || warning "Tests failed"
+
+  cd "$srcdir"/ioflo-py2
+  python2 setup.py nosetests || warning "Tests failed"
+}
+
 package_python-ioflo() {
   depends=('python')
-  cd "$srcdir/ioflo-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
+
+  cd ioflo
+  python setup.py install --root="$pkgdir" -O1
 }
 
 package_python2-ioflo() {
   depends=('python2')
-  cd "$srcdir/python2-ioflo-$pkgver"
+
+  cd ioflo-py2
   python2 setup.py install --root="$pkgdir" -O1
-  mv $pkgdir/usr/bin/ioflo $pkgdir/usr/bin/ioflo2
+
+  rm "$pkgdir"/usr/bin/ioflo
 }
-


[arch-commits] Commit in haskell-conduit-combinators/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:24:39
  Author: fyan
Revision: 166460

upgpkg: haskell-conduit-combinators 1.0.3.1-11

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:21:42 UTC (rev 166459)
+++ PKGBUILD2016-03-13 06:24:39 UTC (rev 166460)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


[arch-commits] Commit in haskell-conduit-combinators/repos (6 files)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:25:03
  Author: fyan
Revision: 166461

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 166460, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 166460, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 166460, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 166460, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 166460, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-13 06:25:03 UTC (rev 166461)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=11
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 166460, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-03-13 
06:25:03 UTC (rev 166461)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 166460, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in darcs/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:21:20
  Author: fyan
Revision: 166458

upgpkg: darcs 2.10.3-8

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  darcs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:19:01 UTC (rev 166457)
+++ PKGBUILD2016-03-13 06:21:20 UTC (rev 166458)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.10.3
-pkgrel=7
+pkgrel=8
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:21:42
  Author: fyan
Revision: 166459

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

Added:
  darcs/repos/community-staging-i686/
  darcs/repos/community-staging-i686/PKGBUILD
(from rev 166458, darcs/trunk/PKGBUILD)
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 166458, darcs/trunk/PKGBUILD)

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 166458, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-13 06:21:42 UTC (rev 166459)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.3
+pkgrel=8
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 166458, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-13 06:21:42 UTC (rev 166459)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.3
+pkgrel=8
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r 

[arch-commits] Commit in python-couchdb/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:18:26
  Author: fyan
Revision: 166455

archrelease: copy trunk to community-any

Added:
  python-couchdb/repos/community-any/PKGBUILD
(from rev 166454, python-couchdb/trunk/PKGBUILD)
Deleted:
  python-couchdb/repos/community-any/PKGBUILD

--+
 PKGBUILD |  170 ++---
 1 file changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:18:09 UTC (rev 166454)
+++ PKGBUILD2016-03-13 06:18:26 UTC (rev 166455)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Aaron DeVore 
-# Contributor: Byron Clark 
-# Contributor: Guan 'kuno' Qing 
-
-pkgbase=python-couchdb
-pkgname=(python-couchdb python2-couchdb)
-pkgver=1.0
-pkgrel=2
-pkgdesc="Python library for working with CouchDB"
-url="http://code.google.com/p/couchdb-python/;
-license=('BSD')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('couchdb')
-source=(http://pypi.python.org/packages/source/C/CouchDB/CouchDB-$pkgver.tar.gz)
-md5sums=('94fa641fa032f9b8a58515881fbb4b1e')
-
-prepare() {
-  cp -a CouchDB-$pkgver{,-py2}
-
-  cd "$srcdir/CouchDB-$pkgver-py2"
-  sed -i 's/python /python2 /' Makefile
-  find . -name "*.py" -exec \
-sed -i '1s|env python$|env python2|' {} \;
-}
-
-build() {
-  cd "$srcdir/CouchDB-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/CouchDB-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  mkdir "$srcdir/tmp_couchdb"
-  cat > "$srcdir/tmp_couchdb.conf" << EOF
-[couchdb]
-database_dir = "$srcdir/tmp_couchdb"
-view_index_dir = "$srcdir/tmp_couchdb"
-uri_file = "$srcdir/tmp_couchdb.uri"
-[log]
-file = "$srcdir/tmp_couchdb.log"
-EOF
-
-  couchdb -a "$srcdir/tmp_couchdb.conf" &
-  _COUCHDB_PID=$!
-  sleep 3;
-
-  cd "$srcdir/CouchDB-$pkgver"
-  python setup.py test || warning "python 3 tests failed"
-
-  cd "$srcdir/CouchDB-$pkgver-py2"
-  python2 setup.py test
-
-  kill $_COUCHDB_PID
-}
-
-package_python-couchdb() {
-  depends=('python-setuptools')
-
-  cd "$srcdir/CouchDB-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -D -m644 "COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_python2-couchdb() {
-  depends=('python2-setuptools')
-
-  cd "$srcdir/CouchDB-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -D -m644 "COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  for name in couchdb-dump couchdb-load couchdb-replicate couchpy; do
-mv "$pkgdir/usr/bin/$name"{,2}
-  done
-}
-
-# vim:ts=2:sw=2:et

Copied: python-couchdb/repos/community-any/PKGBUILD (from rev 166454, 
python-couchdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:18:26 UTC (rev 166455)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Aaron DeVore 
+# Contributor: Byron Clark 
+# Contributor: Guan 'kuno' Qing 
+
+pkgbase=python-couchdb
+pkgname=(python-couchdb python2-couchdb)
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Python library for working with CouchDB"
+url="http://code.google.com/p/couchdb-python/;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('couchdb')
+source=(http://pypi.python.org/packages/source/C/CouchDB/CouchDB-$pkgver.tar.gz)
+md5sums=('bcedc91f6154b7563dfb34b3d854c6c6')
+
+prepare() {
+  cp -a CouchDB-$pkgver{,-py2}
+
+  cd "$srcdir/CouchDB-$pkgver-py2"
+  sed -i 's/python /python2 /' Makefile
+  find . -name "*.py" -exec \
+sed -i '1s|env python$|env python2|' {} \;
+}
+
+build() {
+  cd "$srcdir/CouchDB-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/CouchDB-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  mkdir "$srcdir/tmp_couchdb"
+  cat > "$srcdir/tmp_couchdb.conf" << EOF
+[couchdb]
+database_dir = "$srcdir/tmp_couchdb"
+view_index_dir = "$srcdir/tmp_couchdb"
+uri_file = "$srcdir/tmp_couchdb.uri"
+[log]
+file = "$srcdir/tmp_couchdb.log"
+EOF
+
+  couchdb -a "$srcdir/tmp_couchdb.conf" &
+  _COUCHDB_PID=$!
+  sleep 3;
+
+  cd "$srcdir/CouchDB-$pkgver"
+  python setup.py test || warning "python 3 tests failed"
+
+  cd "$srcdir/CouchDB-$pkgver-py2"
+  python2 setup.py test
+
+  kill $_COUCHDB_PID
+}
+
+package_python-couchdb() {
+  depends=('python-setuptools')
+
+  cd "$srcdir/CouchDB-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m644 "COPYING" \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_python2-couchdb() {
+  depends=('python2-setuptools')
+
+  cd "$srcdir/CouchDB-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m644 "COPYING" \
+

[arch-commits] Commit in python-keyring/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:19:01
  Author: fyan
Revision: 166457

archrelease: copy trunk to community-any

Added:
  python-keyring/repos/community-any/PKGBUILD
(from rev 166456, python-keyring/trunk/PKGBUILD)
Deleted:
  python-keyring/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:18:44 UTC (rev 166456)
+++ PKGBUILD2016-03-13 06:19:01 UTC (rev 166457)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.4.1
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring;
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('96d6e4c9cc4b0a25244cffd7f8c7bdcc')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py ptr
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py ptr
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python2-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 166456, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:19:01 UTC (rev 166457)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=8.5
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring;
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
+md5sums=('652110848c23b2c8790b44ab9b0f640e')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py ptr
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py ptr
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python-keyrings-alt: Alternative backends')
+
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-keyring() {
+  depends=('python2-setuptools')
+  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python2-keyrings-alt: Alternative backends')
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  mv "$pkgdir"/usr/bin/keyring{,2}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-keyring/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:18:44
  Author: fyan
Revision: 166456

upgpkg: python-keyring 8.5-1

Modified:
  python-keyring/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:18:26 UTC (rev 166455)
+++ PKGBUILD2016-03-13 06:18:44 UTC (rev 166456)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.4.1
+pkgver=8.5
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz;)
 makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('96d6e4c9cc4b0a25244cffd7f8c7bdcc')
+md5sums=('652110848c23b2c8790b44ab9b0f640e')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}


[arch-commits] Commit in python-couchdb/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:18:09
  Author: fyan
Revision: 166454

upgpkg: python-couchdb 1.0.1-1

Modified:
  python-couchdb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:17:57 UTC (rev 166453)
+++ PKGBUILD2016-03-13 06:18:09 UTC (rev 166454)
@@ -6,8 +6,8 @@
 
 pkgbase=python-couchdb
 pkgname=(python-couchdb python2-couchdb)
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Python library for working with CouchDB"
 url="http://code.google.com/p/couchdb-python/;
 license=('BSD')
@@ -15,7 +15,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('couchdb')
 
source=(http://pypi.python.org/packages/source/C/CouchDB/CouchDB-$pkgver.tar.gz)
-md5sums=('94fa641fa032f9b8a58515881fbb4b1e')
+md5sums=('bcedc91f6154b7563dfb34b3d854c6c6')
 
 prepare() {
   cp -a CouchDB-$pkgver{,-py2}


[arch-commits] Commit in stylus/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:17:42
  Author: fyan
Revision: 166452

upgpkg: stylus 0.54.2-1

Modified:
  stylus/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:17:00 UTC (rev 166451)
+++ PKGBUILD2016-03-13 06:17:42 UTC (rev 166452)
@@ -3,7 +3,7 @@
 
 pkgname=stylus
 pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.54.0
+pkgver=0.54.2
 pkgrel=1
 arch=('any')
 url='https://github.com/stylus/stylus'
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha256sums=('9fedf17dbb1e0c62ba08057b9ec480822f4ca003ff7504bf8f1dc7ef1af8449d')
+sha256sums=('74e8791cf83dece0dc9550480ad23c9d8e65919e9f010e6b613ddd7422ca2107')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in stylus/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:17:57
  Author: fyan
Revision: 166453

archrelease: copy trunk to community-any

Added:
  stylus/repos/community-any/PKGBUILD
(from rev 166452, stylus/trunk/PKGBUILD)
Deleted:
  stylus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:17:42 UTC (rev 166452)
+++ PKGBUILD2016-03-13 06:17:57 UTC (rev 166453)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=stylus
-pkgdesc='Robust, expressive, and feature-rich CSS superset'
-pkgver=0.54.0
-pkgrel=1
-arch=('any')
-url='https://github.com/stylus/stylus'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('9fedf17dbb1e0c62ba08057b9ec480822f4ca003ff7504bf8f1dc7ef1af8449d')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: stylus/repos/community-any/PKGBUILD (from rev 166452, 
stylus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:17:57 UTC (rev 166453)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=stylus
+pkgdesc='Robust, expressive, and feature-rich CSS superset'
+pkgver=0.54.2
+pkgrel=1
+arch=('any')
+url='https://github.com/stylus/stylus'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha256sums=('74e8791cf83dece0dc9550480ad23c9d8e65919e9f010e6b613ddd7422ca2107')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in haskell-statistics/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:16:37
  Author: fyan
Revision: 166450

upgpkg: haskell-statistics 0.13.2.3-7

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  haskell-statistics/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:16:23 UTC (rev 166449)
+++ PKGBUILD2016-03-13 06:16:37 UTC (rev 166450)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.13.2.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics;
 license=("custom:BSD3")


[arch-commits] Commit in eslint/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:16:23
  Author: fyan
Revision: 166449

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 166448, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:15:57 UTC (rev 166448)
+++ PKGBUILD2016-03-13 06:16:23 UTC (rev 166449)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('c5421e844c410347a1b713208f41aa07')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 166448, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:16:23 UTC (rev 166449)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('61d39699bb1b67376d9ca35cdafcd98c')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-statistics/repos (6 files)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:17:00
  Author: fyan
Revision: 166451

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

Added:
  haskell-statistics/repos/community-staging-i686/
  haskell-statistics/repos/community-staging-i686/PKGBUILD
(from rev 166450, haskell-statistics/trunk/PKGBUILD)
  haskell-statistics/repos/community-staging-i686/haskell-statistics.install
(from rev 166450, haskell-statistics/trunk/haskell-statistics.install)
  haskell-statistics/repos/community-staging-x86_64/
  haskell-statistics/repos/community-staging-x86_64/PKGBUILD
(from rev 166450, haskell-statistics/trunk/PKGBUILD)
  haskell-statistics/repos/community-staging-x86_64/haskell-statistics.install
(from rev 166450, haskell-statistics/trunk/haskell-statistics.install)

-+
 community-staging-i686/PKGBUILD |   44 ++
 community-staging-i686/haskell-statistics.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   44 ++
 community-staging-x86_64/haskell-statistics.install |   18 +++
 4 files changed, 124 insertions(+)

Copied: haskell-statistics/repos/community-staging-i686/PKGBUILD (from rev 
166450, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-13 06:17:00 UTC (rev 166451)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=7
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=("d624b1494959d3c64cfd068c9566778a799d3e3f5d6b22ec3e353ba6d6876fbd")
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-statistics/repos/community-staging-i686/haskell-statistics.install 
(from rev 166450, haskell-statistics/trunk/haskell-statistics.install)
===
--- community-staging-i686/haskell-statistics.install   
(rev 0)
+++ community-staging-i686/haskell-statistics.install   2016-03-13 06:17:00 UTC 
(rev 166451)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-statistics
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
166450, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-13 06:17:00 UTC (rev 166451)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=7
+pkgdesc="A library of statistical types, data, and functions"

[arch-commits] Commit in eslint/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:15:57
  Author: fyan
Revision: 166448

upgpkg: eslint 2.4.0-1

Modified:
  eslint/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:13:31 UTC (rev 166447)
+++ PKGBUILD2016-03-13 06:15:57 UTC (rev 166448)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.3.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('c5421e844c410347a1b713208f41aa07')
+md5sums=('61d39699bb1b67376d9ca35cdafcd98c')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in thefuck/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:13:31
  Author: fyan
Revision: 166447

archrelease: copy trunk to community-any

Added:
  thefuck/repos/community-any/PKGBUILD
(from rev 166446, thefuck/trunk/PKGBUILD)
Deleted:
  thefuck/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:13:12 UTC (rev 166446)
+++ PKGBUILD2016-03-13 06:13:31 UTC (rev 166447)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=thefuck
-pkgver=3.4
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck;
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
-makedepends=('git')
-checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
-source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd thefuck
-  python setup.py build
-}
-
-check() {
-  cd thefuck
-
-  # Hack distribution test by installing it and set PYTHONPATH afterwards
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-
-  # Hack $HOME as it's / in the chroot and not writable
-  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
-  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
-  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
-  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
-}
-
-package() {
-  cd thefuck
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thefuck/repos/community-any/PKGBUILD (from rev 166446, 
thefuck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:13:31 UTC (rev 166447)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=thefuck
+pkgver=3.5
+pkgrel=1
+pkgdesc="Magnificent app which corrects your previous console command"
+arch=('any')
+url="https://github.com/nvbn/thefuck;
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-six' 'python-colorama' 
'python-decorator')
+makedepends=('git')
+checkdepends=('python-pytest-mock' 'python-mock' 'python-pexpect')
+source=("git+https://github.com/nvbn/thefuck.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd thefuck
+  python setup.py build
+}
+
+check() {
+  cd thefuck
+
+  # Hack distribution test by installing it and set PYTHONPATH afterwards
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+
+  # Hack $HOME as it's / in the chroot and not writable
+  cp tests/test_conf.py "$srcdir/test_conf.py.bak"
+  sed -i "s|data = {}|data = {'HOME': '$srcdir'}|" tests/test_conf.py
+  LC_CTYPE=en_US.utf8 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" 
py.test tests
+  mv "$srcdir/test_conf.py.bak" tests/test_conf.py
+}
+
+package() {
+  cd thefuck
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in thefuck/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:13:12
  Author: fyan
Revision: 166446

upgpkg: thefuck 3.5-1

Modified:
  thefuck/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:13:02 UTC (rev 166445)
+++ PKGBUILD2016-03-13 06:13:12 UTC (rev 166446)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=thefuck
-pkgver=3.4
+pkgver=3.5
 pkgrel=1
 pkgdesc="Magnificent app which corrects your previous console command"
 arch=('any')


[arch-commits] Commit in perl-canary-stability/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:12:22
  Author: fyan
Revision: 166443

archrelease: copy trunk to community-any

Added:
  perl-canary-stability/repos/community-any/PKGBUILD
(from rev 166442, perl-canary-stability/trunk/PKGBUILD)
Deleted:
  perl-canary-stability/repos/community-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:12:01 UTC (rev 166442)
+++ PKGBUILD2016-03-13 06:12:22 UTC (rev 166443)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Brian Bidulock 
-
-pkgname=perl-canary-stability
-_realname=Canary-Stability
-pkgver=2006
-pkgrel=2
-pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for 
schmorp's modules"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-anyevent' 'perl-common-sense' 'perl-guard')
-url="https://metacpan.org/release/${_realname};
-source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz;)
-md5sums=('570ffd5fd8a399b6ba392c8451c8f5ab')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/$_realname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-canary-stability/repos/community-any/PKGBUILD (from rev 166442, 
perl-canary-stability/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:12:22 UTC (rev 166443)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Brian Bidulock 
+
+pkgname=perl-canary-stability
+_realname=Canary-Stability
+pkgver=2011
+pkgrel=1
+pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for 
schmorp's modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-anyevent' 'perl-common-sense' 'perl-guard')
+url="https://metacpan.org/release/${_realname};
+source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz;)
+md5sums=('bd6b2e93bf97d99a04065227ca267204')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/$_realname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-fake-factory/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:13:02
  Author: fyan
Revision: 166445

archrelease: copy trunk to community-any

Added:
  python-fake-factory/repos/community-any/PKGBUILD
(from rev 166444, python-fake-factory/trunk/PKGBUILD)
Deleted:
  python-fake-factory/repos/community-any/PKGBUILD

--+
 PKGBUILD |  116 ++---
 1 file changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:12:46 UTC (rev 166444)
+++ PKGBUILD2016-03-13 06:13:02 UTC (rev 166445)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jeremy "Ichimonji10" Audet 
-# Contributor: dnuux 
-
-pkgbase=python-fake-factory
-pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.6
-pkgrel=1
-pkgdesc='Faker generates fake data for you.'
-arch=('any')
-url='http://www.joke2k.net/faker/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
-checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
-  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
-  'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a faker{,-py2}
-}
-
-build() {
-  cd "$srcdir"/faker
-  python setup.py build
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/faker
-  nosetests3
-
-  cd "$srcdir"/faker-py2
-  nosetests2
-}
-
-package_python-fake-factory() {
-  depends=('python-setuptools' 'python-dateutil')
-
-  cd "$srcdir"/faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-package_python2-fake-factory() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
-
-  cd "$srcdir"/faker-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/bin/faker{,2}
-  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-fake-factory/repos/community-any/PKGBUILD (from rev 166444, 
python-fake-factory/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:13:02 UTC (rev 166445)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jeremy "Ichimonji10" Audet 
+# Contributor: dnuux 
+
+pkgbase=python-fake-factory
+pkgname=(python-fake-factory python2-fake-factory)
+pkgver=0.5.7
+pkgrel=1
+pkgdesc='Faker generates fake data for you.'
+arch=('any')
+url='http://www.joke2k.net/faker/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 
'python2-dateutil' 'git')
+checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 
'python-nose' 'python2-nose'
+  'python-mock' 'python2-mock' 'python-email-validator' 
'python2-email-validator'
+  'python2-ipaddress')
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a faker{,-py2}
+}
+
+build() {
+  cd "$srcdir"/faker
+  python setup.py build
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/faker
+  nosetests3
+
+  cd "$srcdir"/faker-py2
+  nosetests2
+}
+
+package_python-fake-factory() {
+  depends=('python-setuptools' 'python-dateutil')
+
+  cd "$srcdir"/faker
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-fake-factory() {
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+
+  cd "$srcdir"/faker-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/bin/faker{,2}
+  install -Dm 644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-fake-factory/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:12:46
  Author: fyan
Revision: 166444

upgpkg: python-fake-factory 0.5.7-1

Modified:
  python-fake-factory/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:12:22 UTC (rev 166443)
+++ PKGBUILD2016-03-13 06:12:46 UTC (rev 166444)
@@ -5,7 +5,7 @@
 
 pkgbase=python-fake-factory
 pkgname=(python-fake-factory python2-fake-factory)
-pkgver=0.5.6
+pkgver=0.5.7
 pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')


[arch-commits] Commit in perl-canary-stability/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:12:01
  Author: fyan
Revision: 166442

upgpkg: perl-canary-stability 2011-1

Modified:
  perl-canary-stability/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 06:10:51 UTC (rev 166441)
+++ PKGBUILD2016-03-13 06:12:01 UTC (rev 166442)
@@ -4,8 +4,8 @@
 
 pkgname=perl-canary-stability
 _realname=Canary-Stability
-pkgver=2006
-pkgrel=2
+pkgver=2011
+pkgrel=1
 pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for 
schmorp's modules"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 depends=('perl-anyevent' 'perl-common-sense' 'perl-guard')
 url="https://metacpan.org/release/${_realname};
 
source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz;)
-md5sums=('570ffd5fd8a399b6ba392c8451c8f5ab')
+md5sums=('bd6b2e93bf97d99a04065227ca267204')
 
 build() {
   cd "$srcdir/$_realname-$pkgver"


[arch-commits] Commit in winetricks/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:10:35
  Author: fyan
Revision: 166440

upgpkg: winetricks 20160311-1

Modified:
  winetricks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 05:52:31 UTC (rev 166439)
+++ PKGBUILD2016-03-13 06:10:35 UTC (rev 166440)
@@ -4,7 +4,7 @@
 # Contributor: Allan McRae 
 
 pkgname=winetricks
-pkgver=20160219
+pkgver=20160311
 pkgrel=1
 pkgdesc='Script to install various redistributable runtime libraries in Wine.'
 url='http://wiki.winehq.org/winetricks'
@@ -13,7 +13,7 @@
 optdepends=('zenity: GUI for GNOME desktop'
 'kdebase-kdialog: GUI for KDE desktop')
 source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz;)
-md5sums=('5f0cc7ddc103fed4afec6a6f91f4db03')
+md5sums=('c9ded33f7fd309b66a894f25fac274a3')
 
 package() {
   depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')


[arch-commits] Commit in winetricks/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 07:10:51
  Author: fyan
Revision: 166441

archrelease: copy trunk to community-any

Added:
  winetricks/repos/community-any/PKGBUILD
(from rev 166440, winetricks/trunk/PKGBUILD)
Deleted:
  winetricks/repos/community-any/PKGBUILD

--+
 PKGBUILD |   46 +++---
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-13 06:10:35 UTC (rev 166440)
+++ PKGBUILD2016-03-13 06:10:51 UTC (rev 166441)
@@ -1,23 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Laurent Carlier 
-# Contributor: DsTr 
-# Contributor: Allan McRae 
-
-pkgname=winetricks
-pkgver=20160219
-pkgrel=1
-pkgdesc='Script to install various redistributable runtime libraries in Wine.'
-url='http://wiki.winehq.org/winetricks'
-license=('LGPL')
-arch=('any')
-optdepends=('zenity: GUI for GNOME desktop'
-'kdebase-kdialog: GUI for KDE desktop')
-source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz;)
-md5sums=('5f0cc7ddc103fed4afec6a6f91f4db03')
-
-package() {
-  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
-
-  cd "winetricks-${pkgver}"
-  make DESTDIR="${pkgdir}" install 
-}

Copied: winetricks/repos/community-any/PKGBUILD (from rev 166440, 
winetricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-13 06:10:51 UTC (rev 166441)
@@ -0,0 +1,23 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Laurent Carlier 
+# Contributor: DsTr 
+# Contributor: Allan McRae 
+
+pkgname=winetricks
+pkgver=20160311
+pkgrel=1
+pkgdesc='Script to install various redistributable runtime libraries in Wine.'
+url='http://wiki.winehq.org/winetricks'
+license=('LGPL')
+arch=('any')
+optdepends=('zenity: GUI for GNOME desktop'
+'kdebase-kdialog: GUI for KDE desktop')
+source=("https://github.com/Winetricks/winetricks/archive/${pkgver}.tar.gz;)
+md5sums=('c9ded33f7fd309b66a894f25fac274a3')
+
+package() {
+  depends=('wine' 'cabextract' 'unzip' 'xorg-xmessage')
+
+  cd "winetricks-${pkgver}"
+  make DESTDIR="${pkgdir}" install 
+}


[arch-commits] Commit in stack/repos (8 files)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 06:52:31
  Author: fyan
Revision: 166439

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 166438, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/haskell-stack.install
(from rev 166438, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-i686/stack.install
(from rev 166438, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 166438, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/haskell-stack.install
(from rev 166438, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-x86_64/stack.install
(from rev 166438, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 212 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 166438, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-13 05:52:31 UTC (rev 166439)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.4.2
+pkgrel=2
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-byteable"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-filelock" 
"haskell-fsnotify"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('3becd40f8886477a943e2feaed6b34d0ea283e770dc35379944e41cb770838d2')
+
+prepare() {
+sed -e 's/hpack >=0.9.0 && <0.10/hpack >=0.9.0 \&\& <0.11/' \
+-e 's/path-io >=0.3.1 && <1.1/path-io >=1.0.0 \&\& <2/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 

[arch-commits] Commit in stack/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 06:51:45
  Author: fyan
Revision: 166438

upgpkg: stack 1.0.4.2-2

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  stack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-13 05:47:14 UTC (rev 166437)
+++ PKGBUILD2016-03-13 05:51:45 UTC (rev 166438)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-cassava/repos (6 files)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 06:47:14
  Author: fyan
Revision: 166437

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

Added:
  haskell-cassava/repos/community-staging-i686/
  haskell-cassava/repos/community-staging-i686/PKGBUILD
(from rev 166436, haskell-cassava/trunk/PKGBUILD)
  haskell-cassava/repos/community-staging-i686/haskell-cassava.install
(from rev 166436, haskell-cassava/trunk/haskell-cassava.install)
  haskell-cassava/repos/community-staging-x86_64/
  haskell-cassava/repos/community-staging-x86_64/PKGBUILD
(from rev 166436, haskell-cassava/trunk/PKGBUILD)
  haskell-cassava/repos/community-staging-x86_64/haskell-cassava.install
(from rev 166436, haskell-cassava/trunk/haskell-cassava.install)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/haskell-cassava.install   |   18 
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/haskell-cassava.install |   18 
 4 files changed, 122 insertions(+)

Copied: haskell-cassava/repos/community-staging-i686/PKGBUILD (from rev 166436, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-13 05:47:14 UTC (rev 166437)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=4
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('7320a1c764efd3baae6944b31f7fdb438ae307876dce283a242e8f1deeb371c9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-cassava/repos/community-staging-i686/haskell-cassava.install 
(from rev 166436, haskell-cassava/trunk/haskell-cassava.install)
===
--- community-staging-i686/haskell-cassava.install  
(rev 0)
+++ community-staging-i686/haskell-cassava.install  2016-03-13 05:47:14 UTC 
(rev 166437)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cassava
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 
166436, haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-13 05:47:14 UTC (rev 166437)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.4.5.0
+pkgrel=4
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-hashable"
+ "haskell-text" "haskell-unordered-containers" 

[arch-commits] Commit in haskell-cassava/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Sunday, March 13, 2016 @ 06:46:23
  Author: fyan
Revision: 166436

upgpkg: haskell-cassava 0.4.5.0-4

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  haskell-cassava/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 23:40:30 UTC (rev 166435)
+++ PKGBUILD2016-03-13 05:46:23 UTC (rev 166436)
@@ -5,7 +5,7 @@
 _hkgname=cassava
 pkgname=haskell-cassava
 pkgver=0.4.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A CSV parsing and encoding library"
 url="https://github.com/tibbe/cassava;
 license=("custom:BSD3")


[arch-commits] Commit in scanmem/repos (8 files)

2016-03-12 Thread Levente Polyak
Date: Sunday, March 13, 2016 @ 00:40:30
  Author: anthraxx
Revision: 166435

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

Added:
  scanmem/repos/community-i686/PKGBUILD
(from rev 166434, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-i686/scanmem.install
(from rev 166434, scanmem/trunk/scanmem.install)
  scanmem/repos/community-x86_64/PKGBUILD
(from rev 166434, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-x86_64/scanmem.install
(from rev 166434, scanmem/trunk/scanmem.install)
Deleted:
  scanmem/repos/community-i686/PKGBUILD
  scanmem/repos/community-i686/scanmem.install
  scanmem/repos/community-x86_64/PKGBUILD
  scanmem/repos/community-x86_64/scanmem.install

--+
 /PKGBUILD|   64 +
 /scanmem.install |   46 ++
 community-i686/PKGBUILD  |   32 --
 community-i686/scanmem.install   |   23 -
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/scanmem.install |   23 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 23:40:20 UTC (rev 166434)
+++ community-i686/PKGBUILD 2016-03-12 23:40:30 UTC (rev 166435)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michael P 
-# Contributor: Aaron Griffin 
-# Contributor: Elmo Todurov 
-# Contributor: Alexander De Sousa 
-
-pkgname=scanmem
-pkgver=0.15.6
-pkgrel=1
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
-url="https://github.com/scanmem/scanmem;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('pygtk' 'python-gobject' 'polkit')
-makedepends=('intltool')
-install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 166434, 
scanmem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 23:40:30 UTC (rev 166435)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michael P 
+# Contributor: Aaron Griffin 
+# Contributor: Elmo Todurov 
+# Contributor: Alexander De Sousa 
+
+pkgname=scanmem
+pkgver=0.15.6
+pkgrel=3
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
+url="https://github.com/scanmem/scanmem;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gtk3' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/scanmem.install
===
--- community-i686/scanmem.install  2016-03-12 23:40:20 UTC (rev 166434)
+++ community-i686/scanmem.install  2016-03-12 23:40:30 UTC (rev 166435)
@@ -1,23 +0,0 @@
-update_cache() {
-  if [ -x usr/bin/xdg-icon-resource ]; then
-xdg-icon-resource forceupdate --theme hicolor > /dev/null 2>&1
-  fi
-
-  if [ -x usr/bin/update-desktop-database ]; then
-usr/bin/update-desktop-database -q
-  fi
-}
-
-post_install() {
-  update_cache
-}
-
-post_upgrade() {
-  update_cache
-}
-
-post_remove() {
-  update_cache
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/scanmem.install (from rev 166434, 
scanmem/trunk/scanmem.install)
===
--- community-i686/scanmem.install  (rev 0)
+++ community-i686/scanmem.install  2016-03-12 23:40:30 UTC (rev 166435)
@@ -0,0 +1,23 @@
+update_cache() {
+  if [ -x usr/bin/xdg-icon-resource ]; then
+xdg-icon-resource 

[arch-commits] Commit in scanmem/trunk (PKGBUILD)

2016-03-12 Thread Levente Polyak
Date: Sunday, March 13, 2016 @ 00:40:20
  Author: anthraxx
Revision: 166434

upgpkg: scanmem 0.15.6-3

rebuild because of weird devtools issue

Modified:
  scanmem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 23:29:36 UTC (rev 166433)
+++ PKGBUILD2016-03-12 23:40:20 UTC (rev 166434)
@@ -6,7 +6,7 @@
 
 pkgname=scanmem
 pkgver=0.15.6
-pkgrel=2
+pkgrel=3
 pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
 url="https://github.com/scanmem/scanmem;
 arch=('i686' 'x86_64')


[arch-commits] Commit in scanmem/trunk (PKGBUILD)

2016-03-12 Thread Levente Polyak
Date: Sunday, March 13, 2016 @ 00:29:36
  Author: anthraxx
Revision: 166433

upgpkg: scanmem 0.15.6-2

Modified:
  scanmem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 22:15:36 UTC (rev 166432)
+++ PKGBUILD2016-03-12 23:29:36 UTC (rev 166433)
@@ -6,12 +6,12 @@
 
 pkgname=scanmem
 pkgver=0.15.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
 url="https://github.com/scanmem/scanmem;
 arch=('i686' 'x86_64')
 license=('GPL3')
-depends=('pygtk' 'python-gobject' 'polkit')
+depends=('gtk3' 'python-gobject' 'polkit')
 makedepends=('intltool')
 install=scanmem.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)


[arch-commits] Commit in mc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2016-03-12 Thread Jakob Gruber
Date: Saturday, March 12, 2016 @ 23:15:36
  Author: schuay
Revision: 166432

archrelease: copy trunk to community-x86_64

Added:
  mc/repos/community-x86_64/PKGBUILD
(from rev 166431, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  125 +++--
 1 file changed, 57 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 22:15:27 UTC (rev 166431)
+++ PKGBUILD2016-03-12 22:15:36 UTC (rev 166432)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.15
-pkgrel=1
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/;
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="${pkgdir}" install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
-}
-
-md5sums=('db48ce26ba425a61edc51930e94227fd')

Copied: mc/repos/community-x86_64/PKGBUILD (from rev 166431, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 22:15:36 UTC (rev 166432)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.16
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('i686' 'x86_64')
+url="http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+makedepends=('libxt' 'libx11')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mc/trunk (PKGBUILD)

2016-03-12 Thread Jakob Gruber
Date: Saturday, March 12, 2016 @ 23:15:15
  Author: schuay
Revision: 166430

mc-4.8.16-1

Modified:
  mc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 19:11:57 UTC (rev 166429)
+++ PKGBUILD2016-03-12 22:15:15 UTC (rev 166430)
@@ -3,7 +3,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=mc
-pkgver=4.8.15
+pkgver=4.8.16
 pkgrel=1
 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
 arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@
 'etc/mc/sfs.ini')
 options=('!emptydirs')
 source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('cf4e8f5dfe419830d56ca7e5f2495898e37ebcd05da1e47ff7041446c87fba16')
+sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020')
 
 build() {
   export PYTHON=/usr/bin/python2


[arch-commits] Commit in mc/repos/community-i686 (PKGBUILD PKGBUILD)

2016-03-12 Thread Jakob Gruber
Date: Saturday, March 12, 2016 @ 23:15:27
  Author: schuay
Revision: 166431

archrelease: copy trunk to community-i686

Added:
  mc/repos/community-i686/PKGBUILD
(from rev 166430, mc/trunk/PKGBUILD)
Deleted:
  mc/repos/community-i686/PKGBUILD

--+
 PKGBUILD |  125 +++--
 1 file changed, 57 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 22:15:15 UTC (rev 166430)
+++ PKGBUILD2016-03-12 22:15:27 UTC (rev 166431)
@@ -1,68 +0,0 @@
-# $Id$
-# Contributor: Daniel J Griffiths 
-# Maintainer: schuay 
-
-pkgname=mc
-pkgver=4.8.15
-pkgrel=1
-pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
-arch=('i686' 'x86_64')
-url="http://www.ibiblio.org/mc/;
-license=('GPL')
-depends=(
-'e2fsprogs'
-'glib2'
-'gpm'
-'libssh2'
-'slang')
-makedepends=('libxt' 'libx11')
-optdepends=(
-'cabextract: ucab extfs'
-'cdparanoia: audio extfs'
-'cdrkit: iso9660 extfs'
-'gawk: hp48+ extfs'
-'aspell: spelling corrections'
-'cvs: CVS support'
-'mtools: a+ extfs'
-'perl: needed by several extfs scripts'
-'python2-boto: s3+ extfs'
-'python2-pytz: s3+ extfs'
-'samba: VFS support'
-'unace: uace extfs'
-'unarj: uarj extfs'
-'unrar: urar extfs'
-'zip: uzip extfs'
-'p7zip: support for 7zip archives')
-options=('!emptydirs' '!makeflags')
-backup=('etc/mc/edit.indent.rc'
-'etc/mc/filehighlight.ini'
-'etc/mc/mcedit.menu'
-'etc/mc/mc.ext'
-'etc/mc/mc.keymap'
-'etc/mc/mc.menu'
-'etc/mc/sfs.ini')
-source=("http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-./configure --prefix=/usr --sysconfdir=/etc --enable-vfs-smb \
---with-x --libexecdir=/usr/lib
-
-make
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-make DESTDIR="${pkgdir}" install
-
-# Fix FS#15177
-sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
--i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
-
-sed 's#/usr/bin/env python#/usr/bin/python2#' \
--i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
-}
-
-md5sums=('db48ce26ba425a61edc51930e94227fd')

Copied: mc/repos/community-i686/PKGBUILD (from rev 166430, mc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 22:15:27 UTC (rev 166431)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: schuay 
+# Contributor: Daniel J Griffiths 
+
+pkgname=mc
+pkgver=4.8.16
+pkgrel=1
+pkgdesc="Midnight Commander is a text based filemanager/shell that emulates 
Norton Commander"
+arch=('i686' 'x86_64')
+url="http://www.ibiblio.org/mc/;
+license=('GPL')
+depends=('e2fsprogs' 'glib2' 'gpm' 'libssh2' 'slang')
+makedepends=('libxt' 'libx11')
+optdepends=('aspell: spelling corrections'
+'cabextract: ucab extfs'
+'cdparanoia: audio extfs'
+'cdrkit: iso9660 extfs'
+'cvs: CVS support'
+'gawk: hp48+ extfs'
+'mtools: a+ extfs'
+'p7zip: support for 7zip archives'
+'perl: needed by several extfs scripts'
+'python2-boto: s3+ extfs'
+'python2-pytz: s3+ extfs'
+'samba: VFS support'
+'unace: uace extfs'
+'unarj: uarj extfs'
+'unrar: urar extfs'
+'zip: uzip extfs')
+backup=('etc/mc/edit.indent.rc'
+'etc/mc/filehighlight.ini'
+'etc/mc/mc.ext'
+'etc/mc/mc.keymap'
+'etc/mc/mc.menu'
+'etc/mc/mcedit.menu'
+'etc/mc/sfs.ini')
+options=('!emptydirs')
+source=("http://ftp.midnight-commander.org/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('bbbcbe3097d3160f865d24aa38ff122f1c59752b5ef153ca4ade5ac0f82b7020')
+
+build() {
+  export PYTHON=/usr/bin/python2
+
+  cd ${pkgname}-${pkgver}
+  ./configure \
+  --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --enable-vfs-smb \
+  --with-x
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in videoproto/trunk (PKGBUILD)

2016-03-12 Thread Laurent Carlier
Date: Saturday, March 12, 2016 @ 23:04:47
  Author: lcarlier
Revision: 261391

upgpkg: videoproto 2.3.3-1

upstream update 2.3.3

Modified:
  videoproto/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 21:14:54 UTC (rev 261390)
+++ PKGBUILD2016-03-12 22:04:47 UTC (rev 261391)
@@ -2,7 +2,7 @@
 #Maintainer: Jan de Groot 
 
 pkgname=videoproto
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="X11 Video extension wire protocol"
 arch=('any')
@@ -9,7 +9,7 @@
 url="http://xorg.freedesktop.org/;
 license=('custom')
 source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8dae168cb820fcd32f564879afb3f24d27c176300d9af66819a18265539bd4b6')
+sha256sums=('c7803889fd08e6fcaf7b68cc394fb038b2325d1f315e571a6954577e07cca702')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in videoproto/repos/extra-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Laurent Carlier
Date: Saturday, March 12, 2016 @ 23:04:52
  Author: lcarlier
Revision: 261392

archrelease: copy trunk to extra-any

Added:
  videoproto/repos/extra-any/PKGBUILD
(from rev 261391, videoproto/trunk/PKGBUILD)
Deleted:
  videoproto/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   48 
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 22:04:47 UTC (rev 261391)
+++ PKGBUILD2016-03-12 22:04:52 UTC (rev 261392)
@@ -1,24 +0,0 @@
-# $Id$
-#Maintainer: Jan de Groot 
-
-pkgname=videoproto
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="X11 Video extension wire protocol"
-arch=('any')
-url="http://xorg.freedesktop.org/;
-license=('custom')
-source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('8dae168cb820fcd32f564879afb3f24d27c176300d9af66819a18265539bd4b6')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: videoproto/repos/extra-any/PKGBUILD (from rev 261391, 
videoproto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 22:04:52 UTC (rev 261392)
@@ -0,0 +1,24 @@
+# $Id$
+#Maintainer: Jan de Groot 
+
+pkgname=videoproto
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="X11 Video extension wire protocol"
+arch=('any')
+url="http://xorg.freedesktop.org/;
+license=('custom')
+source=(${url}/releases/individual/proto/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('c7803889fd08e6fcaf7b68cc394fb038b2325d1f315e571a6954577e07cca702')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in texmacs/repos (6 files)

2016-03-12 Thread Antonio Rojas
Date: Saturday, March 12, 2016 @ 22:14:54
  Author: arojas
Revision: 261390

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

Added:
  texmacs/repos/testing-i686/
  texmacs/repos/testing-i686/PKGBUILD
(from rev 261389, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-i686/texmacs.install
(from rev 261389, texmacs/trunk/texmacs.install)
  texmacs/repos/testing-x86_64/
  texmacs/repos/testing-x86_64/PKGBUILD
(from rev 261389, texmacs/trunk/PKGBUILD)
  texmacs/repos/testing-x86_64/texmacs.install
(from rev 261389, texmacs/trunk/texmacs.install)

+
 testing-i686/PKGBUILD  |   64 +++
 testing-i686/texmacs.install   |   14 
 testing-x86_64/PKGBUILD|   64 +++
 testing-x86_64/texmacs.install |   14 
 4 files changed, 156 insertions(+)

Copied: texmacs/repos/testing-i686/PKGBUILD (from rev 261389, 
texmacs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-12 21:14:54 UTC (rev 261390)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.4
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+install=texmacs.install
+options=('!emptydirs')
+sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')
+   
+prepare() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+  sed -i '/^LDPATH/d' src/makefile.in
+  sed -i -e 's/guile18 /guile1.8 /g' \
+ -e 's/guile18-config/guile-config1.8/g' \
+ configure
+  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
+
+ # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
+  sed -i '/update-mime-database/d' Makefile.in
+  sed -i '/gtk-update-icon-cache/d' Makefile.in
+  sed -i '\/icons\/gnome 2>\/dev\/null/d' Makefile.in
+
+}
+
+build() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  export QMAKE=qmake-qt4
+  export MOC=moc-qt4
+  export UIC=uic-qt4
+  export LDFLAGS="$LDFLAGS -lz"
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+  --libexecdir=/usr/lib
+  make
+}
+
+package() {
+  cd "${srcdir}/TeXmacs-${pkgver}-src"
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
+}

Copied: texmacs/repos/testing-i686/texmacs.install (from rev 261389, 
texmacs/trunk/texmacs.install)
===
--- testing-i686/texmacs.install(rev 0)
+++ testing-i686/texmacs.install2016-03-12 21:14:54 UTC (rev 261390)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove () {
+  post_install
+}
+
+

Copied: texmacs/repos/testing-x86_64/PKGBUILD (from rev 261389, 
texmacs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-12 21:14:54 UTC (rev 261390)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.4
+pkgrel=1
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('i686' 'x86_64')
+url="http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'shared-mime-info'
+ 'desktop-file-utils' 'qt4')
+# do not remove texlive-core 

[arch-commits] Commit in texmacs/trunk (PKGBUILD)

2016-03-12 Thread Antonio Rojas
Date: Saturday, March 12, 2016 @ 22:14:24
  Author: arojas
Revision: 261389

Update to 1.99.4

Modified:
  texmacs/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 21:13:18 UTC (rev 261388)
+++ PKGBUILD2016-03-12 21:14:24 UTC (rev 261389)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
 
 pkgname=texmacs
-pkgver=1.99.2
-pkgrel=2
+pkgver=1.99.4
+pkgrel=1
 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
 arch=('i686' 'x86_64')
 url="http://www.texmacs.org/;
@@ -21,7 +21,7 @@
 
source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
 install=texmacs.install
 options=('!emptydirs')
-sha1sums=('5298e9bd3f61cd8f2117fe1d96a7435f8a788cc8')
+sha1sums=('77a3d292934ebb288c7f8cb77e15f168012bbf4c')

 prepare() {
   cd "${srcdir}/TeXmacs-${pkgver}-src"
@@ -30,9 +30,10 @@
 TeXmacs/misc/inkscape_extension/texmacs_reedit.py
   sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
   sed -i '/^LDPATH/d' src/makefile.in
-  sed -i -e 's/guile /guile1.8 /g' \
- -e 's/guile-config/guile-config1.8/g' \
+  sed -i -e 's/guile18 /guile1.8 /g' \
+ -e 's/guile18-config/guile-config1.8/g' \
  configure
+  sed -i -e 's|#include |#include |g' 
src/Scheme/Guile/guile_tm.hpp
 
  # Don't generate icon-cache and mime-database (namcap tells that they should 
not be in a package)
   sed -i '/update-mime-database/d' Makefile.in


[arch-commits] Commit in git/trunk (3 files)

2016-03-12 Thread Dan McGee
Date: Saturday, March 12, 2016 @ 22:13:04
  Author: dan
Revision: 261387

upgpkg: git 2.7.3-1

Modified:
  git/trunk/PKGBUILD
Deleted:
  git/trunk/0001-t8005-avoid-grep-on-non-ASCII-data.patch
  git/trunk/0001-t9200-avoid-grep-on-non-ASCII-data.patch

---+
 0001-t8005-avoid-grep-on-non-ASCII-data.patch |   88 
 0001-t9200-avoid-grep-on-non-ASCII-data.patch |   33 -
 PKGBUILD  |   20 +
 3 files changed, 5 insertions(+), 136 deletions(-)

Deleted: 0001-t8005-avoid-grep-on-non-ASCII-data.patch
===
--- 0001-t8005-avoid-grep-on-non-ASCII-data.patch   2016-03-12 18:47:21 UTC 
(rev 261386)
+++ 0001-t8005-avoid-grep-on-non-ASCII-data.patch   2016-03-12 21:13:04 UTC 
(rev 261387)
@@ -1,88 +0,0 @@
-From 0be43dedbc03139b9d9d0bc71deefc4d7f47296d Mon Sep 17 00:00:00 2001
-From: John Keeping 
-Date: Sun, 21 Feb 2016 17:32:21 +
-Subject: [PATCH] t8005: avoid grep on non-ASCII data
-
-GNU grep 2.23 detects the input used in this test as binary data so it
-does not work for extracting lines from a file.  We could add the "-a"
-option to force grep to treat the input as text, but not all
-implementations support that.  Instead, use sed to extract the desired
-lines since it will always treat its input as text.
-
-While touching these lines, modernize the test style to avoid hiding the
-exit status of "git blame" and remove a space following a redirection
-operator.  Also swap the order of the expected and actual output
-files given to test_cmp; we compare expect and actual to show how
-actual output differs from what is expected.
-
-Signed-off-by: John Keeping 
-Signed-off-by: Junio C Hamano 

- t/t8005-blame-i18n.sh | 28 
- 1 file changed, 16 insertions(+), 12 deletions(-)
-
-diff --git a/t/t8005-blame-i18n.sh b/t/t8005-blame-i18n.sh
-index 847d098..75da219 100755
 a/t/t8005-blame-i18n.sh
-+++ b/t/t8005-blame-i18n.sh
-@@ -33,11 +33,15 @@ author $SJIS_NAME
- summary $SJIS_MSG
- EOF
- 
-+filter_author_summary () {
-+  sed -n -e '/^author /p' -e '/^summary /p' "$@"
-+}
-+
- test_expect_success !MINGW \
-   'blame respects i18n.commitencoding' '
--  git blame --incremental file | \
--  egrep "^(author|summary) " > actual &&
--  test_cmp actual expected
-+  git blame --incremental file >output &&
-+  filter_author_summary output >actual &&
-+  test_cmp expected actual
- '
- 
- cat >expected < actual &&
--  test_cmp actual expected
-+  git blame --incremental file >output &&
-+  filter_author_summary output >actual &&
-+  test_cmp expected actual
- '
- 
- cat >expected < actual &&
--  test_cmp actual expected
-+  git blame --incremental --encoding=UTF-8 file >output &&
-+  filter_author_summary output >actual &&
-+  test_cmp expected actual
- '
- 
- cat >expected < actual &&
--  test_cmp actual expected
-+  git blame --incremental --encoding=none file >output &&
-+  filter_author_summary output >actual &&
-+  test_cmp expected actual
- '
- 
- test_done
--- 
-2.7.1
-

Deleted: 0001-t9200-avoid-grep-on-non-ASCII-data.patch
===
--- 0001-t9200-avoid-grep-on-non-ASCII-data.patch   2016-03-12 18:47:21 UTC 
(rev 261386)
+++ 0001-t9200-avoid-grep-on-non-ASCII-data.patch   2016-03-12 21:13:04 UTC 
(rev 261387)
@@ -1,33 +0,0 @@
-From 3b1442d5d23577ed3570023d338cd12298b16867 Mon Sep 17 00:00:00 2001
-From: John Keeping 
-Date: Sun, 21 Feb 2016 17:32:22 +
-Subject: [PATCH] t9200: avoid grep on non-ASCII data
-
-GNU grep 2.23 detects the input used in this test as binary data so it
-does not work for extracting lines from a file.  We could add the "-a"
-option to force grep to treat the input as text, but not all
-implementations support that.  Instead, use sed to extract the desired
-lines since it will always treat its input as text.
-
-Signed-off-by: John Keeping 
-Signed-off-by: Junio C Hamano 

- t/t9200-git-cvsexportcommit.sh | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/t9200-git-cvsexportcommit.sh b/t/t9200-git-cvsexportcommit.sh
-index 812c9cd..7117719 100755
 a/t/t9200-git-cvsexportcommit.sh
-+++ b/t/t9200-git-cvsexportcommit.sh
-@@ -35,7 +35,7 @@ exit 1
- 
- check_entries () {
-   # $1 == directory, $2 == expected
--  grep '^/' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
-+  sed -ne '/^\//p' "$1/CVS/Entries" | sort | cut -d/ -f2,3,5 >actual
-   if test -z "$2"
-   then
-   >expected
--- 
-2.7.1
-

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 18:47:21 UTC (rev 261386)
+++ PKGBUILD

[arch-commits] Commit in git/repos (20 files)

2016-03-12 Thread Dan McGee
Date: Saturday, March 12, 2016 @ 22:13:18
  Author: dan
Revision: 261388

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 261387, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 261387, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 261387, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 261387, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 261387, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 261387, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 261387, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 261387, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/0001-t8005-avoid-grep-on-non-ASCII-data.patch
  git/repos/extra-i686/0001-t9200-avoid-grep-on-non-ASCII-data.patch
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/0001-t8005-avoid-grep-on-non-ASCII-data.patch
  git/repos/extra-x86_64/0001-t9200-avoid-grep-on-non-ASCII-data.patch
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

+
 /PKGBUILD  |  230 +++
 /git-daemon.socket |   18 
 /git-daemon@.service   |   20 
 /git.install   |   24 +
 extra-i686/0001-t8005-avoid-grep-on-non-ASCII-data.patch   |   88 
 extra-i686/0001-t9200-avoid-grep-on-non-ASCII-data.patch   |   33 -
 extra-i686/PKGBUILD|  125 -
 extra-i686/git-daemon.socket   |9 
 extra-i686/git-daemon@.service |   10 
 extra-i686/git.install |   12 
 extra-x86_64/0001-t8005-avoid-grep-on-non-ASCII-data.patch |   88 
 extra-x86_64/0001-t9200-avoid-grep-on-non-ASCII-data.patch |   33 -
 extra-x86_64/PKGBUILD  |  125 -
 extra-x86_64/git-daemon.socket |9 
 extra-x86_64/git-daemon@.service   |   10 
 extra-x86_64/git.install   |   12 
 16 files changed, 292 insertions(+), 554 deletions(-)

Deleted: extra-i686/0001-t8005-avoid-grep-on-non-ASCII-data.patch
===
--- extra-i686/0001-t8005-avoid-grep-on-non-ASCII-data.patch2016-03-12 
21:13:04 UTC (rev 261387)
+++ extra-i686/0001-t8005-avoid-grep-on-non-ASCII-data.patch2016-03-12 
21:13:18 UTC (rev 261388)
@@ -1,88 +0,0 @@
-From 0be43dedbc03139b9d9d0bc71deefc4d7f47296d Mon Sep 17 00:00:00 2001
-From: John Keeping 
-Date: Sun, 21 Feb 2016 17:32:21 +
-Subject: [PATCH] t8005: avoid grep on non-ASCII data
-
-GNU grep 2.23 detects the input used in this test as binary data so it
-does not work for extracting lines from a file.  We could add the "-a"
-option to force grep to treat the input as text, but not all
-implementations support that.  Instead, use sed to extract the desired
-lines since it will always treat its input as text.
-
-While touching these lines, modernize the test style to avoid hiding the
-exit status of "git blame" and remove a space following a redirection
-operator.  Also swap the order of the expected and actual output
-files given to test_cmp; we compare expect and actual to show how
-actual output differs from what is expected.
-
-Signed-off-by: John Keeping 
-Signed-off-by: Junio C Hamano 

- t/t8005-blame-i18n.sh | 28 
- 1 file changed, 16 insertions(+), 12 deletions(-)
-
-diff --git a/t/t8005-blame-i18n.sh b/t/t8005-blame-i18n.sh
-index 847d098..75da219 100755
 a/t/t8005-blame-i18n.sh
-+++ b/t/t8005-blame-i18n.sh
-@@ -33,11 +33,15 @@ author $SJIS_NAME
- summary $SJIS_MSG
- EOF
- 
-+filter_author_summary () {
-+  sed -n -e '/^author /p' -e '/^summary /p' "$@"
-+}
-+
- test_expect_success !MINGW \
-   'blame respects i18n.commitencoding' '
--  git blame --incremental file | \
--  egrep "^(author|summary) " > actual &&
--  test_cmp actual expected
-+  git blame --incremental file >output &&
-+  filter_author_summary output >actual &&
-+  test_cmp expected actual
- '
- 
- cat >expected < actual &&
--  test_cmp actual expected
-+  git blame --incremental file >output &&
-+  filter_author_summary output >actual &&
-+  test_cmp expected actual
- '
- 
- cat >expected < actual &&
--  

[arch-commits] Commit in scanmem/repos (10 files)

2016-03-12 Thread Levente Polyak
Date: Saturday, March 12, 2016 @ 20:11:57
  Author: anthraxx
Revision: 166429

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

Added:
  scanmem/repos/community-i686/PKGBUILD
(from rev 166428, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-i686/scanmem.install
(from rev 166428, scanmem/trunk/scanmem.install)
  scanmem/repos/community-x86_64/PKGBUILD
(from rev 166428, scanmem/trunk/PKGBUILD)
  scanmem/repos/community-x86_64/scanmem.install
(from rev 166428, scanmem/trunk/scanmem.install)
Deleted:
  scanmem/repos/community-i686/PKGBUILD
  scanmem/repos/community-i686/drop-gtk-update-icon.patch
  scanmem/repos/community-i686/scanmem.install
  scanmem/repos/community-x86_64/PKGBUILD
  scanmem/repos/community-x86_64/drop-gtk-update-icon.patch
  scanmem/repos/community-x86_64/scanmem.install

-+
 /PKGBUILD   |   64 ++
 /scanmem.install|   46 ++
 community-i686/PKGBUILD |   39 ---
 community-i686/drop-gtk-update-icon.patch   |   16 --
 community-i686/scanmem.install  |   23 -
 community-x86_64/PKGBUILD   |   39 ---
 community-x86_64/drop-gtk-update-icon.patch |   16 --
 community-x86_64/scanmem.install|   23 -
 8 files changed, 110 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 19:11:47 UTC (rev 166428)
+++ community-i686/PKGBUILD 2016-03-12 19:11:57 UTC (rev 166429)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michael P 
-# Contributor: Aaron Griffin 
-# Contributor: Elmo Todurov 
-# Contributor: Alexander De Sousa 
-
-pkgname=scanmem
-pkgver=0.15.5
-pkgrel=1
-pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
-url="https://github.com/scanmem/scanmem;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('pygtk' 'python-gobject' 'polkit')
-makedepends=('intltool')
-install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz
-drop-gtk-update-icon.patch)
-sha512sums=('e9d5c63a89a30462a8ab65a5426d13d36324984ca341f737a65756ee7b27e5621810ec730dc3c46718ce90400b63b7540594110d177496b43b8fe2ced7618247'
-
'5df78e2dcdaf5c2bf355911f9851375ffeed819dd50bfdc47c5cb8096eaa9b7aa69b7852b937b782661e27d213d8543309dedd92ada38e225fd1375e3f12fe3c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Rp1 < "${srcdir}/drop-gtk-update-icon.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-  ./configure --enable-gui --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scanmem/repos/community-i686/PKGBUILD (from rev 166428, 
scanmem/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 19:11:57 UTC (rev 166429)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michael P 
+# Contributor: Aaron Griffin 
+# Contributor: Elmo Todurov 
+# Contributor: Alexander De Sousa 
+
+pkgname=scanmem
+pkgver=0.15.6
+pkgrel=1
+pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
+url="https://github.com/scanmem/scanmem;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('pygtk' 'python-gobject' 'polkit')
+makedepends=('intltool')
+install=scanmem.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh
+  ./configure --enable-gui --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/drop-gtk-update-icon.patch
===
--- community-i686/drop-gtk-update-icon.patch   2016-03-12 19:11:47 UTC (rev 
166428)
+++ community-i686/drop-gtk-update-icon.patch   2016-03-12 19:11:57 UTC (rev 
166429)
@@ -1,16 +0,0 @@
- gui/icons/Makefile.am | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/gui/icons/Makefile.am b/gui/icons/Makefile.am
-index e67c987..678d43f 100644
 a/gui/icons/Makefile.am
-+++ b/gui/icons/Makefile.am

[arch-commits] Commit in scanmem/trunk (drop-gtk-update-icon.patch)

2016-03-12 Thread Levente Polyak
Date: Saturday, March 12, 2016 @ 20:11:47
  Author: anthraxx
Revision: 166428

upgpkg: scanmem 0.15.6-1

Deleted:
  scanmem/trunk/drop-gtk-update-icon.patch

+
 drop-gtk-update-icon.patch |   16 
 1 file changed, 16 deletions(-)

Deleted: drop-gtk-update-icon.patch
===
--- drop-gtk-update-icon.patch  2016-03-12 18:52:10 UTC (rev 166427)
+++ drop-gtk-update-icon.patch  2016-03-12 19:11:47 UTC (rev 166428)
@@ -1,16 +0,0 @@
- gui/icons/Makefile.am | 5 +
- 1 file changed, 5 insertions(+)
-
-diff --git a/gui/icons/Makefile.am b/gui/icons/Makefile.am
-index e67c987..678d43f 100644
 a/gui/icons/Makefile.am
-+++ b/gui/icons/Makefile.am
-@@ -6,3 +6,8 @@ EXTRA_DIST = $(icons48_DATA) $(icons72_DATA) $(icons128_DATA)
- icon48dir = $(datadir)/icons/hicolor/48x48/apps
- icon72dir = $(datadir)/icons/hicolor/72x72/apps
- icon128dir = $(datadir)/icons/hicolor/128x128/apps
-+
-+install-data-hook:
-+  if [ -n "`which gtk-update-icon-cache`" ]; then \
-+  gtk-update-icon-cache $(datadir)/icons/hicolor; \
-+  fi


[arch-commits] Commit in virtualbox/repos (80 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:52:10
  Author: seblu
Revision: 166427

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

Added:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
(from rev 166426, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-i686/003-ogl-include-path.patch
(from rev 166426, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-i686/005-gsoap-build.patch
(from rev 166426, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-i686/006-rdesktop-vrdp-keymap-path.patch
(from rev 166426, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-i686/007-python2-path.patch
(from rev 166426, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-i686/010-no-update.patch
(from rev 166426, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-i686/60-vboxdrv.rules
(from rev 166426, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-i686/60-vboxguest.rules
(from rev 166426, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-i686/LocalConfig.kmk
(from rev 166426, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-i686/PKGBUILD
(from rev 166426, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-i686/build.sh
(from rev 166426, virtualbox/trunk/build.sh)
  virtualbox/repos/community-i686/vboxreload
(from rev 166426, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-i686/vboxservice-nox.service
(from rev 166426, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-i686/vboxservice.service
(from rev 166426, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-i686/vboxweb.service
(from rev 166426, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-i686/virtualbox-ext-vnc.install
(from rev 166426, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.install
(from rev 166426, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-i686/virtualbox-guest-utils.sysusers
(from rev 166426, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-i686/virtualbox.install
(from rev 166426, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-i686/virtualbox.sysusers
(from rev 166426, virtualbox/trunk/virtualbox.sysusers)
  virtualbox/repos/community-x86_64/002-dri-driver-path.patch
(from rev 166426, virtualbox/trunk/002-dri-driver-path.patch)
  virtualbox/repos/community-x86_64/003-ogl-include-path.patch
(from rev 166426, virtualbox/trunk/003-ogl-include-path.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 166426, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 166426, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/007-python2-path.patch
(from rev 166426, virtualbox/trunk/007-python2-path.patch)
  virtualbox/repos/community-x86_64/010-no-update.patch
(from rev 166426, virtualbox/trunk/010-no-update.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 166426, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 166426, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 166426, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 166426, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 166426, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 166426, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 166426, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 166426, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 166426, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 166426, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.install
(from rev 166426, virtualbox/trunk/virtualbox-guest-utils.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 166426, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 166426, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/virtualbox.sysusers
(from rev 166426, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-i686/002-dri-driver-path.patch
  virtualbox/repos/community-i686/003-ogl-include-path.patch
  

[arch-commits] Commit in virtualbox/trunk (PKGBUILD virtualbox.install)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:50:54
  Author: seblu
Revision: 166426

upgpkg: virtualbox 5.0.16-1

- load kernel modules via systemd-modules-load
- add others kernels in makedepends and a better description
- fix FS#48523
- display a message that we have moved modules to dkms (still in discutions in 
a-...@al.org)
- vbox-*-dkms: temporary pull linux-headers until FS#48498

Modified:
  virtualbox/trunk/PKGBUILD
  virtualbox/trunk/virtualbox.install

+
 PKGBUILD   |   42 +++---
 virtualbox.install |4 
 2 files changed, 35 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 18:48:09 UTC (rev 166425)
+++ PKGBUILD2016-03-12 18:50:54 UTC (rev 166426)
@@ -10,8 +10,8 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=5.0.14
-pkgrel=4
+pkgver=5.0.16
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL' 'custom')
@@ -66,7 +66,7 @@
 '007-python2-path.patch'
 '010-no-update.patch'
 )
-md5sums=('e0a02426ad09b475e630881efe911423'
+md5sums=('1752a485b1cb377cee5f196918cda741'
  '984412a63aa9c07ddc3cfd970381d5df'
  '4833c8e0524fd2272b24ba0d94aef006'
  '6e2722bfd7013c1b0174382626ac1b8d'
@@ -246,11 +246,16 @@
 
 package_virtualbox-host-dkms() {
 pkgdesc='VirtualBox Host kernel modules sources'
-depends=('dkms' 'gcc' 'make')
-replaces=('virtualbox-source' 'virtualbox-host-source' 
'virtualbox-host-modules')
+depends=('dkms' 'gcc' 'make' 'linux-headers')
+replaces=('virtualbox-source'
+  'virtualbox-host-source'
+  'virtualbox-host-modules'
+  'virtualbox-host-modules-lts')
 conflicts=('virtualbox-source' 'virtualbox-host-source')
-optdepends=('linux-headers'
-'linux-lts-headers')
+optdepends=('linux-headers: build modules against Arch kernel'
+'linux-lts-headers: build modules against LTS Arch kernel'
+'linux-zen-headers: build modules against ZEN Arch kernel'
+'linux-grsec-headers: build modules against GRSEC Arch kernel')
 
 install -dm755 "$pkgdir/usr/src"
 source "VirtualBox-$pkgver/env.sh"
@@ -259,15 +264,25 @@
 # licence
 install -Dm644 "$srcdir/VirtualBox-$pkgver/COPYING" \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+# module loading
+install -Dm644 /dev/null \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+echo "vboxnetadp\nvboxnetflt\nvboxdrv\n" > \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
 }
 
 package_virtualbox-guest-dkms() {
 pkgdesc='VirtualBox Guest kernel modules sources'
-depends=('dkms' 'gcc' 'make')
-replaces=('virtualbox-archlinux-source' 'virtualbox-guest-source' 
'virtualbox-guest-modules')
+depends=('dkms' 'gcc' 'make' 'linux-headers')
+replaces=('virtualbox-archlinux-source'
+  'virtualbox-guest-source'
+  'virtualbox-guest-modules'
+  'virtualbox-guest-modules-lts')
 conflicts=('virtualbox-archlinux-source' 'virtualbox-guest-source')
-optdepends=('linux-headers'
-'linux-lts-headers')
+optdepends=('linux-headers: build modules against Arch kernel'
+'linux-lts-headers: build modules against LTS Arch kernel'
+'linux-zen-headers: build modules against ZEN Arch kernel'
+'linux-grsec-headers: build modules against GRSEC Arch kernel')
 
 install -dm755 "$pkgdir/usr/src"
 source "VirtualBox-$pkgver/env.sh"
@@ -276,6 +291,11 @@
 # licence
 install -Dm644 "$srcdir/VirtualBox-$pkgver/COPYING" \
 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+# module loading
+install -Dm644 /dev/null \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
+echo "vboxnetadp\nvboxsf\nvboxguest\n" > \
+"$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
 }
 
 package_virtualbox-guest-utils() {

Modified: virtualbox.install
===
--- virtualbox.install  2016-03-12 18:48:09 UTC (rev 166425)
+++ virtualbox.install  2016-03-12 18:50:54 UTC (rev 166426)
@@ -28,6 +28,10 @@
 # arg 2:  the old package version
 post_upgrade() {
   post_install "$1"
+  if (( $(vercmp $2 5.0.16-1) < 0 )); then
+echo '==> Since version 5.0.14-2 kernel modules are provided via dkms'
+echo '==> Check you have the headers matching your kernel installed'
+  fi
 }
 
 # arg 1:  the old package version


[arch-commits] Commit in scanmem/trunk (PKGBUILD)

2016-03-12 Thread Levente Polyak
Date: Saturday, March 12, 2016 @ 19:48:09
  Author: anthraxx
Revision: 166425

upgpkg: scanmem 0.15.6-1

Modified:
  scanmem/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 18:27:22 UTC (rev 166424)
+++ PKGBUILD2016-03-12 18:48:09 UTC (rev 166425)
@@ -5,7 +5,7 @@
 # Contributor: Alexander De Sousa 
 
 pkgname=scanmem
-pkgver=0.15.5
+pkgver=0.15.6
 pkgrel=1
 pkgdesc="Memory scanner designed to isolate the address of an arbitrary 
variable in an executing process"
 url="https://github.com/scanmem/scanmem;
@@ -14,16 +14,9 @@
 depends=('pygtk' 'python-gobject' 'polkit')
 makedepends=('intltool')
 install=scanmem.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz
-drop-gtk-update-icon.patch)
-sha512sums=('e9d5c63a89a30462a8ab65a5426d13d36324984ca341f737a65756ee7b27e5621810ec730dc3c46718ce90400b63b7540594110d177496b43b8fe2ced7618247'
-
'5df78e2dcdaf5c2bf355911f9851375ffeed819dd50bfdc47c5cb8096eaa9b7aa69b7852b937b782661e27d213d8543309dedd92ada38e225fd1375e3f12fe3c')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('2367de35683a3b9debb8aacb15b418059d2a83f847528c707817fed7a96e8a17a712a7a13ff1526363f20c00d5c64560d488bc62e40677369d731561ac6dad72')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Rp1 < "${srcdir}/drop-gtk-update-icon.patch"
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./autogen.sh


[arch-commits] Commit in dkms/repos/extra-any (12 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:47:21
  Author: seblu
Revision: 261386

archrelease: copy trunk to extra-any

Added:
  dkms/repos/extra-any/02-no-kernel-hook.patch
(from rev 261385, dkms/trunk/02-no-kernel-hook.patch)
  dkms/repos/extra-any/PKGBUILD
(from rev 261385, dkms/trunk/PKGBUILD)
  dkms/repos/extra-any/dkms.install
(from rev 261385, dkms/trunk/dkms.install)
  dkms/repos/extra-any/hook.install
(from rev 261385, dkms/trunk/hook.install)
  dkms/repos/extra-any/hook.remove
(from rev 261385, dkms/trunk/hook.remove)
  dkms/repos/extra-any/hook.sh
(from rev 261385, dkms/trunk/hook.sh)
Deleted:
  dkms/repos/extra-any/02-no-kernel-hook.patch
  dkms/repos/extra-any/PKGBUILD
  dkms/repos/extra-any/dkms.install
  dkms/repos/extra-any/hook.install
  dkms/repos/extra-any/hook.remove
  dkms/repos/extra-any/hook.sh

-+
 02-no-kernel-hook.patch |   26 ++---
 PKGBUILD|  128 ++--
 dkms.install|   26 ++---
 hook.install|   30 +++---
 hook.remove |   30 +++---
 hook.sh |  204 +++---
 6 files changed, 222 insertions(+), 222 deletions(-)

Deleted: 02-no-kernel-hook.patch
===
--- 02-no-kernel-hook.patch 2016-03-12 18:46:53 UTC (rev 261385)
+++ 02-no-kernel-hook.patch 2016-03-12 18:47:21 UTC (rev 261386)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer 
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/extra-any/02-no-kernel-hook.patch (from rev 261385, 
dkms/trunk/02-no-kernel-hook.patch)
===
--- 02-no-kernel-hook.patch (rev 0)
+++ 02-no-kernel-hook.patch 2016-03-12 18:47:21 UTC (rev 261386)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
+-  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 18:46:53 UTC (rev 261385)
+++ PKGBUILD2016-03-12 18:47:21 UTC (rev 261386)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.2.0.3+git151023
-pkgrel=7
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='http://linux.dell.com/dkms/'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-makedepends=('git')
-optdepends=('linux-headers: build modules against the Arch kernel'
-'linux-lts-headers: build modules against the LTS kernel'
-'linux-zen-headers: build modules against the ZEN kernel'
-'linux-grsec-headers: build modules against the GRSEC kernel')
-backup=('etc/dkms/framework.conf')
-install=$pkgname.install
-source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
-'02-no-kernel-hook.patch'
-'hook.install'
-'hook.remove'
-'hook.sh')
-md5sums=('SKIP'
- '82d520c39c99c34977e48b313a189c6c'
- 'e6eada07fc3a56a491e14dfeafec746f'
- '57d90c89a221c52d78d0ec3953fe2fcf'
- 'd11d8bfbcf61330aa84d6dd9e93ca957')
-
-prepare() {
-  cd dkms
-
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -i "$srcdir/$filename"
-fi
-  done
-
-  # /usr move
-  msg2 '/usr move patching'
-  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
-sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
-  done
-}
-
-package() {
-  # alpm hook
-  install -D -m 644 hook.install 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-install.hook"
-  install -D -m 644 hook.remove 

[arch-commits] Commit in dkms/trunk (PKGBUILD hook.sh)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:46:53
  Author: seblu
Revision: 261385

upgpkg: dkms 2.2.0.3+git151023-8

- fix incorrect module version when calling dkms

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.sh

--+
 PKGBUILD |4 ++--
 hook.sh  |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 18:39:34 UTC (rev 261384)
+++ PKGBUILD2016-03-12 18:46:53 UTC (rev 261385)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=7
+pkgrel=8
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -26,7 +26,7 @@
  '82d520c39c99c34977e48b313a189c6c'
  'e6eada07fc3a56a491e14dfeafec746f'
  '57d90c89a221c52d78d0ec3953fe2fcf'
- 'd11d8bfbcf61330aa84d6dd9e93ca957')
+ '5e5b2ca4bea3dfcaed67eec07d152381')
 
 prepare() {
   cd dkms

Modified: hook.sh
===
--- hook.sh 2016-03-12 18:39:34 UTC (rev 261384)
+++ hook.sh 2016-03-12 18:46:53 UTC (rev 261385)
@@ -40,7 +40,7 @@
 # $*: dkms args
 do_module() {
local modname="$1"; shift
-   local modver="$2"; shift
+   local modver="$1"; shift
pushd "$install_tree" >/dev/null
# do $@ for each kernel with headers for $modname v$modver
local path


[arch-commits] Commit in (4 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:39:34
  Author: seblu
Revision: 261384

Update patch snippet

Modified:
  nftables/trunk/PKGBUILD
  quagga/trunk/PKGBUILD
  radvd/trunk/PKGBUILD
  ulogd/trunk/PKGBUILD

-+
 nftables/trunk/PKGBUILD |   10 --
 quagga/trunk/PKGBUILD   |   12 
 radvd/trunk/PKGBUILD|   15 ---
 ulogd/trunk/PKGBUILD|   12 
 4 files changed, 36 insertions(+), 13 deletions(-)

Modified: nftables/trunk/PKGBUILD
===
--- nftables/trunk/PKGBUILD 2016-03-12 18:32:11 UTC (rev 261383)
+++ nftables/trunk/PKGBUILD 2016-03-12 18:39:34 UTC (rev 261384)
@@ -26,8 +26,14 @@
   'd9f40e751b44dd9dc9fdb3b7eba3cc0a9b7e1b01')
 
 prepare() {
-  for _f in "${source[@]}"; do
-[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d $pkgname-$pkgver < 
"$_f"; }
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
   done
   :
 }

Modified: quagga/trunk/PKGBUILD
===
--- quagga/trunk/PKGBUILD   2016-03-12 18:32:11 UTC (rev 261383)
+++ quagga/trunk/PKGBUILD   2016-03-12 18:39:34 UTC (rev 261384)
@@ -36,11 +36,15 @@
 
 prepare() {
   cd $pkgname-$pkgver
-  shopt -s nullglob
-  for _p in "$srcdir"/*.patch; do
-msg2 "Applying ${_p##*/}"
-patch -p 1 -i "$_p"
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
   done
+  :
 }
 
 build() {

Modified: radvd/trunk/PKGBUILD
===
--- radvd/trunk/PKGBUILD2016-03-12 18:32:11 UTC (rev 261383)
+++ radvd/trunk/PKGBUILD2016-03-12 18:39:34 UTC (rev 261384)
@@ -20,9 +20,18 @@
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver < '01-fix-rdnssinfo-length-fix.patch'
-#}
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
+  done
+  :
+}
 
 build() {
   cd $pkgname-$pkgver

Modified: ulogd/trunk/PKGBUILD
===
--- ulogd/trunk/PKGBUILD2016-03-12 18:32:11 UTC (rev 261383)
+++ ulogd/trunk/PKGBUILD2016-03-12 18:39:34 UTC (rev 261384)
@@ -42,12 +42,16 @@
  '9b6b3791a1da9433e1779aa5155fdc4a')
 
 prepare() {
-  for _f in "${source[@]}"; do
-if [[ "$_f" =~ \.patch$ ]]; then
-  msg2 "Apply patch $_f"
-  patch -t -p1 -d $pkgname-$pkgver < "$_f"
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
 fi
   done
+  :
 }
 
 build() {


[arch-commits] Commit in (7 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:32:11
  Author: seblu
Revision: 261383

Update prepare with patch snippet

Modified:
  coreutils/trunk/PKGBUILD
  file/trunk/PKGBUILD
  filesystem/trunk/PKGBUILD
  filesystem/trunk/nsswitch.conf
  filesystem/trunk/profile
  patch/trunk/PKGBUILD
  pcre/trunk/PKGBUILD

+
 coreutils/trunk/PKGBUILD   |   14 +-
 file/trunk/PKGBUILD|   15 ---
 filesystem/trunk/PKGBUILD  |7 ---
 filesystem/trunk/nsswitch.conf |2 +-
 filesystem/trunk/profile   |2 +-
 patch/trunk/PKGBUILD   |   18 --
 pcre/trunk/PKGBUILD|   10 --
 7 files changed, 47 insertions(+), 21 deletions(-)

Modified: coreutils/trunk/PKGBUILD
===
--- coreutils/trunk/PKGBUILD2016-03-12 18:09:25 UTC (rev 261382)
+++ coreutils/trunk/PKGBUILD2016-03-12 18:32:11 UTC (rev 261383)
@@ -20,12 +20,16 @@
  'SKIP')
 
 prepare() {
-  local _p
-  for _p in *.patch; do
-   [[ -e $_p ]] || continue
-   msg2 "Applying $_p"
-   patch -p1 -d $pkgname-$pkgver < "$_p"
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
   done
+  :
 }
 
 build() {

Modified: file/trunk/PKGBUILD
===
--- file/trunk/PKGBUILD 2016-03-12 18:09:25 UTC (rev 261382)
+++ file/trunk/PKGBUILD 2016-03-12 18:32:11 UTC (rev 261383)
@@ -15,9 +15,18 @@
 source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
 md5sums=('e6a972d4e10d9e76407a432f4a63cd4c')
 
-#prepare() {
-#  patch -p1 -d $pkgname-$pkgver < '001-fix-bug-with-long-options.patch'
-#}
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
+  done
+  :
+}
 
 build() {
   cd $pkgname-$pkgver

Modified: filesystem/trunk/PKGBUILD
===
--- filesystem/trunk/PKGBUILD   2016-03-12 18:09:25 UTC (rev 261382)
+++ filesystem/trunk/PKGBUILD   2016-03-12 18:32:11 UTC (rev 261383)
@@ -3,7 +3,7 @@
 
 pkgname=filesystem
 pkgver=2015.09
-pkgrel=1
+pkgrel=1.1
 pkgdesc='Base filesystem'
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -35,7 +35,7 @@
  '6f48288b6fcaf0065fcb7b0e525413e0'
  '22518e922891f9359f971f4f5b4e793c'
  '69e460404f45bdb7288d1de662e56dd9'
- 'cfa3345c485c59e681ab39a44dc7ece1'
+ '6c11d5af3bf8c770766e77312e7bd07f'
  'a8a962370cd0128465d514e6a1f74130'
  '2e193c4a37245f2323ebe87f1a673563'
  '71ed98c52e11ada1f936ac8cb14eecd9')
@@ -149,8 +149,9 @@
#
# setup /usr/local hierarchy
#
-   for d in bin etc games include lib man sbin share src; do
+   for d in bin etc games include lib man share src; do
install -d -m755 usr/local/$d
done
ln -s ../man usr/local/share/man
+   ln -s bin usr/local/sbin
 }

Modified: filesystem/trunk/nsswitch.conf
===
--- filesystem/trunk/nsswitch.conf  2016-03-12 18:09:25 UTC (rev 261382)
+++ filesystem/trunk/nsswitch.conf  2016-03-12 18:32:11 UTC (rev 261383)
@@ -6,7 +6,7 @@
 
 publickey: files
 
-hosts: files dns myhostname
+hosts: files resolve mymachines myhostname
 networks: files
 
 protocols: files

Modified: filesystem/trunk/profile
===
--- filesystem/trunk/profile2016-03-12 18:09:25 UTC (rev 261382)
+++ filesystem/trunk/profile2016-03-12 18:32:11 UTC (rev 261383)
@@ -4,7 +4,7 @@
 umask 022
 
 # Set our default path
-PATH="/usr/local/sbin:/usr/local/bin:/usr/bin"
+PATH="/usr/local/bin:/usr/bin"
 export PATH
 
 # Load profiles from /etc/profile.d

Modified: patch/trunk/PKGBUILD
===
--- patch/trunk/PKGBUILD2016-03-12 18:09:25 UTC (rev 261382)
+++ patch/trunk/PKGBUILD2016-03-12 18:32:11 UTC (rev 261383)
@@ -19,12 +19,18 @@
 md5sums=('e3da7940431633fb65a01b91d3b7a27a'
  'SKIP')
 
-#prepare() {
-#  # Fix segfault on non-numeric strip-count
-#  # (also segfaults on nonexistent directory passed to -d)
-#  # http://savannah.gnu.org/bugs/?37500
-#  patch -Np1 -d $pkgname-$pkgver < 
patch-2.7.1-initialize-data-structures-early-enough.patch
-#}
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; 

[arch-commits] Commit in docker/repos/community-x86_64 (6 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:27:22
  Author: seblu
Revision: 166424

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 166423, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.install
(from rev 166423, docker/trunk/docker.install)
  docker/repos/community-x86_64/docker.sysusers
(from rev 166423, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.install
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  134 --
 docker.install  |   26 +-
 docker.sysusers |2 
 3 files changed, 84 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 18:27:12 UTC (rev 166423)
+++ PKGBUILD2016-03-12 18:27:22 UTC (rev 166424)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.10.2
-pkgrel=2
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-install=$pkgname.install
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- '8cf9900ebada61f352a03465a088da34')
-
-prepare() {
-  for _f in "${source[@]}"; do
-[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d docker < "$_f"; }
-  done
-  :
-}
-
-build() {
-  cd docker
-  export AUTO_GOPATH=1
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/syntax/dockerfile.vim"
-  install -Dm644 'contrib/syntax/vim/ftdetect/dockerfile.vim' 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/dockerfile.vim"
-  # man
-  install -dm755 "$pkgdir/usr/share/man"
-  mv man/man* "$pkgdir/usr/share/man"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: docker/repos/community-x86_64/PKGBUILD (from rev 166423, 
docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 18:27:22 UTC (rev 166424)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+
+pkgname=docker
+pkgver=1.10.3
+pkgrel=1
+epoch=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64')
+url='https://www.docker.com/'
+license=('Apache')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd')
+makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
+optdepends=('btrfs-progs: btrfs backend support'
+'lxc: lxc backend support')
+# don't strip binaries! A sha1 is used to check binary consistency.
+options=('!strip')
+install=$pkgname.install
+source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
+"$pkgname.sysusers")
+md5sums=('SKIP'
+ '8cf9900ebada61f352a03465a088da34')
+
+prepare() {
+  cd docker
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
+  done
+  :
+}
+
+build() {
+  cd docker
+  export AUTO_GOPATH=1
+  hack/make.sh dynbinary
+  # man pages
+  man/md2man-all.sh
+}
+
+#check() {
+#  cd docker
+#  ./hack/make.sh dyntest
+#}
+
+package() {
+  cd docker
+  install -Dm755 "bundles/$pkgver/dynbinary/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
+  install -Dm755 "bundles/$pkgver/dynbinary/dockerinit-$pkgver" 
"$pkgdir/usr/lib/docker/dockerinit"
+  # completion
+  install 

[arch-commits] Commit in docker/trunk (PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 19:27:12
  Author: seblu
Revision: 166423

upgpkg: docker 1:1.10.3-1

Modified:
  docker/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 18:07:51 UTC (rev 166422)
+++ PKGBUILD2016-03-12 18:27:12 UTC (rev 166423)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.10.2
-pkgrel=2
+pkgver=1.10.3
+pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -22,8 +22,14 @@
  '8cf9900ebada61f352a03465a088da34')
 
 prepare() {
-  for _f in "${source[@]}"; do
-[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d docker < "$_f"; }
+  cd docker
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
   done
   :
 }


[arch-commits] Commit in perl-crypt-openssl-random/repos (4 files)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 19:09:25
  Author: bluewind
Revision: 261382

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

Added:
  perl-crypt-openssl-random/repos/extra-i686/PKGBUILD
(from rev 261381, perl-crypt-openssl-random/trunk/PKGBUILD)
  perl-crypt-openssl-random/repos/extra-x86_64/PKGBUILD
(from rev 261381, perl-crypt-openssl-random/trunk/PKGBUILD)
Deleted:
  perl-crypt-openssl-random/repos/extra-i686/PKGBUILD
  perl-crypt-openssl-random/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-12 18:08:49 UTC (rev 261381)
+++ extra-i686/PKGBUILD 2016-03-12 18:09:25 UTC (rev 261382)
@@ -1,48 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-crypt-openssl-random
-pkgver=0.10
-pkgrel=2
-pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl openssl)
-url=https://metacpan.org/release/Crypt-OpenSSL-Random
-source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$pkgver.tar.gz;)
-md5sums=(b89ca9314c3a066b440a7bb3cb8d725d)
-sha512sums=(e1fd1de82910a58c3f40e097fab6bfde9fb6162b07ebeadd16ff406a547fbd9c0cf5b0d46bba13093a00d9fac0044d9b793668411dd758c0169512d79b8bc691)
-_ddir="Crypt-OpenSSL-Random-$pkgver"
-
-build() {
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-}
-
-package() {
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-crypt-openssl-random/repos/extra-i686/PKGBUILD (from rev 261381, 
perl-crypt-openssl-random/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-12 18:09:25 UTC (rev 261382)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.11
+pkgrel=1
+pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl openssl)
+url=https://metacpan.org/release/Crypt-OpenSSL-Random
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$pkgver.tar.gz;)
+md5sums=('5d71337503e0356ce1ce1481504e5885')
+sha512sums=('c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95')
+_ddir="Crypt-OpenSSL-Random-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-12 18:08:49 UTC (rev 261381)
+++ extra-x86_64/PKGBUILD   2016-03-12 18:09:25 UTC (rev 261382)
@@ -1,48 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-crypt-openssl-random
-pkgver=0.11
-pkgrel=1
-pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl openssl)
-url=https://metacpan.org/release/Crypt-OpenSSL-Random

[arch-commits] Commit in perl-crypt-openssl-random/trunk (PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 19:08:45
  Author: bluewind
Revision: 261380

upgpkg: perl-crypt-openssl-random 0.11-1

upstream update

Modified:
  perl-crypt-openssl-random/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:38:55 UTC (rev 261379)
+++ PKGBUILD2016-03-12 18:08:45 UTC (rev 261380)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-crypt-openssl-random
-pkgver=0.10
-pkgrel=2
+pkgver=0.11
+pkgrel=1
 pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
 arch=(i686 x86_64)
 license=(PerlArtistic GPL)
@@ -10,8 +10,8 @@
 depends=(perl openssl)
 url=https://metacpan.org/release/Crypt-OpenSSL-Random
 
source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$pkgver.tar.gz;)
-md5sums=(b89ca9314c3a066b440a7bb3cb8d725d)
-sha512sums=(e1fd1de82910a58c3f40e097fab6bfde9fb6162b07ebeadd16ff406a547fbd9c0cf5b0d46bba13093a00d9fac0044d9b793668411dd758c0169512d79b8bc691)
+md5sums=('5d71337503e0356ce1ce1481504e5885')
+sha512sums=('c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95')
 _ddir="Crypt-OpenSSL-Random-$pkgver"
 
 build() {


[arch-commits] Commit in perl-crypt-openssl-random/repos/extra-x86_64 (2 files)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 19:08:49
  Author: bluewind
Revision: 261381

archrelease: copy trunk to extra-x86_64

Added:
  perl-crypt-openssl-random/repos/extra-x86_64/PKGBUILD
(from rev 261380, perl-crypt-openssl-random/trunk/PKGBUILD)
Deleted:
  perl-crypt-openssl-random/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 18:08:45 UTC (rev 261380)
+++ PKGBUILD2016-03-12 18:08:49 UTC (rev 261381)
@@ -1,48 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-crypt-openssl-random
-pkgver=0.10
-pkgrel=2
-pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl openssl)
-url=https://metacpan.org/release/Crypt-OpenSSL-Random
-source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$pkgver.tar.gz;)
-md5sums=(b89ca9314c3a066b440a7bb3cb8d725d)
-sha512sums=(e1fd1de82910a58c3f40e097fab6bfde9fb6162b07ebeadd16ff406a547fbd9c0cf5b0d46bba13093a00d9fac0044d9b793668411dd758c0169512d79b8bc691)
-_ddir="Crypt-OpenSSL-Random-$pkgver"
-
-build() {
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-}
-
-package() {
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-crypt-openssl-random/repos/extra-x86_64/PKGBUILD (from rev 261380, 
perl-crypt-openssl-random/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 18:08:49 UTC (rev 261381)
@@ -0,0 +1,48 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-crypt-openssl-random
+pkgver=0.11
+pkgrel=1
+pkgdesc='Routines for accessing the OpenSSL pseudo-random number generator'
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl openssl)
+url=https://metacpan.org/release/Crypt-OpenSSL-Random
+source=("http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Crypt-OpenSSL-Random-$pkgver.tar.gz;)
+md5sums=('5d71337503e0356ce1ce1481504e5885')
+sha512sums=('c579cb2b586dbabd697a9c7c989a360ed4bd8e9b28d7c93ad99a86bd9bd680a89c3fa77f6315a1105fd41bfdfa18087ca4cd51fb320faad7a6be9b90e3e69b95')
+_ddir="Crypt-OpenSSL-Random-$pkgver"
+
+build() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi-fast/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 19:07:51
  Author: bluewind
Revision: 166422

archrelease: copy trunk to community-any

Added:
  perl-cgi-fast/repos/community-any/PKGBUILD
(from rev 166421, perl-cgi-fast/trunk/PKGBUILD)
Deleted:
  perl-cgi-fast/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 18:07:47 UTC (rev 166421)
+++ PKGBUILD2016-03-12 18:07:51 UTC (rev 166422)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-cgi-fast
-pkgver=2.09
-pkgrel=1
-pkgdesc='CGI Interface for Fast CGI'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
-checkdepends=('perl-test-deep>=0.11')
-url=https://metacpan.org/release/CGI-Fast
-source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz;)
-md5sums=('32d39d89a9ff3a596eb891e602a0f703')
-sha512sums=('f8681f5c2a78d070c0516c7f2f9485ca32f49ce4dd8b9d55a17c8d0e24cd8142d9a38e05e6a6e38c698c1e05cf412c6d3dcdabe61134782b369fee22bdebabaf')
-_ddir="CGI-Fast-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cgi-fast/repos/community-any/PKGBUILD (from rev 166421, 
perl-cgi-fast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 18:07:51 UTC (rev 166422)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi-fast
+pkgver=2.10
+pkgrel=1
+pkgdesc='CGI Interface for Fast CGI'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' 'perl-cgi>=4' 'perl-fcgi>=0.67')
+checkdepends=('perl-test-deep>=0.11')
+url=https://metacpan.org/release/CGI-Fast
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz;)
+md5sums=('7c1d93600b796b9a0eb6fa3558d3d0c1')
+sha512sums=('55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c')
+_ddir="CGI-Fast-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi-fast/trunk (PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 19:07:47
  Author: bluewind
Revision: 166421

upgpkg: perl-cgi-fast 2.10-1

upstream update

Modified:
  perl-cgi-fast/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:55:04 UTC (rev 166420)
+++ PKGBUILD2016-03-12 18:07:47 UTC (rev 166421)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-cgi-fast
-pkgver=2.09
+pkgver=2.10
 pkgrel=1
 pkgdesc='CGI Interface for Fast CGI'
 arch=(any)
@@ -11,8 +11,8 @@
 checkdepends=('perl-test-deep>=0.11')
 url=https://metacpan.org/release/CGI-Fast
 
source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-Fast-$pkgver.tar.gz;)
-md5sums=('32d39d89a9ff3a596eb891e602a0f703')
-sha512sums=('f8681f5c2a78d070c0516c7f2f9485ca32f49ce4dd8b9d55a17c8d0e24cd8142d9a38e05e6a6e38c698c1e05cf412c6d3dcdabe61134782b369fee22bdebabaf')
+md5sums=('7c1d93600b796b9a0eb6fa3558d3d0c1')
+sha512sums=('55d05c742bf49045f917aa4a4efdab3e5ce2251ca61de0e7db0a586d8a592784989bc74fa43a3c6430a920f38b2aa818887e96c3e24c701d531dae94b247da2c')
 _ddir="CGI-Fast-$pkgver"
 
 build()


[arch-commits] Commit in glances/trunk (PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:54:55
  Author: seblu
Revision: 166419

upgpkg: glances 2.5.1-2

- fix FS#48481

Modified:
  glances/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:38:51 UTC (rev 166418)
+++ PKGBUILD2016-03-12 17:54:55 UTC (rev 166419)
@@ -5,15 +5,18 @@
 
 pkgname=glances
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
 url='https://github.com/nicolargo/glances'
 license=('LGPL')
 depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support'
-'python-matplotlib: for graphical/chart support')
+optdepends=('hddtemp: HDD temperature monitoring support'
+'python-bottle: web server support'
+'python-docker-py: for the Docker monitoring support'
+'python-matplotlib: for graphical/chart support'
+'python-netifaces: for the IP plugin'
+'zeroconf: for the autodiscover mode')
 
source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
 md5sums=('b8a7815353cf10e1aafffc6f4f235926')
 


[arch-commits] Commit in glances/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:55:04
  Author: seblu
Revision: 166420

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 166419, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

--+
 PKGBUILD |   57 ++---
 1 file changed, 30 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 17:54:55 UTC (rev 166419)
+++ PKGBUILD2016-03-12 17:55:04 UTC (rev 166420)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Francois Boulogne 
-
-pkgname=glances
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support'
-'python-matplotlib: for graphical/chart support')
-source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('b8a7815353cf10e1aafffc6f4f235926')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  # remove html doc
-  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 166419, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 17:55:04 UTC (rev 166420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Francois Boulogne 
+
+pkgname=glances
+pkgver=2.5.1
+pkgrel=2
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('hddtemp: HDD temperature monitoring support'
+'python-bottle: web server support'
+'python-docker-py: for the Docker monitoring support'
+'python-matplotlib: for graphical/chart support'
+'python-netifaces: for the IP plugin'
+'zeroconf: for the autodiscover mode')
+source=("https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
+md5sums=('b8a7815353cf10e1aafffc6f4f235926')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  # remove html doc
+  rm -r "$pkgdir/usr/share/doc/$pkgname"/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:38:55
  Author: seblu
Revision: 261379

archrelease: copy trunk to extra-any

Added:
  wayland-protocols/repos/extra-any/PKGBUILD
(from rev 261378, wayland-protocols/trunk/PKGBUILD)
Deleted:
  wayland-protocols/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 17:37:46 UTC (rev 261378)
+++ PKGBUILD2016-03-12 17:38:55 UTC (rev 261379)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-
-pkgname=wayland-protocols
-pkgver=1.3
-pkgrel=1
-pkgdesc='Specifications of extended Wayland protocols'
-arch=('any')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-makedepends=('wayland')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('3b68cc2e55ccaf3522c854dc0c8816f8452aa079')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland-protocols/repos/extra-any/PKGBUILD (from rev 261378, 
wayland-protocols/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 17:38:55 UTC (rev 261379)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+
+pkgname=wayland-protocols
+pkgver=1.3
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+makedepends=('wayland')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3b68cc2e55ccaf3522c854dc0c8816f8452aa079')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:38:40
  Author: seblu
Revision: 166417

upgpkg: virtualbox-guest-iso 5.0.16-1

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:35:03 UTC (rev 166416)
+++ PKGBUILD2016-03-12 17:38:40 UTC (rev 166417)
@@ -7,7 +7,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=5.0.14
+pkgver=5.0.16
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -19,7 +19,7 @@
 replaces=('virtualbox-additions' 'virtualbox-iso-additions')
 conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
 noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('875b430362791acdc5c9340220d39b75'
+md5sums=('c2792bbc09835d20f1d29d6851fb03da'
  'b67febd9453cc6c4b8412a0456080e9f')
 
 package() {


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:38:51
  Author: seblu
Revision: 166418

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 166417, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 166417, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 166417, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   60 ++--
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 17:38:40 UTC (rev 166417)
+++ PKGBUILD2016-03-12 17:38:51 UTC (rev 166418)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=5.0.14
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='http://www.virtualbox.org'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-md5sums=('875b430362791acdc5c9340220d39b75'
- 'b67febd9453cc6c4b8412a0456080e9f')
-
-package() {
-  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -Dm 644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 166417, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 17:38:51 UTC (rev 166418)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=5.0.16
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='http://www.virtualbox.org'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+source=("http://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+md5sums=('c2792bbc09835d20f1d29d6851fb03da'
+ 'b67febd9453cc6c4b8412a0456080e9f')
+
+package() {
+  install -Dm 644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -Dm 644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2016-03-12 17:38:40 UTC (rev 166417)
+++ license 2016-03-12 17:38:51 UTC (rev 166418)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product 

[arch-commits] Commit in pcre/repos (8 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:37:46
  Author: seblu
Revision: 261378

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

Added:
  pcre/repos/core-i686/01-CVE-2016-1283.patch
(from rev 261377, pcre/repos/testing-i686/01-CVE-2016-1283.patch)
  pcre/repos/core-i686/PKGBUILD
(from rev 261377, pcre/repos/testing-i686/PKGBUILD)
  pcre/repos/core-x86_64/01-CVE-2016-1283.patch
(from rev 261377, pcre/repos/testing-x86_64/01-CVE-2016-1283.patch)
  pcre/repos/core-x86_64/PKGBUILD
(from rev 261377, pcre/repos/testing-x86_64/PKGBUILD)
Deleted:
  pcre/repos/core-i686/PKGBUILD
  pcre/repos/core-x86_64/PKGBUILD
  pcre/repos/testing-i686/
  pcre/repos/testing-x86_64/

+
 /PKGBUILD  |  110 +++
 core-i686/01-CVE-2016-1283.patch   |   18 +
 core-i686/PKGBUILD |   47 --
 core-x86_64/01-CVE-2016-1283.patch |   18 +
 core-x86_64/PKGBUILD   |   47 --
 5 files changed, 146 insertions(+), 94 deletions(-)

Copied: pcre/repos/core-i686/01-CVE-2016-1283.patch (from rev 261377, 
pcre/repos/testing-i686/01-CVE-2016-1283.patch)
===
--- core-i686/01-CVE-2016-1283.patch(rev 0)
+++ core-i686/01-CVE-2016-1283.patch2016-03-12 17:37:46 UTC (rev 261378)
@@ -0,0 +1,18 @@
+Index: pcre_compile.c
+===
+--- a/pcre_compile.c   (revision 1635)
 b/pcre_compile.c   (revision 1636)
+@@ -7311,7 +7311,12 @@
+   so far in order to get the number. If the name is not found, leave
+   the value of recno as 0 for a forward reference. */
+ 
+-  else
++  /* This patch (removing "else") fixes a problem when a reference is
++  to multiple identically named nested groups from within the nest.
++  Once again, it is not the "proper" fix, and it results in an
++  over-allocation of memory. */
++
++  /* else */
+ {
+ ng = cd->named_groups;
+ for (i = 0; i < cd->names_found; i++, ng++)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-03-12 17:36:21 UTC (rev 261377)
+++ core-i686/PKGBUILD  2016-03-12 17:37:46 UTC (rev 261378)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-# Contributor: John Proctor 
-
-pkgname=pcre
-pkgver=8.38
-pkgrel=2
-pkgdesc='A library that implements Perl 5-style regular expressions'
-arch=('i686' 'x86_64')
-url='http://www.pcre.org/'
-license=('BSD')
-depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
-validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
-md5sums=('00aabbfe56d5a48b270f999b508c5ad2'
- 'SKIP')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit \
---enable-pcregrep-libz \
---enable-pcregrep-libbz2 \
---enable-pcretest-libreadline
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -j1 check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pcre/repos/core-i686/PKGBUILD (from rev 261377, 
pcre/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-03-12 17:37:46 UTC (rev 261378)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.38
+pkgrel=3
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig}
+'01-CVE-2016-1283.patch')
+md5sums=('00aabbfe56d5a48b270f999b508c5ad2'
+ 'SKIP'
+ '722aba6455a3f0240eaa22289f0176a0')
+
+prepare() {
+  for _f in "${source[@]}"; do
+[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d $pkgname-$pkgver < 
"$_f"; }
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \

[arch-commits] Commit in wayland-protocols/trunk (PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:36:13
  Author: seblu
Revision: 261376

upgpkg: wayland-protocols 1.3-1

Modified:
  wayland-protocols/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:07:55 UTC (rev 261375)
+++ PKGBUILD2016-03-12 17:36:13 UTC (rev 261376)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer 
 
 pkgname=wayland-protocols
-pkgver=1.2
+pkgver=1.3
 pkgrel=1
 pkgdesc='Specifications of extended Wayland protocols'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 makedepends=('wayland')
 source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('45433d32d78ed5967b21aee57ac95f35f2f599f4')
+sha1sums=('3b68cc2e55ccaf3522c854dc0c8816f8452aa079')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 18:36:21
  Author: seblu
Revision: 261377

archrelease: copy trunk to extra-any

Added:
  wayland-protocols/repos/extra-any/PKGBUILD
(from rev 261376, wayland-protocols/trunk/PKGBUILD)
Deleted:
  wayland-protocols/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 17:36:13 UTC (rev 261376)
+++ PKGBUILD2016-03-12 17:36:21 UTC (rev 261377)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-
-pkgname=wayland-protocols
-pkgver=1.2
-pkgrel=1
-pkgdesc='Specifications of extended Wayland protocols'
-arch=('any')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-makedepends=('wayland')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
-sha1sums=('45433d32d78ed5967b21aee57ac95f35f2f599f4')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland-protocols/repos/extra-any/PKGBUILD (from rev 261376, 
wayland-protocols/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 17:36:21 UTC (rev 261377)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+
+pkgname=wayland-protocols
+pkgver=1.3
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+makedepends=('wayland')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz;)
+sha1sums=('3b68cc2e55ccaf3522c854dc0c8816f8452aa079')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 18:35:03
  Author: bluewind
Revision: 166416

archrelease: copy trunk to community-any

Added:
  perl-cgi/repos/community-any/PKGBUILD
(from rev 166415, perl-cgi/trunk/PKGBUILD)
Deleted:
  perl-cgi/repos/community-any/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 17:34:59 UTC (rev 166415)
+++ PKGBUILD2016-03-12 17:35:03 UTC (rev 166416)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-cgi
-pkgver=4.22
-pkgrel=1
-pkgdesc='Handle Common Gateway Interface requests and responses'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.8.1' perl-html-parser)
-checkdepends=(perl-test-deep perl-test-warn)
-url=https://metacpan.org/release/CGI
-source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-$pkgver.tar.gz;)
-md5sums=('8289aa6f2cba9589134d517f4a25da9e')
-sha512sums=('becd37e56ca3fe8a6ab6069d99ddc65838d4aa00b57b6e30a5e2bcf73e84dff9a3f5f2841549f6627fe29d46607254197f3a03f308dc5fb6add3ece60719871d')
-_ddir="CGI-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-cgi/repos/community-any/PKGBUILD (from rev 166415, 
perl-cgi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 17:35:03 UTC (rev 166416)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-cgi
+pkgver=4.27
+pkgrel=1
+pkgdesc='Handle Common Gateway Interface requests and responses'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1' perl-html-parser)
+checkdepends=(perl-test-deep perl-test-warn)
+url=https://metacpan.org/release/CGI
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-$pkgver.tar.gz;)
+md5sums=('494f4a891a710adbb6cf75279ef5da4e')
+sha512sums=('4a7b72f41ae3a703dd2ae4a19b5f63d9eb77ab63c1a3c5a0381876922617ae51a871643963d8ed898a4dfca02408bd7821b93f1b12a2ca925d487e1023f729c7')
+_ddir="CGI-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-cgi/trunk (PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 18:34:59
  Author: bluewind
Revision: 166415

upgpkg: perl-cgi 4.27-1

upstream update

Modified:
  perl-cgi/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:34:17 UTC (rev 166414)
+++ PKGBUILD2016-03-12 17:34:59 UTC (rev 166415)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-cgi
-pkgver=4.22
+pkgver=4.27
 pkgrel=1
 pkgdesc='Handle Common Gateway Interface requests and responses'
 arch=(any)
@@ -11,8 +11,8 @@
 checkdepends=(perl-test-deep perl-test-warn)
 url=https://metacpan.org/release/CGI
 source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-$pkgver.tar.gz;)
-md5sums=('8289aa6f2cba9589134d517f4a25da9e')
-sha512sums=('becd37e56ca3fe8a6ab6069d99ddc65838d4aa00b57b6e30a5e2bcf73e84dff9a3f5f2841549f6627fe29d46607254197f3a03f308dc5fb6add3ece60719871d')
+md5sums=('494f4a891a710adbb6cf75279ef5da4e')
+sha512sums=('4a7b72f41ae3a703dd2ae4a19b5f63d9eb77ab63c1a3c5a0381876922617ae51a871643963d8ed898a4dfca02408bd7821b93f1b12a2ca925d487e1023f729c7')
 _ddir="CGI-$pkgver"
 
 build()


[arch-commits] Commit in perl-file-tail/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 18:34:17
  Author: bluewind
Revision: 166414

archrelease: copy trunk to community-any

Added:
  perl-file-tail/repos/community-any/PKGBUILD
(from rev 166413, perl-file-tail/trunk/PKGBUILD)
Deleted:
  perl-file-tail/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 17:34:13 UTC (rev 166413)
+++ PKGBUILD2016-03-12 17:34:17 UTC (rev 166414)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=perl-file-tail
-pkgver=1.0
-pkgrel=1
-pkgdesc='Perl extension for reading from continously updated files'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl-io)
-url=https://metacpan.org/release/File-Tail
-source=("http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/File-Tail-$pkgver.tar.gz;)
-md5sums=('c87f648d138c176b5d224c8d1b59838e')
-sha512sums=('8ad120e83fcf18d05f686c637f96af7dd0b5b04186e0b3fbfdf802bf82effaa16377fce15887d395abd03f9ebe4db2685d1d8e40f0b7b19b08ad71a93042551f')
-_ddir="File-Tail-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-file-tail/repos/community-any/PKGBUILD (from rev 166413, 
perl-file-tail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 17:34:17 UTC (rev 166414)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+
+pkgname=perl-file-tail
+pkgver=1.3
+pkgrel=1
+pkgdesc='Perl extension for reading from continously updated files'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl-io)
+url=https://metacpan.org/release/File-Tail
+source=("http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/File-Tail-$pkgver.tar.gz;)
+md5sums=('252635f89ec18cb871c0b45ed64b3f63')
+sha512sums=('942f87880d0d8b79c521248cdbc449daafbd117a2a3700e2dbcc7fe7a6046e5783e8616b6c32de513f85a56663b63c4dde217e9e124216ba6a605c645db2bde9')
+_ddir="File-Tail-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-file-tail/trunk (PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 18:34:13
  Author: bluewind
Revision: 166413

upgpkg: perl-file-tail 1.3-1

upstream update

Modified:
  perl-file-tail/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:32:21 UTC (rev 166412)
+++ PKGBUILD2016-03-12 17:34:13 UTC (rev 166413)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=perl-file-tail
-pkgver=1.0
+pkgver=1.3
 pkgrel=1
 pkgdesc='Perl extension for reading from continously updated files'
 arch=(any)
@@ -10,8 +10,8 @@
 depends=(perl-io)
 url=https://metacpan.org/release/File-Tail
 
source=("http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/File-Tail-$pkgver.tar.gz;)
-md5sums=('c87f648d138c176b5d224c8d1b59838e')
-sha512sums=('8ad120e83fcf18d05f686c637f96af7dd0b5b04186e0b3fbfdf802bf82effaa16377fce15887d395abd03f9ebe4db2685d1d8e40f0b7b19b08ad71a93042551f')
+md5sums=('252635f89ec18cb871c0b45ed64b3f63')
+sha512sums=('942f87880d0d8b79c521248cdbc449daafbd117a2a3700e2dbcc7fe7a6046e5783e8616b6c32de513f85a56663b63c4dde217e9e124216ba6a605c645db2bde9')
 _ddir="File-Tail-$pkgver"
 
 build()


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

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 18:32:21
  Author: bluewind
Revision: 166412

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 17:32:15 UTC (rev 166411)
+++ community-i686/PKGBUILD 2016-03-12 17:32:21 UTC (rev 166412)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.25
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('b3d16eaacb768abf05cbb11c69bdca21'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-i686/PKGBUILD (from rev 166411, 
highlight/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 17:32:21 UTC (rev 166412)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.28
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=(qt5-base lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('05f75d4fb18a401181e658dcaf8ff562'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt5
+  make QMAKE=qmake-qt5 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt5-base' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-12 17:32:15 UTC (rev 166411)
+++ community-x86_64/PKGBUILD   2016-03-12 17:32:21 UTC (rev 166412)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.25
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('b3d16eaacb768abf05cbb11c69bdca21'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from 

[arch-commits] Commit in highlight/trunk (PKGBUILD)

2016-03-12 Thread Florian Pritz
Date: Saturday, March 12, 2016 @ 18:32:15
  Author: bluewind
Revision: 166411

upgpkg: highlight 3.28-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 16:11:34 UTC (rev 166410)
+++ PKGBUILD2016-03-12 17:32:15 UTC (rev 166411)
@@ -3,7 +3,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.25
+pkgver=3.28
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 makedepends=(qt5-base lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('b3d16eaacb768abf05cbb11c69bdca21'
+md5sums=('05f75d4fb18a401181e658dcaf8ff562'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


[arch-commits] Commit in lvm2/trunk (PKGBUILD)

2016-03-12 Thread Bartłomiej Piotrowski
Date: Saturday, March 12, 2016 @ 18:07:29
  Author: bpiotrowski
Revision: 261374

upgpkg: lvm2 2.02.146-1

new upstream release

Modified:
  lvm2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 17:04:54 UTC (rev 261373)
+++ PKGBUILD2016-03-12 17:07:29 UTC (rev 261374)
@@ -4,7 +4,7 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-pkgver=2.02.145
+pkgver=2.02.146
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://sourceware.org/lvm2/;
@@ -17,7 +17,7 @@
 sd-lvm2_install
 11-dm-initramfs.rules
 lvm2-make-sockets-static.patch)
-sha1sums=('ff26ba4f1717b49769942de2132485f9cf41aae6'
+sha1sums=('9c50927e5b887b8c55ee51578c9da5390660824b'
   'SKIP'
   '40ef991650555b904e73bcc3f344d736722e27ca'
   'ff0fdf0a3005a41acd4b36865056109effc3474b'


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

2016-03-12 Thread Bartłomiej Piotrowski
Date: Saturday, March 12, 2016 @ 18:07:55
  Author: bpiotrowski
Revision: 261375

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

Added:
  lvm2/repos/testing-i686/
  lvm2/repos/testing-i686/11-dm-initramfs.rules
(from rev 261374, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-i686/PKGBUILD
(from rev 261374, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-i686/lvm2-make-sockets-static.patch
(from rev 261374, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-i686/lvm2.install
(from rev 261374, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-i686/lvm2_hook
(from rev 261374, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-i686/lvm2_install
(from rev 261374, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-i686/sd-lvm2_install
(from rev 261374, lvm2/trunk/sd-lvm2_install)
  lvm2/repos/testing-x86_64/
  lvm2/repos/testing-x86_64/11-dm-initramfs.rules
(from rev 261374, lvm2/trunk/11-dm-initramfs.rules)
  lvm2/repos/testing-x86_64/PKGBUILD
(from rev 261374, lvm2/trunk/PKGBUILD)
  lvm2/repos/testing-x86_64/lvm2-make-sockets-static.patch
(from rev 261374, lvm2/trunk/lvm2-make-sockets-static.patch)
  lvm2/repos/testing-x86_64/lvm2.install
(from rev 261374, lvm2/trunk/lvm2.install)
  lvm2/repos/testing-x86_64/lvm2_hook
(from rev 261374, lvm2/trunk/lvm2_hook)
  lvm2/repos/testing-x86_64/lvm2_install
(from rev 261374, lvm2/trunk/lvm2_install)
  lvm2/repos/testing-x86_64/sd-lvm2_install
(from rev 261374, lvm2/trunk/sd-lvm2_install)

---+
 testing-i686/11-dm-initramfs.rules|3 
 testing-i686/PKGBUILD |  103 
 testing-i686/lvm2-make-sockets-static.patch   |   20 
 testing-i686/lvm2.install |   25 +
 testing-i686/lvm2_hook|   12 ++
 testing-i686/lvm2_install |   34 +++
 testing-i686/sd-lvm2_install  |   32 +++
 testing-x86_64/11-dm-initramfs.rules  |3 
 testing-x86_64/PKGBUILD   |  103 
 testing-x86_64/lvm2-make-sockets-static.patch |   20 
 testing-x86_64/lvm2.install   |   25 +
 testing-x86_64/lvm2_hook  |   12 ++
 testing-x86_64/lvm2_install   |   34 +++
 testing-x86_64/sd-lvm2_install|   32 +++
 14 files changed, 458 insertions(+)

Copied: lvm2/repos/testing-i686/11-dm-initramfs.rules (from rev 261374, 
lvm2/trunk/11-dm-initramfs.rules)
===
--- testing-i686/11-dm-initramfs.rules  (rev 0)
+++ testing-i686/11-dm-initramfs.rules  2016-03-12 17:07:55 UTC (rev 261375)
@@ -0,0 +1,3 @@
+# needed with new udev/mkinitcpio and as implemented in dracut:
+# 

+SUBSYSTEM=="block", KERNEL=="dm-[0-9]*", ACTION=="add|change", 
OPTIONS="db_persist"

Copied: lvm2/repos/testing-i686/PKGBUILD (from rev 261374, lvm2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-12 17:07:55 UTC (rev 261375)
@@ -0,0 +1,103 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Thomas Bächler 
+
+pkgbase=lvm2
+pkgname=('lvm2' 'device-mapper')
+pkgver=2.02.146
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://sourceware.org/lvm2/;
+license=('GPL2' 'LGPL2.1')
+makedepends=('systemd' 'thin-provisioning-tools')
+groups=('base')
+source=(ftp://sources.redhat.com/pub/lvm2/LVM2.${pkgver}.tgz{,.asc}
+lvm2_install
+lvm2_hook
+sd-lvm2_install
+11-dm-initramfs.rules
+lvm2-make-sockets-static.patch)
+sha1sums=('9c50927e5b887b8c55ee51578c9da5390660824b'
+  'SKIP'
+  '40ef991650555b904e73bcc3f344d736722e27ca'
+  'ff0fdf0a3005a41acd4b36865056109effc3474b'
+  '86c18852409dc03f38bdd734ac3e7b54bed9c4ce'
+  'f6a554eea9557c3c236df2943bb6e7e723945c41'
+  'b084512af42f2e16cdccd8b7ee4de27b574d1f94')
+validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17')
+
+prepare() {
+  cd LVM2.${pkgver}
+
+  # enable lvmetad
+  sed -i 's|use_lvmetad = 0|use_lvmetad = 1|' conf/example.conf.in
+
+  # make systemd sockets static
+  patch -p1 -i "${srcdir}/lvm2-make-sockets-static.patch"
+}
+
+build() {
+  CONFIGUREOPTS="--prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin \
+  --with-udev-prefix=/usr 
--with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-default-pid-dir=/run --with-default-dm-run-dir=/run 
--with-default-run-dir=/run/lvm \
+  --enable-pkgconfig --enable-readline --enable-dmeventd --enable-cmdlib 
--enable-applib \
+  --enable-udev_sync --enable-udev_rules 

[arch-commits] Commit in grep/trunk (PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 17:46:39
  Author: seblu
Revision: 261370

upgpkg: grep 2.24-1

Modified:
  grep/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 16:39:10 UTC (rev 261369)
+++ PKGBUILD2016-03-12 16:46:39 UTC (rev 261370)
@@ -4,7 +4,7 @@
 # Contributor: judd 
 
 pkgname=grep
-pkgver=2.23
+pkgver=2.24
 pkgrel=1
 pkgdesc='A string search utility'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install=$pkgname.install
 validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
 source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('f46aa9d0d2577b9212a104348a286787'
+md5sums=('f1c980134c04692a90078e87283074b6'
  'SKIP')
 
 build() {


[arch-commits] Commit in grep/repos (6 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 17:46:50
  Author: seblu
Revision: 261371

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

Added:
  grep/repos/testing-i686/
  grep/repos/testing-i686/PKGBUILD
(from rev 261370, grep/trunk/PKGBUILD)
  grep/repos/testing-i686/grep.install
(from rev 261370, grep/trunk/grep.install)
  grep/repos/testing-x86_64/
  grep/repos/testing-x86_64/PKGBUILD
(from rev 261370, grep/trunk/PKGBUILD)
  grep/repos/testing-x86_64/grep.install
(from rev 261370, grep/trunk/grep.install)

-+
 testing-i686/PKGBUILD   |   36 
 testing-i686/grep.install   |   18 ++
 testing-x86_64/PKGBUILD |   36 
 testing-x86_64/grep.install |   18 ++
 4 files changed, 108 insertions(+)

Copied: grep/repos/testing-i686/PKGBUILD (from rev 261370, grep/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-12 16:46:50 UTC (rev 261371)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.24
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('f1c980134c04692a90078e87283074b6'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-i686/grep.install (from rev 261370, 
grep/trunk/grep.install)
===
--- testing-i686/grep.install   (rev 0)
+++ testing-i686/grep.install   2016-03-12 16:46:50 UTC (rev 261371)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: grep/repos/testing-x86_64/PKGBUILD (from rev 261370, 
grep/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-12 16:46:50 UTC (rev 261371)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=2.24
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='http://www.gnu.org/software/grep/grep.html'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+install=$pkgname.install
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('f1c980134c04692a90078e87283074b6'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: grep/repos/testing-x86_64/grep.install (from rev 261370, 
grep/trunk/grep.install)
===
--- testing-x86_64/grep.install (rev 0)
+++ testing-x86_64/grep.install 2016-03-12 16:46:50 UTC (rev 261371)
@@ -0,0 +1,18 @@
+infodir=usr/share/info
+file=grep.info
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+post_upgrade() {
+  post_install "$1"
+}
+
+pre_remove() {
+  [[ -x usr/bin/install-info ]] || return 0
+  install-info --delete "$infodir/$file.gz" "$infodir/dir" 2> /dev/null
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in dkms/trunk (PKGBUILD hook.install hook.remove hook.sh)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 17:38:56
  Author: seblu
Revision: 261368

upgpkg: dkms 2.2.0.3+git151023-7

- massive use of function in the hook script
- display warning when headers/kernel are missing
- only call dkms when both headers and kernel are installed
- add others arch kernels as optdeps

Modified:
  dkms/trunk/PKGBUILD
  dkms/trunk/hook.install
  dkms/trunk/hook.remove
  dkms/trunk/hook.sh

--+
 PKGBUILD |   32 +---
 hook.install |4 +-
 hook.remove  |4 +-
 hook.sh  |  114 ++---
 4 files changed, 101 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 16:34:18 UTC (rev 261367)
+++ PKGBUILD2016-03-12 16:38:56 UTC (rev 261368)
@@ -4,7 +4,7 @@
 
 pkgname=dkms
 pkgver=2.2.0.3+git151023
-pkgrel=6
+pkgrel=7
 pkgdesc='Dynamic Kernel Modules System'
 arch=('any')
 url='http://linux.dell.com/dkms/'
@@ -11,8 +11,10 @@
 license=('GPL2')
 depends=('bash' 'kmod' 'gcc' 'make' 'patch')
 makedepends=('git')
-optdepends=('linux-headers: build modules against Arch kernel'
-'linux-lts-headers: build modules against LTS Arch kernel')
+optdepends=('linux-headers: build modules against the Arch kernel'
+'linux-lts-headers: build modules against the LTS kernel'
+'linux-zen-headers: build modules against the ZEN kernel'
+'linux-grsec-headers: build modules against the GRSEC kernel')
 backup=('etc/dkms/framework.conf')
 install=$pkgname.install
 source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
@@ -22,20 +24,22 @@
 'hook.sh')
 md5sums=('SKIP'
  '82d520c39c99c34977e48b313a189c6c'
- '8fe2064106958bcfd386e83494c8959a'
- '41fcecb1c2dfc59a4b648fddcd8b462f'
- '22f9fc3633b13e548e78bcc48192d817')
+ 'e6eada07fc3a56a491e14dfeafec746f'
+ '57d90c89a221c52d78d0ec3953fe2fcf'
+ 'd11d8bfbcf61330aa84d6dd9e93ca957')
 
 prepare() {
   cd dkms
-  # patching
-  patches=("$srcdir"/*.patch)
-  if (( ${#patches[*]} > 0 )); then
-for p in "${patches[@]}"; do
-  msg2 "Apply patch: ${p##*/}"
-  patch -p1 -i "$p"
-done
-  fi
+
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch $filename"
+  patch -p1 -i "$srcdir/$filename"
+fi
+  done
+
   # /usr move
   msg2 '/usr move patching'
   for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do

Modified: hook.install
===
--- hook.install2016-03-12 16:34:18 UTC (rev 261367)
+++ hook.install2016-03-12 16:38:56 UTC (rev 261368)
@@ -3,7 +3,9 @@
 Operation = Upgrade
 Type = File
 Target = usr/src/*/dkms.conf
-Target = usr/lib/modules/*/build/include/
+Target = usr/lib/modules/*/
+Target = !usr/lib/modules/extramodules-*
+Target = !usr/lib/modules/*/?*
 
 [Action]
 Description = Install DKMS modules

Modified: hook.remove
===
--- hook.remove 2016-03-12 16:34:18 UTC (rev 261367)
+++ hook.remove 2016-03-12 16:38:56 UTC (rev 261368)
@@ -3,7 +3,9 @@
 Operation = Remove
 Type = File
 Target = usr/src/*/dkms.conf
-Target = usr/lib/modules/*/build/include/
+Target = usr/lib/modules/*/
+Target = !usr/lib/modules/extramodules-*
+Target = !usr/lib/modules/*/?*
 
 [Action]
 Description = Remove DKMS modules

Modified: hook.sh
===
--- hook.sh 2016-03-12 16:34:18 UTC (rev 261367)
+++ hook.sh 2016-03-12 16:38:56 UTC (rev 261368)
@@ -17,46 +17,86 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 
-# prevent to have all each dkms call to fail
-if (( EUID )); then
-   echo 'You must be root to use this hook' >&2
-   exit 1
-fi
+# check kernel is valid for action
+# it means kernel and its headers are installed
+# $1: kernel version
+check_kernel() {
+   local kver="$1"; shift
+   if [[ ! -d "$install_tree/$kver/kernel" ]]; then
+   echo "==> Kernel $kver modules are missing. Nothing will be 
done for this kernel!"
+   echo '==> You have to install the matching kernel package to 
use dkms'
+   return 1
+   elif [[ ! -d "$install_tree/$kver/build/include" ]]; then
+   echo "==> Kernel $kver headers are missing. Nothing will be 
done for this kernel!"
+   echo '==> You have to install the matching kernel headers 
package to use dkms'
+   return 1
+   fi
+   return 0
+}
 
-# check args count
-if (( $# < 1 )); then
-   echo "usage: ${0##*/} dkms-arguments" >&2
-   exit 1
-fi
+# handle actions on module 

[arch-commits] Commit in dkms/repos/extra-any (12 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 17:39:10
  Author: seblu
Revision: 261369

archrelease: copy trunk to extra-any

Added:
  dkms/repos/extra-any/02-no-kernel-hook.patch
(from rev 261368, dkms/trunk/02-no-kernel-hook.patch)
  dkms/repos/extra-any/PKGBUILD
(from rev 261368, dkms/trunk/PKGBUILD)
  dkms/repos/extra-any/dkms.install
(from rev 261368, dkms/trunk/dkms.install)
  dkms/repos/extra-any/hook.install
(from rev 261368, dkms/trunk/hook.install)
  dkms/repos/extra-any/hook.remove
(from rev 261368, dkms/trunk/hook.remove)
  dkms/repos/extra-any/hook.sh
(from rev 261368, dkms/trunk/hook.sh)
Deleted:
  dkms/repos/extra-any/02-no-kernel-hook.patch
  dkms/repos/extra-any/PKGBUILD
  dkms/repos/extra-any/dkms.install
  dkms/repos/extra-any/hook.install
  dkms/repos/extra-any/hook.remove
  dkms/repos/extra-any/hook.sh

-+
 02-no-kernel-hook.patch |   26 +++
 PKGBUILD|  124 +-
 dkms.install|   26 +++
 hook.install|   28 ---
 hook.remove |   28 ---
 hook.sh |  164 --
 6 files changed, 222 insertions(+), 174 deletions(-)

Deleted: 02-no-kernel-hook.patch
===
--- 02-no-kernel-hook.patch 2016-03-12 16:38:56 UTC (rev 261368)
+++ 02-no-kernel-hook.patch 2016-03-12 16:39:10 UTC (rev 261369)
@@ -1,13 +0,0 @@
-# Author: Sébastien Luttringer 
 a/Makefile 2011-12-07 19:23:51.0 +0100
-+++ b/Makefile 2013-05-13 00:48:19.62000 +0200
-@@ -46,9 +46,6 @@
-   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
-   chmod 0644 $(MAN)/dkms.8.gz
-   touch --reference=dkms.8 $(MAN)/dkms.8.gz
--  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
--  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
--  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
- 
- DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
- 

Copied: dkms/repos/extra-any/02-no-kernel-hook.patch (from rev 261368, 
dkms/trunk/02-no-kernel-hook.patch)
===
--- 02-no-kernel-hook.patch (rev 0)
+++ 02-no-kernel-hook.patch 2016-03-12 16:39:10 UTC (rev 261369)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
+-  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 16:38:56 UTC (rev 261368)
+++ PKGBUILD2016-03-12 16:39:10 UTC (rev 261369)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
-
-pkgname=dkms
-pkgver=2.2.0.3+git151023
-pkgrel=6
-pkgdesc='Dynamic Kernel Modules System'
-arch=('any')
-url='http://linux.dell.com/dkms/'
-license=('GPL2')
-depends=('bash' 'kmod' 'gcc' 'make' 'patch')
-makedepends=('git')
-optdepends=('linux-headers: build modules against Arch kernel'
-'linux-lts-headers: build modules against LTS Arch kernel')
-backup=('etc/dkms/framework.conf')
-install=$pkgname.install
-source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
-'02-no-kernel-hook.patch'
-'hook.install'
-'hook.remove'
-'hook.sh')
-md5sums=('SKIP'
- '82d520c39c99c34977e48b313a189c6c'
- '8fe2064106958bcfd386e83494c8959a'
- '41fcecb1c2dfc59a4b648fddcd8b462f'
- '22f9fc3633b13e548e78bcc48192d817')
-
-prepare() {
-  cd dkms
-  # patching
-  patches=("$srcdir"/*.patch)
-  if (( ${#patches[*]} > 0 )); then
-for p in "${patches[@]}"; do
-  msg2 "Apply patch: ${p##*/}"
-  patch -p1 -i "$p"
-done
-  fi
-  # /usr move
-  msg2 '/usr move patching'
-  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
-sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
-  done
-}
-
-package() {
-  # alpm hook
-  install -D -m 644 hook.install 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-install.hook"
-  install -D -m 644 hook.remove 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-remove.hook"
-  install -D -m 755 hook.sh "$pkgdir/usr/lib/dkms/alpm-hook"
-  # upstream installer
-  cd dkms
-  make \
-DESTDIR="$pkgdir" \
-SBIN="$pkgdir/usr/bin" \
-

[arch-commits] Commit in xorg-server/trunk (2 files)

2016-03-12 Thread Laurent Carlier
Date: Saturday, March 12, 2016 @ 17:34:08
  Author: lcarlier
Revision: 261366

upgpkg: xorg-server 1.18.2-1

upstream update 1.18.2

Modified:
  xorg-server/trunk/PKGBUILD
Deleted:
  xorg-server/trunk/Fix-XineramaQueryScreens-for-reverse-prime.patch

--+
 Fix-XineramaQueryScreens-for-reverse-prime.patch |   55 -
 PKGBUILD |   18 +-
 2 files changed, 5 insertions(+), 68 deletions(-)

Deleted: Fix-XineramaQueryScreens-for-reverse-prime.patch
===
--- Fix-XineramaQueryScreens-for-reverse-prime.patch2016-03-12 15:46:46 UTC 
(rev 261365)
+++ Fix-XineramaQueryScreens-for-reverse-prime.patch2016-03-12 16:34:08 UTC 
(rev 261366)
@@ -1,55 +0,0 @@
-diff --git a/randr/rrmonitor.c b/randr/rrmonitor.c
-index c37dcf8..58041bb 100644
 a/randr/rrmonitor.c
-+++ b/randr/rrmonitor.c
-@@ -326,7 +326,7 @@ RRMonitorMakeList(ScreenPtr screen, Bool get_active, 
RRMonitorPtr *monitors_ret,
- RRMonitorSetFromClient(pScrPriv->monitors[list.client_primary], mon);
- mon++;
- } else if (list.server_primary >= 0) {
--RRMonitorSetFromServer(pScrPriv->crtcs[list.server_primary], mon);
-+RRMonitorSetFromServer(list.server_crtc[list.server_primary], mon);
- mon++;
- }
- 
-@@ -354,8 +354,8 @@ RRMonitorMakeList(ScreenPtr screen, Bool get_active, 
RRMonitorPtr *monitors_ret,
- 
- /* And finish with the list of crtc-inspired monitors
-  */
--for (c = 0; c < pScrPriv->numCrtcs; c++) {
--RRCrtcPtr crtc = pScrPriv->crtcs[c];
-+for (c = 0; c < list.num_crtcs; c++) {
-+RRCrtcPtr crtc = list.server_crtc[c];
- if (c == list.server_primary && list.client_primary < 0)
- continue;
- 
-diff --git a/randr/rroutput.c b/randr/rroutput.c
-index d12b9ba..2ba62fa 100644
 a/randr/rroutput.c
-+++ b/randr/rroutput.c
-@@ -543,6 +543,7 @@ ProcRRSetOutputPrimary(ClientPtr client)
- WindowPtr pWin;
- rrScrPrivPtr pScrPriv;
- int ret;
-+ScreenPtr slave;
- 
- REQUEST_SIZE_MATCH(xRRSetOutputPrimaryReq);
- 
-@@ -565,7 +566,18 @@ ProcRRSetOutputPrimary(ClientPtr client)
- 
- pScrPriv = rrGetScrPriv(pWin->drawable.pScreen);
- if (pScrPriv)
-+{
- RRSetPrimaryOutput(pWin->drawable.pScreen, pScrPriv, output);
-+
-+xorg_list_for_each_entry(slave,
-+ >drawable.pScreen->output_slave_list,
-+ output_head) {
-+rrScrPrivPtr pSlavePriv;
-+pSlavePriv = rrGetScrPriv(slave);
-+
-+RRSetPrimaryOutput(slave, pSlavePriv, output);
-+}
-+}
- 
- return Success;
- }

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 15:46:46 UTC (rev 261365)
+++ PKGBUILD2016-03-12 16:34:08 UTC (rev 261366)
@@ -4,8 +4,8 @@
 
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
-pkgver=1.18.1
-pkgrel=3
+pkgver=1.18.2
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('custom')
 groups=('xorg')
@@ -19,23 +19,15 @@
  'libxshmfence' 'libunwind')
 source=(${url}/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
 xvfb-run
-xvfb-run.1
-Fix-XineramaQueryScreens-for-reverse-prime.patch)
+xvfb-run.1)
 validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
   'C383B778255613DFDB409D91DB221A690011'
   'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
-sha256sums=('85ec56dbeb89a951295cdf4f39bf38e515f900d35e06d4a8081b114d1520789d'
+sha256sums=('022142b07f6477d140dcc915902df326408a53ca3a352426a499f142b25d632d'
 'SKIP'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
-'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776'
-'afc334dfe1f1eb9e557ae01771b0f774c8fc578115e1698462ab670d1b0a213a')
+'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776')
 
-prepare() {
-  cd "${pkgbase}-${pkgver}"
-  # FS#47151
-  patch -Np1 -i ../Fix-XineramaQueryScreens-for-reverse-prime.patch
-}
-
 build() {
   cd "${pkgbase}-${pkgver}"
   ./configure --prefix=/usr \


[arch-commits] Commit in xorg-server/repos (10 files)

2016-03-12 Thread Laurent Carlier
Date: Saturday, March 12, 2016 @ 17:34:18
  Author: lcarlier
Revision: 261367

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

Added:
  xorg-server/repos/testing-i686/
  xorg-server/repos/testing-i686/PKGBUILD
(from rev 261366, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-i686/xorg-server.install
(from rev 261366, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-i686/xvfb-run
(from rev 261366, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-i686/xvfb-run.1
(from rev 261366, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/testing-x86_64/
  xorg-server/repos/testing-x86_64/PKGBUILD
(from rev 261366, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/testing-x86_64/xorg-server.install
(from rev 261366, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/testing-x86_64/xvfb-run
(from rev 261366, xorg-server/trunk/xvfb-run)
  xorg-server/repos/testing-x86_64/xvfb-run.1
(from rev 261366, xorg-server/trunk/xvfb-run.1)

+
 testing-i686/PKGBUILD  |  213 ++
 testing-i686/xorg-server.install   |   18 ++
 testing-i686/xvfb-run  |  180 ++
 testing-i686/xvfb-run.1|  282 +++
 testing-x86_64/PKGBUILD|  213 ++
 testing-x86_64/xorg-server.install |   18 ++
 testing-x86_64/xvfb-run|  180 ++
 testing-x86_64/xvfb-run.1  |  282 +++
 8 files changed, 1386 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 261366:261367 to see the changes.


[arch-commits] Commit in manaplus/trunk (PKGBUILD)

2016-03-12 Thread Jaroslav Lichtblau
Date: Saturday, March 12, 2016 @ 17:11:14
  Author: jlichtblau
Revision: 166409

upgpkg: manaplus 1.6.3.12-1 - new upstream release

Modified:
  manaplus/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 16:03:37 UTC (rev 166408)
+++ PKGBUILD2016-03-12 16:11:14 UTC (rev 166409)
@@ -5,17 +5,17 @@
 # Contributor: Jesse McClure 
 
 pkgname=manaplus
-pkgver=1.6.2.27
+pkgver=1.6.3.12
 pkgrel=1
 pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
 arch=('i686' 'x86_64')
 url="https://manaplus.org/;
 license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
 makedepends=('mesa')
 replaces=('tmw')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('fe9053b10df9640e27d8401134f3503c8d0fa2c582292ad05d14e230dc5ad252')
+sha256sums=('4226d52080da74d67f6462fdc7a584fb2e216d0bf803d56ef9fe0304b7b8cc11')
 
 build() {
   cd ManaPlus-$pkgver


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

2016-03-12 Thread Jaroslav Lichtblau
Date: Saturday, March 12, 2016 @ 17:11:34
  Author: jlichtblau
Revision: 166410

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 16:11:14 UTC (rev 166409)
+++ community-i686/PKGBUILD 2016-03-12 16:11:34 UTC (rev 166410)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.6.2.27
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/;
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('fe9053b10df9640e27d8401134f3503c8d0fa2c582292ad05d14e230dc5ad252')
-
-build() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-i686/PKGBUILD (from rev 166409, 
manaplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 16:11:34 UTC (rev 166410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.6.3.12
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('4226d52080da74d67f6462fdc7a584fb2e216d0bf803d56ef9fe0304b7b8cc11')
+
+build() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-12 16:11:14 UTC (rev 166409)
+++ community-x86_64/PKGBUILD   2016-03-12 16:11:34 UTC (rev 166410)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Bjorn Lindeijer 
-# Contributor: Mateusz Herych 
-# Contributor: Jesse McClure 
-
-pkgname=manaplus
-pkgver=1.6.2.27
-pkgrel=1
-pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
-arch=('i686' 'x86_64')
-url="https://manaplus.org/;
-license=('GPL')
-depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx')
-makedepends=('mesa')
-replaces=('tmw')
-source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
-sha256sums=('fe9053b10df9640e27d8401134f3503c8d0fa2c582292ad05d14e230dc5ad252')
-
-build() {
-  cd ManaPlus-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ManaPlus-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 166409, 
manaplus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-12 16:11:34 UTC (rev 166410)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.6.3.12
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx' 'curl')

[arch-commits] Commit in linux-grsec/repos (24 files)

2016-03-12 Thread Daniel Micay
Date: Saturday, March 12, 2016 @ 17:03:37
  Author: thestinger
Revision: 166408

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

Added:
  linux-grsec/repos/community-i686/PKGBUILD
(from rev 166407, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
(from rev 166407, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-i686/config
(from rev 166407, linux-grsec/trunk/config)
  linux-grsec/repos/community-i686/config.x86_64
(from rev 166407, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-i686/linux-grsec.install
(from rev 166407, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-i686/linux.preset
(from rev 166407, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-x86_64/PKGBUILD
(from rev 166407, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
(from rev 166407, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-x86_64/config
(from rev 166407, linux-grsec/trunk/config)
  linux-grsec/repos/community-x86_64/config.x86_64
(from rev 166407, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-x86_64/linux-grsec.install
(from rev 166407, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-x86_64/linux.preset
(from rev 166407, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset
  linux-grsec/repos/community-x86_64/PKGBUILD
  linux-grsec/repos/community-x86_64/change-default-console-loglevel.patch
  linux-grsec/repos/community-x86_64/config
  linux-grsec/repos/community-x86_64/config.x86_64
  linux-grsec/repos/community-x86_64/linux-grsec.install
  linux-grsec/repos/community-x86_64/linux.preset

+
 /PKGBUILD  |  642 
 /change-default-console-loglevel.patch |   22 
 /config|15932 +++
 /config.x86_64 |15346 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  316 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7966 ---
 community-i686/config.x86_64   | 7673 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  316 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7966 ---
 community-x86_64/config.x86_64 | 7673 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 32044 insertions(+), 32034 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 166407:166408 to see the changes.


[arch-commits] Commit in linux-grsec/trunk (PKGBUILD)

2016-03-12 Thread Daniel Micay
Date: Saturday, March 12, 2016 @ 17:02:28
  Author: thestinger
Revision: 166407

upgpkg: linux-grsec 4.4.5.201603102309-1

Modified:
  linux-grsec/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 15:49:07 UTC (rev 166406)
+++ PKGBUILD2016-03-12 16:02:28 UTC (rev 166407)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.4
-_pkgver=4.4.4
+_pkgver=4.4.5
 _grsecver=3.1
-_timestamp=201603032158
+_timestamp=201603102309
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'9061d8f57cc25d760387c4e6b7d5cceacaa808e8784a3e478012e7c2949853c8'
+'a570680ad5624eff0687c74d652158cbd9ec92fdd177ac5ff812988a24d54ab5'
 'SKIP'
-'73a88bbb571ea034ee40a52c2517a9c7ba341d6da9a181e269996362796d68a1'
+'0376038e0d97ba426582d4da5940817e1789fc6326b9f6ccb30e8ced481a729c'
 'SKIP'
 'd003b50ca1713b2b22c01eefd98259df20d2508cea53b6869bbf1ce81584f3cc'
 '2c5a5eeca681c387a6a5e6e461e7f20328c44dc8143455edfe0fc3957242c835'


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

2016-03-12 Thread Jaroslav Lichtblau
Date: Saturday, March 12, 2016 @ 16:49:07
  Author: jlichtblau
Revision: 166406

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

Added:
  manaplus/repos/community-i686/
  manaplus/repos/community-i686/PKGBUILD
(from rev 166405, manaplus/trunk/PKGBUILD)
  manaplus/repos/community-x86_64/
  manaplus/repos/community-x86_64/PKGBUILD
(from rev 166405, manaplus/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   32 
 community-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: manaplus/repos/community-i686/PKGBUILD (from rev 166405, 
manaplus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 15:49:07 UTC (rev 166406)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.6.2.27
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('fe9053b10df9640e27d8401134f3503c8d0fa2c582292ad05d14e230dc5ad252')
+
+build() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: manaplus/repos/community-x86_64/PKGBUILD (from rev 166405, 
manaplus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-03-12 15:49:07 UTC (rev 166406)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.6.2.27
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('fe9053b10df9640e27d8401134f3503c8d0fa2c582292ad05d14e230dc5ad252')
+
+build() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in openldap/trunk (PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 16:46:20
  Author: seblu
Revision: 261364

upgpkg: openldap 2.4.44-1

Modified:
  openldap/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 15:37:40 UTC (rev 261363)
+++ PKGBUILD2016-03-12 15:46:20 UTC (rev 261364)
@@ -3,8 +3,8 @@
 
 pkgbase=openldap
 pkgname=('openldap' 'libldap')
-pkgver=2.4.43
-pkgrel=3
+pkgver=2.4.44
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.openldap.org/;
 license=('custom')
@@ -12,7 +12,7 @@
 options=('!makeflags' 'emptydirs')
 
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
 slapd.service openldap.tmpfiles openldap.sysusers openldap-ntlm.patch)
-sha1sums=('3b52924df2f45e81f25ecbe37551bc837d090cfa'
+sha1sums=('016a738d050a68d388602a74b5e991035cdba149'
   '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
   '1f68bd85fb50595c4e916db164d8e90e0c6e21ee'
   '2bf64351c32b0bf0a70663bd42de22910998b795'


[arch-commits] Commit in openldap/repos (14 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 16:46:46
  Author: seblu
Revision: 261365

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

Added:
  openldap/repos/extra-i686/
  openldap/repos/extra-i686/PKGBUILD
(from rev 261364, openldap/trunk/PKGBUILD)
  openldap/repos/extra-i686/openldap-ntlm.patch
(from rev 261364, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/extra-i686/openldap.install
(from rev 261364, openldap/trunk/openldap.install)
  openldap/repos/extra-i686/openldap.sysusers
(from rev 261364, openldap/trunk/openldap.sysusers)
  openldap/repos/extra-i686/openldap.tmpfiles
(from rev 261364, openldap/trunk/openldap.tmpfiles)
  openldap/repos/extra-i686/slapd.service
(from rev 261364, openldap/trunk/slapd.service)
  openldap/repos/extra-x86_64/
  openldap/repos/extra-x86_64/PKGBUILD
(from rev 261364, openldap/trunk/PKGBUILD)
  openldap/repos/extra-x86_64/openldap-ntlm.patch
(from rev 261364, openldap/trunk/openldap-ntlm.patch)
  openldap/repos/extra-x86_64/openldap.install
(from rev 261364, openldap/trunk/openldap.install)
  openldap/repos/extra-x86_64/openldap.sysusers
(from rev 261364, openldap/trunk/openldap.sysusers)
  openldap/repos/extra-x86_64/openldap.tmpfiles
(from rev 261364, openldap/trunk/openldap.tmpfiles)
  openldap/repos/extra-x86_64/slapd.service
(from rev 261364, openldap/trunk/slapd.service)

--+
 extra-i686/PKGBUILD  |  118 ++
 extra-i686/openldap-ntlm.patch   |  230 +
 extra-i686/openldap.install  |   14 ++
 extra-i686/openldap.sysusers |1 
 extra-i686/openldap.tmpfiles |3 
 extra-i686/slapd.service |9 +
 extra-x86_64/PKGBUILD|  118 ++
 extra-x86_64/openldap-ntlm.patch |  230 +
 extra-x86_64/openldap.install|   14 ++
 extra-x86_64/openldap.sysusers   |1 
 extra-x86_64/openldap.tmpfiles   |3 
 extra-x86_64/slapd.service   |9 +
 12 files changed, 750 insertions(+)

Copied: openldap/repos/extra-i686/PKGBUILD (from rev 261364, 
openldap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-12 15:46:46 UTC (rev 261365)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer:
+
+pkgbase=openldap
+pkgname=('openldap' 'libldap')
+pkgver=2.4.44
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.openldap.org/;
+license=('custom')
+makedepends=('libltdl' 'libsasl' 'e2fsprogs' 'util-linux' 'chrpath' 'unixodbc')
+options=('!makeflags' 'emptydirs')
+source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
+slapd.service openldap.tmpfiles openldap.sysusers openldap-ntlm.patch)
+sha1sums=('016a738d050a68d388602a74b5e991035cdba149'
+  '2441815efbfa01ad7a1d39068e5503b53d1d04b0'
+  '1f68bd85fb50595c4e916db164d8e90e0c6e21ee'
+  '2bf64351c32b0bf0a70663bd42de22910998b795'
+  'e4afd9f1c810ef4c4cd8fe1101dfe5887f2b7eef')
+
+# see http://www.openldap.org/faq/data/cache/756.html
+# there's no proper backend support for anything apart from
+# BerkeleyDB, if we don't want to drop local backend server support
+# we are forced to keep Berkeley DB here
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -p1 -i "${srcdir}"/openldap-ntlm.patch
+  sed -i 's|-m 644 $(LIBRARY)|-m 755 $(LIBRARY)|' 
libraries/{liblber,libldap,libldap_r}/Makefile.in
+  sed -i 's|#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "run" LDAP_DIRSEP 
"ldapi"|#define LDAPI_SOCK LDAP_DIRSEP "run" LDAP_DIRSEP "openldap" LDAP_DIRSEP 
"ldapi"|' include/ldap_defaults.h
+  sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.{conf,ldif}
+  sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) 
$(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  autoconf
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+--sysconfdir=/etc --localstatedir=/var/lib/openldap --sbindir=/usr/bin \
+--enable-dynamic --enable-syslog --enable-ipv6 --enable-local \
+--enable-crypt --enable-spasswd --enable-modules \
+--enable-backends --disable-ndb --enable-overlays=mod \
+--with-cyrus-sasl --with-threads
+  make
+
+  cd contrib/slapd-modules/nssov
+  make prefix=/usr libexecdir=/usr/lib sysconfdir=/etc/openldap
+  chrpath -d .libs/nssov.so
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+#  make test
+}
+
+package_libldap() {
+  pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"
+  depends=('libsasl' 'e2fsprogs')
+  backup=('etc/openldap/ldap.conf')
+
+  cd ${pkgbase}-${pkgver}
+  for dir in include libraries doc/man/man3 ; do
+pushd ${dir}
+make DESTDIR="${pkgdir}" install
+popd
+  done
+  install -Dm644 doc/man/man5/ldap.conf.5.tmp 
"${pkgdir}"/usr/share/man/man5/ldap.conf.5
+
+# get rid of duplicate default conf files
+  rm 

[arch-commits] Commit in (tmw tmwmusic)

2016-03-12 Thread Jaroslav Lichtblau
Date: Saturday, March 12, 2016 @ 16:38:56
  Author: jlichtblau
Revision: 166405

The mana client package (tmw) has been deprecated upstream in favor of the mana 
plus client (manaplus).

Deleted:
  tmw/
  tmwmusic/


[arch-commits] Commit in ulogd/repos (20 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 16:37:40
  Author: seblu
Revision: 261363

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

Added:
  ulogd/repos/extra-i686/01-fix-FS#48318.patch
(from rev 261362, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/extra-i686/PKGBUILD
(from rev 261362, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-i686/ulogd.conf
(from rev 261362, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-i686/ulogd.logrotate
(from rev 261362, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-i686/ulogd.service
(from rev 261362, ulogd/trunk/ulogd.service)
  ulogd/repos/extra-x86_64/01-fix-FS#48318.patch
(from rev 261362, ulogd/trunk/01-fix-FS#48318.patch)
  ulogd/repos/extra-x86_64/PKGBUILD
(from rev 261362, ulogd/trunk/PKGBUILD)
  ulogd/repos/extra-x86_64/ulogd.conf
(from rev 261362, ulogd/trunk/ulogd.conf)
  ulogd/repos/extra-x86_64/ulogd.logrotate
(from rev 261362, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/extra-x86_64/ulogd.service
(from rev 261362, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/extra-i686/01-fix-FS#48318.patch
  ulogd/repos/extra-i686/PKGBUILD
  ulogd/repos/extra-i686/ulogd.conf
  ulogd/repos/extra-i686/ulogd.logrotate
  ulogd/repos/extra-i686/ulogd.service
  ulogd/repos/extra-x86_64/01-fix-FS#48318.patch
  ulogd/repos/extra-x86_64/PKGBUILD
  ulogd/repos/extra-x86_64/ulogd.conf
  ulogd/repos/extra-x86_64/ulogd.logrotate
  ulogd/repos/extra-x86_64/ulogd.service

+
 /01-fix-FS#48318.patch |  624 +++
 /PKGBUILD  |  154 
 /ulogd.conf|   40 ++
 /ulogd.logrotate   |   20 +
 /ulogd.service |   22 +
 extra-i686/01-fix-FS#48318.patch   |   25 -
 extra-i686/PKGBUILD|   77 
 extra-i686/ulogd.conf  |   20 -
 extra-i686/ulogd.logrotate |   10 
 extra-i686/ulogd.service   |   11 
 extra-x86_64/01-fix-FS#48318.patch |   25 -
 extra-x86_64/PKGBUILD  |   77 
 extra-x86_64/ulogd.conf|   20 -
 extra-x86_64/ulogd.logrotate   |   10 
 extra-x86_64/ulogd.service |   11 
 15 files changed, 860 insertions(+), 286 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 261362:261363 to see the changes.


[arch-commits] Commit in ulogd/trunk (01-fix-FS#48318.patch PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 16:37:20
  Author: seblu
Revision: 261362

upgpkg: ulogd 2.0.5-5

- really fix FS#48318 with the correct patch

Modified:
  ulogd/trunk/01-fix-FS#48318.patch
  ulogd/trunk/PKGBUILD

---+
 01-fix-FS#48318.patch |  317 +---
 PKGBUILD  |4 
 2 files changed, 304 insertions(+), 17 deletions(-)

Modified: 01-fix-FS#48318.patch
===
--- 01-fix-FS#48318.patch   2016-03-12 15:29:44 UTC (rev 261361)
+++ 01-fix-FS#48318.patch   2016-03-12 15:37:20 UTC (rev 261362)
@@ -1,25 +1,312 @@
-From a82d9cfe03679b82ab4d9586c93ad377e9e27149 Mon Sep 17 00:00:00 2001
-From: Eric Leblond 
-Date: Fri, 5 Feb 2016 11:55:26 +0100
-Subject: [PATCH 2/2] ulogd: add missing newline in log message
+From 1f70d2ba45e2b06d5386b8d3f2e09be9118b Mon Sep 17 00:00:00 2001
+From: Hironobu Ishii 
+Date: Tue, 2 Feb 2016 23:01:41 +0900
+Subject: ulogd: restructures signal handling by self-pipe trick
 
+ulogd had a critical bug that is calling Async-Signal-Unsafe functions
+in signal hander context.
+  - Most of libc functions like fopen(), malloc() are Async-Signal-Unsafe.
+So you should not call these functions in signal handler context.
+  - Calling pluginstances in signal handler context is danger.
+For implementer of pluginstances, it is very hard to recognize their
+functions are called in signal handler context.
+
+To solve the issue, I restructured signal handling by self-pipe trick.
+For more detail on self-pipe trick, please see the following.
+https://lwn.net/Articles/177897/
+
+This patch will solve various symptoms like following.
+  - Deadlock
+  - Segmentation fault caused by libc management data corruption,
+  - Other unpredictable behavior.
+
+Deadlock example
+
+This bug was already filed at:
+https://bugzilla.netfilter.org/show_bug.cgi?id=1030
+
+I also hit this bug. The backtrace of this issue is following.
+In this case, main thread was calling ctime(),
+and signal handler called localtime_r().
+That caused the dead lock while getting tzset_lock in __tz_convert().
+Because vsyslog() is Async-Signal-Unsafe function, we cannot call
+this function in signal handler context.
+
+ (gdb) bt
+ #0  __lll_lock_wait_private () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95
+ #1  0x7f3c3fc7e4ac in _L_lock_2462 () at tzset.c:621
+ #2  0x7f3c3fc7e2e7 in __tz_convert (timer=0x7f3c3ff8bf00 ,
+ timer@entry=0x7fffcfa923b8, use_localtime=use_localtime@entry=1,
+ tp=tp@entry=0x7fffcfa92400) at tzset.c:624
+ #3  0x7f3c3fc7c28d in __localtime_r (t=t@entry=0x7fffcfa923b8,
+ tp=tp@entry=0x7fffcfa92400) at localtime.c:32
+ #4  0x7f3c3fcbf1ba in __GI___vsyslog_chk (pri=, flag=1,
+ fmt=0x406fa8 "signal received, calling pluginstances\n", 
ap=0x7fffcfa924a0)
+ at ../misc/syslog.c:199
+ #5  0x004037b5 in __ulogd_log ()
+ #6  0x004047be in signal_handler ()
+ #7  
+ #8  0x7f3c3fcb62f5 in __GI___xstat (vers=,
+ name=0x7f3c3fd4b2c3 "/etc/localtime", buf=0x7fffcfa92c10)
+ at ../sysdeps/unix/sysv/linux/wordsize-64/xstat.c:37
+ #9  0x7f3c3fc7e5f6 in __tzfile_read (file=file@entry=0x7f3c3fd4b2c3 
"/etc/localtime",
+ extra=extra@entry=0, extrap=extrap@entry=0x0) at tzfile.c:170
+ #10 0x7f3c3fc7d954 in tzset_internal (always=,
+ explicit=explicit@entry=1) at tzset.c:444
+ #11 0x7f3c3fc7e303 in __tz_convert (timer=0x7fffcfa92d50,
+ use_localtime=use_localtime@entry=1, tp=tp@entry=0x7f3c3ff8ed80 <_tmbuf>)
+ at tzset.c:629
+ #12 0x7f3c3fc7c2a1 in __GI_localtime (t=) at localtime.c:42
+ #13 0x7f3c3fc7c1f9 in ctime (t=) at ctime.c:27
+ #14 0x7f3c3e180ec2 in ?? ()
+ #15 0x56a100c2 in ?? ()
+ #16 0xf8570f79d4fc4200 in ?? ()
+ #17 0x0209bec0 in ?? ()
+ #18 0x7f3c4059f1f8 in ?? ()
+ #19 0x003c in ?? ()
+ #20 0x00404952 in ulogd_propagate_results ()
+ #21 0x7f3c3f9cc203 in ?? ()
+ #22 0x in ?? ()
+
+Segmentation fault in free()
+
+>From my experience, I think this was caused by some routine called
+malloc()/free() in signal handler context.
+By that, malloc() management data became inconsistent.
+As a result, free() made a wrong dereference.
+
+Program terminated with signal SIGSEGV, Segmentation fault.
+ #0  __GI___libc_free (mem=0x7f430f011000) at malloc.c:2903
+ 2903  if (chunk_is_mmapped(p))   /* release mmapped 
memory. */
+ (gdb) bt
+ #0  __GI___libc_free (mem=0x7f430f011000) at malloc.c:2903
+ #1  0x7f430e68affa in __GI__IO_free_backup_area (fp=fp@entry=0x742500)
+ at genops.c:210
+ #2  0x7f430e68a795 in _IO_new_file_overflow (f=0x742500, ch=-1) at 
fileops.c:849
+ #3  0x7f430e689511 in _IO_new_file_xsputn (f=0x742500, data=, n=15)
+ at fileops.c:1372
+ #4  

[arch-commits] Commit in (4 files)

2016-03-12 Thread Jaroslav Lichtblau
Date: Saturday, March 12, 2016 @ 16:33:14
  Author: jlichtblau
Revision: 166401

The mana client package (tmw) has been deprecated upstream in favor of the mana 
plus client (manaplus).

Added:
  manaplus/
  manaplus/repos/
  manaplus/trunk/
  manaplus/trunk/PKGBUILD

--+
 PKGBUILD |   32 
 1 file changed, 32 insertions(+)

Added: manaplus/trunk/PKGBUILD
===
--- manaplus/trunk/PKGBUILD (rev 0)
+++ manaplus/trunk/PKGBUILD 2016-03-12 15:33:14 UTC (rev 166401)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Bjorn Lindeijer 
+# Contributor: Mateusz Herych 
+# Contributor: Jesse McClure 
+
+pkgname=manaplus
+pkgver=1.6.2.27
+pkgrel=1
+pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and 
similar servers"
+arch=('i686' 'x86_64')
+url="https://manaplus.org/;
+license=('GPL')
+depends=('glu' 'libxml2' 'physfs' 'sdl_image' 'sdl_mixer' 'sdl_net' 'sdl_ttf' 
'sdl_gfx')
+makedepends=('mesa')
+replaces=('tmw')
+source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
+sha256sums=('fe9053b10df9640e27d8401134f3503c8d0fa2c582292ad05d14e230dc5ad252')
+
+build() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ManaPlus-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: manaplus/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in pcre/repos (7 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 16:29:44
  Author: seblu
Revision: 261361

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

Added:
  pcre/repos/testing-i686/01-CVE-2016-1283.patch
(from rev 261360, pcre/trunk/01-CVE-2016-1283.patch)
  pcre/repos/testing-i686/PKGBUILD
(from rev 261360, pcre/trunk/PKGBUILD)
  pcre/repos/testing-x86_64/01-CVE-2016-1283.patch
(from rev 261360, pcre/trunk/01-CVE-2016-1283.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 261360, pcre/trunk/PKGBUILD)
Deleted:
  pcre/repos/testing-i686/01-CVE-2016-1283.patch
  pcre/repos/testing-x86_64/01-CVE-2016-1283.patch
  pcre/repos/testing-x86_64/PKGBUILD

---+
 /01-CVE-2016-1283.patch   |   36 
 /PKGBUILD |   55 
 testing-i686/01-CVE-2016-1283.patch   |   18 --
 testing-i686/PKGBUILD |   55 
 testing-x86_64/01-CVE-2016-1283.patch |   18 --
 testing-x86_64/PKGBUILD   |   55 
 6 files changed, 146 insertions(+), 91 deletions(-)

Deleted: testing-i686/01-CVE-2016-1283.patch
===
--- testing-i686/01-CVE-2016-1283.patch 2016-03-12 15:29:17 UTC (rev 261360)
+++ testing-i686/01-CVE-2016-1283.patch 2016-03-12 15:29:44 UTC (rev 261361)
@@ -1,18 +0,0 @@
-Index: pcre_compile.c
-===
 a/pcre_compile.c   (revision 1635)
-+++ b/pcre_compile.c   (revision 1636)
-@@ -7311,7 +7311,12 @@
-   so far in order to get the number. If the name is not found, leave
-   the value of recno as 0 for a forward reference. */
- 
--  else
-+  /* This patch (removing "else") fixes a problem when a reference is
-+  to multiple identically named nested groups from within the nest.
-+  Once again, it is not the "proper" fix, and it results in an
-+  over-allocation of memory. */
-+
-+  /* else */
- {
- ng = cd->named_groups;
- for (i = 0; i < cd->names_found; i++, ng++)

Copied: pcre/repos/testing-i686/01-CVE-2016-1283.patch (from rev 261360, 
pcre/trunk/01-CVE-2016-1283.patch)
===
--- testing-i686/01-CVE-2016-1283.patch (rev 0)
+++ testing-i686/01-CVE-2016-1283.patch 2016-03-12 15:29:44 UTC (rev 261361)
@@ -0,0 +1,18 @@
+Index: pcre_compile.c
+===
+--- a/pcre_compile.c   (revision 1635)
 b/pcre_compile.c   (revision 1636)
+@@ -7311,7 +7311,12 @@
+   so far in order to get the number. If the name is not found, leave
+   the value of recno as 0 for a forward reference. */
+ 
+-  else
++  /* This patch (removing "else") fixes a problem when a reference is
++  to multiple identically named nested groups from within the nest.
++  Once again, it is not the "proper" fix, and it results in an
++  over-allocation of memory. */
++
++  /* else */
+ {
+ ng = cd->named_groups;
+ for (i = 0; i < cd->names_found; i++, ng++)

Copied: pcre/repos/testing-i686/PKGBUILD (from rev 261360, pcre/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-12 15:29:44 UTC (rev 261361)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.38
+pkgrel=3
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig}
+'01-CVE-2016-1283.patch')
+md5sums=('00aabbfe56d5a48b270f999b508c5ad2'
+ 'SKIP'
+ '722aba6455a3f0240eaa22289f0176a0')
+
+prepare() {
+  for _f in "${source[@]}"; do
+[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d $pkgname-$pkgver < 
"$_f"; }
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE 

[arch-commits] Commit in pcre/repos (5 files)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 16:29:17
  Author: seblu
Revision: 261360

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

Added:
  pcre/repos/testing-i686/
  pcre/repos/testing-i686/01-CVE-2016-1283.patch
(from rev 261359, pcre/trunk/01-CVE-2016-1283.patch)
  pcre/repos/testing-x86_64/
  pcre/repos/testing-x86_64/01-CVE-2016-1283.patch
(from rev 261359, pcre/trunk/01-CVE-2016-1283.patch)
  pcre/repos/testing-x86_64/PKGBUILD
(from rev 261359, pcre/trunk/PKGBUILD)

---+
 testing-i686/01-CVE-2016-1283.patch   |   18 ++
 testing-x86_64/01-CVE-2016-1283.patch |   18 ++
 testing-x86_64/PKGBUILD   |   55 
 3 files changed, 91 insertions(+)

Copied: pcre/repos/testing-i686/01-CVE-2016-1283.patch (from rev 261359, 
pcre/trunk/01-CVE-2016-1283.patch)
===
--- testing-i686/01-CVE-2016-1283.patch (rev 0)
+++ testing-i686/01-CVE-2016-1283.patch 2016-03-12 15:29:17 UTC (rev 261360)
@@ -0,0 +1,18 @@
+Index: pcre_compile.c
+===
+--- a/pcre_compile.c   (revision 1635)
 b/pcre_compile.c   (revision 1636)
+@@ -7311,7 +7311,12 @@
+   so far in order to get the number. If the name is not found, leave
+   the value of recno as 0 for a forward reference. */
+ 
+-  else
++  /* This patch (removing "else") fixes a problem when a reference is
++  to multiple identically named nested groups from within the nest.
++  Once again, it is not the "proper" fix, and it results in an
++  over-allocation of memory. */
++
++  /* else */
+ {
+ ng = cd->named_groups;
+ for (i = 0; i < cd->names_found; i++, ng++)

Copied: pcre/repos/testing-x86_64/01-CVE-2016-1283.patch (from rev 261359, 
pcre/trunk/01-CVE-2016-1283.patch)
===
--- testing-x86_64/01-CVE-2016-1283.patch   (rev 0)
+++ testing-x86_64/01-CVE-2016-1283.patch   2016-03-12 15:29:17 UTC (rev 
261360)
@@ -0,0 +1,18 @@
+Index: pcre_compile.c
+===
+--- a/pcre_compile.c   (revision 1635)
 b/pcre_compile.c   (revision 1636)
+@@ -7311,7 +7311,12 @@
+   so far in order to get the number. If the name is not found, leave
+   the value of recno as 0 for a forward reference. */
+ 
+-  else
++  /* This patch (removing "else") fixes a problem when a reference is
++  to multiple identically named nested groups from within the nest.
++  Once again, it is not the "proper" fix, and it results in an
++  over-allocation of memory. */
++
++  /* else */
+ {
+ ng = cd->named_groups;
+ for (i = 0; i < cd->names_found; i++, ng++)

Copied: pcre/repos/testing-x86_64/PKGBUILD (from rev 261359, 
pcre/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-12 15:29:17 UTC (rev 261360)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre
+pkgver=8.38
+pkgrel=3
+pkgdesc='A library that implements Perl 5-style regular expressions'
+arch=('i686' 'x86_64')
+url='http://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig}
+'01-CVE-2016-1283.patch')
+md5sums=('00aabbfe56d5a48b270f999b508c5ad2'
+ 'SKIP'
+ '722aba6455a3f0240eaa22289f0176a0')
+
+prepare() {
+  for _f in "${source[@]}"; do
+[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d $pkgname-$pkgver < 
"$_f"; }
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit \
+--enable-pcregrep-libz \
+--enable-pcregrep-libbz2 \
+--enable-pcretest-libreadline
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in pcre/trunk (01-CVE-2016-1283.patch PKGBUILD)

2016-03-12 Thread Sébastien Luttringer
Date: Saturday, March 12, 2016 @ 16:27:40
  Author: seblu
Revision: 261359

upgpkg: pcre 8.38-3

Added:
  pcre/trunk/01-CVE-2016-1283.patch
Modified:
  pcre/trunk/PKGBUILD

+
 01-CVE-2016-1283.patch |   18 ++
 PKGBUILD   |   14 +++---
 2 files changed, 29 insertions(+), 3 deletions(-)

Added: 01-CVE-2016-1283.patch
===
--- 01-CVE-2016-1283.patch  (rev 0)
+++ 01-CVE-2016-1283.patch  2016-03-12 15:27:40 UTC (rev 261359)
@@ -0,0 +1,18 @@
+Index: pcre_compile.c
+===
+--- a/pcre_compile.c   (revision 1635)
 b/pcre_compile.c   (revision 1636)
+@@ -7311,7 +7311,12 @@
+   so far in order to get the number. If the name is not found, leave
+   the value of recno as 0 for a forward reference. */
+ 
+-  else
++  /* This patch (removing "else") fixes a problem when a reference is
++  to multiple identically named nested groups from within the nest.
++  Once again, it is not the "proper" fix, and it results in an
++  over-allocation of memory. */
++
++  /* else */
+ {
+ ng = cd->named_groups;
+ for (i = 0; i < cd->names_found; i++, ng++)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 12:02:27 UTC (rev 261358)
+++ PKGBUILD2016-03-12 15:27:40 UTC (rev 261359)
@@ -6,7 +6,7 @@
 
 pkgname=pcre
 pkgver=8.38
-pkgrel=2
+pkgrel=3
 pkgdesc='A library that implements Perl 5-style regular expressions'
 arch=('i686' 'x86_64')
 url='http://www.pcre.org/'
@@ -13,10 +13,18 @@
 license=('BSD')
 depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
 validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+source=("ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$pkgname-$pkgver.tar.bz2"{,.sig}
+'01-CVE-2016-1283.patch')
 md5sums=('00aabbfe56d5a48b270f999b508c5ad2'
- 'SKIP')
+ 'SKIP'
+ '722aba6455a3f0240eaa22289f0176a0')
 
+prepare() {
+  for _f in "${source[@]}"; do
+[[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d $pkgname-$pkgver < 
"$_f"; }
+  done
+  :
+}
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-12 Thread Felix Yan
Date: Saturday, March 12, 2016 @ 16:14:59
  Author: fyan
Revision: 166400

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

Added:
  stylish-haskell/repos/community-staging-i686/
  stylish-haskell/repos/community-staging-i686/PKGBUILD
(from rev 166399, stylish-haskell/trunk/PKGBUILD)
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 166399, stylish-haskell/trunk/PKGBUILD)

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 166399, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-12 15:14:59 UTC (rev 166400)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.2
+pkgrel=6
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cf391b582b00aa392a89c15e7542a43ad694661d00500356aa818fac84ebe759')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
166399, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-12 15:14:59 UTC (rev 166400)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.2
+pkgrel=6
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cf391b582b00aa392a89c15e7542a43ad694661d00500356aa818fac84ebe759')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in stylish-haskell/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Saturday, March 12, 2016 @ 16:14:22
  Author: fyan
Revision: 166399

upgpkg: stylish-haskell 0.5.15.2-6

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  stylish-haskell/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 15:14:05 UTC (rev 166398)
+++ PKGBUILD2016-03-12 15:14:22 UTC (rev 166399)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.15.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-03-12 Thread Felix Yan
Date: Saturday, March 12, 2016 @ 16:14:05
  Author: fyan
Revision: 166398

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

Added:
  hindent/repos/community-staging-i686/
  hindent/repos/community-staging-i686/PKGBUILD
(from rev 166397, hindent/trunk/PKGBUILD)
  hindent/repos/community-staging-x86_64/
  hindent/repos/community-staging-x86_64/PKGBUILD
(from rev 166397, hindent/trunk/PKGBUILD)

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 166397, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-12 15:14:05 UTC (rev 166398)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=11
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 166397, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-12 15:14:05 UTC (rev 166398)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=11
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in hindent/trunk (PKGBUILD)

2016-03-12 Thread Felix Yan
Date: Saturday, March 12, 2016 @ 16:13:42
  Author: fyan
Revision: 166397

upgpkg: hindent 4.6.1-11

rebuild with conduit-1.2.6.4, http2-1.5.2, scientific-0.3.4.6, 
vector-binary-instances-0.2.3.0

Modified:
  hindent/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 14:35:52 UTC (rev 166396)
+++ PKGBUILD2016-03-12 15:13:42 UTC (rev 166397)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


[arch-commits] Commit in perl-readonly/trunk (PKGBUILD)

2016-03-12 Thread Jaroslav Lichtblau
Date: Saturday, March 12, 2016 @ 15:35:39
  Author: jlichtblau
Revision: 166395

upgpkg: perl-readonly 2.01-1 - new upstream release

Modified:
  perl-readonly/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-12 14:22:09 UTC (rev 166394)
+++ PKGBUILD2016-03-12 14:35:39 UTC (rev 166395)
@@ -3,21 +3,22 @@
 # Contributor: John D Jones III 
 
 pkgname=perl-readonly
-pkgver=2.00
-pkgrel=2
+pkgver=2.01
+pkgrel=1
 pkgdesc="Facility for creating read-only scalars, arrays, hashes"
 arch=('any')
 url='http://search.mcpan.org/dist/Readonly'
 license=('GPL' 'PerlArtistic')
 depends=('perl')
+makedepends=('perl-module-build-tiny')
 options=('!emptydirs')
 
source=(http://search.mcpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-$pkgver.tar.gz)
-sha256sums=('9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98')
+sha256sums=('ec7076c6851b6d3338e959645cd995343241f5b2ffc29519faf28f6b482e')
 
 build() {
   cd "${srcdir}"/Readonly-$pkgver
 
-  perl Build.PL installdirs=vendor
+  perl Build.PL --installdirs=vendor
   ./Build
 }
 
@@ -30,7 +31,7 @@
 package() {
   cd "${srcdir}"/Readonly-$pkgver
 
-  ./Build install destdir="${pkgdir}"
+  ./Build install --destdir="${pkgdir}"
 
   find "${pkgdir}" -name '.packlist' -delete
   find "${pkgdir}" -name '*.pod' -delete


[arch-commits] Commit in perl-readonly/repos/community-any (PKGBUILD PKGBUILD)

2016-03-12 Thread Jaroslav Lichtblau
Date: Saturday, March 12, 2016 @ 15:35:52
  Author: jlichtblau
Revision: 166396

archrelease: copy trunk to community-any

Added:
  perl-readonly/repos/community-any/PKGBUILD
(from rev 166395, perl-readonly/trunk/PKGBUILD)
Deleted:
  perl-readonly/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-12 14:35:39 UTC (rev 166395)
+++ PKGBUILD2016-03-12 14:35:52 UTC (rev 166396)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: John D Jones III 
-
-pkgname=perl-readonly
-pkgver=2.00
-pkgrel=2
-pkgdesc="Facility for creating read-only scalars, arrays, hashes"
-arch=('any')
-url='http://search.mcpan.org/dist/Readonly'
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.mcpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-$pkgver.tar.gz)
-sha256sums=('9bd0156e958842fdfd6c3bb27a23b47232d4737a407d81fabc4dc64b9363bf98')
-
-build() {
-  cd "${srcdir}"/Readonly-$pkgver
-
-  perl Build.PL installdirs=vendor
-  ./Build
-}
-
-check() {
-  cd "${srcdir}"/Readonly-$pkgver
-
-  ./Build test
-}
-
-package() {
-  cd "${srcdir}"/Readonly-$pkgver
-
-  ./Build install destdir="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: perl-readonly/repos/community-any/PKGBUILD (from rev 166395, 
perl-readonly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-12 14:35:52 UTC (rev 166396)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: John D Jones III 
+
+pkgname=perl-readonly
+pkgver=2.01
+pkgrel=1
+pkgdesc="Facility for creating read-only scalars, arrays, hashes"
+arch=('any')
+url='http://search.mcpan.org/dist/Readonly'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-module-build-tiny')
+options=('!emptydirs')
+source=(http://search.mcpan.org/CPAN/authors/id/S/SA/SANKO/Readonly-$pkgver.tar.gz)
+sha256sums=('ec7076c6851b6d3338e959645cd995343241f5b2ffc29519faf28f6b482e')
+
+build() {
+  cd "${srcdir}"/Readonly-$pkgver
+
+  perl Build.PL --installdirs=vendor
+  ./Build
+}
+
+check() {
+  cd "${srcdir}"/Readonly-$pkgver
+
+  ./Build test
+}
+
+package() {
+  cd "${srcdir}"/Readonly-$pkgver
+
+  ./Build install --destdir="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


  1   2   3   4   >