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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:58:10
  Author: felixonmars
Revision: 242633

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

Added:
  haskell-binary-tagged/repos/community-staging-i686/
  haskell-binary-tagged/repos/community-staging-i686/PKGBUILD
(from rev 242632, haskell-binary-tagged/trunk/PKGBUILD)
  haskell-binary-tagged/repos/community-staging-x86_64/
  haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD
(from rev 242632, haskell-binary-tagged/trunk/PKGBUILD)

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

Copied: haskell-binary-tagged/repos/community-staging-i686/PKGBUILD (from rev 
242632, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 05:58:10 UTC (rev 242633)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.4.2
+pkgrel=25
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base16-bytestring" 
"haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-sha" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-e 's/, vector   >=0.10 && <0.12/, vector  
 >=0.10 \&\& <0.13/' \
+-e 's/, aeson>=0.8  && <1.1/, aeson
>=0.8  \&\& <1.3/' \
+-e 's/, generics-sop >=0.1  && <0.3/, generics-sop 
>=0.1  \&\& <0.4/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-binary-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
242632, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 05:58:10 UTC (rev 242633)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.4.2
+pkgrel=25
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base16-bytestring" 
"haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-semigroups" 
"haskell-sha" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('311fab8c2bac00cb6785cb144e25ed58b2efce85e5dc64e30e2b5a2a16cdc784')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-e 's/, vector   >=0.10 && <0.12/, vector  
 >=0.10 \&\& <0.13/' \
+

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:57:34
  Author: felixonmars
Revision: 242632

upgpkg: haskell-binary-tagged 0.1.4.2-25

rebuild with dlist,0.8.0.3

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:55:48 UTC (rev 242631)
+++ PKGBUILD2017-07-07 05:57:34 UTC (rev 242632)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.4.2
-pkgrel=24
+pkgrel=25
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme;
 license=("custom:BSD3")


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:55:48
  Author: felixonmars
Revision: 242631

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

Added:
  haskell-aeson-pretty/repos/community-staging-i686/
  haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD
(from rev 242630, haskell-aeson-pretty/trunk/PKGBUILD)
  haskell-aeson-pretty/repos/community-staging-x86_64/
  haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD
(from rev 242630, haskell-aeson-pretty/trunk/PKGBUILD)

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

Copied: haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 
242630, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 05:55:48 UTC (rev 242631)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.5
+pkgrel=4
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" 
"haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-only
+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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 
242630, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 05:55:48 UTC (rev 242631)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.5
+pkgrel=4
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" 
"haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-only
+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.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() 

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:55:08
  Author: felixonmars
Revision: 242630

upgpkg: haskell-aeson-pretty 0.8.5-4

rebuild with dlist,0.8.0.3

Modified:
  haskell-aeson-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:53:37 UTC (rev 242629)
+++ PKGBUILD2017-07-07 05:55:08 UTC (rev 242630)
@@ -5,7 +5,7 @@
 _hkgname=aeson-pretty
 pkgname=haskell-aeson-pretty
 pkgver=0.8.5
-pkgrel=3
+pkgrel=4
 pkgdesc="JSON pretty-printing library and command-line tool."
 url="http://github.com/informatikr/aeson-pretty;
 license=("custom:BSD3")


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:53:37
  Author: felixonmars
Revision: 242629

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

Added:
  haskell-aeson-compat/repos/community-staging-i686/
  haskell-aeson-compat/repos/community-staging-i686/PKGBUILD
(from rev 242628, haskell-aeson-compat/trunk/PKGBUILD)
  haskell-aeson-compat/repos/community-staging-x86_64/
  haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 242628, haskell-aeson-compat/trunk/PKGBUILD)

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

Copied: haskell-aeson-compat/repos/community-staging-i686/PKGBUILD (from rev 
242628, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 05:53:37 UTC (rev 242629)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.7
+pkgrel=4
+pkgdesc="Compatibility layer for aeson"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" 
"haskell-attoparsec-iso8601"
+ "haskell-base-compat" "haskell-exceptions" "haskell-hashable" 
"haskell-scientific"
+ "haskell-semigroups" "haskell-text" "haskell-tagged" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b04ce7b048d0fc15c7fab2a29f20afba6e38c921601af68a0b3fc211c2b08b659536e22930a1a6094985cc3e3b98282e2019c32b95aab9b931ca9fa83b9dff09')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
242628, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 05:53:37 UTC (rev 242629)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.7
+pkgrel=4
+pkgdesc="Compatibility layer for aeson"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" 
"haskell-attoparsec-iso8601"
+ "haskell-base-compat" "haskell-exceptions" "haskell-hashable" 
"haskell-scientific"
+ "haskell-semigroups" "haskell-text" "haskell-tagged" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b04ce7b048d0fc15c7fab2a29f20afba6e38c921601af68a0b3fc211c2b08b659536e22930a1a6094985cc3e3b98282e2019c32b95aab9b931ca9fa83b9dff09')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared 

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:53:04
  Author: felixonmars
Revision: 242628

upgpkg: haskell-aeson-compat 0.3.7-4

rebuild with dlist,0.8.0.3

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:52:01 UTC (rev 242627)
+++ PKGBUILD2017-07-07 05:53:04 UTC (rev 242628)
@@ -5,7 +5,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


[arch-commits] Commit in certbot-dns-dnsmadeeasy/repos (2 files)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:52:01
  Author: felixonmars
Revision: 242627

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-dnsmadeeasy/repos/community-staging-any/
  certbot-dns-dnsmadeeasy/repos/community-staging-any/PKGBUILD
(from rev 242626, certbot-dns-dnsmadeeasy/trunk/PKGBUILD)

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

Copied: certbot-dns-dnsmadeeasy/repos/community-staging-any/PKGBUILD (from rev 
242626, certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-07-07 05:52:01 UTC (rev 242627)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-dnsmadeeasy
+pkgver=0.16.0
+pkgrel=0
+pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('50fb4081d7af9ca6ee173b4efb40e53bafc76aa4c4f02db837e21c19bf4f45ba963fa4e5e5a6017e24ec22f726c46f94c20cca20f509c81ed28983d5eae3cb62'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in (4 files)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:51:09
  Author: felixonmars
Revision: 242626

addpkg: certbot-dns-dnsmadeeasy 0.16.0-0

Added:
  certbot-dns-dnsmadeeasy/
  certbot-dns-dnsmadeeasy/repos/
  certbot-dns-dnsmadeeasy/trunk/
  certbot-dns-dnsmadeeasy/trunk/PKGBUILD

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

Added: certbot-dns-dnsmadeeasy/trunk/PKGBUILD
===
--- certbot-dns-dnsmadeeasy/trunk/PKGBUILD  (rev 0)
+++ certbot-dns-dnsmadeeasy/trunk/PKGBUILD  2017-07-07 05:51:09 UTC (rev 
242626)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-dnsmadeeasy
+pkgver=0.16.0
+pkgrel=0
+pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('50fb4081d7af9ca6ee173b4efb40e53bafc76aa4c4f02db837e21c19bf4f45ba963fa4e5e5a6017e24ec22f726c46f94c20cca20f509c81ed28983d5eae3cb62'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:50:57
  Author: felixonmars
Revision: 242625

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

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

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

Copied: haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 242624, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 05:50:57 UTC (rev 242625)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.1.2.0
+pkgrel=8
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('643462221fe1c1e324ffa65c2865619b6ba4721104283d5de965225b3b821ac4493d4783a30b51a417883e3ef3aa59d019d594658cf4656c3e4918fbc0b12b44')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast -f-bytestring-builder -fcffi
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  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/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm755 "$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"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+
+  # Remove static libs
+  find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 242624, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 05:50:57 UTC (rev 242625)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=1.1.2.0
+pkgrel=8
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('643462221fe1c1e324ffa65c2865619b6ba4721104283d5de965225b3b821ac4493d4783a30b51a417883e3ef3aa59d019d594658cf4656c3e4918fbc0b12b44')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast -f-bytestring-builder -fcffi
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "${srcdir}/${_hkgname}-${pkgver}"
+
+  

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:50:16
  Author: felixonmars
Revision: 242624

upgpkg: haskell-aeson 1.1.2.0-8

rebuild with dlist,0.8.0.3

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:50:06 UTC (rev 242623)
+++ PKGBUILD2017-07-07 05:50:16 UTC (rev 242624)
@@ -6,12 +6,11 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=1.1.2.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
 url="https://github.com/bos/aeson;
 license=("GPL")
 arch=('i686' 'x86_64')
-makedepends=('ghc')
 depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 
'haskell-hashable'
  'haskell-scientific' 'haskell-tagged' 'haskell-time-locale-compat'
  'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')


[arch-commits] Commit in certbot-dns-cloudflare/repos (2 files)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:49:10
  Author: felixonmars
Revision: 242621

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-cloudflare/repos/community-staging-any/
  certbot-dns-cloudflare/repos/community-staging-any/PKGBUILD
(from rev 242620, certbot-dns-cloudflare/trunk/PKGBUILD)

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

Copied: certbot-dns-cloudflare/repos/community-staging-any/PKGBUILD (from rev 
242620, certbot-dns-cloudflare/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-07-07 05:49:10 UTC (rev 242621)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-cloudflare
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-cloudflare' 
'python-mock'
+ 'python-setuptools' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('83d82b6d7c84b780fb757f691e6cbe31d1e14e4c78d0fbaefbc59b2922c416a5f17d9d3472d902247b75fa83b7204335418280aaa7e5edbb2066eb3b0552509c'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-cloudxns/repos (2 files)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:50:06
  Author: felixonmars
Revision: 242623

archrelease: copy trunk to community-staging-any

Added:
  certbot-dns-cloudxns/repos/community-staging-any/
  certbot-dns-cloudxns/repos/community-staging-any/PKGBUILD
(from rev 242622, certbot-dns-cloudxns/trunk/PKGBUILD)

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

Copied: certbot-dns-cloudxns/repos/community-staging-any/PKGBUILD (from rev 
242622, certbot-dns-cloudxns/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-07-07 05:50:06 UTC (rev 242623)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-cloudxns
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" 'dns-lexicon' "python-acme=$pkgver" 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('46f492223faede9943add7895f032c963cdd4b0adcf69e30f6249517d764b1fe8928d8da8d63392594ebe37ff2dc5bb1d6f1a7ad42576554da435806d9282a1c'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in certbot-dns-cloudxns/trunk (PKGBUILD)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:49:42
  Author: felixonmars
Revision: 242622

upgpkg: certbot-dns-cloudxns 0.16.0-1

upstream new version

Modified:
  certbot-dns-cloudxns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:49:10 UTC (rev 242621)
+++ PKGBUILD2017-07-07 05:49:42 UTC (rev 242622)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-cloudxns
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('c7995d5a575c043c8f538e28386c94eec2f023e4564dd9c3d8977314757cc475d977450f9205138b009aeb51fd153e894ba5657a2da1b1cc31c9f255f153b183'
+sha512sums=('46f492223faede9943add7895f032c963cdd4b0adcf69e30f6249517d764b1fe8928d8da8d63392594ebe37ff2dc5bb1d6f1a7ad42576554da435806d9282a1c'
 'SKIP')
 
 build() {


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:49:23
  Author: felixonmars
Revision: 299793

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

Added:
  libuv/repos/testing-i686/PKGBUILD
(from rev 299792, libuv/trunk/PKGBUILD)
  libuv/repos/testing-x86_64/PKGBUILD
(from rev 299792, libuv/trunk/PKGBUILD)
Deleted:
  libuv/repos/testing-i686/PKGBUILD
  libuv/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   90 ++
 testing-i686/PKGBUILD   |   45 ---
 testing-x86_64/PKGBUILD |   45 ---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-07 05:48:37 UTC (rev 299792)
+++ testing-i686/PKGBUILD   2017-07-07 05:49:23 UTC (rev 299793)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-   install -Dm644 AUTHORS \
-   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-   install -Dm644 README.md \
-   "$pkgdir"/usr/share/doc/$pkgname/README.md
-   install -Dm644 ChangeLog \
-   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-   install -Dm644 docs/build/man/libuv.1 \
-   "$pkgdir"/usr/share/man/man1/libuv.1
-}
-
-sha512sums=('34d697d2719030377d83f8c9e8da411a4bd91bb6fe94c2718686bd4404d5f578854698febd6a2ba24fc2d32c24956ca4892b52fc6b0124eb6ab2edf61813c6bc')

Copied: libuv/repos/testing-i686/PKGBUILD (from rev 299792, 
libuv/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-07 05:49:23 UTC (rev 299793)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.13.1
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('i686' 'x86_64')
+url="https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc')
+makedepends=('python-sphinx')
+source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+
+build() {
+   cd "$srcdir"/$pkgname-$pkgver
+   ./autogen.sh
+   ./configure --prefix=/usr
+   make
+   make man -C docs
+}
+
+check() {
+   cd "$srcdir"/$pkgname-$pkgver
+   make check
+}
+
+package() {
+   cd "$srcdir"/$pkgname-$pkgver
+
+   make DESTDIR="$pkgdir" install
+
+   install -Dm644 LICENSE \
+   "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+   install -Dm644 AUTHORS \
+   "$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+   install -Dm644 README.md \
+   "$pkgdir"/usr/share/doc/$pkgname/README.md
+   install -Dm644 ChangeLog \
+   "$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+   install -Dm644 docs/build/man/libuv.1 \
+   "$pkgdir"/usr/share/man/man1/libuv.1
+}
+
+sha512sums=('5d4bbc90f353ea438e8eac3ea0c4e89c09d3f51629c1d06b52072f04d8cccfd7119189ba21ad13eb8df28575e0844fbb1b09ed903bd95f6ea806e6cba353ef1a')

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-07 05:48:37 UTC (rev 299792)
+++ testing-x86_64/PKGBUILD 2017-07-07 05:49:23 UTC (rev 299793)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('i686' 'x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc')
-makedepends=('python-sphinx')
-source=("https://github.com/libuv/libuv/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-
-build() {
-   cd "$srcdir"/$pkgname-$pkgver
-   ./autogen.sh
-   ./configure --prefix=/usr
-   make
-   make man -C docs
-}
-
-check() {
-   cd "$srcdir"/$pkgname-$pkgver
-   make check
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   make DESTDIR="$pkgdir" install
-
-   install -Dm644 LICENSE \
-   

[arch-commits] Commit in certbot-dns-cloudflare/trunk (PKGBUILD)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:48:48
  Author: felixonmars
Revision: 242620

upgpkg: certbot-dns-cloudflare 0.16.0-1

upstream new version

Modified:
  certbot-dns-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:48:14 UTC (rev 242619)
+++ PKGBUILD2017-07-07 05:48:48 UTC (rev 242620)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-cloudflare
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -14,7 +14,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3c1d1fa0ac44944bb1566526835dc0de8d56fc920dc952298dd93ad6af72646bcf4b91183fa5698bec5e43e31f0c469ff48a7abb92601b453bc16304469807ab'
+sha512sums=('83d82b6d7c84b780fb757f691e6cbe31d1e14e4c78d0fbaefbc59b2922c416a5f17d9d3472d902247b75fa83b7204335418280aaa7e5edbb2066eb3b0552509c'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-apache/repos (2 files)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:48:14
  Author: felixonmars
Revision: 242619

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 242618, certbot-apache/trunk/PKGBUILD)

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

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 242618, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-07-07 05:48:14 UTC (rev 242619)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+replaces=("letsencrypt-apache")
+depends=("certbot=$pkgver" "python-acme=$pkgver" 'python-augeas' 'python-mock' 
'python-setuptools'
+ 'python-zope-component' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('6bc5994ee11dcf9184ff74a021118771bcbeaa04508c42eabf4cfd03f85824d7f53c7b994163dfa8aa2c0564348d007436e5fb3fdcc48036b4dd192eb4e3ef70'
+'SKIP')
+
+prepare() {
+  sed -i "s/'python-augeas<=0.5.0',/'python-augeas',/" 
$pkgname-$pkgver/setup.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:48:37
  Author: felixonmars
Revision: 299792

upgpkg: libuv 1.13.1-1

Modified:
  libuv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 20:07:28 UTC (rev 299791)
+++ PKGBUILD2017-07-07 05:48:37 UTC (rev 299792)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.13.0
+pkgver=1.13.1
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('i686' 'x86_64')
@@ -42,4 +42,4 @@
"$pkgdir"/usr/share/man/man1/libuv.1
 }
 
-sha512sums=('34d697d2719030377d83f8c9e8da411a4bd91bb6fe94c2718686bd4404d5f578854698febd6a2ba24fc2d32c24956ca4892b52fc6b0124eb6ab2edf61813c6bc')
+sha512sums=('5d4bbc90f353ea438e8eac3ea0c4e89c09d3f51629c1d06b52072f04d8cccfd7119189ba21ad13eb8df28575e0844fbb1b09ed903bd95f6ea806e6cba353ef1a')


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:47:53
  Author: felixonmars
Revision: 242618

upgpkg: certbot-apache 0.16.0-1

upstream new version

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:44:51 UTC (rev 242617)
+++ PKGBUILD2017-07-07 05:47:53 UTC (rev 242618)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('b0e7d72b4cb24f62e075d1aa281ef57712add47aebc3479b87384f86e8679415e550abed37fc0498997637040f323bb0138d48bbb8174d50788b243c3ccae106'
+sha512sums=('6bc5994ee11dcf9184ff74a021118771bcbeaa04508c42eabf4cfd03f85824d7f53c7b994163dfa8aa2c0564348d007436e5fb3fdcc48036b4dd192eb4e3ef70'
 'SKIP')
 
 prepare() {


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:44:30
  Author: felixonmars
Revision: 242616

upgpkg: certbot 0.16.0-1

upstream new version

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:44:08 UTC (rev 242615)
+++ PKGBUILD2017-07-07 05:44:30 UTC (rev 242616)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -20,7 +20,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('e17b5c10a88abdceef2ef7902604a6003b39cb8bae9a774e0fb4292ecd9332e381e29133869f2616a6018d1dd699e22830c534bd135cc431389db912e1ee827f'
+sha512sums=('05765a3dff9ae39eb9a0499265e1b81e2aba7a863c97ebc3a42b16ea1200352a77a582261d5ae4d86911280b5efa6caeca39687f37b8909c496cb3cd3185e791'
 'SKIP')
 
 prepare() {


[arch-commits] Commit in certbot/repos (2 files)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:44:51
  Author: felixonmars
Revision: 242617

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 242616, certbot/trunk/PKGBUILD)

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

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 242616, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-07-07 05:44:51 UTC (rev 242617)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://certbot.eff.org;
+depends=('ca-certificates' "python-acme=$pkgver" 'python-configargparse' 
'python-configobj'
+ 'python-cryptography' 'python-pyopenssl' 'python-mock' 
'python-parsedatetime'
+ 'python-pytz' 'python-setuptools' 'python-six' 'python-zope-component'
+ 'python-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('05765a3dff9ae39eb9a0499265e1b81e2aba7a863c97ebc3a42b16ea1200352a77a582261d5ae4d86911280b5efa6caeca39687f37b8909c496cb3cd3185e791'
+'SKIP')
+
+prepare() {
+  sed -i "/'argparse',/d" $pkgname-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:44:08
  Author: felixonmars
Revision: 242615

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

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

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

Copied: haskell-listlike/repos/community-staging-i686/PKGBUILD (from rev 
242614, haskell-listlike/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 05:44:08 UTC (rev 242615)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ListLike
+pkgname=haskell-listlike
+pkgver=4.5.1
+pkgrel=5
+pkgdesc="Generic support for list-like structures"
+url="https://github.com/sjoerdvisscher/listlike;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-dlist' 'haskell-fmlist' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('51a149e64d59270924832a77797310c2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-listlike/repos/community-staging-x86_64/PKGBUILD (from rev 
242614, haskell-listlike/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 05:44:08 UTC (rev 242615)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=ListLike
+pkgname=haskell-listlike
+pkgver=4.5.1
+pkgrel=5
+pkgdesc="Generic support for list-like structures"
+url="https://github.com/sjoerdvisscher/listlike;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-dlist' 'haskell-fmlist' 'haskell-text' 
'haskell-utf8-string'
+ 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('51a149e64d59270924832a77797310c2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"

[arch-commits] Commit in python-acme/repos (2 files)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:43:10
  Author: felixonmars
Revision: 242613

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 242612, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 242612, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-07-07 05:43:10 UTC (rev 242613)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/certbot/certbot;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('20fcb3bc16bc7fd556344266f031a1e581b289793e35c38ed135acfb98d44fc06ad4d465dc68a78b0b0b850083a289922a59eefd2a832342db4d022a97c19253')
+
+prepare() {
+  sed -i "/'argparse',/d" acme-$pkgver/setup.py
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:43:33
  Author: felixonmars
Revision: 242614

upgpkg: haskell-listlike 4.5.1-5

rebuild with dlist,0.8.0.3

Modified:
  haskell-listlike/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:43:10 UTC (rev 242613)
+++ PKGBUILD2017-07-07 05:43:33 UTC (rev 242614)
@@ -4,7 +4,7 @@
 _hkgname=ListLike
 pkgname=haskell-listlike
 pkgver=4.5.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Generic support for list-like structures"
 url="https://github.com/sjoerdvisscher/listlike;
 license=('custom:BSD3')
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:42:47
  Author: felixonmars
Revision: 242612

upgpkg: python-acme 0.16.0-1

upstream new version

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:40:39 UTC (rev 242611)
+++ PKGBUILD2017-07-07 05:42:47 UTC (rev 242612)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.15.0
+pkgver=0.16.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('dfe4082b272fbc47def699d5df0cd04910a0a5e00563d4de14edaea820201c08707ca1f4a0dfc13d0af0c95066ef3e3937dd22a323b607a46cd8ee68960d6495')
+sha512sums=('20fcb3bc16bc7fd556344266f031a1e581b289793e35c38ed135acfb98d44fc06ad4d465dc68a78b0b0b850083a289922a59eefd2a832342db4d022a97c19253')
 
 prepare() {
   sed -i "/'argparse',/d" acme-$pkgver/setup.py


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:40:06
  Author: felixonmars
Revision: 242610

upgpkg: haskell-glob 0.7.14-3

rebuild with dlist,0.8.0.3

Modified:
  haskell-glob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 05:38:37 UTC (rev 242609)
+++ PKGBUILD2017-07-07 05:40:06 UTC (rev 242610)
@@ -5,12 +5,12 @@
 _hkgname=Glob
 pkgname=haskell-glob
 pkgver=0.7.14
-pkgrel=2
+pkgrel=3
 pkgdesc="Globbing library"
 url="http://iki.fi/matti.niemenmaa/glob/;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc" "haskell-dlist" "haskell-transformers-compat")
+depends=('ghc' "haskell-dlist" "haskell-transformers-compat")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b')
 
@@ -19,7 +19,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:40:39
  Author: felixonmars
Revision: 242611

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

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

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

Copied: haskell-glob/repos/community-staging-i686/PKGBUILD (from rev 242610, 
haskell-glob/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 05:40:39 UTC (rev 242611)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Glob
+pkgname=haskell-glob
+pkgver=0.7.14
+pkgrel=3
+pkgdesc="Globbing library"
+url="http://iki.fi/matti.niemenmaa/glob/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-dlist" "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-glob/repos/community-staging-x86_64/PKGBUILD (from rev 242610, 
haskell-glob/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 05:40:39 UTC (rev 242611)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Glob
+pkgname=haskell-glob
+pkgver=0.7.14
+pkgrel=3
+pkgdesc="Globbing library"
+url="http://iki.fi/matti.niemenmaa/glob/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-dlist" "haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('2837b88916e8ba4314fdbb556de8b0e7f577b848d3e80a08959b6ef47e1c842b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+
+# Remove 

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:38:37
  Author: felixonmars
Revision: 242609

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

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

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

Copied: haskell-dlist/repos/community-staging-i686/PKGBUILD (from rev 242608, 
haskell-dlist/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-07 05:38:37 UTC (rev 242609)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Don Stewart 
+# Contributor: Lex Black 
+
+_hkgname=dlist
+pkgname=haskell-dlist
+pkgver=0.8.0.3
+pkgrel=1
+pkgdesc="Differences lists"
+url="https://hackage.haskell.org/package/dlist;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8a16f1683ef0e5b51d904451661d8f767aef0bcbf71db71cfd8e2add99909b429b18da9ae41c579dcfc9d4a801f84acc65697f3d128ebdc42cdceeefb9611557')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-dlist/repos/community-staging-x86_64/PKGBUILD (from rev 242608, 
haskell-dlist/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-07 05:38:37 UTC (rev 242609)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Don Stewart 
+# Contributor: Lex Black 
+
+_hkgname=dlist
+pkgname=haskell-dlist
+pkgver=0.8.0.3
+pkgrel=1
+pkgdesc="Differences lists"
+url="https://hackage.haskell.org/package/dlist;
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8a16f1683ef0e5b51d904451661d8f767aef0bcbf71db71cfd8e2add99909b429b18da9ae41c579dcfc9d4a801f84acc65697f3d128ebdc42cdceeefb9611557')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --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.*update[^ ]* |&'--force' |" register.sh
+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/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.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"
+
+# 

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 05:38:04
  Author: felixonmars
Revision: 242608

upgpkg: haskell-dlist 0.8.0.3-1

rebuild with dlist,0.8.0.3

Modified:
  haskell-dlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 02:04:26 UTC (rev 242607)
+++ PKGBUILD2017-07-07 05:38:04 UTC (rev 242608)
@@ -5,8 +5,8 @@
 
 _hkgname=dlist
 pkgname=haskell-dlist
-pkgver=0.8.0.2
-pkgrel=2
+pkgver=0.8.0.3
+pkgrel=1
 pkgdesc="Differences lists"
 url="https://hackage.haskell.org/package/dlist;
 license=('BSD')
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('77397ecfb9a7cbfac15226cbe09ec156a3deb6e21c7af948bc8ab459e88641b1')
+sha512sums=('8a16f1683ef0e5b51d904451661d8f767aef0bcbf71db71cfd8e2add99909b429b18da9ae41c579dcfc9d4a801f84acc65697f3d128ebdc42cdceeefb9611557')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +20,7 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 02:04:26
  Author: felixonmars
Revision: 242607

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-07 02:04:10 UTC (rev 242606)
+++ PKGBUILD2017-07-07 02:04:26 UTC (rev 242607)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.47.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
-  'python2-requests' 'python-httpretty' 'python2-httpretty')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a boto{,-py2}
-
-  cd boto-py2
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
-  python tests/test.py default || warning 'Tests failed'
-
-  cd ../boto-py2
-  python2 tests/test.py default
-}
-
-package_python-boto() {
-  depends=('python')
-
-  cd boto
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
-  rm -r "$pkgdir/usr/bin"
-}
-
-package_python2-boto() {
-  depends=('python2')
-  conflicts=('python-boto<2.32.1-1')
-  replaces=('python-boto<2.32.1-1')
-
-  cd boto-py2
-
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 242606, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-07 02:04:26 UTC (rev 242607)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.48.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/boto/boto/archive/$pkgver.tar.gz;)
+sha512sums=('aabef7622927884549fbc1cb3b39d307aadcab0ac5bff65778f87c881a8df76ee819aab20c34d5aceb62fe1365629f9186b8e10f3216b62d9a339a93e9b5f12a')
+
+prepare() {
+  cp -a boto-$pkgver{,-py2}
+
+  cd boto-$pkgver-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd "$srcdir"/boto-$pkgver
+  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
+  python tests/test.py default || warning 'Tests failed'
+
+  cd "$srcdir"/boto-$pkgver-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto-$pkgver
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r "$pkgdir"/usr/bin
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto<2.32.1-1')
+  replaces=('python-boto<2.32.1-1')
+
+  cd boto-$pkgver-py2
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 02:04:10
  Author: felixonmars
Revision: 242606

upgpkg: python-boto 2.48.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 02:03:28 UTC (rev 242605)
+++ PKGBUILD2017-07-07 02:04:10 UTC (rev 242606)
@@ -5,22 +5,22 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.47.0
+pkgver=2.48.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
 url='https://github.com/boto/boto'
 license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
   'python2-requests' 'python-httpretty' 'python2-httpretty')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver;)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/boto/boto/archive/$pkgver.tar.gz;)
+sha512sums=('aabef7622927884549fbc1cb3b39d307aadcab0ac5bff65778f87c881a8df76ee819aab20c34d5aceb62fe1365629f9186b8e10f3216b62d9a339a93e9b5f12a')
 
 prepare() {
-  cp -a boto{,-py2}
+  cp -a boto-$pkgver{,-py2}
 
-  cd boto-py2
+  cd boto-$pkgver-py2
   # python2 fix
   find . -name '*.py' -type f -print0 | xargs -0 \
 sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
@@ -27,11 +27,11 @@
 }
 
 check() {
-  cd boto
+  cd "$srcdir"/boto-$pkgver
   # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
   python tests/test.py default || warning 'Tests failed'
 
-  cd ../boto-py2
+  cd "$srcdir"/boto-$pkgver-py2
   python2 tests/test.py default
 }
 
@@ -38,13 +38,13 @@
 package_python-boto() {
   depends=('python')
 
-  cd boto
+  cd boto-$pkgver
 
   python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
-  rm -r "$pkgdir/usr/bin"
+  rm -r "$pkgdir"/usr/bin
 }
 
 package_python2-boto() {
@@ -52,8 +52,8 @@
   conflicts=('python-boto<2.32.1-1')
   replaces=('python-boto<2.32.1-1')
 
-  cd boto-py2
+  cd boto-$pkgver-py2
 
   python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 02:03:12
  Author: felixonmars
Revision: 242604

upgpkg: python-pytest-xdist 1.18.1-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 02:00:00 UTC (rev 242603)
+++ PKGBUILD2017-07-07 02:03:12 UTC (rev 242604)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('d7074df3617de40571f517ea7be900135c8b11dced9061d490ead8dbfca540e7afd3f7ac2c77c920571a9f6b7bf9c122990a708c817469a92146aedc86891f0a')
+sha512sums=('7a43e533a01881f290949f5e48cfa2eec297f1060ead9784b27af9772bd1aa56e507b02e1dd2f327d9dfeb6be69302482b839e646c2fa0b4b2cbb41def764a8a')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 02:03:28
  Author: felixonmars
Revision: 242605

archrelease: copy trunk to community-any

Added:
  python-pytest-xdist/repos/community-any/PKGBUILD
(from rev 242604, python-pytest-xdist/trunk/PKGBUILD)
Deleted:
  python-pytest-xdist/repos/community-any/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-07 02:03:12 UTC (rev 242604)
+++ PKGBUILD2017-07-07 02:03:28 UTC (rev 242605)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pytest-xdist
-pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.0
-pkgrel=1
-pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
-arch=('any')
-license=('MIT')
-url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
- 'python-execnet' 'python2-execnet')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('d7074df3617de40571f517ea7be900135c8b11dced9061d490ead8dbfca540e7afd3f7ac2c77c920571a9f6b7bf9c122990a708c817469a92146aedc86891f0a')
-
-prepare() {
-  cp -a pytest-xdist-$pkgver{,-py2}
-
-  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-  # https://github.com/pytest-dev/pytest-xdist/issues/163
-
-  cd "$srcdir"/pytest-xdist-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
-
-  cd "$srcdir"/pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
-}
-
-package_python-pytest-xdist() {
-  depends=('python-pytest' 'python-execnet')
-
-  cd pytest-xdist-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pytest-xdist() {
-  depends=('python2-pytest' 'python2-execnet')
-
-  cd pytest-xdist-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-xdist/repos/community-any/PKGBUILD (from rev 242604, 
python-pytest-xdist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-07 02:03:28 UTC (rev 242605)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pytest-xdist
+pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
+pkgver=1.18.1
+pkgrel=1
+pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
+arch=('any')
+license=('MIT')
+url='https://bitbucket.org/pytest-dev/pytest-xdist'
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
+ 'python-execnet' 'python2-execnet')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
+sha512sums=('7a43e533a01881f290949f5e48cfa2eec297f1060ead9784b27af9772bd1aa56e507b02e1dd2f327d9dfeb6be69302482b839e646c2fa0b4b2cbb41def764a8a')
+
+prepare() {
+  cp -a pytest-xdist-$pkgver{,-py2}
+
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+  # https://github.com/pytest-dev/pytest-xdist/issues/163
+
+  cd "$srcdir"/pytest-xdist-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
py.test || warning "Tests failed"
+
+  cd "$srcdir"/pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
py.test2 || warning "Tests failed"
+}
+
+package_python-pytest-xdist() {
+  depends=('python-pytest' 'python-execnet')
+
+  cd pytest-xdist-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pytest-xdist() {
+  depends=('python2-pytest' 'python2-execnet')
+
+  cd pytest-xdist-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D 

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 02:00:00
  Author: felixonmars
Revision: 242603

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  144 ++---
 1 file changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-07 01:59:43 UTC (rev 242602)
+++ PKGBUILD2017-07-07 02:00:00 UTC (rev 242603)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
- 'python-fixtures' 'python2-fixtures' 'python-tenacity' 
'python2-tenacity'
- 'python-jinja' 'python2-jinja')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb' 'python-xattr' 'python2-xattr')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('57c1c7cd597e2c4a80c9ec301441974f515e7e2edb406e908d64ede14d386f7b83bd5ec311c311a14f9c8c00570cbdca08e961b3299d465a2a7bfc65b3055190')
-
-prepare() {
-  cp -a pifpaf-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-six' 'python-fixtures' 
'python-daiquiri'
-   'python-tenacity' 'python-jinja')
-  optdepends=('python-xattr: for ceph support')
-
-  cd pifpaf-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-six' 'python2-fixtures' 
'python2-daiquiri'
-   'python2-tenacity' 'python2-jinja')
-  optdepends=('python2-xattr: for ceph support')
-
-  cd pifpaf-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 242602, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-07 02:00:00 UTC (rev 242603)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 
'python2-daiquiri'
+ 'python-fixtures' 'python2-fixtures' 'python-tenacity' 
'python2-tenacity'
+ 'python-jinja' 'python2-jinja')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb' 'python-xattr' 'python2-xattr')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
+sha512sums=('ee7ca93671d440606702e55cfeb428c3a5c9d20d5cea338ccbfccfb05f17b7b35ae738bf10c24cc96f15bf81e81073bcc12aa0543a3cb7ae0eb6081dc2c402b0')
+
+prepare() {
+  cp -a pifpaf-$pkgver{,-py2}
+
+  export 

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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 01:59:43
  Author: felixonmars
Revision: 242602

upgpkg: python-pifpaf 1.8.1-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 01:08:21 UTC (rev 242601)
+++ PKGBUILD2017-07-07 01:59:43 UTC (rev 242602)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
@@ -20,7 +20,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz;)
-sha512sums=('57c1c7cd597e2c4a80c9ec301441974f515e7e2edb406e908d64ede14d386f7b83bd5ec311c311a14f9c8c00570cbdca08e961b3299d465a2a7bfc65b3055190')
+sha512sums=('ee7ca93671d440606702e55cfeb428c3a5c9d20d5cea338ccbfccfb05f17b7b35ae738bf10c24cc96f15bf81e81073bcc12aa0543a3cb7ae0eb6081dc2c402b0')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 01:08:01
  Author: felixonmars
Revision: 242600

upgpkg: deepin-wallpapers 1:1.4-1

Revert to last working tag

Modified:
  deepin-wallpapers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-07 01:04:55 UTC (rev 242599)
+++ PKGBUILD2017-07-07 01:08:01 UTC (rev 242600)
@@ -4,8 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wallpapers
-pkgver=1.5
+pkgver=1.4
 pkgrel=1
+epoch=1
 pkgdesc='Deepin Wallpapers'
 arch=('any')
 license=('GPL')
@@ -12,7 +13,7 @@
 url="https://github.com/linuxdeepin/deepin-wallpapers;
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz;)
-sha512sums=('41b6bf9e6c932c6adf9deebc484d5a578d10cbf2fbcf1aaeff7f29510edbe191cf0b014f3c5e376658e38997e49446f722bc01adca47a7408744d47021ac5083')
+sha512sums=('36c70722ed38a12b9aac9380bfc110915a52fc3301c6b7c70b0818d8496dbe63ec360faf34ee23daffddb097bfe732410f8b7b277052ad1879b92a5e1085ebe5')
 
 package() {
   cd $pkgname-$pkgver


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

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 01:08:21
  Author: felixonmars
Revision: 242601

archrelease: copy trunk to community-any

Added:
  deepin-wallpapers/repos/community-any/PKGBUILD
(from rev 242600, deepin-wallpapers/trunk/PKGBUILD)
Deleted:
  deepin-wallpapers/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-07 01:08:01 UTC (rev 242600)
+++ PKGBUILD2017-07-07 01:08:21 UTC (rev 242601)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 174910 2016-05-12 08:52:07Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wallpapers
-pkgver=1.5
-pkgrel=1
-pkgdesc='Deepin Wallpapers'
-arch=('any')
-license=('GPL')
-url="https://github.com/linuxdeepin/deepin-wallpapers;
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz;)
-sha512sums=('41b6bf9e6c932c6adf9deebc484d5a578d10cbf2fbcf1aaeff7f29510edbe191cf0b014f3c5e376658e38997e49446f722bc01adca47a7408744d47021ac5083')
-
-package() {
-  cd $pkgname-$pkgver
-  install -dm755 "$pkgdir"/usr/share/wallpapers
-  cp -r deepin "$pkgdir"/usr/share/wallpapers/
-
-  install -dm755 "$pkgdir"/var/cache
-  cp -r image-blur "$pkgdir"/var/cache/
-}

Copied: deepin-wallpapers/repos/community-any/PKGBUILD (from rev 242600, 
deepin-wallpapers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-07 01:08:21 UTC (rev 242601)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 174910 2016-05-12 08:52:07Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wallpapers
+pkgver=1.4
+pkgrel=1
+epoch=1
+pkgdesc='Deepin Wallpapers'
+arch=('any')
+license=('GPL')
+url="https://github.com/linuxdeepin/deepin-wallpapers;
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wallpapers/archive/$pkgver.tar.gz;)
+sha512sums=('36c70722ed38a12b9aac9380bfc110915a52fc3301c6b7c70b0818d8496dbe63ec360faf34ee23daffddb097bfe732410f8b7b277052ad1879b92a5e1085ebe5')
+
+package() {
+  cd $pkgname-$pkgver
+  install -dm755 "$pkgdir"/usr/share/wallpapers
+  cp -r deepin "$pkgdir"/usr/share/wallpapers/
+
+  install -dm755 "$pkgdir"/var/cache
+  cp -r image-blur "$pkgdir"/var/cache/
+}


[arch-commits] Commit in deepin-desktop-base/repos/community-any (PKGBUILD PKGBUILD)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 01:04:55
  Author: felixonmars
Revision: 242599

archrelease: copy trunk to community-any

Added:
  deepin-desktop-base/repos/community-any/PKGBUILD
(from rev 242598, deepin-desktop-base/trunk/PKGBUILD)
Deleted:
  deepin-desktop-base/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 ++---
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-07 01:04:34 UTC (rev 242598)
+++ PKGBUILD2017-07-07 01:04:55 UTC (rev 242599)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-base
-pkgver=2016.12.2
-pkgrel=1
-pkgdesc='Base component for Deepin'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-base;
-license=('GPL3')
-depends=('deepin-wallpapers')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('5b53b5ce4a26dfebf0fce0fb641d11265c3bb9bb68ed842c0b98f419a54019f0738e2fdd86933aa8a60c0642437ba1f5d23544f89224dcca6fe08c72be14c066')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # Remove Deepin distro's lsb-release
-  rm "$pkgdir"/etc/lsb-release
-
-  # Don't override systemd timeouts
-  rm -r "$pkgdir"/etc/systemd
-
-  # Make a symlink for deepin-version
-  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
-
-  # Remove apt-specific templates
-  rm -r "$pkgdir"/usr/share/python-apt
-}

Copied: deepin-desktop-base/repos/community-any/PKGBUILD (from rev 242598, 
deepin-desktop-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-07 01:04:55 UTC (rev 242599)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-base
+pkgver=2016.12.1
+pkgrel=1
+epoch=1
+pkgdesc='Base component for Deepin'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-base;
+license=('GPL3')
+depends=('deepin-wallpapers')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
+sha512sums=('5cd0a9e5b635edc0e013fd01e412e9c18cb23beed27c71d4af018a9737c54b644b22bb6a0d11b9c6aafe3555c742b771cd78e7d2e4468500945c1b93a9a55ae0')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Remove Deepin distro's lsb-release
+  rm "$pkgdir"/etc/lsb-release
+
+  # Don't override systemd timeouts
+  rm -r "$pkgdir"/etc/systemd
+
+  # Make a symlink for deepin-version
+  ln -s ../usr/lib/deepin/desktop-version "$pkgdir"/etc/deepin-version
+
+  # Remove apt-specific templates
+  rm -r "$pkgdir"/usr/share/python-apt
+}


[arch-commits] Commit in deepin-desktop-base/trunk (PKGBUILD)

2017-07-06 Thread Felix Yan
Date: Friday, July 7, 2017 @ 01:04:34
  Author: felixonmars
Revision: 242598

upgpkg: deepin-desktop-base 1:2016.12.1-1

Revert to last working tag

Modified:
  deepin-desktop-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 20:52:13 UTC (rev 242597)
+++ PKGBUILD2017-07-07 01:04:34 UTC (rev 242598)
@@ -4,8 +4,9 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-base
-pkgver=2016.12.2
+pkgver=2016.12.1
 pkgrel=1
+epoch=1
 pkgdesc='Base component for Deepin'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-base;
@@ -13,7 +14,7 @@
 depends=('deepin-wallpapers')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-base/archive/$pkgver.tar.gz;)
-sha512sums=('5b53b5ce4a26dfebf0fce0fb641d11265c3bb9bb68ed842c0b98f419a54019f0738e2fdd86933aa8a60c0642437ba1f5d23544f89224dcca6fe08c72be14c066')
+sha512sums=('5cd0a9e5b635edc0e013fd01e412e9c18cb23beed27c71d4af018a9737c54b644b22bb6a0d11b9c6aafe3555c742b771cd78e7d2e4468500945c1b93a9a55ae0')
 
 build() {
   cd $pkgname-$pkgver


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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 20:52:13
  Author: arojas
Revision: 242597

archrelease: copy trunk to community-any

Added:
  mate-themes/repos/community-any/PKGBUILD
(from rev 242596, mate-themes/trunk/PKGBUILD)
Deleted:
  mate-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-06 20:51:49 UTC (rev 242596)
+++ PKGBUILD2017-07-06 20:52:13 UTC (rev 242597)
@@ -1,30 +0,0 @@
-# Maintainer:
-# Contributor: Martin Wimpress 
-
-pkgname=mate-themes
-pkgver=3.22.12
-pkgrel=1
-pkgdesc="Default themes for the MATE desktop"
-url="http://mate-desktop.org;
-arch=('any')
-license=('GPL')
-makedepends=('gtk2' 'intltool')
-optdepends=('gtk-engines: for gtk2 themes'
-'gtk-engine-murrine: for gtk2 themes'
-'mate-icon-theme: default icon theme')
-options=('!emptydirs')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('04603907c8481bffe438a5f15a1cec93ee50c83d10ef9acd97368e607fd4f15a')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-themes/repos/community-any/PKGBUILD (from rev 242596, 
mate-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-06 20:52:13 UTC (rev 242597)
@@ -0,0 +1,30 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-themes
+pkgver=3.22.13
+pkgrel=1
+pkgdesc="Default themes for the MATE desktop"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('gtk2' 'intltool')
+optdepends=('gtk-engines: for gtk2 themes'
+'gtk-engine-murrine: for gtk2 themes'
+'mate-icon-theme: default icon theme')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('31b186114e8613366c8d10ac5033d8f485438ebfd7a623272c416364d530fcdc')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 20:51:49
  Author: arojas
Revision: 242596

Update to 3.22.13

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 19:54:06 UTC (rev 242595)
+++ PKGBUILD2017-07-06 20:51:49 UTC (rev 242596)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-themes
-pkgver=3.22.12
+pkgver=3.22.13
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org;
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('04603907c8481bffe438a5f15a1cec93ee50c83d10ef9acd97368e607fd4f15a')
+sha256sums=('31b186114e8613366c8d10ac5033d8f485438ebfd7a623272c416364d530fcdc')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2017-07-06 Thread Evangelos Foutras
Date: Thursday, July 6, 2017 @ 20:07:28
  Author: foutrelis
Revision: 299791

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

Added:
  llvm/repos/staging-i686/
  llvm/repos/staging-i686/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
(from rev 299790, 
llvm/trunk/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch)
  llvm/repos/staging-i686/0002-Enable-SSP-and-PIE-by-default.patch
(from rev 299790, llvm/trunk/0002-Enable-SSP-and-PIE-by-default.patch)
  llvm/repos/staging-i686/PKGBUILD
(from rev 299790, llvm/trunk/PKGBUILD)
  llvm/repos/staging-i686/disable-llvm-symbolizer-test.patch
(from rev 299790, llvm/trunk/disable-llvm-symbolizer-test.patch)
  llvm/repos/staging-i686/lldb-gcc7.patch
(from rev 299790, llvm/trunk/lldb-gcc7.patch)
  llvm/repos/staging-i686/lldb-libedit.patch
(from rev 299790, llvm/trunk/lldb-libedit.patch)
  llvm/repos/staging-i686/llvm-config.h
(from rev 299790, llvm/trunk/llvm-config.h)
  llvm/repos/staging-x86_64/
  llvm/repos/staging-x86_64/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
(from rev 299790, 
llvm/trunk/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch)
  llvm/repos/staging-x86_64/0002-Enable-SSP-and-PIE-by-default.patch
(from rev 299790, llvm/trunk/0002-Enable-SSP-and-PIE-by-default.patch)
  llvm/repos/staging-x86_64/PKGBUILD
(from rev 299790, llvm/trunk/PKGBUILD)
  llvm/repos/staging-x86_64/disable-llvm-symbolizer-test.patch
(from rev 299790, llvm/trunk/disable-llvm-symbolizer-test.patch)
  llvm/repos/staging-x86_64/lldb-gcc7.patch
(from rev 299790, llvm/trunk/lldb-gcc7.patch)
  llvm/repos/staging-x86_64/lldb-libedit.patch
(from rev 299790, llvm/trunk/lldb-libedit.patch)
  llvm/repos/staging-x86_64/llvm-config.h
(from rev 299790, llvm/trunk/llvm-config.h)

-+
 staging-i686/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch   |   37 +
 staging-i686/0002-Enable-SSP-and-PIE-by-default.patch   |  219 
+++
 staging-i686/PKGBUILD   |  275 
++
 staging-i686/disable-llvm-symbolizer-test.patch |   26 
 staging-i686/lldb-gcc7.patch|   12 
 staging-i686/lldb-libedit.patch |   98 +++
 staging-i686/llvm-config.h  |9 
 staging-x86_64/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch |   37 +
 staging-x86_64/0002-Enable-SSP-and-PIE-by-default.patch |  219 
+++
 staging-x86_64/PKGBUILD |  275 
++
 staging-x86_64/disable-llvm-symbolizer-test.patch   |   26 
 staging-x86_64/lldb-gcc7.patch  |   12 
 staging-x86_64/lldb-libedit.patch   |   98 +++
 staging-x86_64/llvm-config.h|9 
 14 files changed, 1352 insertions(+)

Copied: 
llvm/repos/staging-i686/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch 
(from rev 299790, 
llvm/trunk/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch)
===
--- staging-i686/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch   
(rev 0)
+++ staging-i686/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch   
2017-07-06 20:07:28 UTC (rev 299791)
@@ -0,0 +1,37 @@
+From f08d44484ac7c6e1b2381e4e6c38cb9c4c75d108 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 6 Jul 2017 18:53:05 +0300
+Subject: [PATCH 1/2] GCC compatibility: Ignore the -fno-plt flag
+
+---
+ include/clang/Driver/Options.td | 1 +
+ test/Driver/clang_f_opts.c  | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td
+index 6be159fad6..364296e861 100644
+--- a/include/clang/Driver/Options.td
 b/include/clang/Driver/Options.td
+@@ -2277,6 +2277,7 @@ defm ivopts : BooleanFFlag<"ivopts">, 
Group, 
Group;
+ defm peel_loops : BooleanFFlag<"peel-loops">, 
Group;
+ defm permissive : BooleanFFlag<"permissive">, Group;
++defm plt : BooleanFFlag<"plt">, Group;
+ defm prefetch_loop_arrays : BooleanFFlag<"prefetch-loop-arrays">, 
Group;
+ defm printf : BooleanFFlag<"printf">, Group;
+ defm profile : BooleanFFlag<"profile">, Group;
+diff --git a/test/Driver/clang_f_opts.c b/test/Driver/clang_f_opts.c
+index 210e16935d..3999590c47 100644
+--- a/test/Driver/clang_f_opts.c
 b/test/Driver/clang_f_opts.c
+@@ -277,6 +277,7 @@
+ // RUN: -fno-caller-saves -fcaller-saves  
\
+ // RUN: -fno-reorder-blocks -freorder-blocks  
\
+ // RUN: -fno-schedule-insns2 -fschedule-insns2
\
++// RUN: -fno-plt -fplt
\
+ // RUN:   

[arch-commits] Commit in llvm/trunk (4 files)

2017-07-06 Thread Evangelos Foutras
Date: Thursday, July 6, 2017 @ 20:06:25
  Author: foutrelis
Revision: 299790

upgpkg: llvm 4.0.1-2

Enable SSP and PIE by default.

Added:
  llvm/trunk/0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
  llvm/trunk/0002-Enable-SSP-and-PIE-by-default.patch
  llvm/trunk/disable-llvm-symbolizer-test.patch
Modified:
  llvm/trunk/PKGBUILD

--+
 0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch |   37 ++
 0002-Enable-SSP-and-PIE-by-default.patch |  219 +
 PKGBUILD |   20 +
 disable-llvm-symbolizer-test.patch   |   26 ++
 4 files changed, 299 insertions(+), 3 deletions(-)

Added: 0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
===
--- 0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch
(rev 0)
+++ 0001-GCC-compatibility-Ignore-the-fno-plt-flag.patch2017-07-06 
20:06:25 UTC (rev 299790)
@@ -0,0 +1,37 @@
+From f08d44484ac7c6e1b2381e4e6c38cb9c4c75d108 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 6 Jul 2017 18:53:05 +0300
+Subject: [PATCH 1/2] GCC compatibility: Ignore the -fno-plt flag
+
+---
+ include/clang/Driver/Options.td | 1 +
+ test/Driver/clang_f_opts.c  | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td
+index 6be159fad6..364296e861 100644
+--- a/include/clang/Driver/Options.td
 b/include/clang/Driver/Options.td
+@@ -2277,6 +2277,7 @@ defm ivopts : BooleanFFlag<"ivopts">, 
Group, 
Group;
+ defm peel_loops : BooleanFFlag<"peel-loops">, 
Group;
+ defm permissive : BooleanFFlag<"permissive">, Group;
++defm plt : BooleanFFlag<"plt">, Group;
+ defm prefetch_loop_arrays : BooleanFFlag<"prefetch-loop-arrays">, 
Group;
+ defm printf : BooleanFFlag<"printf">, Group;
+ defm profile : BooleanFFlag<"profile">, Group;
+diff --git a/test/Driver/clang_f_opts.c b/test/Driver/clang_f_opts.c
+index 210e16935d..3999590c47 100644
+--- a/test/Driver/clang_f_opts.c
 b/test/Driver/clang_f_opts.c
+@@ -277,6 +277,7 @@
+ // RUN: -fno-caller-saves -fcaller-saves  
\
+ // RUN: -fno-reorder-blocks -freorder-blocks  
\
+ // RUN: -fno-schedule-insns2 -fschedule-insns2
\
++// RUN: -fno-plt -fplt
\
+ // RUN: -fno-stack-check  
\
+ // RUN: -fno-check-new -fcheck-new
\
+ // RUN: -ffriend-injection
\
+-- 
+2.13.2
+

Added: 0002-Enable-SSP-and-PIE-by-default.patch
===
--- 0002-Enable-SSP-and-PIE-by-default.patch(rev 0)
+++ 0002-Enable-SSP-and-PIE-by-default.patch2017-07-06 20:06:25 UTC (rev 
299790)
@@ -0,0 +1,219 @@
+From c54346074ca027a03a0277f75e73c38ea959dc61 Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Thu, 6 Jul 2017 18:15:43 +0300
+Subject: [PATCH 2/2] Enable SSP and PIE by default
+
+This is a minimal set of changes needed to make clang use SSP and PIE by
+default on Arch Linux. Tests that were easy to adjust have been changed
+accordingly; only test/Driver/linux-ld.c has been marked as "expected
+failure" due to the number of changes it would require (mostly replacing
+crtbegin.o with crtbeginS.o).
+
+Doing so is needed in order to align clang with the new default GCC
+behavior in Arch which generates PIE executables by default and also
+defaults to -fstack-protector-strong. It is not meant to be a long term
+solution, but a simple temporary fix.
+
+Hopefully these changes will be obsoleted by the introduction upstream
+of a compile-time option (https://bugs.llvm.org/show_bug.cgi?id=13410)
+---
+ lib/Driver/ToolChains.cpp | 21 -
+ lib/Driver/ToolChains.h   |  1 +
+ test/Driver/cross-linux.c | 16 
+ test/Driver/env.c |  2 +-
+ test/Driver/fsanitize.c   | 14 --
+ test/Driver/gcc-toolchain.cpp |  2 +-
+ test/Driver/linux-ld.c|  2 ++
+ test/Driver/stack-protector.c |  4 ++--
+ 8 files changed, 43 insertions(+), 19 deletions(-)
+
+diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp
+index 9bc9ae4f6a..66faa59930 100644
+--- a/lib/Driver/ToolChains.cpp
 b/lib/Driver/ToolChains.cpp
+@@ -4710,7 +4710,26 @@ void Linux::AddIAMCUIncludeArgs(const ArgList 
,
+   }
+ }
+ 
+-bool Linux::isPIEDefault() const { return getSanitizerArgs().requiresPIE(); }
++bool Linux::isPIEDefault() const {
++  const bool IsX86 = getTriple().getArch() == llvm::Triple::x86;
++  const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64;
++  const bool 

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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:54:06
  Author: arojas
Revision: 242595

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

Added:
  go-md2man/repos/community-i686/PKGBUILD
(from rev 242594, go-md2man/trunk/PKGBUILD)
  go-md2man/repos/community-x86_64/PKGBUILD
(from rev 242594, go-md2man/trunk/PKGBUILD)
Deleted:
  go-md2man/repos/community-i686/PKGBUILD
  go-md2man/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 19:53:39 UTC (rev 242594)
+++ community-i686/PKGBUILD 2017-07-06 19:54:06 UTC (rev 242595)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgname=go-md2man
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='A markdown to manpage generator'
-arch=('x86_64' 'i686')
-url='https://github.com/cpuguy83/go-md2man'
-license=('MIT')
-makedepends=('git' 'go')
-source=(git+https://github.com/cpuguy83/go-md2man.git)
-md5sums=('SKIP')
-
-build() {
-  export GOPATH=$(readlink -f .)
-  local repo=src/github.com/cpuguy83
-  mkdir -p "$repo"
-  ln -sf "../../../go-md2man" "$repo/go-md2man"
-  cd "$repo/go-md2man"
-  go get -v ./...
-  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
-}
-
-package() {
-  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
-  install -Dm755 "$srcdir/go-md2man/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
-  install -Dm755 "$srcdir/go-md2man/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: go-md2man/repos/community-i686/PKGBUILD (from rev 242594, 
go-md2man/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 19:54:06 UTC (rev 242595)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('git' 'go')
+source=(git+https://github.com/cpuguy83/go-md2man.git)
+md5sums=('SKIP')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local repo=src/github.com/cpuguy83
+  mkdir -p "$repo"
+  ln -sf "../../../go-md2man" "$repo/go-md2man"
+  cd "$repo/go-md2man"
+  go get -v ./...
+  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
+}
+
+package() {
+  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
+  install -Dm755 "$srcdir/go-md2man/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
+  install -Dm755 "$srcdir/go-md2man/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-06 19:53:39 UTC (rev 242594)
+++ community-x86_64/PKGBUILD   2017-07-06 19:54:06 UTC (rev 242595)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Sébastien "Seblu" Luttringer 
-
-pkgname=go-md2man
-pkgver=1.0.5
-pkgrel=1
-pkgdesc='A markdown to manpage generator'
-arch=('x86_64' 'i686')
-url='https://github.com/cpuguy83/go-md2man'
-license=('MIT')
-makedepends=('git' 'go')
-source=(git+https://github.com/cpuguy83/go-md2man.git)
-md5sums=('SKIP')
-
-build() {
-  export GOPATH=$(readlink -f .)
-  local repo=src/github.com/cpuguy83
-  mkdir -p "$repo"
-  ln -sf "../../../go-md2man" "$repo/go-md2man"
-  cd "$repo/go-md2man"
-  go get -v ./...
-  "$srcdir/bin/go-md2man" -in=go-md2man.1.md -out=go-md2man.1
-}
-
-package() {
-  install -Dm755 "$srcdir/bin/go-md2man" "$pkgdir/usr/bin/go-md2man"
-  install -Dm755 "$srcdir/go-md2man/go-md2man.1" 
"$pkgdir/usr/share/man/man1/go-md2man.1"
-  install -Dm755 "$srcdir/go-md2man/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: go-md2man/repos/community-x86_64/PKGBUILD (from rev 242594, 
go-md2man/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-06 19:54:06 UTC (rev 242595)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Sébastien "Seblu" Luttringer 
+
+pkgname=go-md2man
+pkgver=1.0.6
+pkgrel=1
+pkgdesc='A markdown to manpage generator'
+arch=('x86_64' 'i686')
+url='https://github.com/cpuguy83/go-md2man'
+license=('MIT')
+makedepends=('git' 'go')
+source=(git+https://github.com/cpuguy83/go-md2man.git)
+md5sums=('SKIP')
+
+build() {
+  export GOPATH=$(readlink -f .)
+  local 

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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:53:39
  Author: arojas
Revision: 242594

Update to 1.0.6

Modified:
  go-md2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 19:42:42 UTC (rev 242593)
+++ PKGBUILD2017-07-06 19:53:39 UTC (rev 242594)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien "Seblu" Luttringer 
 
 pkgname=go-md2man
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc='A markdown to manpage generator'
 arch=('x86_64' 'i686')


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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:52:11
  Author: arojas
Revision: 299789

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

Added:
  maxima/repos/extra-i686/PKGBUILD
(from rev 299788, maxima/trunk/PKGBUILD)
  maxima/repos/extra-i686/maxima.desktop
(from rev 299788, maxima/trunk/maxima.desktop)
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 299788, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/maxima.desktop
(from rev 299788, maxima/trunk/maxima.desktop)
Deleted:
  maxima/repos/extra-i686/PKGBUILD
  maxima/repos/extra-i686/maxima.desktop
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/maxima.desktop

-+
 /PKGBUILD   |  114 ++
 /maxima.desktop |   22 
 extra-i686/PKGBUILD |   57 -
 extra-i686/maxima.desktop   |   11 
 extra-x86_64/PKGBUILD   |   57 -
 extra-x86_64/maxima.desktop |   11 
 6 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-06 19:51:37 UTC (rev 299788)
+++ extra-i686/PKGBUILD 2017-07-06 19:52:11 UTC (rev 299789)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgname=maxima
-pkgver=5.38.1
-pkgrel=7
-pkgdesc="A sophisticated computer algebra system"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://maxima.sourceforge.net;
-depends=('sbcl=1.3.19' 'texinfo' 'sh' 'shared-mime-info')
-makedepends=('python2' 'emacs')
-optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
-# needs rebuild when bash changes version
-# needs a rebuild when sbcl changes version
-options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('db4fb31512299e9971cfbc75cc60ca628861d3f5'
-  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # set correct python executable to create docs
-  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
-   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd "${srcdir}/${pkgname}-${pkgver}"
-#  make check
-#}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-   "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-
-  # make sure, we have a nice icon for the desktop file at the right place ;)
-  install -d "${pkgdir}/usr/share/pixmaps/"
-  ln -s /usr/share/maxima/${pkgver}/xmaxima/maxima-new.png \
-   "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-}

Copied: maxima/repos/extra-i686/PKGBUILD (from rev 299788, 
maxima/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-06 19:52:11 UTC (rev 299789)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgname=maxima
+pkgver=5.40.0
+pkgrel=1
+pkgdesc="A sophisticated computer algebra system"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://maxima.sourceforge.net;
+depends=('sbcl=1.3.19' 'texinfo' 'sh' 'shared-mime-info')
+makedepends=('python2' 'emacs')
+optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via 
/usr/bin/rmaxima' 'tk: graphical xmaxima interface')
+# needs rebuild when bash changes version
+# needs a rebuild when sbcl changes version
+options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
+sha1sums=('31672bd475e4e508421c6633bd4186f4a97b694a'
+  '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # set correct python executable to create docs
+  sed -i "s|${PYTHONBIN:-python}|python2|" doc/info/extract_categories.sh
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info \
+   --libexecdir=/usr/lib --enable-sbcl --with-default-lisp=sbcl
+
+  # help avoid (re)running makeinfo/tex
+  touch doc/info/maxima.info
+  make
+}
+
+#check() {  # test 23&129 fail from rtest_taylor

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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:51:37
  Author: arojas
Revision: 299788

Update to 5.40.0

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 19:24:13 UTC (rev 299787)
+++ PKGBUILD2017-07-06 19:51:37 UTC (rev 299788)
@@ -3,8 +3,8 @@
 # Contributor: Damir Perisa 
 
 pkgname=maxima
-pkgver=5.38.1
-pkgrel=7
+pkgver=5.40.0
+pkgrel=1
 pkgdesc="A sophisticated computer algebra system"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,7 +16,7 @@
 # needs a rebuild when sbcl changes version
 options=('!makeflags' '!zipman') # don't zip info pages or they won't work 
inside maxima
 
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz;
 "$pkgname.desktop")
-sha1sums=('db4fb31512299e9971cfbc75cc60ca628861d3f5'
+sha1sums=('31672bd475e4e508421c6633bd4186f4a97b694a'
   '4398ebb1ec85ccfa12f37516a56d60c26f74b18b')
 
 prepare() {


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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:42:42
  Author: arojas
Revision: 242593

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 19:42:10 UTC (rev 242592)
+++ community-i686/PKGBUILD 2017-07-06 19:42:42 UTC (rev 242593)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Contributor: Alexander Fehr 
-# Contributor: dorphell 
-
-pkgname=sylpheed
-pkgver=3.5.1
-pkgrel=2
-pkgdesc="Lightweight and user-friendly e-mail client"
-arch=('i686' 'x86_64')
-url="http://sylpheed.sraoss.jp/en/;
-license=('GPL')
-depends=('compface' 'gpgme' 'gtkspell')
-makedepends=('openssl')
-source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d88e892b54b160209c8183ebe2574490')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-ldap
-  make
-
-  # Build Attachment-Tool Plug-in
-  cd plugin/attachment_tool && make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # Install Attachment-Tool Plug-in
-  cd plugin/attachment_tool
-  make DESTDIR="$pkgdir/" install-plugin
-}

Copied: sylpheed/repos/community-i686/PKGBUILD (from rev 242592, 
sylpheed/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 19:42:42 UTC (rev 242593)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('i686' 'x86_64')
+url="http://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell')
+makedepends=('openssl')
+source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+md5sums=('5b72a9173963be38efe5fb0b3f5cc44b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ldap
+  make
+
+  # Build Attachment-Tool Plug-in
+  cd plugin/attachment_tool && make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+
+  # Install Attachment-Tool Plug-in
+  cd plugin/attachment_tool
+  make DESTDIR="$pkgdir/" install-plugin
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-06 19:42:10 UTC (rev 242592)
+++ community-x86_64/PKGBUILD   2017-07-06 19:42:42 UTC (rev 242593)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: speps 
-# Contributor: Alexander Fehr 
-# Contributor: dorphell 
-
-pkgname=sylpheed
-pkgver=3.5.1
-pkgrel=2
-pkgdesc="Lightweight and user-friendly e-mail client"
-arch=('i686' 'x86_64')
-url="http://sylpheed.sraoss.jp/en/;
-license=('GPL')
-depends=('compface' 'gpgme' 'gtkspell')
-makedepends=('openssl')
-source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d88e892b54b160209c8183ebe2574490')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --enable-ldap
-  make
-
-  # Build Attachment-Tool Plug-in
-  cd plugin/attachment_tool && make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-
-  # Install Attachment-Tool Plug-in
-  cd plugin/attachment_tool
-  make DESTDIR="$pkgdir/" install-plugin
-}

Copied: sylpheed/repos/community-x86_64/PKGBUILD (from rev 242592, 
sylpheed/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-06 19:42:42 UTC (rev 242593)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: speps 
+# Contributor: Alexander Fehr 
+# Contributor: dorphell 
+
+pkgname=sylpheed
+pkgver=3.6.0
+pkgrel=1
+pkgdesc="Lightweight and user-friendly e-mail client"
+arch=('i686' 'x86_64')
+url="http://sylpheed.sraoss.jp/en/;
+license=('GPL')
+depends=('compface' 'gpgme' 'gtkspell')
+makedepends=('openssl')
+source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
+md5sums=('5b72a9173963be38efe5fb0b3f5cc44b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --enable-ldap
+  make
+
+  # Build 

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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:42:10
  Author: arojas
Revision: 242592

Update to 3.6.0

Modified:
  sylpheed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 19:17:24 UTC (rev 242591)
+++ PKGBUILD2017-07-06 19:42:10 UTC (rev 242592)
@@ -4,8 +4,8 @@
 # Contributor: dorphell 
 
 pkgname=sylpheed
-pkgver=3.5.1
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
 pkgdesc="Lightweight and user-friendly e-mail client"
 arch=('i686' 'x86_64')
 url="http://sylpheed.sraoss.jp/en/;
@@ -13,7 +13,7 @@
 depends=('compface' 'gpgme' 'gtkspell')
 makedepends=('openssl')
 
source=("http://sylpheed.sraoss.jp/$pkgname/v${pkgver%.*}/$pkgname-$pkgver.tar.bz2;)
-md5sums=('d88e892b54b160209c8183ebe2574490')
+md5sums=('5b72a9173963be38efe5fb0b3f5cc44b')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in (ypserv)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:24:13
  Author: arojas
Revision: 299787

Remove outdated orphan package

Deleted:
  ypserv/


[arch-commits] Commit in (ypbind-mt)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:22:45
  Author: arojas
Revision: 299784

Remove outdated orphan package

Deleted:
  ypbind-mt/


[arch-commits] Commit in (yp-tools)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:21:17
  Author: arojas
Revision: 299781

Remove outdated orphan package

Deleted:
  yp-tools/


[arch-commits] Commit in (taskjuggler3)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:17:24
  Author: arojas
Revision: 242591

Remove outdated orphan package

Deleted:
  taskjuggler3/


[arch-commits] Commit in (gdc)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:15:44
  Author: arojas
Revision: 242589

Remove outdated orphan package

Deleted:
  gdc/


[arch-commits] Commit in (openstack-guest-agents-unix)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:13:25
  Author: arojas
Revision: 242585

Remove outdated orphan package

Deleted:
  openstack-guest-agents-unix/


[arch-commits] Commit in (python2-xenstore)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:11:10
  Author: arojas
Revision: 242582

Remove outdated orphan package

Deleted:
  python2-xenstore/


[arch-commits] Commit in (xe-guest-utilities)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:08:59
  Author: arojas
Revision: 242579

Remove outdated orphan package

Deleted:
  xe-guest-utilities/


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

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 19:07:54
  Author: eworm
Revision: 242576

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 19:07:45 UTC (rev 242575)
+++ community-i686/PKGBUILD 2017-07-06 19:07:54 UTC (rev 242576)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170629
-pkgrel=2
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;
-'0001-compat-priv_destructor-got-backported.patch')
-sha256sums=('51c44624f20eaff96780845214f85491c0c7330598633cd180bb2a6547e5d2b2'
-'b6d177aa7ad7f0168b2fb70edf4dd0912d3b9ef13f6c7f88eb13e296a57ec549')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   patch -Np1 < 
"${srcdir}"/0001-compat-priv_destructor-got-backported.patch
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-i686/PKGBUILD (from rev 242575, 
wireguard/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 19:07:54 UTC (rev 242576)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20170706
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64' 'i686')
+url='http://www.wireguard.io/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('5763b9436265421a67f92cb82142042867fc87c573ecc18033d40c1476146c33')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl' 'WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-06 19:07:45 UTC (rev 242575)
+++ community-x86_64/PKGBUILD   2017-07-06 19:07:54 UTC (rev 242576)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170629
-pkgrel=2
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')

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

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 19:07:45
  Author: eworm
Revision: 242575

upgpkg: wireguard 0.0.20170706-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD
Deleted:
  wireguard/trunk/0001-compat-priv_destructor-got-backported.patch

--+
 0001-compat-priv_destructor-got-backported.patch |   53 -
 PKGBUILD |   12 +---
 2 files changed, 4 insertions(+), 61 deletions(-)

Deleted: 0001-compat-priv_destructor-got-backported.patch
===
--- 0001-compat-priv_destructor-got-backported.patch2017-07-06 19:06:17 UTC 
(rev 242574)
+++ 0001-compat-priv_destructor-got-backported.patch2017-07-06 19:07:45 UTC 
(rev 242575)
@@ -1,53 +0,0 @@
-From a421219ea718761ed235b501da6e322fc2a05ee0 Mon Sep 17 00:00:00 2001
-From: "Jason A. Donenfeld" 
-Date: Thu, 6 Jul 2017 13:26:18 +0200
-Subject: [PATCH 1/1] compat: priv_destructor got backported

- src/device.c | 12 +++-
- 1 file changed, 7 insertions(+), 5 deletions(-)
-
-diff --git a/src/device.c b/src/device.c
-index c299d19..fb5f148 100644
 a/src/device.c
-+++ b/src/device.c
-@@ -240,7 +240,7 @@ static void destruct(struct net_device *dev)
-   put_net(wg->creating_net);
- 
-   pr_debug("%s: Interface deleted\n", dev->name);
--#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
-   free_netdev(dev);
- #endif
- }
-@@ -251,7 +251,7 @@ static void setup(struct net_device *dev)
-   enum { WG_NETDEV_FEATURES = NETIF_F_HW_CSUM | NETIF_F_RXCSUM | 
NETIF_F_SG | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | NETIF_F_HIGHDMA };
- 
-   dev->netdev_ops = _ops;
--#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
-   dev->destructor = destruct;
- #else
-   dev->priv_destructor = destruct;
-@@ -337,17 +337,19 @@ static int newlink(struct net *src_net, struct 
net_device *dev, struct nlattr *t
-   if (ret < 0)
-   goto error_8;
- 
-+  list_add(>device_list, _list);
-+
-   ret = register_netdevice(dev);
--#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
-   if (ret < 0)
-   goto error_9;
- #endif
--  list_add(>device_list, _list);
-   pr_debug("%s: Interface created\n", dev->name);
-   return ret;
- 
--#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
- error_9:
-+  list_del(>device_list);
-   ratelimiter_uninit();
- #endif
- error_8:

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 19:06:17 UTC (rev 242574)
+++ PKGBUILD2017-07-06 19:07:45 UTC (rev 242575)
@@ -4,23 +4,19 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170629
-pkgrel=2
+pkgver=0.0.20170706
+pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
 url='http://www.wireguard.io/'
 license=('GPL')
 makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;
-'0001-compat-priv_destructor-got-backported.patch')
-sha256sums=('51c44624f20eaff96780845214f85491c0c7330598633cd180bb2a6547e5d2b2'
-'b6d177aa7ad7f0168b2fb70edf4dd0912d3b9ef13f6c7f88eb13e296a57ec549')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
+sha256sums=('5763b9436265421a67f92cb82142042867fc87c573ecc18033d40c1476146c33')
 
 prepare() {
cd WireGuard-${pkgver}/
 
-   patch -Np1 < 
"${srcdir}"/0001-compat-priv_destructor-got-backported.patch
-
find contrib/examples/ -name '.gitignore' -delete
 }
 


[arch-commits] Commit in (xmind)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:06:17
  Author: arojas
Revision: 242574

Remove outdated orphan package

Deleted:
  xmind/


[arch-commits] Commit in (xbase)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:03:45
  Author: arojas
Revision: 299777

Remove outdated orphan package

Deleted:
  xbase/


[arch-commits] Commit in (ironpython)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 19:01:18
  Author: arojas
Revision: 242571

Drop orphan outdated package

Deleted:
  ironpython/


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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 18:51:42
  Author: arojas
Revision: 299773

Update to 4.2.2

Modified:
  mercurial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 18:30:51 UTC (rev 299772)
+++ PKGBUILD2017-07-06 18:51:42 UTC (rev 299773)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=mercurial
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc="A scalable distributed SCM tool"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/mercurial/hgrc')
 source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz;
 'mercurial.profile')
-sha256sums=('d7d5572f5aa0797fbf2168440eaa51149df88645fe37af8b15fa660d9a8158a0'
+sha256sums=('b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe'
 '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
 
 prepare() {


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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 18:52:06
  Author: arojas
Revision: 299774

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

Added:
  mercurial/repos/extra-i686/PKGBUILD
(from rev 299773, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-i686/mercurial.profile
(from rev 299773, mercurial/trunk/mercurial.profile)
  mercurial/repos/extra-x86_64/PKGBUILD
(from rev 299773, mercurial/trunk/PKGBUILD)
  mercurial/repos/extra-x86_64/mercurial.profile
(from rev 299773, mercurial/trunk/mercurial.profile)
Deleted:
  mercurial/repos/extra-i686/PKGBUILD
  mercurial/repos/extra-i686/mercurial.profile
  mercurial/repos/extra-x86_64/PKGBUILD
  mercurial/repos/extra-x86_64/mercurial.profile

+
 /PKGBUILD  |  118 +++
 /mercurial.profile |2 
 extra-i686/PKGBUILD|   59 ---
 extra-i686/mercurial.profile   |1 
 extra-x86_64/PKGBUILD  |   59 ---
 extra-x86_64/mercurial.profile |1 
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-06 18:51:42 UTC (rev 299773)
+++ extra-i686/PKGBUILD 2017-07-06 18:52:06 UTC (rev 299774)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=mercurial
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="A scalable distributed SCM tool"
-arch=('i686' 'x86_64')
-url="https://www.mercurial-scm.org/;
-license=('GPL')
-depends=('python2')
-optdepends=('tk: for the hgk GUI')
-backup=('etc/mercurial/hgrc')
-source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz;
-'mercurial.profile')
-sha256sums=('d7d5572f5aa0797fbf2168440eaa51149df88645fe37af8b15fa660d9a8158a0'
-'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/contrib/chg
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}/" --optimize=1
-
-  install -d ${pkgdir}/usr/share/man/{man1,man5}
-  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
-  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
-  install -m755 contrib/hgk "${pkgdir}/usr/bin"
-  install -m644 -D contrib/zsh_completion 
"${pkgdir}/usr/share/zsh/site-functions/_hg"
-  install -m644 -D contrib/bash_completion 
"${pkgdir}/usr/share/bash-completion/completions/hg"
-  install -d "${pkgdir}/usr/share/emacs/site-lisp"
-  install -m644 contrib/{mq.el,mercurial.el} 
"${pkgdir}/usr/share/emacs/site-lisp"
-
-  vimpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
-
-  # set some variables
-  install -m755 -d ${pkgdir}/etc/profile.d
-  install -m755 ${srcdir}/mercurial.profile 
"${pkgdir}/etc/profile.d/mercurial.sh"
-
-  # install configuration file
-  install -m755 -d ${pkgdir}/etc/mercurial
-  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
-
-  # FS#38825 - Add certs config to package
-  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> 
"${pkgdir}/etc/mercurial/hgrc"
-
-  cd contrib/chg
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: mercurial/repos/extra-i686/PKGBUILD (from rev 299773, 
mercurial/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-06 18:52:06 UTC (rev 299774)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=mercurial
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/;
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz;
+'mercurial.profile')
+sha256sums=('b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe'
+'87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion 

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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 18:30:51
  Author: arojas
Revision: 299772

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

Added:
  udisks2/repos/testing-i686/PKGBUILD
(from rev 299771, udisks2/trunk/PKGBUILD)
  udisks2/repos/testing-x86_64/PKGBUILD
(from rev 299771, udisks2/trunk/PKGBUILD)
Deleted:
  udisks2/repos/testing-i686/PKGBUILD
  udisks2/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   92 ++
 testing-i686/PKGBUILD   |   46 ---
 testing-x86_64/PKGBUILD |   46 ---
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-07-06 18:30:21 UTC (rev 299771)
+++ testing-i686/PKGBUILD   2017-07-06 18:30:51 UTC (rev 299772)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-
-pkgname=udisks2
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="Disk Management Service, version 2"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/udisks;
-license=('GPL2')
-depends=('polkit' 'libatasmart' 'libgudev' 'libblockdev')
-makedepends=('docbook-xsl' 'gobject-introspection' 'gnome-common' 'intltool' 
'parted' 'libiscsi')
-optdepends=('gptfdisk: GUID partition table support'
-'ntfs-3g: NTFS filesystem management support'
-'dosfstools: VFAT filesystem management support'
-'libiscsi: iSCSI support')
-source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz;)
-sha512sums=('14ce08f30f6698fb3cd26c2076e916bf2f9600c5ea6042f170c721644243f55497a3afdc5b26fdcfe79dda7fe7c25b6156c7b0b94edf732689b1bf158d69')
-
-prepare() {
-  sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \
-  -e 's/AC_MSG_ERROR(\[libconfig/AC_MSG_WARN([libconfig/' \
-  -i udisks-udisks-$pkgver/configure.ac
-}
-
-build() {
-  cd udisks-udisks-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --sbindir=/usr/bin --libexecdir=/usr/lib \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --localstatedir=/var --disable-static \
-  --enable-available-modules
-  make
-}
-
-check() {
-  cd udisks-udisks-$pkgver
-  make check
-}
-
-package() {
-  cd udisks-udisks-$pkgver
-  make DESTDIR="$pkgdir" install \
-bash_completiondir=/usr/share/bash-completion/completions
-}

Copied: udisks2/repos/testing-i686/PKGBUILD (from rev 299771, 
udisks2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-06 18:30:51 UTC (rev 299772)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+
+pkgname=udisks2
+pkgver=2.7.1
+pkgrel=2
+pkgdesc="Disk Management Service, version 2"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/wiki/Software/udisks;
+license=('GPL2')
+depends=('polkit' 'libatasmart' 'libgudev' 'libblockdev')
+makedepends=('docbook-xsl' 'gobject-introspection' 'gnome-common' 'intltool' 
'parted' 'libiscsi')
+optdepends=('gptfdisk: GUID partition table support'
+'ntfs-3g: NTFS filesystem management support'
+'dosfstools: VFAT filesystem management support'
+'libiscsi: iSCSI support')
+source=("https://github.com/storaged-project/udisks/archive/udisks-$pkgver.tar.gz;)
+sha512sums=('14ce08f30f6698fb3cd26c2076e916bf2f9600c5ea6042f170c721644243f55497a3afdc5b26fdcfe79dda7fe7c25b6156c7b0b94edf732689b1bf158d69')
+
+prepare() {
+  sed -e 's/AC_MSG_ERROR(\[libstoragemgmt/AC_MSG_WARN([libstoragemgmt/' \
+  -e 's/AC_MSG_ERROR(\[libconfig/AC_MSG_WARN([libconfig/' \
+  -i udisks-udisks-$pkgver/configure.ac
+}
+
+build() {
+  cd udisks-udisks-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --sbindir=/usr/bin --libexecdir=/usr/lib \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --localstatedir=/var --disable-static \
+  --enable-available-modules
+  make
+}
+
+check() {
+  cd udisks-udisks-$pkgver
+  make check
+}
+
+package() {
+  cd udisks-udisks-$pkgver
+  make DESTDIR="$pkgdir" install \
+bash_completiondir=/usr/share/bash-completion/completions
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-07-06 18:30:21 UTC (rev 299771)
+++ testing-x86_64/PKGBUILD 2017-07-06 18:30:51 UTC (rev 299772)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-
-pkgname=udisks2
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="Disk Management Service, version 2"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/wiki/Software/udisks;
-license=('GPL2')

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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 18:30:21
  Author: arojas
Revision: 299771

Rebuild to fix broken man pages (FS#54716)

Modified:
  udisks2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 18:18:22 UTC (rev 299770)
+++ PKGBUILD2017-07-06 18:30:21 UTC (rev 299771)
@@ -4,7 +4,7 @@
 
 pkgname=udisks2
 pkgver=2.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Disk Management Service, version 2"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/wiki/Software/udisks;


[arch-commits] Commit in docbook-xsl/repos/extra-any (6 files)

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 18:18:22
  Author: arojas
Revision: 299770

archrelease: copy trunk to extra-any

Added:
  docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch
(from rev 299769, docbook-xsl/trunk/765567_non-recursive_string_subst.patch)
  docbook-xsl/repos/extra-any/PKGBUILD
(from rev 299769, docbook-xsl/trunk/PKGBUILD)
  docbook-xsl/repos/extra-any/docbook-xsl.install
(from rev 299769, docbook-xsl/trunk/docbook-xsl.install)
Deleted:
  docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch
  docbook-xsl/repos/extra-any/PKGBUILD
  docbook-xsl/repos/extra-any/docbook-xsl.install

-+
 765567_non-recursive_string_subst.patch |   64 ++--
 PKGBUILD|   86 ++--
 docbook-xsl.install |   92 --
 3 files changed, 126 insertions(+), 116 deletions(-)

Deleted: 765567_non-recursive_string_subst.patch
===
--- 765567_non-recursive_string_subst.patch 2017-07-06 18:17:52 UTC (rev 
299769)
+++ 765567_non-recursive_string_subst.patch 2017-07-06 18:18:22 UTC (rev 
299770)
@@ -1,32 +0,0 @@
-Description: use EXSLT "replace" function when available
- A recursive implementation  of string.subst is problematic,
- long strings with many matches will cause stack overflows.
-Author: Peter De Wachter 
-Bug-Debian: https://bugs.debian.org/750593
-
 docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl
-+++ docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl
-@@ -6,7 +6,11 @@
- 
-  This module implements DTD-independent functions
- 
--  
-->http://www.w3.org/1999/XSL/Transform; 
version="1.0">
-+  -->
-+http://www.w3.org/1999/XSL/Transform;
-+xmlns:str="http://exslt.org/strings;
-+exclude-result-prefixes="str"
-+version="1.0">
- 
- 
-   
-@@ -52,6 +56,9 @@
-   
- 
-   
-+
-+  
-+
- 
-   
- 
-

Copied: docbook-xsl/repos/extra-any/765567_non-recursive_string_subst.patch 
(from rev 299769, docbook-xsl/trunk/765567_non-recursive_string_subst.patch)
===
--- 765567_non-recursive_string_subst.patch (rev 0)
+++ 765567_non-recursive_string_subst.patch 2017-07-06 18:18:22 UTC (rev 
299770)
@@ -0,0 +1,32 @@
+Description: use EXSLT "replace" function when available
+ A recursive implementation  of string.subst is problematic,
+ long strings with many matches will cause stack overflows.
+Author: Peter De Wachter 
+Bug-Debian: https://bugs.debian.org/750593
+
+--- docbook-xsl-1.78.1+dfsg.orig/docbook-xsl/lib/lib.xsl
 docbook-xsl-1.78.1+dfsg/docbook-xsl/lib/lib.xsl
+@@ -6,7 +6,11 @@
+ 
+  This module implements DTD-independent functions
+ 
+-  
-->http://www.w3.org/1999/XSL/Transform; 
version="1.0">
++  -->
++http://www.w3.org/1999/XSL/Transform;
++xmlns:str="http://exslt.org/strings;
++exclude-result-prefixes="str"
++version="1.0">
+ 
+ 
+   
+@@ -52,6 +56,9 @@
+   
+ 
+   
++
++  
++
+ 
+   
+ 
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-06 18:17:52 UTC (rev 299769)
+++ PKGBUILD2017-07-06 18:18:22 UTC (rev 299770)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Tom Gundersen 
-# Contributor: Jan de Groot 
-# Contributor: Sean Middleditch 
-# Contributor: Daniel J Griffiths 
-
-pkgname=docbook-xsl
-pkgver=1.79.2
-pkgrel=2
-pkgdesc='XML stylesheets for Docbook-xml transformations'
-arch=(any)
-license=(custom)
-url='http://docbook.org/'
-depends=(libxml2 libxslt docbook-xml)
-install="$pkgname.install"
-source=("https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl-$pkgver.tar.gz;
-765567_non-recursive_string_subst.patch)
-sha256sums=('966188d7c05fc76eaca115a55893e643dd01a3486f6368733c9ad974fcee7a26'
-'193ec26dcb37bdf12037ed4ea98d68bd550500c8e96b719685d76d7096c3f9b3')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np2 -i ../765567_non-recursive_string_subst.patch
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  _pkgroot="$pkgdir"/usr/share/xml/docbook/xsl-stylesheets-$pkgver
-
-  install -dm755 ${_pkgroot}
-  install -m644 VERSION VERSION.xsl ${_pkgroot}
-
-  for fn in assembly common eclipse epub epub3 fo highlighting html htmlhelp 

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

2017-07-06 Thread Antonio Rojas
Date: Thursday, July 6, 2017 @ 18:17:52
  Author: arojas
Revision: 299769

Use non-namespaced sources (FS#54723), update URL in install file

Modified:
  docbook-xsl/trunk/PKGBUILD
  docbook-xsl/trunk/docbook-xsl.install

-+
 PKGBUILD|   10 +-
 docbook-xsl.install |   18 ++
 2 files changed, 19 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 15:32:01 UTC (rev 299768)
+++ PKGBUILD2017-07-06 18:17:52 UTC (rev 299769)
@@ -7,7 +7,7 @@
 
 pkgname=docbook-xsl
 pkgver=1.79.2
-pkgrel=2
+pkgrel=3
 pkgdesc='XML stylesheets for Docbook-xml transformations'
 arch=(any)
 license=(custom)
@@ -14,18 +14,18 @@
 url='http://docbook.org/'
 depends=(libxml2 libxslt docbook-xml)
 install="$pkgname.install"
-source=("https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl-$pkgver.tar.gz;
+source=("https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/docbook-xsl-nons-$pkgver.tar.gz;
 765567_non-recursive_string_subst.patch)
-sha256sums=('966188d7c05fc76eaca115a55893e643dd01a3486f6368733c9ad974fcee7a26'
+sha256sums=('f89425b44e48aad24319a2f0d38e0cb6059fdc7dbaf31787c8346c748175ca8e'
 '193ec26dcb37bdf12037ed4ea98d68bd550500c8e96b719685d76d7096c3f9b3')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname-nons-$pkgver
   patch -Np2 -i ../765567_non-recursive_string_subst.patch
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-nons-$pkgver
 
   _pkgroot="$pkgdir"/usr/share/xml/docbook/xsl-stylesheets-$pkgver
 

Modified: docbook-xsl.install
===
--- docbook-xsl.install 2017-07-06 15:32:01 UTC (rev 299768)
+++ docbook-xsl.install 2017-07-06 18:17:52 UTC (rev 299769)
@@ -5,19 +5,29 @@
   _NEW=`echo $1 | sed 's|\(.*\)\-.*|\1|'`
 
   xmlcatalog --noout --add "rewriteSystem" \
-"http://docbook.sourceforge.net/release/xsl/${_NEW}; \
+"http://cdn.docbook.org/release/xsl/${_NEW}; \
 "/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
 etc/xml/catalog
 
   xmlcatalog --noout --add "rewriteURI" \
-"http://docbook.sourceforge.net/release/xsl/${_NEW}; \
+"http://cdn.docbook.org/release/xsl/${_NEW}; \
 "/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
-etc/xml/catalog &&
+etc/xml/catalog
 
   xmlcatalog --noout --add "rewriteSystem" \
+"http://cdn.docbook.org/release/xsl/current; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog
+
+  xmlcatalog --noout --add "rewriteURI" \
+"http://cdn.docbook.org/release/xsl/current; \
+"/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
+etc/xml/catalog
+
+  xmlcatalog --noout --add "rewriteSystem" \
 "http://docbook.sourceforge.net/release/xsl/current; \
 "/usr/share/xml/docbook/xsl-stylesheets-${_NEW}" \
-etc/xml/catalog &&
+etc/xml/catalog
 
   xmlcatalog --noout --add "rewriteURI" \
 "http://docbook.sourceforge.net/release/xsl/current; \


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

2017-07-06 Thread Jelle van der Waa
Date: Thursday, July 6, 2017 @ 16:48:00
  Author: jelle
Revision: 242567

upgpkg: python-pyopencl 1:2017.2-1

Modified:
  python-pyopencl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 16:25:21 UTC (rev 242566)
+++ PKGBUILD2017-07-06 16:48:00 UTC (rev 242567)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pyopencl
 pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2017.1.1
+pkgver=2017.2
 pkgrel=1
 pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
 arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@
 epoch=1
 checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
 makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=('https://pypi.python.org/packages/37/d9/ed86f746640afc9f425af4f5034168f18cec9b608e9ebd6a16c76d855357/pyopencl-2017.1.1.tar.gz'
+source=('https://pypi.python.org/packages/51/cd/6142228eb3b02df9e23e5468ce6c53d1c57275bdc05bccab11e1a1e1bfec/pyopencl-2017.2.tar.gz'
 'LICENSE.txt')
-sha1sums=('5831b04d44b896b582bf692515c839a08e287e4a'
+sha1sums=('27e9f9bf7fa236c38ad3fbb8da3ead06e71c1311'
   '2e6966b3d9b15603ce2c3ff79eeadd63c5d066b7')
 
 build() {


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

2017-07-06 Thread Jelle van der Waa
Date: Thursday, July 6, 2017 @ 16:48:11
  Author: jelle
Revision: 242568

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

Added:
  python-pyopencl/repos/community-i686/LICENSE.txt
(from rev 242567, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-i686/PKGBUILD
(from rev 242567, python-pyopencl/trunk/PKGBUILD)
  python-pyopencl/repos/community-x86_64/LICENSE.txt
(from rev 242567, python-pyopencl/trunk/LICENSE.txt)
  python-pyopencl/repos/community-x86_64/PKGBUILD
(from rev 242567, python-pyopencl/trunk/PKGBUILD)
Deleted:
  python-pyopencl/repos/community-i686/LICENSE.txt
  python-pyopencl/repos/community-i686/PKGBUILD
  python-pyopencl/repos/community-x86_64/LICENSE.txt
  python-pyopencl/repos/community-x86_64/PKGBUILD

--+
 /LICENSE.txt |   40 +++
 /PKGBUILD|  144 +
 community-i686/LICENSE.txt   |   20 -
 community-i686/PKGBUILD  |   72 
 community-x86_64/LICENSE.txt |   20 -
 community-x86_64/PKGBUILD|   72 
 6 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/LICENSE.txt
===
--- community-i686/LICENSE.txt  2017-07-06 16:48:00 UTC (rev 242567)
+++ community-i686/LICENSE.txt  2017-07-06 16:48:11 UTC (rev 242568)
@@ -1,20 +0,0 @@
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.

Copied: python-pyopencl/repos/community-i686/LICENSE.txt (from rev 242567, 
python-pyopencl/trunk/LICENSE.txt)
===
--- community-i686/LICENSE.txt  (rev 0)
+++ community-i686/LICENSE.txt  2017-07-06 16:48:11 UTC (rev 242568)
@@ -0,0 +1,20 @@
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 16:48:00 UTC (rev 242567)
+++ community-i686/PKGBUILD 2017-07-06 16:48:11 UTC (rev 242568)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Stéphane Gaudreault 
-
-pkgbase=python-pyopencl
-pkgname=('python2-pyopencl' 'python-pyopencl' 'pyopencl-headers')
-pkgver=2017.1.1
-pkgrel=1
-pkgdesc="A complete, object-oriented language binding of OpenCL to Python"
-arch=('i686' 'x86_64')
-url="http://mathema.tician.de/software/pyopencl;
-license=('custom')
-epoch=1
-checkdepends=('python2-six' 'python-six' 'python-appdirs' 'python2-appdirs')
-makedepends=('boost-libs' 'ctags' 'python2-setuptools' 'python-setuptools' 
'opencl-icd-loader' 'opencl-headers' 'mesa' 'boost' 'python2-mako' 
'python-mako' 'python-numpy' 'python2-numpy')
-source=('https://pypi.python.org/packages/37/d9/ed86f746640afc9f425af4f5034168f18cec9b608e9ebd6a16c76d855357/pyopencl-2017.1.1.tar.gz'
-'LICENSE.txt')
-sha1sums=('5831b04d44b896b582bf692515c839a08e287e4a'
-  

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

2017-07-06 Thread Evangelos Foutras
Date: Thursday, July 6, 2017 @ 16:25:21
  Author: foutrelis
Revision: 242566

Change versioned dep to regular dep in lib32-clang

Also move "mkdir build" to the top of prepare().

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 16:07:41 UTC (rev 242565)
+++ PKGBUILD2017-07-06 16:25:21 UTC (rev 242566)
@@ -32,6 +32,7 @@
 
 prepare() {
   cd "$srcdir/llvm-$pkgver.src"
+  mkdir build
 
   mv "$srcdir/cfe-$pkgver.src" tools/clang
   mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
@@ -40,8 +41,6 @@
   # so let's preseed CMAKE_LIBRARY_PATH with /lib32.
   sed -i '/^[[:blank:]]*find_library(FFI_LIBRARY_PATH/i\
  list(INSERT CMAKE_LIBRARY_PATH 0 /usr/lib32)' cmake/config-ix.cmake
-
-  mkdir build
 }
 
 build() {
@@ -133,7 +132,7 @@
 package_lib32-clang() {
   pkgdesc="C language family frontend for LLVM"
   url="http://clang.llvm.org/;
-  depends=("lib32-llvm=$pkgver-$pkgrel" 'clang' 'gcc-multilib')
+  depends=('lib32-llvm' 'clang' 'gcc-multilib')
 
   cd "$srcdir/llvm-$pkgver.src"
 


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

2017-07-06 Thread Jan Steffens
Date: Thursday, July 6, 2017 @ 16:07:41
  Author: heftig
Revision: 242565

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

Added:
  vhba-module/repos/community-i686/60-vhba.rules
(from rev 242564, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-i686/PKGBUILD
(from rev 242564, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-i686/dkms.conf
(from rev 242564, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-i686/vhba-module.install
(from rev 242564, vhba-module/trunk/vhba-module.install)
  vhba-module/repos/community-x86_64/60-vhba.rules
(from rev 242564, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-x86_64/PKGBUILD
(from rev 242564, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-x86_64/dkms.conf
(from rev 242564, vhba-module/trunk/dkms.conf)
  vhba-module/repos/community-x86_64/vhba-module.install
(from rev 242564, vhba-module/trunk/vhba-module.install)
Deleted:
  vhba-module/repos/community-i686/60-vhba.rules
  vhba-module/repos/community-i686/PKGBUILD
  vhba-module/repos/community-i686/dkms.conf
  vhba-module/repos/community-i686/vhba-module.install
  vhba-module/repos/community-x86_64/60-vhba.rules
  vhba-module/repos/community-x86_64/PKGBUILD
  vhba-module/repos/community-x86_64/dkms.conf
  vhba-module/repos/community-x86_64/vhba-module.install

--+
 /60-vhba.rules   |2 
 /PKGBUILD|  100 +
 /dkms.conf   |   18 +
 /vhba-module.install |   30 +
 community-i686/60-vhba.rules |1 
 community-i686/PKGBUILD  |   50 
 community-i686/dkms.conf |9 --
 community-i686/vhba-module.install   |   15 
 community-x86_64/60-vhba.rules   |1 
 community-x86_64/PKGBUILD|   50 
 community-x86_64/dkms.conf   |9 --
 community-x86_64/vhba-module.install |   15 
 12 files changed, 150 insertions(+), 150 deletions(-)

Deleted: community-i686/60-vhba.rules
===
--- community-i686/60-vhba.rules2017-07-06 16:06:57 UTC (rev 242564)
+++ community-i686/60-vhba.rules2017-07-06 16:07:41 UTC (rev 242565)
@@ -1 +0,0 @@
-ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-i686/60-vhba.rules (from rev 242564, 
vhba-module/trunk/60-vhba.rules)
===
--- community-i686/60-vhba.rules(rev 0)
+++ community-i686/60-vhba.rules2017-07-06 16:07:41 UTC (rev 242565)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 16:06:57 UTC (rev 242564)
+++ community-i686/PKGBUILD 2017-07-06 16:07:41 UTC (rev 242565)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Mateusz Herych 
-# Contributor: Charles Lindsay 
-
-pkgbase=vhba-module
-pkgname=(vhba-module vhba-module-dkms)
-pkgver=20170610
-_extramodules=extramodules-4.11-ARCH
-pkgrel=4
-pkgdesc="Kernel module that emulates SCSI devices"
-url="http://cdemu.sourceforge.net/;
-arch=(i686 x86_64)
-license=(GPL)
-makedepends=('linux-headers>=4.11' 'linux-headers<4.12' linux)
-source=("http://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2;
-60-vhba.rules dkms.conf)
-sha256sums=('7970c93f989d9c4f2629371bf5ee7a76f95e4c12342c3320ddc528d0df02d9ec'
-'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
-'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
-
-prepare() {
-  cd $pkgbase-$pkgver
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  make KERNELRELEASE="$(cat /usr/lib/modules/$_extramodules/version)"
-}
-
-package_vhba-module() {
-  depends=('linux>=4.11' 'linux<4.12')
-  install=vhba-module.install
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/lib/modules/$_extramodules" -m644 vhba.ko
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-package_vhba-module-dkms() {
-  depends=(dkms)
-  provides=("vhba-module=$pkgver-$pkgrel")
-  conflicts=(vhba-module)
-
-  cd $pkgbase-$pkgver
-  install -Dt "$pkgdir/usr/src/$pkgbase-$pkgver" -m644 Makefile vhba.c 
../dkms.conf
-  install -Dt "$pkgdir/usr/lib/udev/rules.d" -m644 ../60-vhba.rules
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vhba-module/repos/community-i686/PKGBUILD (from rev 242564, 
vhba-module/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD  

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

2017-07-06 Thread Jan Steffens
Date: Thursday, July 6, 2017 @ 16:06:57
  Author: heftig
Revision: 242564

20170610-5

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 15:47:01 UTC (rev 242563)
+++ PKGBUILD2017-07-06 16:06:57 UTC (rev 242564)
@@ -7,7 +7,7 @@
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20170610
 _extramodules=extramodules-4.11-ARCH
-pkgrel=4
+pkgrel=5
 pkgdesc="Kernel module that emulates SCSI devices"
 url="http://cdemu.sourceforge.net/;
 arch=(i686 x86_64)


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

2017-07-06 Thread Sergej Pupykin
Date: Thursday, July 6, 2017 @ 15:47:01
  Author: spupykin
Revision: 242563

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

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

---+
 /PKGBUILD |  158 
 community-i686/PKGBUILD   |   71 ---
 community-x86_64/PKGBUILD |   71 ---
 3 files changed, 158 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 15:46:38 UTC (rev 242562)
+++ community-i686/PKGBUILD 2017-07-06 15:47:01 UTC (rev 242563)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=2.0.0
-_commit=440f068f665597aa10d8e01cc8b73cafdf0e4479
-pkgrel=2
-arch=("i686" "x86_64")
-url="http://gmic.eu/;
-license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 'hdf5')
-source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz;
-   "git://github.com/dtschump/gmic-community.git#commit=${_commit}"
-   "gmic_stdlib.h-$pkgver::http://gmic.eu/gmic_stdlib.h;
-   
"CImg.h-$pkgver::https://github.com/dtschump/CImg/blob/master/CImg.h?raw=true;)
-sha256sums=('27c57f0ca630895a0dab5c0eff854f3133a29743267c4aa196dc2d1936463ca4'
-'SKIP'
-'5557eba6da03e8c1df2bb2f36644577245540b247e71b130b6aa03c45c87b8d9'
-'27d35b0c402897e270f74cbca7b90541cfe860b308b868f96b06fa372fdbd6be')
-
-prepare() {
-  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
-  cd "${srcdir}/gmic"
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
-  ln -sf ../gmic-community/zart zart
-
-  mkdir -p ../CImg
-  cp -L ../gmic_stdlib.h-$pkgver src/gmic_stdlib.h
-  cp -L ../CImg.h-$pkgver ../CImg/CImg.h
-}
-
-build() {
-  cd "${srcdir}/gmic"
-  (cd zart && qmake-qt4 -o Makefile zart.pro)
-  make -C src all WGET=/bin/true
-  make -C zart all WGET=/bin/true
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11" 
"hdf5")
-
-  cd "${srcdir}/gmic"
-  make -C src install DESTDIR="$pkgdir" USR="/usr"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -rf "${pkgdir}/usr/"{bin/zart,lib/gimp,share/zart}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=("opencv" "fftw" "qt4")
-
-  cd "${srcdir}/gmic"
-  install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=("opencv" "gimp" "fftw")
-
-  cd "${srcdir}/gmic"
-  install -Dm755 src/gmic_gimp_gtk 
"${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gmic/repos/community-i686/PKGBUILD (from rev 242562, 
gmic/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 15:47:01 UTC (rev 242563)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=("gmic" "gimp-plugin-gmic" "zart")
+pkgver=2.0.2
+gmic_qt_ver=2.0.0
+_commit=c43f88d9537c58be4eeac515282eec8096c4a797
+pkgrel=1
+arch=("i686" "x86_64")
+url="http://gmic.eu/;
+license=("custom:CeCILL")
+makedepends=('gimp' 'qt5-base' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 
'hdf5')
+source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz;
+   "git://github.com/dtschump/gmic-community.git#commit=${_commit}"
+   "https://github.com/c-koi/gmic-qt/archive/v$gmic_qt_ver.tar.gz;)
+sha256sums=('7da9f08d62a9d23fc8badbc7c819cf76f4a9ce3db763710268fdcb80d83ecfc6'
+'SKIP'
+'286fc5be19f7ad63b9a20e22ed62064c4cc2bf5113caf59d835e6cd09d81b822')
+
+prepare() {
+  mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
+  cd "${srcdir}/gmic"
+
+  ln -sf ../gmic-community/zart zart
+  ln -sf ../gmic-qt-$gmic_qt_ver gmic-qt
+
+  sed -i -e 
's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+  sed -i -e 

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

2017-07-06 Thread Sergej Pupykin
Date: Thursday, July 6, 2017 @ 15:46:38
  Author: spupykin
Revision: 242562

upgpkg: gmic 2.0.2-1: and remove git master files

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 15:43:26 UTC (rev 242561)
+++ PKGBUILD2017-07-06 15:46:38 UTC (rev 242562)
@@ -6,38 +6,46 @@
 
 pkgbase=gmic
 pkgname=("gmic" "gimp-plugin-gmic" "zart")
-pkgver=2.0.0
-_commit=440f068f665597aa10d8e01cc8b73cafdf0e4479
-pkgrel=2
+pkgver=2.0.2
+gmic_qt_ver=2.0.0
+_commit=c43f88d9537c58be4eeac515282eec8096c4a797
+pkgrel=1
 arch=("i686" "x86_64")
 url="http://gmic.eu/;
 license=("custom:CeCILL")
-makedepends=('gimp' 'qt4' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 'hdf5')
+makedepends=('gimp' 'qt5-base' 'fftw' 'openexr' 'opencv' 'mesa' 'gtk2' 'git' 
'hdf5')
 source=("https://gmic.eu/files/source/gmic_$pkgver.tar.gz;
"git://github.com/dtschump/gmic-community.git#commit=${_commit}"
-   "gmic_stdlib.h-$pkgver::http://gmic.eu/gmic_stdlib.h;
-   
"CImg.h-$pkgver::https://github.com/dtschump/CImg/blob/master/CImg.h?raw=true;)
-sha256sums=('27c57f0ca630895a0dab5c0eff854f3133a29743267c4aa196dc2d1936463ca4'
+   "https://github.com/c-koi/gmic-qt/archive/v$gmic_qt_ver.tar.gz;)
+sha256sums=('7da9f08d62a9d23fc8badbc7c819cf76f4a9ce3db763710268fdcb80d83ecfc6'
 'SKIP'
-'5557eba6da03e8c1df2bb2f36644577245540b247e71b130b6aa03c45c87b8d9'
-'27d35b0c402897e270f74cbca7b90541cfe860b308b868f96b06fa372fdbd6be')
+'286fc5be19f7ad63b9a20e22ed62064c4cc2bf5113caf59d835e6cd09d81b822')
 
 prepare() {
   mv "${srcdir}/gmic-${pkgver}" "${srcdir}/gmic"
   cd "${srcdir}/gmic"
-  sed -i -e 's|qmake zart.pro|qmake-qt4 zart.pro|g' \
--e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
-src/Makefile
+
   ln -sf ../gmic-community/zart zart
+  ln -sf ../gmic-qt-$gmic_qt_ver gmic-qt
 
-  mkdir -p ../CImg
-  cp -L ../gmic_stdlib.h-$pkgver src/gmic_stdlib.h
-  cp -L ../CImg.h-$pkgver ../CImg/CImg.h
+  sed -i -e 
's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' \
+src/Makefile
+  sed -i -e 's|-Ofast|-O2 -fno-fast-math|g' \
+gmic-qt/gmic_qt.pro
 }
 
 build() {
   cd "${srcdir}/gmic"
-  (cd zart && qmake-qt4 -o Makefile zart.pro)
+
+  unset CFLAGS
+
+  unset CXXFLAGS
+  export CPPFLAGS="-Wno-implicit-fallthrough -Wno-format-truncation 
-fno-fast-math"
+
+  export QMAKE_CXXFLAGS="-fno-fast-math"
+  export QMAKE_CPPFLAGS="-fno-fast-math"
+
+  (cd zart && qmake -o Makefile zart.pro)
   make -C src all WGET=/bin/true
   make -C zart all WGET=/bin/true
 }
@@ -44,7 +52,7 @@
 
 package_gmic() {
   pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11" 
"hdf5")
+  depends=("opencv" "fftw" "libtiff" "libjpeg" "libpng" "openexr" "libx11" 
"hdf5" "curl")
 
   cd "${srcdir}/gmic"
   make -C src install DESTDIR="$pkgdir" USR="/usr"
@@ -54,18 +62,18 @@
 
 package_zart() {
   pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=("opencv" "fftw" "qt4")
+  depends=("opencv" "fftw" "qt5-base")
 
   cd "${srcdir}/gmic"
   install -Dm755 zart/zart "${pkgdir}/usr/bin/zart"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 zart/Licence_CeCILL_V2-en.html 
"${pkgdir}/usr/share/licenses/${pkgname}/Licence_CeCILL_V2-en.html"
 }
 
 package_gimp-plugin-gmic() {
   pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=("opencv" "gimp" "fftw")
+  depends=("opencv" "gimp" "fftw" "qt5-base" "curl")
 
   cd "${srcdir}/gmic"
-  install -Dm755 src/gmic_gimp_gtk 
"${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm755 gmic-qt/gmic_gimp_qt 
"${pkgdir}/usr/lib/gimp/2.0/plug-ins/gmic_gimp"
+  install -Dm644 gmic-qt/COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


[arch-commits] Commit in python-requests-toolbelt/repos/community-any (2 files)

2017-07-06 Thread Felix Yan
Date: Thursday, July 6, 2017 @ 15:43:26
  Author: felixonmars
Revision: 242561

archrelease: copy trunk to community-any

Added:
  python-requests-toolbelt/repos/community-any/PKGBUILD
(from rev 242560, python-requests-toolbelt/trunk/PKGBUILD)
Deleted:
  python-requests-toolbelt/repos/community-any/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-06 15:43:03 UTC (rev 242560)
+++ PKGBUILD2017-07-06 15:43:26 UTC (rev 242561)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: eolianoe 
-
-pkgbase=python-requests-toolbelt
-pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
-arch=('any')
-url="https://github.com/sigmavirus24/requests-toolbelt;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
-checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
-  'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/requests-toolbelt/archive/$pkgver.tar.gz;)
-sha512sums=('902114a1e3a8d67d789ebf652bc68477b31d3b5f9e36b44bdbe9dc56f981a30083f53179f6539f68014e12962deb8599a86ee806a3c2d8f633725d4cbbfa61cd')
-
-prepare() {
-  cp -a requests-toolbelt-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/requests-toolbelt-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/requests-toolbelt-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/requests-toolbelt-$pkgver
-  py.test
-
-  cd "$srcdir"/requests-toolbelt-$pkgver-py2
-  py.test2
-}
-
-package_python-requests-toolbelt() {
-  depends=('python-requests')
-
-  cd requests-toolbelt-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-requests-toolbelt() {
-  depends=('python2-requests')
-
-  cd requests-toolbelt-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-requests-toolbelt/repos/community-any/PKGBUILD (from rev 242560, 
python-requests-toolbelt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-06 15:43:26 UTC (rev 242561)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: eolianoe 
+
+pkgbase=python-requests-toolbelt
+pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
+pkgver=0.8.0
+pkgrel=2
+pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
+arch=('any')
+url="https://github.com/requests/toolbelt;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
+  'python-mock' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
+sha512sums=('55bf93d386442f5deb81eabd85812ffd49e98ff88c0bb96e15271efd84deb7c5d854a2cdc81c989a7d74870e8a218fc968d080052d9ca7cd9733a2378ea9c2f5')
+
+prepare() {
+  cp -a toolbelt-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/toolbelt-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/toolbelt-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/toolbelt-$pkgver
+  py.test
+
+  cd "$srcdir"/toolbelt-$pkgver-py2
+  py.test2
+}
+
+package_python-requests-toolbelt() {
+  depends=('python-requests')
+
+  cd toolbelt-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-requests-toolbelt() {
+  depends=('python2-requests')
+
+  cd toolbelt-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-07-06 Thread Felix Yan
Date: Thursday, July 6, 2017 @ 15:43:03
  Author: felixonmars
Revision: 242560

upgpkg: python-requests-toolbelt 0.8.0-2

upstream moved and tagged tarballs are changed

Modified:
  python-requests-toolbelt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 15:40:32 UTC (rev 242559)
+++ PKGBUILD2017-07-06 15:43:03 UTC (rev 242560)
@@ -5,34 +5,34 @@
 pkgbase=python-requests-toolbelt
 pkgname=('python-requests-toolbelt' 'python2-requests-toolbelt')
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A toolbelt of useful classes and functions to be used with 
python-requests."
 arch=('any')
-url="https://github.com/sigmavirus24/requests-toolbelt;
+url="https://github.com/requests/toolbelt;
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-pytest' 'python2-pytest' 'python-betamax' 
'python2-betamax'
   'python-mock' 'python2-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/requests-toolbelt/archive/$pkgver.tar.gz;)
-sha512sums=('902114a1e3a8d67d789ebf652bc68477b31d3b5f9e36b44bdbe9dc56f981a30083f53179f6539f68014e12962deb8599a86ee806a3c2d8f633725d4cbbfa61cd')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/requests/toolbelt/archive/$pkgver.tar.gz;)
+sha512sums=('55bf93d386442f5deb81eabd85812ffd49e98ff88c0bb96e15271efd84deb7c5d854a2cdc81c989a7d74870e8a218fc968d080052d9ca7cd9733a2378ea9c2f5')
 
 prepare() {
-  cp -a requests-toolbelt-$pkgver{,-py2}
+  cp -a toolbelt-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/requests-toolbelt-$pkgver
+  cd "$srcdir"/toolbelt-$pkgver
   python setup.py build
 
-  cd "$srcdir"/requests-toolbelt-$pkgver-py2
+  cd "$srcdir"/toolbelt-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/requests-toolbelt-$pkgver
+  cd "$srcdir"/toolbelt-$pkgver
   py.test
 
-  cd "$srcdir"/requests-toolbelt-$pkgver-py2
+  cd "$srcdir"/toolbelt-$pkgver-py2
   py.test2
 }
 
@@ -39,7 +39,7 @@
 package_python-requests-toolbelt() {
   depends=('python-requests')
 
-  cd requests-toolbelt-$pkgver
+  cd toolbelt-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
@@ -46,6 +46,6 @@
 package_python2-requests-toolbelt() {
   depends=('python2-requests')
 
-  cd requests-toolbelt-$pkgver-py2
+  cd toolbelt-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
 }


[arch-commits] Commit in tcptrace (7 files)

2017-07-06 Thread Baptiste Jonglez
Date: Thursday, July 6, 2017 @ 15:40:32
  Author: zorun
Revision: 242559

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

Added:
  tcptrace/repos/
  tcptrace/repos/community-i686/
  tcptrace/repos/community-i686/PKGBUILD
(from rev 242558, tcptrace/trunk/PKGBUILD)
  tcptrace/repos/community-i686/tcptrace-6.6.7_no_pcap_offline_read.patch
(from rev 242558, tcptrace/trunk/tcptrace-6.6.7_no_pcap_offline_read.patch)
  tcptrace/repos/community-x86_64/
  tcptrace/repos/community-x86_64/PKGBUILD
(from rev 242558, tcptrace/trunk/PKGBUILD)
  tcptrace/repos/community-x86_64/tcptrace-6.6.7_no_pcap_offline_read.patch
(from rev 242558, tcptrace/trunk/tcptrace-6.6.7_no_pcap_offline_read.patch)

+
 community-i686/PKGBUILD|   43 +++
 community-i686/tcptrace-6.6.7_no_pcap_offline_read.patch   |   38 +
 community-x86_64/PKGBUILD  |   43 +++
 community-x86_64/tcptrace-6.6.7_no_pcap_offline_read.patch |   38 +
 4 files changed, 162 insertions(+)

Copied: tcptrace/repos/community-i686/PKGBUILD (from rev 242558, 
tcptrace/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-07-06 15:40:32 UTC (rev 242559)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Heath Caldwell 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=tcptrace
+pkgver=6.6.7
+pkgrel=4
+pkgdesc="A TCP dump file analysis tool"
+arch=('i686' 'x86_64')
+url="http://tcptrace.org/;
+license=('GPL')
+depends=('libpcap')
+optdepends=(
+  'tcpdump: for generating dumps'
+  'gnuplot: for plotting graphs'
+  'xplot: for plotting graphs'
+)
+source=("http://tcptrace.org/download/$pkgname-$pkgver.tar.gz;
+"${pkgname}-${pkgver}_no_pcap_offline_read.patch")
+md5sums=('68128dc1817b866475e2f048e158f5b9'
+ 'a2d757088f9a1d3d6dd102d569c76926')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/${pkgname}-${pkgver}_no_pcap_offline_read.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -e "s|BINDIR = /usr/local/bin|BINDIR = ${pkgdir}/usr/bin|" -e "s|MANDIR 
= /usr/local/man/|MANDIR = ${pkgdir}/usr/share/man|" -i Makefile
+  sed -e "s|-o bin -g bin| -o root -g root|" -i Makefile
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install
+  install -Dm755 "${srcdir}/${pkgname}-${pkgver}/xpl2gpl" \
+${pkgdir}/usr/bin/xpl2gpl
+}

Copied: tcptrace/repos/community-i686/tcptrace-6.6.7_no_pcap_offline_read.patch 
(from rev 242558, tcptrace/trunk/tcptrace-6.6.7_no_pcap_offline_read.patch)
===
--- repos/community-i686/tcptrace-6.6.7_no_pcap_offline_read.patch  
(rev 0)
+++ repos/community-i686/tcptrace-6.6.7_no_pcap_offline_read.patch  
2017-07-06 15:40:32 UTC (rev 242559)
@@ -0,0 +1,38 @@
+diff -rpU3 -x flex_bison tcptrace-6.6.7/tcpdump.c 
tcptrace-6.6.7_libpcapfix/tcpdump.c
+--- tcptrace-6.6.7/tcpdump.c   2004-10-07 13:07:30.0 -0700
 tcptrace-6.6.7_libpcapfix/tcpdump.c2017-03-02 10:00:58.923356327 
-0800
+@@ -68,9 +68,6 @@ static char const GCC_UNUSED rcsid[] =
+ 
+ 
+ 
+-/* external ref, in case missing in older version */
+-extern int pcap_offline_read(void *, int, pcap_handler, u_char *);
+-
+ /* global pointer, the pcap info header */
+ static pcap_t *pcap;
+ 
+@@ -246,9 +243,12 @@ pread_tcpdump(
+ void  **pplast)
+ {
+ int ret;
++struct pcap_pkthdr *pkt_header;
++const u_char *pkt_data;
+ 
+ while (1) {
+-  if ((ret = pcap_offline_read(pcap,1,(pcap_handler)callback,0)) != 1) {
++  ret = pcap_next_ex(pcap, _header, _data);
++  if (ret != 1) {
+   /* prob EOF */
+ 
+   if (ret == -1) {
+@@ -263,6 +263,10 @@ pread_tcpdump(
+   return(0);
+   }
+ 
++  if (callback(0, pkt_header, (char *)pkt_data)) {
++  continue;
++  }
++
+   /* at least one tcpdump implementation (AIX) seems to be */
+   /* storing NANOseconds in the usecs field of the timestamp. */
+   /* This confuses EVERYTHING.  Try to compensate. */

Copied: tcptrace/repos/community-x86_64/PKGBUILD (from rev 242558, 
tcptrace/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-07-06 15:40:32 UTC (rev 242559)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Heath Caldwell 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=tcptrace
+pkgver=6.6.7
+pkgrel=4
+pkgdesc="A TCP dump file analysis tool"
+arch=('i686' 'x86_64')
+url="http://tcptrace.org/;
+license=('GPL')

[arch-commits] Commit in (4 files)

2017-07-06 Thread Baptiste Jonglez
Date: Thursday, July 6, 2017 @ 15:40:09
  Author: zorun
Revision: 242558

tcptrace: Import from AUR

Added:
  tcptrace/
  tcptrace/trunk/
  tcptrace/trunk/PKGBUILD
  tcptrace/trunk/tcptrace-6.6.7_no_pcap_offline_read.patch

---+
 PKGBUILD  |   43 
 tcptrace-6.6.7_no_pcap_offline_read.patch |   38 
 2 files changed, 81 insertions(+)

Added: tcptrace/trunk/PKGBUILD
===
--- tcptrace/trunk/PKGBUILD (rev 0)
+++ tcptrace/trunk/PKGBUILD 2017-07-06 15:40:09 UTC (rev 242558)
@@ -0,0 +1,43 @@
+# Maintainer: Baptiste Jonglez 
+# Contributor: Heath Caldwell 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=tcptrace
+pkgver=6.6.7
+pkgrel=4
+pkgdesc="A TCP dump file analysis tool"
+arch=('i686' 'x86_64')
+url="http://tcptrace.org/;
+license=('GPL')
+depends=('libpcap')
+optdepends=(
+  'tcpdump: for generating dumps'
+  'gnuplot: for plotting graphs'
+  'xplot: for plotting graphs'
+)
+source=("http://tcptrace.org/download/$pkgname-$pkgver.tar.gz;
+"${pkgname}-${pkgver}_no_pcap_offline_read.patch")
+md5sums=('68128dc1817b866475e2f048e158f5b9'
+ 'a2d757088f9a1d3d6dd102d569c76926')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p1 -i "${srcdir}/${pkgname}-${pkgver}_no_pcap_offline_read.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  sed -e "s|BINDIR = /usr/local/bin|BINDIR = ${pkgdir}/usr/bin|" -e "s|MANDIR 
= /usr/local/man/|MANDIR = ${pkgdir}/usr/share/man|" -i Makefile
+  sed -e "s|-o bin -g bin| -o root -g root|" -i Makefile
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install
+  install -Dm755 "${srcdir}/${pkgname}-${pkgver}/xpl2gpl" \
+${pkgdir}/usr/bin/xpl2gpl
+}

Added: tcptrace/trunk/tcptrace-6.6.7_no_pcap_offline_read.patch
===
--- tcptrace/trunk/tcptrace-6.6.7_no_pcap_offline_read.patch
(rev 0)
+++ tcptrace/trunk/tcptrace-6.6.7_no_pcap_offline_read.patch2017-07-06 
15:40:09 UTC (rev 242558)
@@ -0,0 +1,38 @@
+diff -rpU3 -x flex_bison tcptrace-6.6.7/tcpdump.c 
tcptrace-6.6.7_libpcapfix/tcpdump.c
+--- tcptrace-6.6.7/tcpdump.c   2004-10-07 13:07:30.0 -0700
 tcptrace-6.6.7_libpcapfix/tcpdump.c2017-03-02 10:00:58.923356327 
-0800
+@@ -68,9 +68,6 @@ static char const GCC_UNUSED rcsid[] =
+ 
+ 
+ 
+-/* external ref, in case missing in older version */
+-extern int pcap_offline_read(void *, int, pcap_handler, u_char *);
+-
+ /* global pointer, the pcap info header */
+ static pcap_t *pcap;
+ 
+@@ -246,9 +243,12 @@ pread_tcpdump(
+ void  **pplast)
+ {
+ int ret;
++struct pcap_pkthdr *pkt_header;
++const u_char *pkt_data;
+ 
+ while (1) {
+-  if ((ret = pcap_offline_read(pcap,1,(pcap_handler)callback,0)) != 1) {
++  ret = pcap_next_ex(pcap, _header, _data);
++  if (ret != 1) {
+   /* prob EOF */
+ 
+   if (ret == -1) {
+@@ -263,6 +263,10 @@ pread_tcpdump(
+   return(0);
+   }
+ 
++  if (callback(0, pkt_header, (char *)pkt_data)) {
++  continue;
++  }
++
+   /* at least one tcpdump implementation (AIX) seems to be */
+   /* storing NANOseconds in the usecs field of the timestamp. */
+   /* This confuses EVERYTHING.  Try to compensate. */


[arch-commits] Commit in automake/repos/core-any (6 files)

2017-07-06 Thread Lukas Fleischer
Date: Thursday, July 6, 2017 @ 15:32:01
  Author: lfleischer
Revision: 299768

archrelease: copy trunk to core-any

Added:
  automake/repos/core-any/PKGBUILD
(from rev 299767, automake/trunk/PKGBUILD)
  automake/repos/core-any/automake-1.15-dejagnu-testcase.patch
(from rev 299767, automake/trunk/automake-1.15-dejagnu-testcase.patch)
Deleted:
  automake/repos/core-any/PKGBUILD
  automake/repos/core-any/automake-1.15-dejagnu-testcase.patch
  automake/repos/core-any/automake-1.15-gzip-envvar.patch
  automake/repos/core-any/automake-1.15-perl-regex.patch

--+
 PKGBUILD |  100 ++---
 automake-1.15-dejagnu-testcase.patch |   98 
 automake-1.15-gzip-envvar.patch  |   68 --
 automake-1.15-perl-regex.patch   |   26 
 4 files changed, 94 insertions(+), 198 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-06 15:31:51 UTC (rev 299767)
+++ PKGBUILD2017-07-06 15:32:01 UTC (rev 299768)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae 
-# Contributor: judd 
-
-pkgname=automake
-pkgver=1.15
-pkgrel=2
-pkgdesc="A GNU tool for automatically creating Makefiles"
-arch=('any')
-license=('GPL')
-url="http://www.gnu.org/software/automake;
-groups=('base-devel')
-depends=('perl' 'bash')
-makedepends=('autoconf')
-checkdepends=('dejagnu' 'gcc-fortran' 'java-environment' 'vala' 'emacs' 
'cscope')  # 'python'
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-automake-1.15-perl-regex.patch
-automake-1.15-gzip-envvar.patch
-automake-1.15-dejagnu-testcase.patch)
-md5sums=('9a1ddb0e053474d9d1105cfe39b0c48d'
- 'SKIP'
- 'ec24c629cad74c88555ee499c38dbd6e'
- 'fa71c83d3f9d32d9a4007152b829074c'
- 'ffa4dd8eb78cea82c3009d76087598b1')
-validpgpkeys=('E1622F96D2BB4E58018EEF9860F906016E407573')   # Stefano Lattarini
-
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  # fix regex issue with recent perl
-  patch -p1 -i $srcdir/automake-1.15-perl-regex.patch
-
-  # fix testsuite issues with recent gzip
-  patch -p1 -i $srcdir/automake-1.15-gzip-envvar.patch
-
-  # fix testsuite issue with resent dejagnu
-  patch -p1 -i $srcdir/automake-1.15-dejagnu-testcase.patch
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --build=$CHOST --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: automake/repos/core-any/PKGBUILD (from rev 299767, 
automake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-06 15:32:01 UTC (rev 299768)
@@ -0,0 +1,45 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=automake
+pkgver=1.15.1
+pkgrel=1
+pkgdesc="A GNU tool for automatically creating Makefiles"
+arch=('any')
+license=('GPL')
+url="http://www.gnu.org/software/automake;
+groups=('base-devel')
+depends=('perl' 'bash')
+makedepends=('autoconf')
+checkdepends=('dejagnu' 'gcc-fortran' 'java-environment' 'vala' 'emacs' 
'cscope')  # 'python'
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
+automake-1.15-dejagnu-testcase.patch)
+md5sums=('24cd3501b6ad8cd4d7e2546f07e8b4d4'
+ 'SKIP'
+ 'ffa4dd8eb78cea82c3009d76087598b1')
+validpgpkeys=('E1622F96D2BB4E58018EEF9860F906016E407573'   # Stefano Lattarini
+  'F2A38D7EEB2B66405761070D0ADEE10094604D37')  # Mathieu Lirzin
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # fix testsuite issue with resent dejagnu
+  patch -p1 -i $srcdir/automake-1.15-dejagnu-testcase.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --build=$CHOST --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: automake-1.15-dejagnu-testcase.patch
===
--- automake-1.15-dejagnu-testcase.patch2017-07-06 15:31:51 UTC (rev 
299767)
+++ automake-1.15-dejagnu-testcase.patch2017-07-06 15:32:01 UTC (rev 
299768)
@@ -1,49 +0,0 @@
-From 3b86722e504c686d3e825ca8870708cce7580190 Mon Sep 17 00:00:00 2001
-From: Pavel Raiskup 
-Date: Mon, 27 Jun 2016 23:10:12 +0200
-Subject: [PATCH] tests: fix bug in dejagnu testcase
-
-This resolves testsuite error:
-ERROR: tcl error sourcing ./spanner.test/spanner.exp.
-ERROR: couldn't execute "./spanner": no such file or directory
-while executing
-"spawn 

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

2017-07-06 Thread Lukas Fleischer
Date: Thursday, July 6, 2017 @ 15:31:51
  Author: lfleischer
Revision: 299767

upgpkg: automake 1.15.1-1

Upstream update.

Modified:
  automake/trunk/PKGBUILD
Deleted:
  automake/trunk/automake-1.15-gzip-envvar.patch
  automake/trunk/automake-1.15-perl-regex.patch

-+
 PKGBUILD|   32 ++---
 automake-1.15-gzip-envvar.patch |   68 --
 automake-1.15-perl-regex.patch  |   26 --
 3 files changed, 11 insertions(+), 115 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 15:01:24 UTC (rev 299766)
+++ PKGBUILD2017-07-06 15:31:51 UTC (rev 299767)
@@ -1,10 +1,10 @@
-# $Id$
-# Maintainer: Allan McRae 
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
 # Contributor: judd 
 
 pkgname=automake
-pkgver=1.15
-pkgrel=2
+pkgver=1.15.1
+pkgrel=1
 pkgdesc="A GNU tool for automatically creating Makefiles"
 arch=('any')
 license=('GPL')
@@ -14,42 +14,32 @@
 makedepends=('autoconf')
 checkdepends=('dejagnu' 'gcc-fortran' 'java-environment' 'vala' 'emacs' 
'cscope')  # 'python'
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
-automake-1.15-perl-regex.patch
-automake-1.15-gzip-envvar.patch
 automake-1.15-dejagnu-testcase.patch)
-md5sums=('9a1ddb0e053474d9d1105cfe39b0c48d'
+md5sums=('24cd3501b6ad8cd4d7e2546f07e8b4d4'
  'SKIP'
- 'ec24c629cad74c88555ee499c38dbd6e'
- 'fa71c83d3f9d32d9a4007152b829074c'
  'ffa4dd8eb78cea82c3009d76087598b1')
-validpgpkeys=('E1622F96D2BB4E58018EEF9860F906016E407573')   # Stefano Lattarini
+validpgpkeys=('E1622F96D2BB4E58018EEF9860F906016E407573'   # Stefano Lattarini
+  'F2A38D7EEB2B66405761070D0ADEE10094604D37')  # Mathieu Lirzin
 
-
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
 
-  # fix regex issue with recent perl
-  patch -p1 -i $srcdir/automake-1.15-perl-regex.patch
-
-  # fix testsuite issues with recent gzip
-  patch -p1 -i $srcdir/automake-1.15-gzip-envvar.patch
-
   # fix testsuite issue with resent dejagnu
   patch -p1 -i $srcdir/automake-1.15-dejagnu-testcase.patch
 }
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --build=$CHOST --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }

Deleted: automake-1.15-gzip-envvar.patch
===
--- automake-1.15-gzip-envvar.patch 2017-07-06 15:01:24 UTC (rev 299766)
+++ automake-1.15-gzip-envvar.patch 2017-07-06 15:31:51 UTC (rev 299767)
@@ -1,68 +0,0 @@
-From 749468ac63042820bc3da85ece5bed64b0c15d62 Mon Sep 17 00:00:00 2001
-From: Paul Eggert 
-Date: Tue, 29 Mar 2016 02:44:19 +
-Subject: automake: port better to future gzip
-
-* lib/am/distdir.am (dist-gzip, dist-shar, distcheck):
-Port better to future versions of gzip, which are planned to
-deprecate the GZIP environment variable (Bug#20132).

-diff --git a/lib/am/distdir.am b/lib/am/distdir.am
-index d4dd8cc..87c6730 100644
 a/lib/am/distdir.am
-+++ b/lib/am/distdir.am
-@@ -309,6 +309,16 @@ endif %?TOPDIR_P%
- ## We order DIST_TARGETS by expected duration of the compressors,
- ## slowest first, for better parallelism in "make dist".  Do not
- ## reorder DIST_ARCHIVES, users may expect gzip to be first.
-+##
-+## Traditionally, gzip prepended the contents of the GZIP environment
-+## variable to its arguments, and the commands below formerly used
-+## this by invoking 'GZIP=$(GZIP_ENV) gzip'.  The GZIP environment
-+## variable is now considered to be obsolescent, so the commands below
-+## now use 'eval GZIP= gzip $(GZIP_ENV)' instead; this should work
-+## with both older and newer gzip implementations.  The 'eval' is to
-+## support makefile assignments like 'GZIP_ENV = "-9 -n"' that quote
-+## the GZIP_ENV right-hand side because that was needed with the
-+## former invocation pattern.
- 
- if %?TOPDIR_P%
- 
-@@ -316,7 +326,7 @@ if %?TOPDIR_P%
- GZIP_ENV = --best
- .PHONY: dist-gzip
- dist-gzip: distdir
--  tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
-+  tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
-   $(am__post_remove_distdir)
- 
- ?BZIP2?DIST_ARCHIVES += $(distdir).tar.bz2
-@@ -352,7 +362,7 @@ dist-shar: distdir
-   @echo WARNING: "Support for shar distribution archives is" \
-  "deprecated." >&2
-   @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
--  shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c 

[arch-commits] Commit in xplot (5 files)

2017-07-06 Thread Baptiste Jonglez
Date: Thursday, July 6, 2017 @ 15:28:34
  Author: zorun
Revision: 242557

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

Added:
  xplot/repos/
  xplot/repos/community-i686/
  xplot/repos/community-i686/PKGBUILD
(from rev 242556, xplot/trunk/PKGBUILD)
  xplot/repos/community-x86_64/
  xplot/repos/community-x86_64/PKGBUILD
(from rev 242556, xplot/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   29 +
 community-x86_64/PKGBUILD |   29 +
 2 files changed, 58 insertions(+)

Copied: xplot/repos/community-i686/PKGBUILD (from rev 242556, 
xplot/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-07-06 15:28:34 UTC (rev 242557)
@@ -0,0 +1,29 @@
+# Maintainer:  Baptiste Jonglez 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=xplot
+pkgver=0.90.7.1
+pkgrel=5
+pkgdesc="Reads from a xpl file to generate plots"
+arch=('i686' 'x86_64')
+url="http://www.xplot.org/;
+license=('MIT')
+depends=('libx11' 'perl')
+source=("http://www.xplot.org/xplot/$pkgname-$pkgver.tar.gz;)
+md5sums=('755e32f8ae429f1c546fdeee7c28c92e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=${pkgdir}/usr
+  sed -e "s|mandir = \$(exec_prefix)/man/man1|mandir = 
\$(exec_prefix)/share/man/man1|" -i Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  sed -n '2,31p' "${srcdir}/${pkgname}-${pkgver}/xplot.c" > 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: xplot/repos/community-x86_64/PKGBUILD (from rev 242556, 
xplot/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-07-06 15:28:34 UTC (rev 242557)
@@ -0,0 +1,29 @@
+# Maintainer:  Baptiste Jonglez 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=xplot
+pkgver=0.90.7.1
+pkgrel=5
+pkgdesc="Reads from a xpl file to generate plots"
+arch=('i686' 'x86_64')
+url="http://www.xplot.org/;
+license=('MIT')
+depends=('libx11' 'perl')
+source=("http://www.xplot.org/xplot/$pkgname-$pkgver.tar.gz;)
+md5sums=('755e32f8ae429f1c546fdeee7c28c92e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=${pkgdir}/usr
+  sed -e "s|mandir = \$(exec_prefix)/man/man1|mandir = 
\$(exec_prefix)/share/man/man1|" -i Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  sed -n '2,31p' "${srcdir}/${pkgname}-${pkgver}/xplot.c" > 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in xplot (PKGBUILD)

2017-07-06 Thread Baptiste Jonglez
Date: Thursday, July 6, 2017 @ 15:28:10
  Author: zorun
Revision: 242556

xplot: remove duplicate PKGBUILD

Deleted:
  xplot/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-06 15:27:37 UTC (rev 242555)
+++ PKGBUILD2017-07-06 15:28:10 UTC (rev 242556)
@@ -1,28 +0,0 @@
-# Maintainer: Jan-Erik Rediger 
-
-pkgname=xplot
-pkgver=0.90.7.1
-pkgrel=4
-pkgdesc="Reads from a xpl file to generate plots"
-arch=('i686' 'x86_64')
-url="http://www.xplot.org/;
-license=('MIT')
-depends=('libx11' 'perl')
-source=(http://www.xplot.org/xplot/$pkgname-$pkgver.tar.gz)
-md5sums=('755e32f8ae429f1c546fdeee7c28c92e')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=${pkgdir}/usr
-  sed -e "s|mandir = \$(exec_prefix)/man/man1|mandir = 
\$(exec_prefix)/share/man/man1|" -i Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make install
-  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
-  sed -n '2,31p' "${srcdir}/${pkgname}-${pkgver}/xplot.c" > 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}


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

2017-07-06 Thread Baptiste Jonglez
Date: Thursday, July 6, 2017 @ 15:27:37
  Author: zorun
Revision: 242555

xplot: Import from AUR

Added:
  xplot/
  xplot/PKGBUILD
  xplot/trunk/
  xplot/trunk/PKGBUILD

+
 PKGBUILD   |   28 
 trunk/PKGBUILD |   29 +
 2 files changed, 57 insertions(+)

Added: xplot/PKGBUILD
===
--- xplot/PKGBUILD  (rev 0)
+++ xplot/PKGBUILD  2017-07-06 15:27:37 UTC (rev 242555)
@@ -0,0 +1,28 @@
+# Maintainer: Jan-Erik Rediger 
+
+pkgname=xplot
+pkgver=0.90.7.1
+pkgrel=4
+pkgdesc="Reads from a xpl file to generate plots"
+arch=('i686' 'x86_64')
+url="http://www.xplot.org/;
+license=('MIT')
+depends=('libx11' 'perl')
+source=(http://www.xplot.org/xplot/$pkgname-$pkgver.tar.gz)
+md5sums=('755e32f8ae429f1c546fdeee7c28c92e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=${pkgdir}/usr
+  sed -e "s|mandir = \$(exec_prefix)/man/man1|mandir = 
\$(exec_prefix)/share/man/man1|" -i Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  sed -n '2,31p' "${srcdir}/${pkgname}-${pkgver}/xplot.c" > 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Added: xplot/trunk/PKGBUILD
===
--- xplot/trunk/PKGBUILD(rev 0)
+++ xplot/trunk/PKGBUILD2017-07-06 15:27:37 UTC (rev 242555)
@@ -0,0 +1,29 @@
+# Maintainer:  Baptiste Jonglez 
+# Contributor: Jan-Erik Rediger 
+
+pkgname=xplot
+pkgver=0.90.7.1
+pkgrel=5
+pkgdesc="Reads from a xpl file to generate plots"
+arch=('i686' 'x86_64')
+url="http://www.xplot.org/;
+license=('MIT')
+depends=('libx11' 'perl')
+source=("http://www.xplot.org/xplot/$pkgname-$pkgver.tar.gz;)
+md5sums=('755e32f8ae429f1c546fdeee7c28c92e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=${pkgdir}/usr
+  sed -e "s|mandir = \$(exec_prefix)/man/man1|mandir = 
\$(exec_prefix)/share/man/man1|" -i Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make install
+  mkdir -p ${pkgdir}/usr/share/licenses/${pkgname}/
+  sed -n '2,31p' "${srcdir}/${pkgname}-${pkgver}/xplot.c" > 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-07-06 Thread Anatol Pomozov
Date: Thursday, July 6, 2017 @ 14:27:37
  Author: anatolik
Revision: 242549

Add missing dependencies

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 14:01:02 UTC (rev 242548)
+++ PKGBUILD2017-07-06 14:27:37 UTC (rev 242549)
@@ -4,13 +4,12 @@
 _gemname=pango
 pkgname=ruby-$_gemname
 pkgver=3.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
 license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer)
+depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)


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

2017-07-06 Thread Anatol Pomozov
Date: Thursday, July 6, 2017 @ 14:28:29
  Author: anatolik
Revision: 242550

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

Added:
  ruby-pango/repos/community-i686/PKGBUILD
(from rev 242549, ruby-pango/trunk/PKGBUILD)
  ruby-pango/repos/community-x86_64/PKGBUILD
(from rev 242549, ruby-pango/trunk/PKGBUILD)
Deleted:
  ruby-pango/repos/community-i686/PKGBUILD
  ruby-pango/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   44 
 community-i686/PKGBUILD   |   23 ---
 community-x86_64/PKGBUILD |   23 ---
 3 files changed, 44 insertions(+), 46 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 14:27:37 UTC (rev 242549)
+++ community-i686/PKGBUILD 2017-07-06 14:28:29 UTC (rev 242550)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.1.6
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('347cc7e4b41f534cb609fb74a71a99ba9147f1f2')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-i686/PKGBUILD (from rev 242549, 
ruby-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 14:28:29 UTC (rev 242550)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.1.6
+pkgrel=2
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('347cc7e4b41f534cb609fb74a71a99ba9147f1f2')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-06 14:27:37 UTC (rev 242549)
+++ community-x86_64/PKGBUILD   2017-07-06 14:28:29 UTC (rev 242550)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.1.6
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo ruby-glib2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('347cc7e4b41f534cb609fb74a71a99ba9147f1f2')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 242549, 
ruby-pango/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-06 14:28:29 UTC (rev 242550)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.1.6
+pkgrel=2
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo ruby-cairo-gobject=$pkgver 
ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('347cc7e4b41f534cb609fb74a71a99ba9147f1f2')
+
+package() {
+  local _gemdir="$(ruby 

[arch-commits] Commit in ruby-cairo-gobject/repos (4 files)

2017-07-06 Thread Anatol Pomozov
Date: Thursday, July 6, 2017 @ 14:01:02
  Author: anatolik
Revision: 242548

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

Added:
  ruby-cairo-gobject/repos/community-i686/
  ruby-cairo-gobject/repos/community-i686/PKGBUILD
(from rev 242547, ruby-cairo-gobject/trunk/PKGBUILD)
  ruby-cairo-gobject/repos/community-x86_64/
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 242547, ruby-cairo-gobject/trunk/PKGBUILD)

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

Copied: ruby-cairo-gobject/repos/community-i686/PKGBUILD (from rev 242547, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 14:01:02 UTC (rev 242548)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.1.6
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('9ea1d07563d424c1a2cfe93ce7a99abff66ede6f')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 242547, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-06 14:01:02 UTC (rev 242548)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.1.6
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('9ea1d07563d424c1a2cfe93ce7a99abff66ede6f')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


[arch-commits] Commit in systemd/repos (28 files)

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 13:32:36
  Author: eworm
Revision: 299759

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

Added:
  systemd/repos/testing-i686/
  systemd/repos/testing-i686/PKGBUILD
(from rev 299758, systemd/trunk/PKGBUILD)
  systemd/repos/testing-i686/arch.conf
(from rev 299758, systemd/trunk/arch.conf)
  systemd/repos/testing-i686/initcpio-hook-udev
(from rev 299758, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-i686/initcpio-install-systemd
(from rev 299758, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-i686/initcpio-install-udev
(from rev 299758, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-i686/loader.conf
(from rev 299758, systemd/trunk/loader.conf)
  systemd/repos/testing-i686/splash-arch.bmp
(from rev 299758, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-i686/systemd-hwdb.hook
(from rev 299758, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-i686/systemd-sysusers.hook
(from rev 299758, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-i686/systemd-tmpfiles.hook
(from rev 299758, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-i686/systemd-update.hook
(from rev 299758, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-i686/systemd-user.pam
(from rev 299758, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-i686/systemd.install
(from rev 299758, systemd/trunk/systemd.install)
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 299758, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 299758, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 299758, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 299758, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 299758, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 299758, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 299758, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 299758, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 299758, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 299758, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 299758, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 299758, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 299758, systemd/trunk/systemd.install)

-+
 testing-i686/PKGBUILD   |  283 ++
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 ++
 testing-i686/initcpio-install-systemd   |  197 
 testing-i686/initcpio-install-udev  |   29 +++
 testing-i686/loader.conf|1 
 testing-i686/systemd-hwdb.hook  |   11 +
 testing-i686/systemd-sysusers.hook  |   11 +
 testing-i686/systemd-tmpfiles.hook  |   11 +
 testing-i686/systemd-update.hook|   11 +
 testing-i686/systemd-user.pam   |5 
 testing-i686/systemd.install|   99 ++
 testing-x86_64/PKGBUILD |  283 ++
 testing-x86_64/arch.conf|7 
 testing-x86_64/initcpio-hook-udev   |   22 ++
 testing-x86_64/initcpio-install-systemd |  197 
 testing-x86_64/initcpio-install-udev|   29 +++
 testing-x86_64/loader.conf  |1 
 testing-x86_64/systemd-hwdb.hook|   11 +
 testing-x86_64/systemd-sysusers.hook|   11 +
 testing-x86_64/systemd-tmpfiles.hook|   11 +
 testing-x86_64/systemd-update.hook  |   11 +
 testing-x86_64/systemd-user.pam |5 
 testing-x86_64/systemd.install  |   99 ++
 24 files changed, 1374 insertions(+)

Copied: systemd/repos/testing-i686/PKGBUILD (from rev 299758, 
systemd/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-07-06 13:32:36 UTC (rev 299759)
@@ -0,0 +1,283 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgbase=systemd
+pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
+# latest commit on stable branch
+_commit='27c7bc970d9e7ffe060688a8dd77b7747503a564'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() function.

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

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 13:32:24
  Author: eworm
Revision: 299758

upgpkg: systemd 233.75-3

* fix man pages
* include changes from SVN

Modified:
  systemd/trunk/PKGBUILD
  systemd/trunk/systemd.install

-+
 PKGBUILD|4 ++--
 systemd.install |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 11:27:57 UTC (rev 299757)
+++ PKGBUILD2017-07-06 13:32:24 UTC (rev 299758)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=233.75
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -195,7 +195,7 @@
   # don't write units to /etc by default. some of these will be re-enabled on
   # post_install.
   rm -r "$pkgdir/etc/systemd/system/"*.wants
-  rm -r "$pkgdir/etc/systemd/"*.service
+  rm -r "$pkgdir/etc/systemd/system/"*.service
 
   # add back tmpfiles.d/legacy.conf
   install -m644 "$pkgbase-stable/tmpfiles.d/legacy.conf" 
"$pkgdir/usr/lib/tmpfiles.d"

Modified: systemd.install
===
--- systemd.install 2017-07-06 11:27:57 UTC (rev 299757)
+++ systemd.install 2017-07-06 13:32:24 UTC (rev 299758)
@@ -49,7 +49,7 @@
   # upstream installs services to /etc, which we remove
   # to keep bus activation we re-enable systemd-resolved
   if systemctl is-enabled -q systemd-resolved.service; then
-systemctl reenable -q systemd-resolved.service
+systemctl reenable systemd-resolved.service 2>/dev/null
   fi
 }
 


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

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 13:06:50
  Author: eworm
Revision: 242546

upgpkg: wireguard 0.0.20170629-2

fix build with linux 4.11.9

Added:
  wireguard/trunk/0001-compat-priv_destructor-got-backported.patch
Modified:
  wireguard/trunk/PKGBUILD

--+
 0001-compat-priv_destructor-got-backported.patch |   53 +
 PKGBUILD |   10 ++-
 2 files changed, 60 insertions(+), 3 deletions(-)

Added: 0001-compat-priv_destructor-got-backported.patch
===
--- 0001-compat-priv_destructor-got-backported.patch
(rev 0)
+++ 0001-compat-priv_destructor-got-backported.patch2017-07-06 13:06:50 UTC 
(rev 242546)
@@ -0,0 +1,53 @@
+From a421219ea718761ed235b501da6e322fc2a05ee0 Mon Sep 17 00:00:00 2001
+From: "Jason A. Donenfeld" 
+Date: Thu, 6 Jul 2017 13:26:18 +0200
+Subject: [PATCH 1/1] compat: priv_destructor got backported
+---
+ src/device.c | 12 +++-
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+diff --git a/src/device.c b/src/device.c
+index c299d19..fb5f148 100644
+--- a/src/device.c
 b/src/device.c
+@@ -240,7 +240,7 @@ static void destruct(struct net_device *dev)
+   put_net(wg->creating_net);
+ 
+   pr_debug("%s: Interface deleted\n", dev->name);
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+   free_netdev(dev);
+ #endif
+ }
+@@ -251,7 +251,7 @@ static void setup(struct net_device *dev)
+   enum { WG_NETDEV_FEATURES = NETIF_F_HW_CSUM | NETIF_F_RXCSUM | 
NETIF_F_SG | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | NETIF_F_HIGHDMA };
+ 
+   dev->netdev_ops = _ops;
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+   dev->destructor = destruct;
+ #else
+   dev->priv_destructor = destruct;
+@@ -337,17 +337,19 @@ static int newlink(struct net *src_net, struct 
net_device *dev, struct nlattr *t
+   if (ret < 0)
+   goto error_8;
+ 
++  list_add(>device_list, _list);
++
+   ret = register_netdevice(dev);
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+   if (ret < 0)
+   goto error_9;
+ #endif
+-  list_add(>device_list, _list);
+   pr_debug("%s: Interface created\n", dev->name);
+   return ret;
+ 
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+ error_9:
++  list_del(>device_list);
+   ratelimiter_uninit();
+ #endif
+ error_8:

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 11:46:30 UTC (rev 242545)
+++ PKGBUILD2017-07-06 13:06:50 UTC (rev 242546)
@@ -5,18 +5,22 @@
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
 pkgver=0.0.20170629
-pkgrel=1
+pkgrel=2
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64' 'i686')
 url='http://www.wireguard.io/'
 license=('GPL')
 makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('51c44624f20eaff96780845214f85491c0c7330598633cd180bb2a6547e5d2b2')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;
+'0001-compat-priv_destructor-got-backported.patch')
+sha256sums=('51c44624f20eaff96780845214f85491c0c7330598633cd180bb2a6547e5d2b2'
+'b6d177aa7ad7f0168b2fb70edf4dd0912d3b9ef13f6c7f88eb13e296a57ec549')
 
 prepare() {
cd WireGuard-${pkgver}/
 
+   patch -Np1 < 
"${srcdir}"/0001-compat-priv_destructor-got-backported.patch
+
find contrib/examples/ -name '.gitignore' -delete
 }
 


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

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 13:06:55
  Author: eworm
Revision: 242547

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

Added:
  
wireguard/repos/community-i686/0001-compat-priv_destructor-got-backported.patch
(from rev 242546, 
wireguard/trunk/0001-compat-priv_destructor-got-backported.patch)
  wireguard/repos/community-i686/PKGBUILD
(from rev 242546, wireguard/trunk/PKGBUILD)
  
wireguard/repos/community-x86_64/0001-compat-priv_destructor-got-backported.patch
(from rev 242546, 
wireguard/trunk/0001-compat-priv_destructor-got-backported.patch)
  wireguard/repos/community-x86_64/PKGBUILD
(from rev 242546, wireguard/trunk/PKGBUILD)
Deleted:
  wireguard/repos/community-i686/PKGBUILD
  wireguard/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  120 
++
 community-i686/0001-compat-priv_destructor-got-backported.patch   |   53 
 community-i686/PKGBUILD   |   56 
 community-x86_64/0001-compat-priv_destructor-got-backported.patch |   53 
 community-x86_64/PKGBUILD |   56 
 5 files changed, 226 insertions(+), 112 deletions(-)

Copied: 
wireguard/repos/community-i686/0001-compat-priv_destructor-got-backported.patch 
(from rev 242546, 
wireguard/trunk/0001-compat-priv_destructor-got-backported.patch)
===
--- community-i686/0001-compat-priv_destructor-got-backported.patch 
(rev 0)
+++ community-i686/0001-compat-priv_destructor-got-backported.patch 
2017-07-06 13:06:55 UTC (rev 242547)
@@ -0,0 +1,53 @@
+From a421219ea718761ed235b501da6e322fc2a05ee0 Mon Sep 17 00:00:00 2001
+From: "Jason A. Donenfeld" 
+Date: Thu, 6 Jul 2017 13:26:18 +0200
+Subject: [PATCH 1/1] compat: priv_destructor got backported
+---
+ src/device.c | 12 +++-
+ 1 file changed, 7 insertions(+), 5 deletions(-)
+
+diff --git a/src/device.c b/src/device.c
+index c299d19..fb5f148 100644
+--- a/src/device.c
 b/src/device.c
+@@ -240,7 +240,7 @@ static void destruct(struct net_device *dev)
+   put_net(wg->creating_net);
+ 
+   pr_debug("%s: Interface deleted\n", dev->name);
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+   free_netdev(dev);
+ #endif
+ }
+@@ -251,7 +251,7 @@ static void setup(struct net_device *dev)
+   enum { WG_NETDEV_FEATURES = NETIF_F_HW_CSUM | NETIF_F_RXCSUM | 
NETIF_F_SG | NETIF_F_GSO | NETIF_F_GSO_SOFTWARE | NETIF_F_HIGHDMA };
+ 
+   dev->netdev_ops = _ops;
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+   dev->destructor = destruct;
+ #else
+   dev->priv_destructor = destruct;
+@@ -337,17 +337,19 @@ static int newlink(struct net *src_net, struct 
net_device *dev, struct nlattr *t
+   if (ret < 0)
+   goto error_8;
+ 
++  list_add(>device_list, _list);
++
+   ret = register_netdevice(dev);
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+   if (ret < 0)
+   goto error_9;
+ #endif
+-  list_add(>device_list, _list);
+   pr_debug("%s: Interface created\n", dev->name);
+   return ret;
+ 
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 12, 0)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 11, 9)
+ error_9:
++  list_del(>device_list);
+   ratelimiter_uninit();
+ #endif
+ error_8:

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 13:06:50 UTC (rev 242546)
+++ community-i686/PKGBUILD 2017-07-06 13:06:55 UTC (rev 242547)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20170629
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64' 'i686')
-url='http://www.wireguard.io/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz;)
-sha256sums=('51c44624f20eaff96780845214f85491c0c7330598633cd180bb2a6547e5d2b2')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl' 'WIREGUARD-MODULE')
-
-   

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

2017-07-06 Thread Sergej Pupykin
Date: Thursday, July 6, 2017 @ 11:46:30
  Author: spupykin
Revision: 242545

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

Added:
  libreoffice-online/repos/community-i686/PKGBUILD
(from rev 242544, libreoffice-online/trunk/PKGBUILD)
  libreoffice-online/repos/community-i686/build-fix.patch
(from rev 242544, libreoffice-online/trunk/build-fix.patch)
  libreoffice-online/repos/community-i686/libreoffice-online.install
(from rev 242544, libreoffice-online/trunk/libreoffice-online.install)
  libreoffice-online/repos/community-i686/loolwsd.service
(from rev 242544, libreoffice-online/trunk/loolwsd.service)
  libreoffice-online/repos/community-x86_64/PKGBUILD
(from rev 242544, libreoffice-online/trunk/PKGBUILD)
  libreoffice-online/repos/community-x86_64/build-fix.patch
(from rev 242544, libreoffice-online/trunk/build-fix.patch)
  libreoffice-online/repos/community-x86_64/libreoffice-online.install
(from rev 242544, libreoffice-online/trunk/libreoffice-online.install)
  libreoffice-online/repos/community-x86_64/loolwsd.service
(from rev 242544, libreoffice-online/trunk/loolwsd.service)
Deleted:
  libreoffice-online/repos/community-i686/PKGBUILD
  libreoffice-online/repos/community-i686/build-fix.patch
  libreoffice-online/repos/community-i686/libreoffice-online.install
  libreoffice-online/repos/community-i686/loolwsd.service
  libreoffice-online/repos/community-x86_64/PKGBUILD
  libreoffice-online/repos/community-x86_64/build-fix.patch
  libreoffice-online/repos/community-x86_64/libreoffice-online.install
  libreoffice-online/repos/community-x86_64/loolwsd.service

-+
 /PKGBUILD   |  112 +++
 /build-fix.patch|  916 ++
 /libreoffice-online.install |   42 +
 /loolwsd.service|   26 
 community-i686/PKGBUILD |   56 -
 community-i686/build-fix.patch  |  458 -
 community-i686/libreoffice-online.install   |   22 
 community-i686/loolwsd.service  |   12 
 community-x86_64/PKGBUILD   |   56 -
 community-x86_64/build-fix.patch|  458 -
 community-x86_64/libreoffice-online.install |   22 
 community-x86_64/loolwsd.service|   12 
 12 files changed, 1096 insertions(+), 1096 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 11:46:03 UTC (rev 242544)
+++ community-i686/PKGBUILD 2017-07-06 11:46:30 UTC (rev 242545)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=libreoffice-online
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="HTML5-based/cloud-based version of the office suite"
-arch=('x86_64' 'i686')
-url="https://cgit.freedesktop.org/libreoffice/online/;
-license=("MPL")
-makedepends=("cppunit" "poco" "libreoffice-fresh-sdk" "jake" "npm" "chrpath" 
"python-polib")
-depends=("libpng12" "poco" "pcre" "cpio" "libreoffice" "openssl-1.0")
-backup=("etc/loolwsd/loolwsd.xml")
-install="libreoffice-online.install"
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LibreOffice/online/archive/${pkgver}.tar.gz;
-   "loolwsd.service"
-   "build-fix.patch")
-sha512sums=('fbb939631e9938800389e09842cf0bf079c0c2907f93ba13cc2e1c2dc4950f36a7206f2145c9f905c916820fed4fcd02b1b72765f0d299df804b67d82e3d045f'
-
'71fd3aec864b1f084dafc602a7fadc91fed146b57dba8cacc7bc277a42f197616a6a43c07d13e2e74a604166cd691a81f5c7de447ddecb680919e3f6b451adb6'
-
'c39fbba5d5f46e201b7db8dceb4af305e4210894aca7c2d7282af13ad1878f57065bbc7329ac69c52de10a7d5661f2697ea2156d9f275045a03737dc240ccbba')
-
-prepare() {
-  cd "${srcdir}/online-${pkgver}"
-  patch -p1 <"$srcdir"/build-fix.patch
-}
-
-build() {
-  cd "${srcdir}/online-${pkgver}"
-  ./autogen.sh
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  CPPFLAGS="-I/usr/include/openssl-1.0" \
-  CFLAGS="-I/usr/include/openssl-1.0" \
-  LDFLAGS="-L/usr/lib/openssl-1.0" \
-  ./configure --enable-silent-rules \
-   --with-lokit-path=/usr/include/libreoffice \
-   --with-lo-path=/usr/lib/libreoffice \
-   --prefix=/usr \
-   --sysconfdir=/etc
-  BUILDING_FROM_RPMBUILD=yes make
-}
-
-package() {
-  cd "${srcdir}/online-${pkgver}"
-  BUILDING_FROM_RPMBUILD=yes make DESTDIR=${pkgdir} install
-  install -Dm644 "${srcdir}/loolwsd.service" 
"${pkgdir}/usr/lib/systemd/system/loolwsd.service"
-  mkdir -p "${pkgdir}/var/lib/lool"
-  mkdir -p "${pkgdir}/var/cache/loolwsd"
-  mkdir -p "${pkgdir}/var/lib/lool/child-roots"
-  chmod u+w "${pkgdir}/var/lib/lool/child-roots"
-  sed -i 's|/usr/var/cache/loolwsd|/var/cache/loolwsd|g' 
${pkgdir}/etc/loolwsd/loolwsd.xml
-  mkdir -p 

[arch-commits] Commit in libreoffice-online/trunk (4 files)

2017-07-06 Thread Sergej Pupykin
Date: Thursday, July 6, 2017 @ 11:46:03
  Author: spupykin
Revision: 242544

upgpkg: libreoffice-online 2.1.1-2: remove git master files

Modified:
  libreoffice-online/trunk/PKGBUILD
  libreoffice-online/trunk/build-fix.patch
  libreoffice-online/trunk/libreoffice-online.install
  libreoffice-online/trunk/loolwsd.service

+
 PKGBUILD   |8 
 build-fix.patch|   30 +++---
 libreoffice-online.install |   10 +-
 loolwsd.service|1 +
 4 files changed, 25 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 11:26:07 UTC (rev 242543)
+++ PKGBUILD2017-07-06 11:46:03 UTC (rev 242544)
@@ -5,7 +5,7 @@
 
 pkgname=libreoffice-online
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTML5-based/cloud-based version of the office suite"
 arch=('x86_64' 'i686')
 url="https://cgit.freedesktop.org/libreoffice/online/;
@@ -18,8 +18,8 @@
"loolwsd.service"
"build-fix.patch")
 
sha512sums=('fbb939631e9938800389e09842cf0bf079c0c2907f93ba13cc2e1c2dc4950f36a7206f2145c9f905c916820fed4fcd02b1b72765f0d299df804b67d82e3d045f'
-
'71fd3aec864b1f084dafc602a7fadc91fed146b57dba8cacc7bc277a42f197616a6a43c07d13e2e74a604166cd691a81f5c7de447ddecb680919e3f6b451adb6'
-
'c39fbba5d5f46e201b7db8dceb4af305e4210894aca7c2d7282af13ad1878f57065bbc7329ac69c52de10a7d5661f2697ea2156d9f275045a03737dc240ccbba')
+
'4a809d8420f42eef99a831b32c94d9ce336b5aa5ccac3c44b99346b94e9d7a6ae8b4e06760057f20e844837c3ab2175146bef63ba99e1a50d016a890704cc2c9'
+
'049036898f59f1a7f18c6f186042b7ecee84b010256c813c633e0854b206b1b94343972cc8a374990eb22919a223429de4db712f70a89851f266e6500b67c2b1')
 
 prepare() {
   cd "${srcdir}/online-${pkgver}"
@@ -30,7 +30,7 @@
   cd "${srcdir}/online-${pkgver}"
   ./autogen.sh
   export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  CPPFLAGS="-I/usr/include/openssl-1.0" \
+  CPPFLAGS="-I/usr/include/openssl-1.0 -Wno-implicit-fallthrough 
-Wno-format-truncation" \
   CFLAGS="-I/usr/include/openssl-1.0" \
   LDFLAGS="-L/usr/lib/openssl-1.0" \
   ./configure --enable-silent-rules \

Modified: build-fix.patch
===
--- build-fix.patch 2017-07-06 11:26:07 UTC (rev 242543)
+++ build-fix.patch 2017-07-06 11:46:03 UTC (rev 242544)
@@ -1,6 +1,6 @@
 diff -wbBur online-2.1.1/common/Protocol.cpp online-2.1.1.q/common/Protocol.cpp
 --- online-2.1.1/common/Protocol.cpp   2017-05-18 22:03:26.0 +0300
-+++ online-2.1.1.q/common/Protocol.cpp 2017-05-29 17:57:28.305871286 +0300
 online-2.1.1.q/common/Protocol.cpp 2017-07-06 13:44:08.216542616 +0300
 @@ -17,7 +17,7 @@
  #include 
  
@@ -12,7 +12,7 @@
  
 diff -wbBur online-2.1.1/common/Protocol.hpp online-2.1.1.q/common/Protocol.hpp
 --- online-2.1.1/common/Protocol.hpp   2017-05-18 22:03:26.0 +0300
-+++ online-2.1.1.q/common/Protocol.hpp 2017-05-29 17:57:28.305871286 +0300
 online-2.1.1.q/common/Protocol.hpp 2017-07-06 13:57:16.563171891 +0300
 @@ -22,7 +22,7 @@
  #include 
  
@@ -27,13 +27,13 @@
  inline std::string getAbbreviatedMessage(const std::string& message)
  {
 -const auto pos = getDelimiterPosition(message.data(), 
std::min(message.size(), 500UL), '\n');
-+const auto pos = getDelimiterPosition(message.data(), 
std::min(message.size(), (unsigned int)500UL), '\n');
++const auto pos = getDelimiterPosition(message.data(), 
std::min((unsigned int)message.size(), (unsigned int)500UL), '\n');
  
  // If first line is less than the length (minus newline), add 
ellipsis.
  if (pos < static_cast(message.size()) - 1)
 diff -wbBur online-2.1.1/common/Seccomp.cpp online-2.1.1.q/common/Seccomp.cpp
 --- online-2.1.1/common/Seccomp.cpp2017-05-18 22:03:26.0 +0300
-+++ online-2.1.1.q/common/Seccomp.cpp  2017-05-29 19:29:09.912474712 +0300
 online-2.1.1.q/common/Seccomp.cpp  2017-07-06 13:44:08.216542616 +0300
 @@ -36,6 +36,12 @@
  #if defined(__x86_64__)
  #  define AUDIT_ARCH_NR AUDIT_ARCH_X86_64
@@ -66,7 +66,7 @@
  KILL_SYSCALL(uselib),
 diff -wbBur online-2.1.1/common/Util.hpp online-2.1.1.q/common/Util.hpp
 --- online-2.1.1/common/Util.hpp   2017-05-18 22:03:26.0 +0300
-+++ online-2.1.1.q/common/Util.hpp 2017-05-29 17:57:28.305871286 +0300
 online-2.1.1.q/common/Util.hpp 2017-07-06 13:44:08.216542616 +0300
 @@ -25,7 +25,7 @@
  #include 
  
@@ -78,7 +78,7 @@
  {
 diff -wbBur online-2.1.1/kit/ChildSession.cpp 
online-2.1.1.q/kit/ChildSession.cpp
 --- online-2.1.1/kit/ChildSession.cpp  2017-05-18 22:03:26.0 +0300
-+++ online-2.1.1.q/kit/ChildSession.cpp2017-05-29 17:57:28.305871286 
+0300
 online-2.1.1.q/kit/ChildSession.cpp2017-07-06 13:44:08.216542616 
+0300
 @@ -19,6 +19,8 @@
  #include 
  #include 
@@ -90,7 +90,7 @@
  #include 

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

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 11:27:57
  Author: eworm
Revision: 299757

handle dots in pkgver, reenable systemd-resolved on upgrade

Modified:
  systemd/trunk/systemd.install

-+
 systemd.install |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: systemd.install
===
--- systemd.install 2017-07-06 11:14:15 UTC (rev 299756)
+++ systemd.install 2017-07-06 11:27:57 UTC (rev 299757)
@@ -45,6 +45,14 @@
   fi
 }
 
+_233_75_3_changes() {
+  # upstream installs services to /etc, which we remove
+  # to keep bus activation we re-enable systemd-resolved
+  if systemctl is-enabled -q systemd-resolved.service; then
+systemctl reenable -q systemd-resolved.service
+  fi
+}
+
 post_install() {
   systemd-machine-id-setup
 
@@ -78,11 +86,12 @@
 219-4
 230-1
 232-8
+233.75-3
   )
 
   for v in "${upgrades[@]}"; do
 if [[ $(vercmp "$v" "$2") -eq 1 ]]; then
-  "_${v//-/_}_changes"
+  "_${v//[.-]/_}_changes"
 fi
   done
 }


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

2017-07-06 Thread Felix Yan
Date: Thursday, July 6, 2017 @ 11:26:07
  Author: felixonmars
Revision: 242543

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

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 242542, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 242542, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 11:25:24 UTC (rev 242542)
+++ community-i686/PKGBUILD 2017-07-06 11:26:07 UTC (rev 242543)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.19
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('8b905b2289977d88f47802d25453e331292743bb8963cc5e54bed17e892403a50bf8f8402190a303c24b0dc759b5940fa981bb27482931fd868627b48e11daa5')
-
-build() {
-  cd deepin-mutter-$pkgver
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 242542, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-06 11:26:07 UTC (rev 242543)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.20
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('e7dc5ab6b57b35b5c97a4ee2bfe7b504e14f408c8c6b9633fa6b7314ef7eae8d8a6330ffe55cf57375b41a45b7ccbb4c73ba1fc2277e9a862837bf8abc11')
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-06 11:25:24 UTC (rev 242542)
+++ community-x86_64/PKGBUILD   2017-07-06 11:26:07 UTC (rev 242543)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.19
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 

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

2017-07-06 Thread Felix Yan
Date: Thursday, July 6, 2017 @ 11:25:24
  Author: felixonmars
Revision: 242542

upgpkg: deepin-mutter 3.20.20-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 10:06:55 UTC (rev 242541)
+++ PKGBUILD2017-07-06 11:25:24 UTC (rev 242542)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.19
+pkgver=3.20.20
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('8b905b2289977d88f47802d25453e331292743bb8963cc5e54bed17e892403a50bf8f8402190a303c24b0dc759b5940fa981bb27482931fd868627b48e11daa5')
+sha512sums=('e7dc5ab6b57b35b5c97a4ee2bfe7b504e14f408c8c6b9633fa6b7314ef7eae8d8a6330ffe55cf57375b41a45b7ccbb4c73ba1fc2277e9a862837bf8abc11')
 
 build() {
   cd deepin-mutter-$pkgver


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

2017-07-06 Thread Christian Hesse
Date: Thursday, July 6, 2017 @ 11:14:15
  Author: eworm
Revision: 299756

do not write units to /etc by default

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 07:21:08 UTC (rev 299755)
+++ PKGBUILD2017-07-06 11:14:15 UTC (rev 299756)
@@ -195,6 +195,7 @@
   # don't write units to /etc by default. some of these will be re-enabled on
   # post_install.
   rm -r "$pkgdir/etc/systemd/system/"*.wants
+  rm -r "$pkgdir/etc/systemd/"*.service
 
   # add back tmpfiles.d/legacy.conf
   install -m644 "$pkgbase-stable/tmpfiles.d/legacy.conf" 
"$pkgdir/usr/lib/tmpfiles.d"


[arch-commits] Commit in lib32-systemd/repos/multilib-x86_64 (6 files)

2017-07-06 Thread Laurent Carlier
Date: Thursday, July 6, 2017 @ 10:06:55
  Author: lcarlier
Revision: 242541

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-systemd/repos/multilib-x86_64/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
(from rev 242540, 
lib32-systemd/trunk/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch)
  
lib32-systemd/repos/multilib-x86_64/0001-disable-RestrictAddressFamilies-on-i686.patch
(from rev 242540, 
lib32-systemd/trunk/0001-disable-RestrictAddressFamilies-on-i686.patch)
  lib32-systemd/repos/multilib-x86_64/PKGBUILD
(from rev 242540, lib32-systemd/trunk/PKGBUILD)
Deleted:
  
lib32-systemd/repos/multilib-x86_64/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
  
lib32-systemd/repos/multilib-x86_64/0001-disable-RestrictAddressFamilies-on-i686.patch
  lib32-systemd/repos/multilib-x86_64/PKGBUILD

-+
 0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch |  124 ++--
 0001-disable-RestrictAddressFamilies-on-i686.patch  |   60 +-
 PKGBUILD|  295 
+-
 3 files changed, 256 insertions(+), 223 deletions(-)

Deleted: 0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
===
--- 0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch 
2017-07-06 10:06:49 UTC (rev 242540)
+++ 0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch 
2017-07-06 10:06:55 UTC (rev 242541)
@@ -1,62 +0,0 @@
-From 481712d9ee88395042f0640f272c1f87142bc0a8 Mon Sep 17 00:00:00 2001
-From: Dave Reisner 
-Date: Wed, 9 Nov 2016 11:14:03 -0500
-Subject: [PATCH] Revert "nspawn: try to bind mount resolved's resolv.conf
- snippet into the container"
-
-This reverts commit 3539724c26a1b2b00c4eb3c004b635a4b8647de6.

- src/nspawn/nspawn.c | 27 ---
- 1 file changed, 8 insertions(+), 19 deletions(-)
-
-diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
-index c8b18bc..93df7c6 100644
 a/src/nspawn/nspawn.c
-+++ b/src/nspawn/nspawn.c
-@@ -1309,35 +1309,24 @@ static int setup_resolv_conf(const char *dest) {
- /* Fix resolv.conf, if possible */
- where = prefix_roota(dest, "/etc/resolv.conf");
- 
--if (access("/usr/lib/systemd/resolv.conf", F_OK) >= 0) {
--/* resolved is enabled on the host. In this, case bind mount 
its static resolv.conf file into the
-- * container, so that the container can use the host's 
resolver. Given that network namespacing is
-- * disabled it's only natural of the container also uses the 
host's resolver. It also has the big
-- * advantage that the container will be able to follow the 
host's DNS server configuration changes
-- * transparently. */
--
--r = mount_verbose(LOG_WARNING, 
"/usr/lib/systemd/resolv.conf", where, NULL, MS_BIND, NULL);
--if (r >= 0)
--return mount_verbose(LOG_ERR, NULL, where, NULL,
-- 
MS_BIND|MS_REMOUNT|MS_RDONLY|MS_NOSUID|MS_NODEV, NULL);
--}
--
--/* If that didn't work, let's copy the file */
- r = copy_file("/etc/resolv.conf", where, O_TRUNC|O_NOFOLLOW, 0644, 0);
- if (r < 0) {
--/* If the file already exists as symlink, let's suppress the 
warning, under the assumption that
-- * resolved or something similar runs inside and the symlink 
points there.
-+/* If the file already exists as symlink, let's
-+ * suppress the warning, under the assumption that
-+ * resolved or something similar runs inside and the
-+ * symlink points there.
-  *
-- * If the disk image is read-only, there's also no point in 
complaining.
-+ * If the disk image is read-only, there's also no
-+ * point in complaining.
-  */
- log_full_errno(IN_SET(r, -ELOOP, -EROFS) ? LOG_DEBUG : 
LOG_WARNING, r,
--   "Failed to copy /etc/resolv.conf to %s, 
ignoring: %m", where);
-+   "Failed to copy /etc/resolv.conf to %s: %m", 
where);
- return 0;
- }
- 
- r = userns_lchown(where, 0, 0);
- if (r < 0)
--log_warning_errno(r, "Failed to chown /etc/resolv.conf, 
ignoring: %m");
-+log_warning_errno(r, "Failed to chown /etc/resolv.conf: %m");
- 
- return 0;
- }
--- 
-2.10.2
-

Copied: 
lib32-systemd/repos/multilib-x86_64/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch
 (from rev 242540, 
lib32-systemd/trunk/0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch)

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

2017-07-06 Thread Laurent Carlier
Date: Thursday, July 6, 2017 @ 10:06:49
  Author: lcarlier
Revision: 242540

upgpkg: lib32-systemd 233.75-2

Sync with core

Modified:
  lib32-systemd/trunk/PKGBUILD

--+
 PKGBUILD |   95 +
 1 file changed, 64 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-06 10:01:16 UTC (rev 242539)
+++ PKGBUILD2017-07-06 10:06:49 UTC (rev 242540)
@@ -1,11 +1,13 @@
-# $Id$
-# Maintainer: Dave Reisner 
-# Maintainer: Tom Gundersen 
+# $Id$ Maintainer: Dave Reisner  Maintainer: Tom 
Gundersen 
 
 pkgname=lib32-systemd
 _pkgbasename=systemd
-pkgver=232
-pkgrel=1
+# latest commit on stable branch
+_commit='27c7bc970d9e7ffe060688a8dd77b7747503a564'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() function.
+pkgver=233.75
+pkgrel=2
 pkgdesc="system and service manager (32-bit)"
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd;
@@ -12,27 +14,36 @@
 license=('GPL2' 'LGPL2.1')
 depends=('lib32-libgcrypt' 'lib32-xz' 'lib32-libcap' 'lib32-gcc-libs' 
'systemd')
 makedepends=('lib32-gcc-libs' 'gcc-multilib' 'lib32-libidn' 'lib32-glib2' 
'intltool' 'gperf'
- 'lib32-curl' 'lib32-bzip2' 'git')
+ 'lib32-curl' 'lib32-bzip2' 'lib32-acl' 'git')
 options=('strip')
-source=("git://github.com/systemd/systemd.git#tag=v$pkgver"
-'0001-disable-RestrictAddressFamilies-on-i686.patch'
-'0001-Revert-nspawn-try-to-bind-mount-resolved-s-resolv.co.patch')
+source=("git://github.com/systemd/systemd-stable.git#commit=${_commit}"
+'git://github.com/systemd/systemd.git') # pull in for tags
 md5sums=('SKIP'
- '9536d399938a48fbf38c24e322f4f078'
- '2f324d6ddd4fd78b73d453044292b9b1')
+ 'SKIP')
 validpgpkeys=(
   '63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering
 )
 
 _backports=(
-  '843d5baf6aad6c53fc00ea8d95d83209a4f92de1'  # core: don't use the unified 
hierarchy for the systemd cgroup yet (#4628)
-  'abd67ce74858491565cde157c7b08fda43d3279c'  # basic/virt: fix userns check 
on CONFIG_USER_NS=n kernel (#4651)
-  '4318abe8d26e969ebdb97744a63ab900233a0185'  # build-sys: do not install 
ctrl-alt-del.target symlink twice
-  'd112eae7da77899be245ab52aa1747d4675549f1'  # device: Avoid calling 
unit_free(NULL) in device setup logic (#4748)
+  # build-sys: make RPM macros installation path configurable
+  'ff2e33db54719bfe8feea833571652318c6d197c'
+  # resolved: do not start LLMNR or mDNS stack when no network enables them
+  
'2c7ef56459bf6fe7761595585aa4eed5cd183f27^..2c7ef56459bf6fe7761595585aa4eed5cd183f27^2'
+  # networkd: RFC compliant autonomous prefix handling (#5636)
+  '6554550f35a7976f9110aff94743d3576d5f02dd'
+  # core: do not print color console message about gc-ed jobs
+  '047d7219fde661698d3487fc49e9878c61eefd77'
 )
 
+_reverts=(
+  # core: store the invocation ID in the per-service keyring
+  'b3415f5daef49642be3d5f417b8880c078420ff7'
+  # core: run each system service with a fresh session keyring
+  '74dd6b515fa968c5710b396a7664cac335e25ca8'
+)
+
 _validate_tag() {
-  local success fingerprint trusted status tag=v$pkgver
+  local success fingerprint trusted status tag=v${pkgver%.*}
 
   parse_gpg_statusfile /dev/stdin < <(git verify-tag --raw "$tag" 2>&1)
 
@@ -58,24 +69,43 @@
   return 0
 }
 
+pkgver() {
+  local version count
+
+  cd "$_pkgbasename-stable"
+
+  version="$(git describe --abbrev=0 --tags)"
+  count="$(git rev-list --count ${version}..)"
+  printf '%s.%s' "${version#v}" "${count}"
+}
+
 prepare() {
-  cd systemd
+  cd "$_pkgbasename-stable"
+  
+  git remote add upstream ../systemd/
+  git fetch --all
 
   _validate_tag || return
 
-  if (( ${#_backports[*]} > 0 )); then
-git cherry-pick -n "${_backports[@]}"
-  fi
+  local _commit
+  for _commit in "${_backports[@]}"; do
+git cherry-pick -n "$_commit"
+  done
+  for _commit in "${_reverts[@]}"; do
+git revert -n "$_commit"
+  done
 
-  # these patches aren't upstream, but they make v232 more useable.
+  # nss-resolve: drop the internal fallback to libnss_dns
+  git show '5486a31d287f26bcd7c0a4eb2abfa4c074b985f1' -- \
+'Makefile.am' 'src/nss-resolve/nss-resolve.c' | git apply --index
+  
+  # Resolved packet size (#6214) (FS#54619, CVE-2017-9445)
+  git show '751ca3f1de316ca79b60001334dbdf54077e1d01' \
+'db848813bae4d28c524b3b6a7dad135e426659ce' \
+'88795538726a5bbfd9efc13d441cb05e1d7fc139' \
+'64a21fdaca7c93f1c30b21f6fdbd2261798b161a' \
+-- . ':!src/resolve/meson.build'  | git apply --index
 
-  # https://github.com/systemd/systemd/issues/4575
-  patch -Np1 <../0001-disable-RestrictAddressFamilies-on-i686.patch
-
-  # https://github.com/systemd/systemd/issues/4595
-  # https://github.com/systemd/systemd/issues/3826
-  patch -Np1 

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

2017-07-06 Thread Sergej Pupykin
Date: Thursday, July 6, 2017 @ 10:01:16
  Author: spupykin
Revision: 242539

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

Added:
  libvirt/repos/community-i686/PKGBUILD
(from rev 242538, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-i686/libvirt.install
(from rev 242538, libvirt/trunk/libvirt.install)
  libvirt/repos/community-i686/libvirt.tmpfiles.d
(from rev 242538, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-i686/libvirtd-guests.conf.d
(from rev 242538, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-i686/libvirtd.conf.d
(from rev 242538, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-x86_64/PKGBUILD
(from rev 242538, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-x86_64/libvirt.install
(from rev 242538, libvirt/trunk/libvirt.install)
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
(from rev 242538, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
(from rev 242538, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-x86_64/libvirtd.conf.d
(from rev 242538, libvirt/trunk/libvirtd.conf.d)
Deleted:
  libvirt/repos/community-i686/PKGBUILD
  libvirt/repos/community-i686/libvirt.install
  libvirt/repos/community-i686/libvirt.tmpfiles.d
  libvirt/repos/community-i686/libvirtd-guests.conf.d
  libvirt/repos/community-i686/libvirtd.conf.d
  libvirt/repos/community-x86_64/PKGBUILD
  libvirt/repos/community-x86_64/libvirt.install
  libvirt/repos/community-x86_64/libvirt.tmpfiles.d
  libvirt/repos/community-x86_64/libvirtd-guests.conf.d
  libvirt/repos/community-x86_64/libvirtd.conf.d

-+
 /PKGBUILD   |  266 ++
 /libvirt.install|   20 ++
 /libvirt.tmpfiles.d |8 
 /libvirtd-guests.conf.d |   18 ++
 /libvirtd.conf.d|2 
 community-i686/PKGBUILD |  133 ---
 community-i686/libvirt.install  |   10 -
 community-i686/libvirt.tmpfiles.d   |4 
 community-i686/libvirtd-guests.conf.d   |9 -
 community-i686/libvirtd.conf.d  |1 
 community-x86_64/PKGBUILD   |  133 ---
 community-x86_64/libvirt.install|   10 -
 community-x86_64/libvirt.tmpfiles.d |4 
 community-x86_64/libvirtd-guests.conf.d |9 -
 community-x86_64/libvirtd.conf.d|1 
 15 files changed, 314 insertions(+), 314 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-06 10:00:48 UTC (rev 242538)
+++ community-i686/PKGBUILD 2017-07-06 10:01:16 UTC (rev 242539)
@@ -1,133 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jonathan Wiersma 
-
-pkgname=libvirt
-pkgver=3.4.0
-pkgrel=1
-pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
-arch=('i686' 'x86_64')
-url="http://libvirt.org/;
-license=('LGPL')
-depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
-'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 
'libpcap' 'libcap-ng'
-'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
-'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 
'netcf')
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc'
-'libiscsi' 'open-iscsi'
-'perl-xml-xpath' 'libxslt' 'qemu')
-optdepends=('ebtables: required for default NAT networking'
-   'dnsmasq: required for default NAT/DHCP for guests'
-   'bridge-utils: for bridged networking'
-   'openbsd-netcat: for remote management over ssh'
-   'qemu'
-   'radvd'
-   'dmidecode')
-options=('emptydirs')
-backup=('etc/conf.d/libvirt-guests'
-   'etc/conf.d/libvirtd'
-   'etc/libvirt/libvirt.conf'
-   'etc/libvirt/virtlogd.conf'
-   'etc/libvirt/libvirtd.conf'
-   'etc/libvirt/lxc.conf'
-   'etc/libvirt/nwfilter/allow-arp.xml'
-   'etc/libvirt/nwfilter/allow-dhcp-server.xml'
-   'etc/libvirt/nwfilter/allow-dhcp.xml'
-   'etc/libvirt/nwfilter/allow-incoming-ipv4.xml'
-   'etc/libvirt/nwfilter/allow-ipv4.xml'
-   'etc/libvirt/nwfilter/clean-traffic.xml'
-   'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-arp-spoofing.xml'
-   'etc/libvirt/nwfilter/no-ip-multicast.xml'
-   'etc/libvirt/nwfilter/no-ip-spoofing.xml'
-   'etc/libvirt/nwfilter/no-mac-broadcast.xml'
-   'etc/libvirt/nwfilter/no-mac-spoofing.xml'
-   'etc/libvirt/nwfilter/no-other-l2-traffic.xml'
-   'etc/libvirt/nwfilter/no-other-rarp-traffic.xml'
-   'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml'
-   

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

2017-07-06 Thread Sergej Pupykin
Date: Thursday, July 6, 2017 @ 10:00:41
  Author: spupykin
Revision: 242537

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 242536, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-06 10:00:31 UTC (rev 242536)
+++ PKGBUILD2017-07-06 10:00:41 UTC (rev 242537)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Eschwartz 
-
-pkgname=firefox-noscript
-pkgver=5.0.5
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="http://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('bf1dee39f6e5936df2b03b794c1efc9236b440536a05fafcff667e33903e6aed')
-
-prepare() {
-  cd "${srcdir}"
-  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
-}
-
-package() {
-  cd "${srcdir}"
-
-  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R noscript-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 242536, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-06 10:00:41 UTC (rev 242537)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Eschwartz 
+
+pkgname=firefox-noscript
+pkgver=5.0.6
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-${pkgver}.xpi)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('34e0d63342e0ab6c463cd7ccd720bce29bc2b299e365cfa95413c3a861fb9b7e')
+
+prepare() {
+  cd "${srcdir}"
+  unzip -qqo "noscript-${pkgver}.xpi" -d "noscript-${pkgver}"
+}
+
+package() {
+  cd "${srcdir}"
+
+  _extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
noscript-${pkgver}/install.rdf)"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  if grep 'true' noscript-${pkgver}/install.rdf > 
/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R noscript-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


  1   2   >