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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:42:08
  Author: fyan
Revision: 177358

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

Added:
  git-annex/repos/community-staging-i686/PKGBUILD
(from rev 177357, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 177357, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-staging-i686/PKGBUILD
  git-annex/repos/community-staging-i686/ghc8.patch
  git-annex/repos/community-staging-x86_64/PKGBUILD
  git-annex/repos/community-staging-x86_64/ghc8.patch

-+
 /PKGBUILD   |  110 ++
 community-staging-i686/PKGBUILD |   63 ---
 community-staging-i686/ghc8.patch   |   33 --
 community-staging-x86_64/PKGBUILD   |   63 ---
 community-staging-x86_64/ghc8.patch |   33 --
 5 files changed, 110 insertions(+), 192 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-05-28 03:41:40 UTC (rev 177357)
+++ community-staging-i686/PKGBUILD 2016-05-28 03:42:08 UTC (rev 177358)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20160511
-pkgrel=4
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/";
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
- "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
- "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
- "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
- "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
- "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
- "haskell-hinotify" "haskell-hslogger" "haskell-http-client" 
"haskell-http-conduit"
- "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-magic"
- "haskell-missingh" "haskell-monad-control" "haskell-monad-logger"
- "haskell-mountpoints" "haskell-mtl" "haskell-network" 
"haskell-network-info"
- "haskell-network-multicast" "haskell-network-protocol-xmpp" 
"haskell-network-uri"
- "haskell-old-locale" "haskell-optparse-applicative" 
"haskell-path-pieces"
- "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
- "haskell-quickcheck" "haskell-random" "haskell-regex-tdfa" 
"haskell-resourcet"
- "haskell-safesemaphore" "haskell-sandi" "haskell-securemem" 
"haskell-shakespeare"
- "haskell-stm" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
- "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
- "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
- "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
- "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-ghc8.patch)
-sha256sums=('85fc8853166fe57d91dc2776d5df4acb5911a91815f8aa12881928a1afe8ba01'
-'311282f6df5f10488ed0bd0e093757f6fd4c1b8d31c937ddceaa8c4303183542')
-
-prepare() {
-sed -i 's/base (>= 4.5 && < 4.9),/base (>= 4.5 \&\& < 4.10),/' 
${pkgname}-${pkgver}/${pkgname}.cabal
-cd $pkgname-$pkgver
-patch -p1 -i ../ghc8.patch
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
--fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
-runhaskell Setup build
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-runhaskell Setup copy --destdir="${pkgdir}"
-
-install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
-
-rm "$pkgdir/usr/share/doc/git-annex/COPYRIGHT"
-rmdir "$pkgdir/usr/share/doc/git-annex" "$pkgdir/usr/share/doc"
-}

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 177357, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 

[arch-commits] Commit in git-annex/trunk (PKGBUILD ghc8.patch)

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:41:40
  Author: fyan
Revision: 177357

upgpkg: git-annex 6.20160527-1

Modified:
  git-annex/trunk/PKGBUILD
Deleted:
  git-annex/trunk/ghc8.patch

+
 PKGBUILD   |   28 ++--
 ghc8.patch |   33 -
 2 files changed, 10 insertions(+), 51 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 03:06:44 UTC (rev 177356)
+++ PKGBUILD2016-05-28 03:41:40 UTC (rev 177357)
@@ -3,17 +3,17 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20160511
-pkgrel=4
+pkgver=6.20160527
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")
 arch=('i686' 'x86_64')
 depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
- "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
- "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws"
+ "haskell-blaze-builder" "haskell-bloomfilter" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-clientsession" 
"haskell-concurrent-output"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-api" 
"haskell-cryptonite"
  "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-disk-free-space"
  "haskell-dlist" "haskell-dns" "haskell-edit-distance" 
"haskell-esqueleto"
  "haskell-exceptions" "haskell-fdo-notify" "haskell-feed" 
"haskell-gnutls"
@@ -31,19 +31,11 @@
  "haskell-utf8-string" "haskell-uuid" "haskell-wai" 
"haskell-wai-extra" "haskell-warp"
  "haskell-warp-tls" "haskell-xml-types" "haskell-yesod" 
"haskell-yesod-core"
  "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
-ghc8.patch)
-sha256sums=('85fc8853166fe57d91dc2776d5df4acb5911a91815f8aa12881928a1afe8ba01'
-'311282f6df5f10488ed0bd0e093757f6fd4c1b8d31c937ddceaa8c4303183542')
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver";)
+sha256sums=('SKIP')
 
-prepare() {
-sed -i 's/base (>= 4.5 && < 4.9),/base (>= 4.5 \&\& < 4.10),/' 
${pkgname}-${pkgver}/${pkgname}.cabal
-cd $pkgname-$pkgver
-patch -p1 -i ../ghc8.patch
-}
-
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${pkgname}"
 
 runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
 -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
@@ -53,7 +45,7 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd "${srcdir}/${pkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"
 
 install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"

Deleted: ghc8.patch
===
--- ghc8.patch  2016-05-28 03:06:44 UTC (rev 177356)
+++ ghc8.patch  2016-05-28 03:41:40 UTC (rev 177357)
@@ -1,33 +0,0 @@
-From fe944a96d3e2b8c755970bd28641925617f19613 Mon Sep 17 00:00:00 2001
-From: ilovezfs 
-Date: Mon, 23 May 2016 00:53:07 -0700
-Subject: [PATCH] git-annex: GHC compatibility
-

- Remote/Bup.hs | 13 +++--
- 1 file changed, 7 insertions(+), 6 deletions(-)
-
-diff --git a/Remote/Bup.hs b/Remote/Bup.hs
-index ac3cc09..a481504 100644
 a/Remote/Bup.hs
-+++ b/Remote/Bup.hs
-@@ -133,12 +133,13 @@ store r buprepo = byteStorer $ \k b p -> do
-   showOutput -- make way for bup output
-   let cmd = proc "bup" (toCommand params)
-   quiet <- commandProgressDisabled
--  let runner = if quiet
--  then feedWithQuietOutput
--  else withHandle StdinHandle
--  liftIO $ runner createProcessSuccess cmd $ \h -> do
--  meteredWrite p h b
--  return True
-+  if quiet
-+  then liftIO $ feedWithQuietOutput createProcessSuccess cmd $ \h 
-> do
-+  meteredWrite p h b
-+  return True
-+  else liftIO $ withHandle StdinHandle createProcessSuccess cmd $ 
\h -> do
-+  meteredWrite p h b
-+  return True
- 
- retrieve :: BupRepo -> Retriever
- retrieve buprepo = byteRetriever $ \k sink -> do


[arch-commits] Commit in perl-net-dns/repos/extra-any (PKGBUILD PKGBUILD)

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:38:35
  Author: fyan
Revision: 268707

archrelease: copy trunk to extra-any

Added:
  perl-net-dns/repos/extra-any/PKGBUILD
(from rev 268706, perl-net-dns/trunk/PKGBUILD)
Deleted:
  perl-net-dns/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-28 03:38:19 UTC (rev 268706)
+++ PKGBUILD2016-05-28 03:38:35 UTC (rev 268707)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-net-dns
-pkgver=1.05
-pkgrel=1
-pkgdesc="Perl Module: Interface to the DNS resolver"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Net-DNS/";
-depends=('perl-digest-hmac' 'perl-net-ip')
-checkdepends=('perl-test-pod' 'perl-mime-base32' 'perl-net-dns-sec')
-optdepends=('perl-io-socket-inet6: IPv6 support'
-'perl-socket6: IPv6 support')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('e6425e65b7ec88d0f7f749f40ff5b8f9325c34fb')
-
-build() {
-  cd Net-DNS-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Net-DNS-${pkgver}
-  make test
-}
-
-package() {
-  cd Net-DNS-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-net-dns/repos/extra-any/PKGBUILD (from rev 268706, 
perl-net-dns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-28 03:38:35 UTC (rev 268707)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-net-dns
+pkgver=1.06
+pkgrel=1
+pkgdesc="Perl Module: Interface to the DNS resolver"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Net-DNS/";
+depends=('perl-digest-hmac' 'perl-net-ip')
+checkdepends=('perl-test-pod' 'perl-mime-base32' 'perl-net-dns-sec')
+optdepends=('perl-io-socket-inet6: IPv6 support'
+'perl-socket6: IPv6 support')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
+sha1sums=('1bd2a07cc0cc2b2414f38208a17f9742a0252418')
+
+build() {
+  cd Net-DNS-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Net-DNS-${pkgver}
+  make test
+}
+
+package() {
+  cd Net-DNS-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:38:19
  Author: fyan
Revision: 268706

upgpkg: perl-net-dns 1.06-1

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 21:02:03 UTC (rev 268705)
+++ PKGBUILD2016-05-28 03:38:19 UTC (rev 268706)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-net-dns
-pkgver=1.05
+pkgver=1.06
 pkgrel=1
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('any')
@@ -14,7 +14,7 @@
 'perl-socket6: IPv6 support')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('e6425e65b7ec88d0f7f749f40ff5b8f9325c34fb')
+sha1sums=('1bd2a07cc0cc2b2414f38208a17f9742a0252418')
 
 build() {
   cd Net-DNS-${pkgver}


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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:06:44
  Author: fyan
Revision: 177356

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

Added:
  python-shapely/repos/community-i686/PKGBUILD
(from rev 177355, python-shapely/trunk/PKGBUILD)
  python-shapely/repos/community-x86_64/PKGBUILD
(from rev 177355, python-shapely/trunk/PKGBUILD)
Deleted:
  python-shapely/repos/community-i686/PKGBUILD
  python-shapely/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 03:06:04 UTC (rev 177355)
+++ community-i686/PKGBUILD 2016-05-28 03:06:44 UTC (rev 177356)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Verelst 
-# Contributor: richli
-
-pkgbase=python-shapely
-pkgname=(python-shapely python2-shapely)
-pkgver=1.5.16
-pkgrel=1
-pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/Shapely";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.io/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz";)
-md5sums=('920d9a35618f836934bd410d2014f1be')
-
-prepare() {
-  cp -a Shapely-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: make the hack less dirty...
-
-  cd "$srcdir"/Shapely-$pkgver
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-  mv shapely.bak shapely
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-  mv shapely.bak shapely
-}
-
-package_python-shapely() {
-  depends=('geos' 'python')
-  optdepends=('python-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Temporary workaround for file conflict, also the path was not following FHS
-  # https://github.com/Toblerity/Shapely/issues/287
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
- 
-package_python2-shapely() {
-  depends=('geos' 'python2')
-  optdepends=('python2-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-shapely/repos/community-i686/PKGBUILD (from rev 177355, 
python-shapely/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 03:06:44 UTC (rev 177356)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Verelst 
+# Contributor: richli
+
+pkgbase=python-shapely
+pkgname=(python-shapely python2-shapely)
+pkgver=1.5.16
+pkgrel=1
+pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/Shapely";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz";)
+md5sums=('920d9a35618f836934bd410d2014f1be')
+
+prepare() {
+  cp -a Shapely-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: make the hack less dirty...
+
+  cd "$srcdir"/Shapely-$pkgver
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+  mv shapely.bak shapely
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+  mv shapely.bak shapely
+}
+
+package_python-shapely() {
+  depends=('geos' 'python')
+  optdepends=('python-numpy: for shapely.vectorized submodule')
+
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Temporary workaround for file conflict, also the path was not following FHS
+  # ht

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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:06:04
  Author: fyan
Revision: 177355

archrelease: copy trunk to community-any

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

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

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

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


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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:05:35
  Author: fyan
Revision: 177354

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

Added:
  python-shapely/repos/community-i686/PKGBUILD
(from rev 177353, python-shapely/trunk/PKGBUILD)
  python-shapely/repos/community-x86_64/PKGBUILD
(from rev 177353, python-shapely/trunk/PKGBUILD)
Deleted:
  python-shapely/repos/community-i686/PKGBUILD
  python-shapely/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 03:05:08 UTC (rev 177353)
+++ community-i686/PKGBUILD 2016-05-28 03:05:35 UTC (rev 177354)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: David Verelst 
-# Contributor: richli
-
-pkgbase=python-shapely
-pkgname=(python-shapely python2-shapely)
-pkgver=1.5.15
-pkgrel=1
-pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
-arch=('i686' 'x86_64')
-url="https://pypi.python.org/pypi/Shapely";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz";)
-md5sums=('c2e06fb89cdbd959b89ae69794ede3c0')
-
-prepare() {
-  cp -a Shapely-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # TODO: make the hack less dirty...
-
-  cd "$srcdir"/Shapely-$pkgver
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
-  mv shapely.bak shapely
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  mv shapely shapely.bak
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
-  mv shapely.bak shapely
-}
-
-package_python-shapely() {
-  depends=('geos' 'python')
-  optdepends=('python-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Temporary workaround for file conflict, also the path was not following FHS
-  # https://github.com/Toblerity/Shapely/issues/287
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
- 
-package_python2-shapely() {
-  depends=('geos' 'python2')
-  optdepends=('python2-numpy: for shapely.vectorized submodule')
-
-  cd "$srcdir"/Shapely-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/{shapely,lib/$pkgname}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-shapely/repos/community-i686/PKGBUILD (from rev 177353, 
python-shapely/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 03:05:35 UTC (rev 177354)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: David Verelst 
+# Contributor: richli
+
+pkgbase=python-shapely
+pkgname=(python-shapely python2-shapely)
+pkgver=1.5.16
+pkgrel=1
+pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
+arch=('i686' 'x86_64')
+url="https://pypi.python.org/pypi/Shapely";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz";)
+md5sums=('920d9a35618f836934bd410d2014f1be')
+
+prepare() {
+  cp -a Shapely-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  # TODO: make the hack less dirty...
+
+  cd "$srcdir"/Shapely-$pkgver
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" py.test
+  mv shapely.bak shapely
+
+  cd "$srcdir"/Shapely-$pkgver-py2
+  mv shapely shapely.bak
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" py.test2
+  mv shapely.bak shapely
+}
+
+package_python-shapely() {
+  depends=('geos' 'python')
+  optdepends=('python-numpy: for shapely.vectorized submodule')
+
+  cd "$srcdir"/Shapely-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  # Temporary workaround for file conflict, also the path was not following FHS

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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:05:08
  Author: fyan
Revision: 177353

upgpkg: python-shapely 1.5.16-1

Modified:
  python-shapely/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 03:05:03 UTC (rev 177352)
+++ PKGBUILD2016-05-28 03:05:08 UTC (rev 177353)
@@ -5,7 +5,7 @@
 
 pkgbase=python-shapely
 pkgname=(python-shapely python2-shapely)
-pkgver=1.5.15
+pkgver=1.5.16
 pkgrel=1
 pkgdesc="Manipulation and analysis of geometric objects in the Cartesian plane"
 arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-packaging' 
'python2-packaging' 'geos' 'python-numpy' 'python2-numpy' 'cython' 'cython2')
 checkdepends=('python-pytest' 'python2-pytest')
-source=("https://pypi.python.org/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz";)
-md5sums=('c2e06fb89cdbd959b89ae69794ede3c0')
+source=("https://pypi.io/packages/source/S/Shapely/Shapely-${pkgver}.tar.gz";)
+md5sums=('920d9a35618f836934bd410d2014f1be')
 
 prepare() {
   cp -a Shapely-$pkgver{,-py2}


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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:05:03
  Author: fyan
Revision: 177352

archrelease: copy trunk to community-any

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

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

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

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


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

2016-05-27 Thread Felix Yan
Date: Saturday, May 28, 2016 @ 05:04:46
  Author: fyan
Revision: 177351

upgpkg: eslint 2.11.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 01:24:16 UTC (rev 177350)
+++ PKGBUILD2016-05-28 03:04:46 UTC (rev 177351)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.10.2
+pkgver=2.11.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('4fb56bd288a941639f36e14d92195e84')
+md5sums=('3ec252fdad3ec7cc5a37a2f8157ab3a2')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 03:24:16
  Author: faidoc
Revision: 177350

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-28 01:22:44 UTC (rev 177349)
+++ community-i686/PKGBUILD 2016-05-28 01:24:16 UTC (rev 177350)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo";
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha256sums=('25da69bfb2a5864e643095c85b875bbfb97520a899671a77aeae0c812444366c')
-
-prepare() {
-  cd linuxmint-nemo-*
-
-  # Python2 fix
-  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
-
-  # Rename 'Files' app name to avoid having the same as nautilus
-  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
-}
-
-build() {
-  cd linuxmint-nemo-*
-
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --libexecdir=/usr/lib/nemo \
-  --disable-update-mimedb \
-  --disable-tracker \
-  --disable-gtk-doc-html \
-  --disable-schemas-compile
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd linuxmint-nemo-*
-
-  make DESTDIR="$pkgdir" install
-}

Copied: nemo/repos/community-i686/PKGBUILD (from rev 177349, 
nemo/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-28 01:24:16 UTC (rev 177350)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Ner0
+
+pkgname=nemo
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Cinnamon file manager (Nautilus fork)"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/nemo";
+license=('GPL')
+depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
+ 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
+sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
+
+prepare() {
+  cd linuxmint-nemo-*
+
+  # Python2 fix
+  find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+
+  # Rename 'Files' app name to avoid having the same as nautilus
+  sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in.in
+}
+
+build() {
+  cd linuxmint-nemo-*
+
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --libexecdir=/usr/lib/nemo \
+  --disable-update-mimedb \
+  --disable-tracker \
+  --disable-gtk-doc-html \
+  --disable-schemas-compile
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd linuxmint-nemo-*
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-28 01:22:44 UTC (rev 177349)
+++ community-x86_64/PKGBUILD   2016-05-28 01:24:16 UTC (rev 177350)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Ner0
-
-pkgname=nemo
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Cinnamon file manager (Nautilus fork)"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/nemo";
-license=('GPL')
-depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
- 'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https:/

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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 03:22:44
  Author: faidoc
Revision: 177349

upgpkg: nemo 3.0.3-1

Modified:
  nemo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 00:02:21 UTC (rev 177348)
+++ PKGBUILD2016-05-28 01:22:44 UTC (rev 177349)
@@ -11,7 +11,8 @@
 license=('GPL')
 depends=('libexif' 'gvfs' 'dconf' 'desktop-file-utils' 'exempi' 'python2'
  'cinnamon-desktop' 'libnotify' 'libxml2' 'cinnamon-translations')
-makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
+makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common'
+  'python-gobject' 'python-polib' 'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
 sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 02:02:21
  Author: faidoc
Revision: 177348

archrelease: copy trunk to community-any

Added:
  python-polib/repos/community-any/
  python-polib/repos/community-any/PKGBUILD
(from rev 177347, python-polib/trunk/PKGBUILD)

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

Copied: python-polib/repos/community-any/PKGBUILD (from rev 177347, 
python-polib/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-05-28 00:02:21 UTC (rev 177348)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgname=python-polib
+_pkgname=polib
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='A library to manipulate gettext files (Python3)'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python')
+source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 02:01:47
  Author: faidoc
Revision: 177347

upgpkg: python-polib 1.0.7-1

Modified:
  python-polib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-28 00:00:31 UTC (rev 177346)
+++ PKGBUILD2016-05-28 00:01:47 UTC (rev 177347)
@@ -5,11 +5,11 @@
 _pkgname=polib
 pkgver=1.0.7
 pkgrel=1
-pkgdesc='A library to manipulate gettext files'
+pkgdesc='A library to manipulate gettext files (Python3)'
 url='https://pypi.python.org/pypi/polib'
 arch=('any')
 license=('MIT')
-depends=('python2')
+depends=('python')
 
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
 sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
 


[arch-commits] Commit in (5 files)

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 02:00:31
  Author: faidoc
Revision: 177346

Added:
  python-polib/
  python-polib/repos/
  python-polib/trunk/
  python-polib/trunk/PKGBUILD
Modified:
  nemo/trunk/PKGBUILD

-+
 nemo/trunk/PKGBUILD |6 +++---
 python-polib/trunk/PKGBUILD |   25 +
 2 files changed, 28 insertions(+), 3 deletions(-)

Modified: nemo/trunk/PKGBUILD
===
--- nemo/trunk/PKGBUILD 2016-05-27 23:48:01 UTC (rev 177345)
+++ nemo/trunk/PKGBUILD 2016-05-28 00:00:31 UTC (rev 177346)
@@ -3,8 +3,8 @@
 # Contributor: Ner0
 
 pkgname=nemo
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.3
+pkgrel=1
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo";
@@ -14,7 +14,7 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 
'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver";)
-sha256sums=('25da69bfb2a5864e643095c85b875bbfb97520a899671a77aeae0c812444366c')
+sha256sums=('00569fe8f103e7791a3782c8d031b46d825534091255fb87f059841a2d7d6ba3')
 
 prepare() {
   cd linuxmint-nemo-*

Added: python-polib/trunk/PKGBUILD
===
--- python-polib/trunk/PKGBUILD (rev 0)
+++ python-polib/trunk/PKGBUILD 2016-05-28 00:00:31 UTC (rev 177346)
@@ -0,0 +1,25 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgname=python-polib
+_pkgname=polib
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='A library to manipulate gettext files'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python2')
+source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:48:01
  Author: faidoc
Revision: 177345

archrelease: copy trunk to community-any

Added:
  python2-polib/repos/community-any/PKGBUILD
(from rev 177344, python2-polib/trunk/PKGBUILD)
Deleted:
  python2-polib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 23:47:20 UTC (rev 177344)
+++ PKGBUILD2016-05-27 23:48:01 UTC (rev 177345)
@@ -1,25 +0,0 @@
-# $Id$
-# Contributor: Esteban V. Carnevale 
-
-pkgname=python2-polib
-_pkgname=polib
-pkgver=1.0.7
-pkgrel=1
-pkgdesc='A library to manipulate gettext files'
-url='https://pypi.python.org/pypi/polib'
-arch=('any')
-license=('MIT')
-depends=('python2')
-source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-polib/repos/community-any/PKGBUILD (from rev 177344, 
python2-polib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 23:48:01 UTC (rev 177345)
@@ -0,0 +1,32 @@
+# $Id$
+# Contributor: Esteban V. Carnevale 
+
+pkgname=(python-polib python2-polib)
+_pkgname=polib
+pkgver=1.0.7
+pkgrel=2
+pkgdesc='A library to manipulate gettext files'
+url='https://pypi.python.org/pypi/polib'
+arch=('any')
+license=('MIT')
+depends=('python' 'python2')
+source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python ./setup.py build
+}
+
+package_python-polib() {
+   depends=('python')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
+}
+
+package_python2-polib() {
+   depends=('python2')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:47:20
  Author: faidoc
Revision: 177344

upgpkg: python-polib 1.0.7-2

Modified:
  python2-polib/trunk/PKGBUILD

--+
 PKGBUILD |   25 -
 1 file changed, 16 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:44:46 UTC (rev 177343)
+++ PKGBUILD2016-05-27 23:47:20 UTC (rev 177344)
@@ -1,25 +1,32 @@
 # $Id$
 # Contributor: Esteban V. Carnevale 
 
-pkgname=python2-polib
+pkgname=(python-polib python2-polib)
 _pkgname=polib
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='A library to manipulate gettext files'
 url='https://pypi.python.org/pypi/polib'
 arch=('any')
 license=('MIT')
-depends=('python2')
+depends=('python' 'python2')
 
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
 sha256sums=('43ce60d05ffa442ba9d3c5722193aadb93c38174b9fb471c8ea7ccbf8349bbca')
 
 build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py build
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python ./setup.py build
 }
 
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+package_python-polib() {
+   depends=('python')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgbase}/LICENSE"
 }
+
+package_python2-polib() {
+   depends=('python2')
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}" --optimize=1
+}


[arch-commits] Commit in geogebra/repos/community-any (6 files)

2016-05-27 Thread Evgeniy Alekseev
Date: Saturday, May 28, 2016 @ 01:44:46
  Author: arcanis
Revision: 177343

archrelease: copy trunk to community-any

Added:
  geogebra/repos/community-any/ChangeLog
(from rev 177342, geogebra/trunk/ChangeLog)
  geogebra/repos/community-any/PKGBUILD
(from rev 177342, geogebra/trunk/PKGBUILD)
  geogebra/repos/community-any/geogebra
(from rev 177342, geogebra/trunk/geogebra)
Deleted:
  geogebra/repos/community-any/ChangeLog
  geogebra/repos/community-any/PKGBUILD
  geogebra/repos/community-any/geogebra

---+
 ChangeLog |  113 ++--
 PKGBUILD  |   84 ++--
 geogebra  |   14 +++
 3 files changed, 107 insertions(+), 104 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-05-27 23:44:35 UTC (rev 177342)
+++ ChangeLog   2016-05-27 23:44:46 UTC (rev 177343)
@@ -1,55 +0,0 @@
-5.0.231.0-1:
-upstream update, move to pacman hooks
-
-5.0.230.0-1:
-upstream update
-
-5.0.205.0-1:
-upstream update
-
-5.0.202.0-1:
-upstream update
-
-5.0.190.0-1:
-upstream update
-
-5.0.185.0-1:
-upstream update
-
-5.0.180.0-1:
-upstream update
-
-5.0.170.0-1:
-upstream update
-
-5.0.168.0-1:
-upstream update
-
-5.0.166.0-1:
-upstream update
-
-5.0.164.0-1:
-upstream update
-
-5.0.161.0-1:
-upstream update
-
-5.0.158.0-1:
-upstream update
-
-5.0.150.0-1:
-upstream update
-
-5.0.149.0-1:
-upstream update
-
-5.0.146.0-1:
-upstream update
-
-5.0.143.0-1:
-upstream update
-
-5.0.129.0-1:
-upstream update
-put icon back
-

Copied: geogebra/repos/community-any/ChangeLog (from rev 177342, 
geogebra/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-05-27 23:44:46 UTC (rev 177343)
@@ -0,0 +1,58 @@
+5.0.241.0-1:
+upstream update
+
+5.0.231.0-1:
+upstream update, move to pacman hooks
+
+5.0.230.0-1:
+upstream update
+
+5.0.205.0-1:
+upstream update
+
+5.0.202.0-1:
+upstream update
+
+5.0.190.0-1:
+upstream update
+
+5.0.185.0-1:
+upstream update
+
+5.0.180.0-1:
+upstream update
+
+5.0.170.0-1:
+upstream update
+
+5.0.168.0-1:
+upstream update
+
+5.0.166.0-1:
+upstream update
+
+5.0.164.0-1:
+upstream update
+
+5.0.161.0-1:
+upstream update
+
+5.0.158.0-1:
+upstream update
+
+5.0.150.0-1:
+upstream update
+
+5.0.149.0-1:
+upstream update
+
+5.0.146.0-1:
+upstream update
+
+5.0.143.0-1:
+upstream update
+
+5.0.129.0-1:
+upstream update
+put icon back
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 23:44:35 UTC (rev 177342)
+++ PKGBUILD2016-05-27 23:44:46 UTC (rev 177343)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Felipe Hommen 
-# Contributor: moostik 
-
-pkgname=geogebra
-pkgver=5.0.231.0
-pkgrel=1
-pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
-arch=('any')
-url='http://www.geogebra.org/'
-license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
-depends=('desktop-file-utils' 'gsl' 'hicolor-icon-theme' 'java-runtime'
- 'shared-mime-info' 'xdg-utils')
-makedepends=('gendesk')
-source=("http://download.geogebra.org/installers/5.0/GeoGebra-Linux-Portable-${pkgver}.tar.bz2";
-"http://static.geogebra.org/images/geogebra-logo.svg";
-"geogebra")
-changelog=ChangeLog
-
-prepare() {
-  gendesk -f -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" \
-  --name="GeoGebra" \
-  --categories="Education;Science;Math" \
-  
--mimetypes="application/vnd.geogebra.file;application/vnd.geogebra.tool"
-}
-
-package() {
-  cd "GeoGebra-Linux-Portable-${pkgver}"
-
-  install -Dm755 "${srcdir}/geogebra" "${pkgdir}/usr/bin/geogebra"
-  install -dm755 "${pkgdir}/usr/share/geogebra"
-  install "geogebra/"* -t "${pkgdir}/usr/share/geogebra/"
-
-  install -Dm644 "${srcdir}/geogebra.desktop" 
"${pkgdir}/usr/share/applications/geogebra.desktop"
-  install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
-}
-
-md5sums=('f26003e9fe990606c6947cb526cedd2a'
- '863782da033f1a337e688b544afb7d07'
- 'fc4a3140ceb50967598a620eb85219f4')

Copied: geogebra/repos/community-any/PKGBUILD (from rev 177342, 
geogebra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 23:44:46 UTC (rev 177343)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Felipe Hommen 
+# Contributor: moostik 
+
+pkgname=geogebra
+pkgver=5.0.241.0
+pkgrel=1
+pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
+arch=('any')
+url='http://www.geogebra.org/'
+license=('GPL3' 'CCPL:by-sa' 'CCPL:by-nc')
+depends=('desktop-file-utils' 'gsl' 'hicolor-icon-t

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

2016-05-27 Thread Evgeniy Alekseev
Date: Saturday, May 28, 2016 @ 01:44:35
  Author: arcanis
Revision: 177342

upgpkg: geogebra 5.0.241.0-1

Modified:
  geogebra/trunk/ChangeLog
  geogebra/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-05-27 23:39:04 UTC (rev 177341)
+++ ChangeLog   2016-05-27 23:44:35 UTC (rev 177342)
@@ -1,3 +1,6 @@
+5.0.241.0-1:
+upstream update
+
 5.0.231.0-1:
 upstream update, move to pacman hooks
 

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:39:04 UTC (rev 177341)
+++ PKGBUILD2016-05-27 23:44:35 UTC (rev 177342)
@@ -5,7 +5,7 @@
 # Contributor: moostik 
 
 pkgname=geogebra
-pkgver=5.0.231.0
+pkgver=5.0.241.0
 pkgrel=1
 pkgdesc="Dynamic mathematics software with interactive graphics, algebra and 
spreadsheet"
 arch=('any')
@@ -37,6 +37,6 @@
   install -Dm644 "${srcdir}/geogebra-logo.svg" 
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/geogebra.svg"
 }
 
-md5sums=('f26003e9fe990606c6947cb526cedd2a'
+md5sums=('0bb09735625c32d566c60b6d8b707bb7'
  '863782da033f1a337e688b544afb7d07'
  'fc4a3140ceb50967598a620eb85219f4')


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:39:04
  Author: faidoc
Revision: 177341

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
(from rev 177340, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 23:38:29 UTC (rev 177340)
+++ PKGBUILD2016-05-27 23:39:04 UTC (rev 177341)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
-# Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-translations
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=(any)
-url="https://github.com/linuxmint/cinnamon-translations";
-license=('GPL2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('a9eb548660308011edc127deaeb5d0e5bacede44866a4c1b00066179c742b432')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  
-  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
-  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 177340, 
cinnamon-translations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 23:39:04 UTC (rev 177341)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 98057 2013-10-05 02:33:20Z faidoc $
+# Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-translations
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=(any)
+url="https://github.com/linuxmint/cinnamon-translations";
+license=('GPL2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
+sha256sums=('cac434ecd447cff051808f53747829e2359f5535d9d5d1437dec59217b4bfe0b')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  
+  install -m 0755 -d ${pkgdir}/usr/share/locale/ 
+  cp -Rp usr/share/locale/* ${pkgdir}/usr/share/locale/
+}


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:38:29
  Author: faidoc
Revision: 177340

upgpkg: cinnamon-translations 3.0.2-1

Modified:
  cinnamon-translations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:37:27 UTC (rev 177339)
+++ PKGBUILD2016-05-27 23:38:29 UTC (rev 177340)
@@ -2,7 +2,7 @@
 # Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-translations
-pkgver=3.0.0
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=(any)
@@ -9,7 +9,7 @@
 url="https://github.com/linuxmint/cinnamon-translations";
 license=('GPL2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/cinnamon-translations/archive/${pkgver}.tar.gz";)
-sha256sums=('a9eb548660308011edc127deaeb5d0e5bacede44866a4c1b00066179c742b432')
+sha256sums=('cac434ecd447cff051808f53747829e2359f5535d9d5d1437dec59217b4bfe0b')
 
 build() {
cd ${pkgname}-${pkgver}


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

2016-05-27 Thread Evgeniy Alekseev
Date: Saturday, May 28, 2016 @ 01:37:27
  Author: arcanis
Revision: 177339

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

Added:
  pymol/repos/community-i686/ChangeLog
(from rev 177337, pymol/trunk/ChangeLog)
  pymol/repos/community-i686/PKGBUILD
(from rev 177337, pymol/trunk/PKGBUILD)
  pymol/repos/community-i686/apbstools_tcltk8.6.patch
(from rev 177337, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-i686/pymol-38899.patch
(from rev 177337, pymol/trunk/pymol-38899.patch)
  pymol/repos/community-x86_64/ChangeLog
(from rev 177338, pymol/trunk/ChangeLog)
  pymol/repos/community-x86_64/PKGBUILD
(from rev 177338, pymol/trunk/PKGBUILD)
  pymol/repos/community-x86_64/apbstools_tcltk8.6.patch
(from rev 177338, pymol/trunk/apbstools_tcltk8.6.patch)
  pymol/repos/community-x86_64/pymol-38899.patch
(from rev 177338, pymol/trunk/pymol-38899.patch)
Deleted:
  pymol/repos/community-i686/ChangeLog
  pymol/repos/community-i686/PKGBUILD
  pymol/repos/community-i686/apbstools_tcltk8.6.patch
  pymol/repos/community-i686/pymol-38899.patch
  pymol/repos/community-x86_64/ChangeLog
  pymol/repos/community-x86_64/PKGBUILD
  pymol/repos/community-x86_64/apbstools_tcltk8.6.patch
  pymol/repos/community-x86_64/pymol-38899.patch

---+
 /ChangeLog|   70 +++
 /PKGBUILD |  122 ++
 /apbstools_tcltk8.6.patch |  212 +++
 /pymol-38899.patch|  502 
 community-i686/ChangeLog  |   32 -
 community-i686/PKGBUILD   |   61 ---
 community-i686/apbstools_tcltk8.6.patch   |  106 -
 community-i686/pymol-38899.patch  |  251 --
 community-x86_64/ChangeLog|   32 -
 community-x86_64/PKGBUILD |   61 ---
 community-x86_64/apbstools_tcltk8.6.patch |  106 -
 community-x86_64/pymol-38899.patch|  251 --
 12 files changed, 906 insertions(+), 900 deletions(-)

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


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

2016-05-27 Thread Evgeniy Alekseev
Date: Saturday, May 28, 2016 @ 01:37:01
  Author: arcanis
Revision: 177337

upgpkg: pymol 1.8.2.1-1

Modified:
  pymol/trunk/ChangeLog
  pymol/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-05-27 23:36:19 UTC (rev 177336)
+++ ChangeLog   2016-05-27 23:37:01 UTC (rev 177337)
@@ -1,3 +1,6 @@
+1.8.2.1-1:
+upstream update
+
 1.8.2.0-2:
 drop install file, use pacman hooks instead
 

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:36:19 UTC (rev 177336)
+++ PKGBUILD2016-05-27 23:37:01 UTC (rev 177337)
@@ -4,8 +4,8 @@
 # Contributor: Tomasz Żok 
 
 pkgname=pymol
-pkgver=1.8.2.0
-pkgrel=2
+pkgver=1.8.2.1
+pkgrel=1
 pkgdesc="Molecular visualization system on an Open Source foundation"
 arch=('i686' 'x86_64')
 url="http://pymol.org/";
@@ -16,7 +16,7 @@
 ${pkgname}.png::"https://c.fsdn.com/allura/p/pymol/icon";
 "${pkgname}-38899.patch"
 "apbstools_tcltk8.6.patch")
-md5sums=('68dca95bc60f5979f7a0cb22839d95ae'
+md5sums=('7b6b61f8b314a9ad204f9df6212bf505'
  '0e9df23150d39cbcb8f79c38ce2a52e5'
  '1f8152c4604ba2939b24e25a022937ca'
  '138550367b74fd62a7c7bc48d339eb2d')


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:37:14
  Author: faidoc
Revision: 177338

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

Added:
  cinnamon-session/repos/community-i686/PKGBUILD
(from rev 177336, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-i686/timeout.patch
(from rev 177336, cinnamon-session/trunk/timeout.patch)
  cinnamon-session/repos/community-x86_64/PKGBUILD
(from rev 177336, cinnamon-session/trunk/PKGBUILD)
  cinnamon-session/repos/community-x86_64/timeout.patch
(from rev 177337, cinnamon-session/trunk/timeout.patch)
Deleted:
  cinnamon-session/repos/community-i686/PKGBUILD
  cinnamon-session/repos/community-i686/timeout.patch
  cinnamon-session/repos/community-x86_64/PKGBUILD
  cinnamon-session/repos/community-x86_64/timeout.patch

+
 /PKGBUILD  |   94 +++
 /timeout.patch |   48 +++
 community-i686/PKGBUILD|   41 -
 community-i686/timeout.patch   |   24 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/timeout.patch |   24 -
 6 files changed, 142 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 23:37:01 UTC (rev 177337)
+++ community-i686/PKGBUILD 2016-05-27 23:37:14 UTC (rev 177338)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-session
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="The Cinnamon Session Handler"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(dbus-glib cinnamon-desktop libsm libcanberra)
-makedepends=(intltool mesa json-glib xtrans gnome-common)
-options=('!emptydirs')
-url="https://github.com/linuxmint/cinnamon-session";
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
-timeout.patch)
-sha256sums=('0ddf1cf2555c97dd6cf2e2b1bd11abbe6e3c21f9d417268110e5860ae7e4af2e'
-'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Increase timeout, for slow machines
-  patch -Np1 -i ../timeout.patch
-
-  # Support new libsystemd (which replaces libsystemd-login)
-  sed -i 's/libsystemd-login/libsystemd/' configure.ac
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-session/repos/community-i686/PKGBUILD (from rev 177336, 
cinnamon-session/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 23:37:14 UTC (rev 177338)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-session
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="The Cinnamon Session Handler"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(dbus-glib cinnamon-desktop libsm libcanberra)
+makedepends=(intltool mesa json-glib xtrans gnome-common)
+options=('!emptydirs')
+url="https://github.com/linuxmint/cinnamon-session";
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
+timeout.patch)
+sha256sums=('d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89'
+'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Increase timeout, for slow machines
+  patch -Np1 -i ../timeout.patch
+
+  # Support new libsystemd (which replaces libsystemd-login)
+  sed -i 's/libsystemd-login/libsystemd/' configure.ac
+}
+
+build() {
+  cd $pkgname-$pkgver
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/timeout.patch
===
--- community-i686/timeout.patch2016-05-27 23:37:01 UTC (rev 177337)
+++ community-i686/timeout.patch2016-05-27 23:37:14 UTC (rev 177338)
@@ -1,24 +0,0 @@
-diff -u -r cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 
cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c
 cinnamon-session-3.4.2/cinnamon-session/csm-session-fill.c 2012-02-02 
15:33:01.0 +0100
-+++ cinnamon-session-3.4.2-timeout/cinnamon-session/csm-session-fill.c 
2012-06-10 02:39:4

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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:36:19
  Author: faidoc
Revision: 177336

upgpkg: cinnamon-session 3.0.1-1

Modified:
  cinnamon-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:32:54 UTC (rev 177335)
+++ PKGBUILD2016-05-27 23:36:19 UTC (rev 177336)
@@ -3,8 +3,8 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-session
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="The Cinnamon Session Handler"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -14,7 +14,7 @@
 url="https://github.com/linuxmint/cinnamon-session";
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-session/archive/${pkgver}.tar.gz
 timeout.patch)
-sha256sums=('0ddf1cf2555c97dd6cf2e2b1bd11abbe6e3c21f9d417268110e5860ae7e4af2e'
+sha256sums=('d8935747bc8aa70518e70a7d338eaf9109b5307d8a44d49dc57e0f15d69e9c89'
 'ef421a14814c7858490b3a806568ab4ec8a0dc21d390e94f801771c1261bb24a')
 
 prepare() {
@@ -29,9 +29,15 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/cinnamon-session \
-  --disable-schemas-compile --disable-gconf
+  
+  CFLAGS="${CFLAGS} -Wno-error=format-nonliteral" ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/cinnamon-session \
+--disable-schemas-compile \
+--disable-gconf
+
   make
 }
 


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:32:54
  Author: faidoc
Revision: 177335

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

Added:
  cinnamon-menus/repos/community-i686/PKGBUILD
(from rev 177334, cinnamon-menus/trunk/PKGBUILD)
  cinnamon-menus/repos/community-x86_64/PKGBUILD
(from rev 177334, cinnamon-menus/trunk/PKGBUILD)
Deleted:
  cinnamon-menus/repos/community-i686/PKGBUILD
  cinnamon-menus/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 23:31:52 UTC (rev 177334)
+++ community-i686/PKGBUILD 2016-05-27 23:32:54 UTC (rev 177335)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-menus
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="https://github.com/linuxmint/cinnamon-menus";
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
-sha256sums=('88894d8a5128573771085bcea58b89964755a18255edeab12d14e30cd3b24eb0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-i686/PKGBUILD (from rev 177334, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 23:32:54 UTC (rev 177335)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
+sha256sums=('ac7c339ada5a4757dbf53fc7827b277e915c14db6ab7062f2112528232af14e7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 23:31:52 UTC (rev 177334)
+++ community-x86_64/PKGBUILD   2016-05-27 23:32:54 UTC (rev 177335)
@@ -1,26 +0,0 @@
-#Maintainer: Alexandre Filgueira 
-
-pkgname=cinnamon-menus
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Cinnamon menu specifications"
-arch=('i686' 'x86_64')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
-license=('GPL' 'LGPL')
-url="https://github.com/linuxmint/cinnamon-menus";
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
-sha256sums=('88894d8a5128573771085bcea58b89964755a18255edeab12d14e30cd3b24eb0')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static \
-  --sbindir=/usr/bin
-  make
-}
-
-package(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-menus/repos/community-x86_64/PKGBUILD (from rev 177334, 
cinnamon-menus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 23:32:54 UTC (rev 177335)
@@ -0,0 +1,26 @@
+#Maintainer: Alexandre Filgueira 
+
+pkgname=cinnamon-menus
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Cinnamon menu specifications"
+arch=('i686' 'x86_64')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection' 'python2' 'gnome-common')
+license=('GPL' 'LGPL')
+url="https://github.com/linuxmint/cinnamon-menus";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
+sha256sums=('ac7c339ada5a4757dbf53fc7827b277e915c14db6ab7062f2112528232af14e7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static \
+  --sbindir=/usr/bin
+  make
+}
+
+package(){
+  cd "${srcdir}/${pkgname}-${pkgver

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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:31:52
  Author: faidoc
Revision: 177334

upgpkg: cinnamon-menus 3.0.1-1

Modified:
  cinnamon-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:30:42 UTC (rev 177333)
+++ PKGBUILD2016-05-27 23:31:52 UTC (rev 177334)
@@ -1,7 +1,7 @@
 #Maintainer: Alexandre Filgueira 
 
 pkgname=cinnamon-menus
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Cinnamon menu specifications"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL')
 url="https://github.com/linuxmint/cinnamon-menus";
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-menus/archive/${pkgver}.tar.gz";)
-sha256sums=('88894d8a5128573771085bcea58b89964755a18255edeab12d14e30cd3b24eb0')
+sha256sums=('ac7c339ada5a4757dbf53fc7827b277e915c14db6ab7062f2112528232af14e7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:30:42
  Author: faidoc
Revision: 177333

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 23:29:42 UTC (rev 177332)
+++ community-i686/PKGBUILD 2016-05-27 23:30:42 UTC (rev 177333)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
- 'startup-notification' 'zenity' 'dconf')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('922cedff63482c801c7e7971dcec552bd9559a642df142b9b4859c73a6487a3b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
---localstatedir=/var 
--disable-static --disable-schemas-compile \
- --enable-compile-warnings=minimum
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir/" install
-
-  # Remove unused stuff
-  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
-  make -C src/tools DESTDIR="$pkgdir" uninstall
-  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
-  make -C doc/man DESTDIR="$pkgdir" uninstall
-}
-
-# vim:set ts=2 sw=2 et:

Copied: muffin/repos/community-i686/PKGBUILD (from rev 177332, 
muffin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 23:30:42 UTC (rev 177333)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Alexandre Filgueira 
+# Contributor: Adam Hani Schakaki 
+# Contributor: Ner0
+
+pkgname=muffin
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="Cinnamon window manager based on Mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxmint/muffin";
+license=('GPL')
+depends=('clutter' 'gobject-introspection-runtime' 'cinnamon-desktop' 
'libcanberra' 'libsm'
+ 'startup-notification' 'zenity' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
+sha256sums=('0ce9b1eae42f42b622461c94894f81607ef5685ba538a09bb536becda503af21')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  PYTHON=python2 ./autogen.sh --prefix=/usr --sysconfdir=/etc 
--libexecdir=/usr/lib/muffin \
+--localstatedir=/var 
--disable-static --disable-schemas-compile \
+ --enable-compile-warnings=minimum
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir/" install
+
+  # Remove unused stuff
+  make -C src DESTDIR="$pkgdir" uninstall-binPROGRAMS 
uninstall-desktopfilesDATA
+  make -C src/tools DESTDIR="$pkgdir" uninstall
+  make -C src/compositor/plugins DESTDIR="$pkgdir" uninstall
+  make -C doc/man DESTDIR="$pkgdir" uninstall
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 23:29:42 UTC (rev 177332)
+++ community-x86_64/PKGBUILD   2016-05-27 23:30:42 UTC (rev 177333)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueira 
-# Contributor: Adam Hani Schakaki 
-# Contributor: Ner0
-
-pkgname=muffin
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="Cinnamon window manager based on Mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxmint/muffin";
-license=('GPL')
-depends=('clutter' 'gobject-introspection-runt

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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:29:42
  Author: faidoc
Revision: 177332

upgpkg: muffin 3.0.4-1

Modified:
  muffin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 23:27:46 UTC (rev 177331)
+++ PKGBUILD2016-05-27 23:29:42 UTC (rev 177332)
@@ -4,7 +4,7 @@
 # Contributor: Ner0
 
 pkgname=muffin
-pkgver=3.0.1
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="Cinnamon window manager based on Mutter"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('intltool' 'gnome-doc-utils' 'gnome-common' 
'gobject-introspection' 'gtk-doc') 
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz";)
-sha256sums=('922cedff63482c801c7e7971dcec552bd9559a642df142b9b4859c73a6487a3b')
+sha256sums=('0ce9b1eae42f42b622461c94894f81607ef5685ba538a09bb536becda503af21')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:27:46
  Author: faidoc
Revision: 177331

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

Added:
  cinnamon/repos/community-i686/PKGBUILD
(from rev 177330, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-i686/default-theme.patch
(from rev 177330, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
(from rev 177330, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-i686/set_wheel.patch
(from rev 177330, cinnamon/trunk/set_wheel.patch)
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 177330, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 177330, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
(from rev 177330, cinnamon/trunk/dont-hardcode-nemo.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 177330, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-i686/PKGBUILD
  cinnamon/repos/community-i686/default-theme.patch
  cinnamon/repos/community-i686/dont-hardcode-nemo.patch
  cinnamon/repos/community-i686/set_wheel.patch
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/dont-hardcode-nemo.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

---+
 /PKGBUILD |  238 
 /default-theme.patch  |   50 +
 /dont-hardcode-nemo.patch |   66 +++
 /set_wheel.patch  |  112 +
 community-i686/PKGBUILD   |  119 --
 community-i686/default-theme.patch|   25 --
 community-i686/dont-hardcode-nemo.patch   |   33 ---
 community-i686/set_wheel.patch|   56 --
 community-x86_64/PKGBUILD |  119 --
 community-x86_64/default-theme.patch  |   25 --
 community-x86_64/dont-hardcode-nemo.patch |   33 ---
 community-x86_64/set_wheel.patch  |   56 --
 12 files changed, 466 insertions(+), 466 deletions(-)

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


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

2016-05-27 Thread Alexandre Filgueira
Date: Saturday, May 28, 2016 @ 01:26:14
  Author: faidoc
Revision: 177330

upgpkg: cinnamon 3.0.4-1

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 21:27:38 UTC (rev 177329)
+++ PKGBUILD2016-05-27 23:26:14 UTC (rev 177330)
@@ -5,8 +5,8 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/Cinnamon";
@@ -26,7 +26,7 @@
 "set_wheel.patch"
 "default-theme.patch"
 "dont-hardcode-nemo.patch")
-sha256sums=('498a698962095ba742a63ad203b723743783a2f3dc48ab599fa8fcd03f33abb9'
+sha256sums=('c85a52557f16317fe5ee8879d47efd5f5f79b653d29ce750404590b16a439c61'
 '97542a424fa83c18c8c8a6d27c089129f30b6fb4cc128c662ac0da3aebf42dcc'
 '566585873f38a79ec248b916645a2e081abec3c6d4df2c34339cde1f35375cc5'
 '26a9fb9a3855759cc7d5fa9a195ae8860d5c6b3e12adc1bfe86269e047c119b4')


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

2016-05-27 Thread Christian Hesse
Date: Friday, May 27, 2016 @ 23:27:38
  Author: eworm
Revision: 177329

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

Added:
  packagekit/repos/community-testing-i686/
  packagekit/repos/community-testing-i686/PKGBUILD
(from rev 177328, packagekit/trunk/PKGBUILD)
  packagekit/repos/community-testing-x86_64/
  packagekit/repos/community-testing-x86_64/PKGBUILD
(from rev 177328, packagekit/trunk/PKGBUILD)

---+
 community-testing-i686/PKGBUILD   |   62 
 community-testing-x86_64/PKGBUILD |   62 
 2 files changed, 124 insertions(+)

Copied: packagekit/repos/community-testing-i686/PKGBUILD (from rev 177328, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-27 21:27:38 UTC (rev 177329)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.1.1
+pkgrel=3
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+   
'do-not-discard-a-resolve-call.patch::https://github.com/hughsie/PackageKit/commit/cf16c82f.patch')
+sha256sums=('483348a54c92419d713a8a153926ec6e1ab70ba64ae4afd3f0a6d63d10b1cac4'
+'SKIP'
+'9b76f7256df80366fc17e2248574b0c29f0494215c5237b597ca2abd0c0d3a24')
+
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < "${srcdir}"/do-not-discard-a-resolve-call.patch
+}
+
+build() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --libexecdir=/usr/lib/PackageKit \
+   --disable-static \
+   --disable-gtk-doc \
+   --disable-local \
+   --disable-browser-plugin \
+   --disable-gstreamer-plugin \
+   --disable-gtk-module \
+   --disable-command-not-found \
+   --disable-cron \
+   --disable-dummy \
+   --enable-alpm
+   make
+}
+
+package() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   # install directory with root owner, polkit group and
+   # correct permission
+   install -d -o root -g 102 -m 750 "${pkgdir}/usr/share/polkit-1/rules.d"
+
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: packagekit/repos/community-testing-x86_64/PKGBUILD (from rev 177328, 
packagekit/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-27 21:27:38 UTC (rev 177329)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jonathan Conder 
+
+pkgname='packagekit'
+pkgver=1.1.1
+pkgrel=3
+pkgdesc='A system designed to make installation and updates of packages easier'
+arch=('i686' 'x86_64')
+url='http://www.packagekit.org/'
+license=('GPL')
+depends=('dbus-glib' 'pacman>=5.0.0' 'polkit' 'shared-mime-info' 'sqlite')
+makedepends=('gobject-introspection' 'gtk-doc' 'intltool'
+   'networkmanager' 'bash-completion' 'vala' 'autoconf-archive')
+optdepends=('networkmanager: detect connection status'
+   'bash-completion: command completion in bash')
+backup=('var/lib/PackageKit/transactions.db'
+   'etc/PackageKit/alpm.d/pacman.conf'
+   'etc/PackageKit/alpm.d/repos.list')
+validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+   
'do-not-discard-a-resolve-call.patch::https://github.com/hughsie/PackageKit/commit/cf16c82f.patch')
+sha256sums=('483348a54c92419d713a8a153926ec6e1ab70ba64ae4afd3f0a6d63d10b1cac4'
+'SKIP'
+'9b76f7256df80366fc17e2248574b0c29f0494215c5237b597ca2abd0c0d3a24')
+
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < "${srcdir}"/do-not-discard-a-resolve-call.patch
+}
+
+build() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   ./autogen.sh --prefix=/

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

2016-05-27 Thread Christian Hesse
Date: Friday, May 27, 2016 @ 23:27:28
  Author: eworm
Revision: 177328

upgpkg: packagekit 1.1.1-3

FS#49487 - [packagekit] backport a fix for alpm backend

Modified:
  packagekit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 21:02:14 UTC (rev 177327)
+++ PKGBUILD2016-05-27 21:27:28 UTC (rev 177328)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -18,10 +18,18 @@
'etc/PackageKit/alpm.d/pacman.conf'
'etc/PackageKit/alpm.d/repos.list')
 validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
-source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc})
+source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}
+   
'do-not-discard-a-resolve-call.patch::https://github.com/hughsie/PackageKit/commit/cf16c82f.patch')
 sha256sums=('483348a54c92419d713a8a153926ec6e1ab70ba64ae4afd3f0a6d63d10b1cac4'
-'SKIP')
+'SKIP'
+'9b76f7256df80366fc17e2248574b0c29f0494215c5237b597ca2abd0c0d3a24')
 
+prepare() {
+   cd "${srcdir}/PackageKit-${pkgver}"
+
+   patch -Np1 < "${srcdir}"/do-not-discard-a-resolve-call.patch
+}
+
 build() {
cd "${srcdir}/PackageKit-${pkgver}"
 


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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 23:02:03
  Author: svenstaro
Revision: 268705

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/PKGBUILD
(from rev 268704, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 21:01:07 UTC (rev 268704)
+++ PKGBUILD2016-05-27 21:02:03 UTC (rev 268705)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=devtools
-pkgver=20160527
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
-  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
-  '86CFFCA918CF3AF47147588051E8B148AC34'
-  '8FC15A064950A99DD1BD14DD39E4B877E62EB915')
-md5sums=('140430e457f42394b6409a504d27985b'
- 'SKIP')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/extra-any/PKGBUILD (from rev 268704, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 21:02:03 UTC (rev 268705)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=devtools
+pkgver=20160527.1
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
+  '86CFFCA918CF3AF47147588051E8B148AC34'
+  '8FC15A064950A99DD1BD14DD39E4B877E62EB915')
+md5sums=('26e70a91814eadaf0f77f8cf0f1e5deb'
+ 'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}


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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 23:02:14
  Author: anatolik
Revision: 177327

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 21:01:27 UTC (rev 177326)
+++ community-i686/PKGBUILD 2016-05-27 21:02:14 UTC (rev 177327)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('697e7923c1129c06ef2a41187fcffc7622a532e6')
-
-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-gtk2/repos/community-i686/PKGBUILD (from rev 177326, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 21:02:14 UTC (rev 177327)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('f4c8ad14982dcdb41b54a520257a886a2f5bb129')
+
+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   2016-05-27 21:01:27 UTC (rev 177326)
+++ community-x86_64/PKGBUILD   2016-05-27 21:02:14 UTC (rev 177327)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('697e7923c1129c06ef2a41187fcffc7622a532e6')
-
-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-gtk2/repos/community-x86_64/PKGBUILD (from rev 177326, 
ruby-gtk2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 21:02:14 UTC (rev 177327)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('f4c8ad14982dcdb41b54a520257a886a2f5bb129')
+
+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-$p

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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 23:01:27
  Author: anatolik
Revision: 177326

upgpkg: ruby-gtk2 3.0.8-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 21:00:12 UTC (rev 177325)
+++ PKGBUILD2016-05-27 21:01:27 UTC (rev 177326)
@@ -3,8 +3,8 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
+pkgver=3.0.8
+pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('697e7923c1129c06ef2a41187fcffc7622a532e6')
+sha1sums=('f4c8ad14982dcdb41b54a520257a886a2f5bb129')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 23:01:07
  Author: svenstaro
Revision: 268704

upgpkg: devtools 20160527.1-1

New upstream release.

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 19:21:30 UTC (rev 268703)
+++ PKGBUILD2016-05-27 21:01:07 UTC (rev 268704)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=devtools
-pkgver=20160527
+pkgver=20160527.1
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -14,7 +14,7 @@
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
   '86CFFCA918CF3AF47147588051E8B148AC34'
   '8FC15A064950A99DD1BD14DD39E4B877E62EB915')
-md5sums=('140430e457f42394b6409a504d27985b'
+md5sums=('26e70a91814eadaf0f77f8cf0f1e5deb'
  'SKIP')
 
 build() {


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

2016-05-27 Thread Alexandre Filgueira
Date: Friday, May 27, 2016 @ 23:00:12
  Author: faidoc
Revision: 177325

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 177324, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/config.patch
(from rev 177324, cinnamon-desktop/trunk/config.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 177324, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/config.patch
(from rev 177324, cinnamon-desktop/trunk/config.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/config.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/config.patch

---+
 /PKGBUILD |   78 
 /config.patch |   96 
 community-i686/PKGBUILD   |   39 
 community-i686/config.patch   |   48 
 community-x86_64/PKGBUILD |   39 
 community-x86_64/config.patch |   48 
 6 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 20:59:14 UTC (rev 177324)
+++ community-i686/PKGBUILD 2016-05-27 21:00:12 UTC (rev 177325)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria 
-# Contributor:  Jan de Groot 
-
-pkgname=cinnamon-desktop
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Library with common API for various Cinnamon modules"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url="https://github.com/linuxmint/cinnamon-desktop";
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";
-"config.patch")
-sha256sums=('c5e37bdbcdccdbc53f6452b79ffd0562c657f154a860ec4940aac51e790b8f08'
-'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Adjust configuration
-  patch -Np1 -i ../config.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 177324, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 21:00:12 UTC (rev 177325)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexandre Filgueria 
+# Contributor:  Jan de Groot 
+
+pkgname=cinnamon-desktop
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="Library with common API for various Cinnamon modules"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem libpulse)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url="https://github.com/linuxmint/cinnamon-desktop";
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";
+"config.patch")
+sha256sums=('a8bbf148b9ee25f21fb2c196a54c957e35cd23b32f25919516f08e8f4dda'
+'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Adjust configuration
+  patch -Np1 -i ../config.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/config.patch
===
--- community-i686/config.patch 2016-05-27 20:59:14 UTC (rev 177324)
+++ community-i686/config.patch 2016-05-27 21:00:12 UTC (rev 177325)
@@ -1,48 +0,0 @@
-diff -Naur 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
 
cinnamon-desktop-2.8.0.orig/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
  2015-10-16 13:00:30.0 +
-+++ 
cinnamon-desktop-2.8.0/schemas/org.cinnamon.desktop.background.gschema.xml.in.in
   2015-11-20 19:04:16.543027956 +
-@@ -10,7 +10,7 @@
-   
- 
- 
--  
'file://@datadir@/themes

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

2016-05-27 Thread Alexandre Filgueira
Date: Friday, May 27, 2016 @ 22:59:14
  Author: faidoc
Revision: 177324

upgpkg: cinnamon-desktop 3.0.2-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 20:57:55 UTC (rev 177323)
+++ PKGBUILD2016-05-27 20:59:14 UTC (rev 177324)
@@ -3,8 +3,8 @@
 # Contributor:  Jan de Groot 
 
 pkgname=cinnamon-desktop
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.0.2
+pkgrel=1
 pkgdesc="Library with common API for various Cinnamon modules"
 arch=(i686 x86_64)
 license=(GPL LGPL)
@@ -13,7 +13,7 @@
 url="https://github.com/linuxmint/cinnamon-desktop";
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz";
 "config.patch")
-sha256sums=('c5e37bdbcdccdbc53f6452b79ffd0562c657f154a860ec4940aac51e790b8f08'
+sha256sums=('a8bbf148b9ee25f21fb2c196a54c957e35cd23b32f25919516f08e8f4dda'
 'e2c20c35df78aaedcd2d2e4965369bc519f51072ab88d4ac9b01be9a48cf8cfd')
 
 prepare() {


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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:57:55
  Author: anatolik
Revision: 177323

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 20:57:07 UTC (rev 177322)
+++ community-i686/PKGBUILD 2016-05-27 20:57:55 UTC (rev 177323)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-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)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('fa0a00411438e6ed0604760d703984744af76d03')
-
-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 177322, 
ruby-pango/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 20:57:55 UTC (rev 177323)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+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)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('4bc3a95744dd6e86a476f00678e033c71822ca07')
+
+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   2016-05-27 20:57:07 UTC (rev 177322)
+++ community-x86_64/PKGBUILD   2016-05-27 20:57:55 UTC (rev 177323)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-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)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('fa0a00411438e6ed0604760d703984744af76d03')
-
-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 177322, 
ruby-pango/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 20:57:55 UTC (rev 177323)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+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)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('4bc3a95744dd6e86a476f00678e033c71822ca07')
+
+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 ruby-pango/trunk (PKGBUILD)

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:57:07
  Author: anatolik
Revision: 177322

upgpkg: ruby-pango 3.0.8-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 20:55:57 UTC (rev 177321)
+++ PKGBUILD2016-05-27 20:57:07 UTC (rev 177322)
@@ -3,8 +3,8 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
+pkgver=3.0.8
+pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('fa0a00411438e6ed0604760d703984744af76d03')
+sha1sums=('4bc3a95744dd6e86a476f00678e033c71822ca07')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:55:57
  Author: anatolik
Revision: 177321

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 20:55:09 UTC (rev 177320)
+++ community-i686/PKGBUILD 2016-05-27 20:55:57 UTC (rev 177321)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=3
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver gdk-pixbuf2)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('341399cadcb4278a37c1b9771860273efc4f674f')
-
-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-gdk_pixbuf2/repos/community-i686/PKGBUILD (from rev 177320, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 20:55:57 UTC (rev 177321)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver gdk-pixbuf2)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('7fb0a49d17b12cf01881897132e5dfd140f55118')
+
+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   2016-05-27 20:55:09 UTC (rev 177320)
+++ community-x86_64/PKGBUILD   2016-05-27 20:55:57 UTC (rev 177321)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=3
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver gdk-pixbuf2)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('341399cadcb4278a37c1b9771860273efc4f674f')
-
-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-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 177320, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 20:55:57 UTC (rev 177321)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver gdk-pixbuf2)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('7fb0a49d17b12cf01881897132e5dfd140f55118')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-instal

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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:55:09
  Author: anatolik
Revision: 177320

upgpkg: ruby-gdk_pixbuf2 3.0.8-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 20:54:38 UTC (rev 177319)
+++ PKGBUILD2016-05-27 20:55:09 UTC (rev 177320)
@@ -3,8 +3,8 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=3
+pkgver=3.0.8
+pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('341399cadcb4278a37c1b9771860273efc4f674f')
+sha1sums=('7fb0a49d17b12cf01881897132e5dfd140f55118')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:54:38
  Author: anatolik
Revision: 177319

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 20:53:48 UTC (rev 177318)
+++ community-i686/PKGBUILD 2016-05-27 20:54:38 UTC (rev 177319)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('ddf32b6e1fcf7fe363d383de30f58c87d29461aa')
-
-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-atk/repos/community-i686/PKGBUILD (from rev 177318, 
ruby-atk/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 20:54:38 UTC (rev 177319)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('d9b990ffbbf513a74145144b4c36f055118c5af5')
+
+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   2016-05-27 20:53:48 UTC (rev 177318)
+++ community-x86_64/PKGBUILD   2016-05-27 20:54:38 UTC (rev 177319)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=atk
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
-pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
-arch=(i686 x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby atk ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('ddf32b6e1fcf7fe363d383de30f58c87d29461aa')
-
-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-atk/repos/community-x86_64/PKGBUILD (from rev 177318, 
ruby-atk/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 20:54:38 UTC (rev 177319)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=atk
+pkgname=ruby-$_gemname
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
+arch=(i686 x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby atk ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('d9b990ffbbf513a74145144b4c36f055118c5af5')
+
+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 ruby-atk/trunk (PKGBUILD)

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:53:48
  Author: anatolik
Revision: 177318

upgpkg: ruby-atk 3.0.8-1

Modified:
  ruby-atk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 20:49:28 UTC (rev 177317)
+++ PKGBUILD2016-05-27 20:53:48 UTC (rev 177318)
@@ -3,8 +3,8 @@
 
 _gemname=atk
 pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
+pkgver=3.0.8
+pkgrel=1
 pkgdesc='Ruby/ATK is a Ruby binding of ATK-1.0.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('ddf32b6e1fcf7fe363d383de30f58c87d29461aa')
+sha1sums=('d9b990ffbbf513a74145144b4c36f055118c5af5')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:49:28
  Author: anatolik
Revision: 177317

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

Added:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
(from rev 177316, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-i686/PKGBUILD
(from rev 177316, ruby-glib2/trunk/PKGBUILD)
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
(from rev 177316, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
  ruby-glib2/repos/community-x86_64/PKGBUILD
(from rev 177316, ruby-glib2/trunk/PKGBUILD)
Deleted:
  ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-i686/PKGBUILD
  ruby-glib2/repos/community-x86_64/0001-glib2-support-GLib-2.44.patch
  ruby-glib2/repos/community-x86_64/PKGBUILD

-+
 /0001-glib2-support-GLib-2.44.patch |   76 ++
 /PKGBUILD   |   44 ++
 community-i686/0001-glib2-support-GLib-2.44.patch   |   38 -
 community-i686/PKGBUILD |   22 -
 community-x86_64/0001-glib2-support-GLib-2.44.patch |   38 -
 community-x86_64/PKGBUILD   |   22 -
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/0001-glib2-support-GLib-2.44.patch
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   2016-05-27 20:46:31 UTC 
(rev 177316)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-05-27 20:49:28 UTC 
(rev 177317)
@@ -1,38 +0,0 @@
-From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
-From: Kouhei Sutou 
-Date: Sat, 4 Apr 2015 15:00:14 +0900
-Subject: [PATCH] glib2: support GLib 2.44
-
-gwin32.h includes an enum type that is available on Windows.
-
-GitHub: fix #361
-
-Reported by Benjamin Maisano. Thanks!!!
-
-diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
-index d88d971..1c5cd8d 100644
 a/glib2/ext/glib2/extconf.rb
-+++ b/glib2/ext/glib2/extconf.rb
-@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
- 
- enum_types_prefix = "glib-enum-types"
- include_paths = PKGConfig.cflags_only_I("glib-2.0")
-+ignore_headers = [
-+  "giochannel.h",
-+  "gmain.h",
-+  "gscanner.h",
-+]
-+unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
-+  ignore_headers << "gwin32.h"
-+end
- headers = include_paths.split.inject([]) do |result, path|
-   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
- end.reject do |file|
--  /g(iochannel|main|scanner)\.h/ =~ file
-+  ignore_headers.include?(File.basename(file))
- end
- include_paths = PKGConfig.cflags_only_I("gobject-2.0")
- headers = include_paths.split.inject(headers) do |result, path|
--- 
-2.3.5
-

Copied: ruby-glib2/repos/community-i686/0001-glib2-support-GLib-2.44.patch 
(from rev 177316, ruby-glib2/trunk/0001-glib2-support-GLib-2.44.patch)
===
--- community-i686/0001-glib2-support-GLib-2.44.patch   
(rev 0)
+++ community-i686/0001-glib2-support-GLib-2.44.patch   2016-05-27 20:49:28 UTC 
(rev 177317)
@@ -0,0 +1,38 @@
+From c5cdb741a9eb72351739e48a38946b87c292c293 Mon Sep 17 00:00:00 2001
+From: Kouhei Sutou 
+Date: Sat, 4 Apr 2015 15:00:14 +0900
+Subject: [PATCH] glib2: support GLib 2.44
+
+gwin32.h includes an enum type that is available on Windows.
+
+GitHub: fix #361
+
+Reported by Benjamin Maisano. Thanks!!!
+
+diff --git a/glib2/ext/glib2/extconf.rb b/glib2/ext/glib2/extconf.rb
+index d88d971..1c5cd8d 100644
+--- a/glib2/ext/glib2/extconf.rb
 b/glib2/ext/glib2/extconf.rb
+@@ -56,10 +56,18 @@ create_pkg_config_file("Ruby/GLib2", package_id)
+ 
+ enum_types_prefix = "glib-enum-types"
+ include_paths = PKGConfig.cflags_only_I("glib-2.0")
++ignore_headers = [
++  "giochannel.h",
++  "gmain.h",
++  "gscanner.h",
++]
++unless (/mingw|cygwin|mswin/ === RUBY_PLATFORM)
++  ignore_headers << "gwin32.h"
++end
+ headers = include_paths.split.inject([]) do |result, path|
+   result + Dir.glob(File.join(path.sub(/^-I/, ""), "glib", "*.h"))
+ end.reject do |file|
+-  /g(iochannel|main|scanner)\.h/ =~ file
++  ignore_headers.include?(File.basename(file))
+ end
+ include_paths = PKGConfig.cflags_only_I("gobject-2.0")
+ headers = include_paths.split.inject(headers) do |result, path|
+-- 
+2.3.5
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 20:46:31 UTC (rev 177316)
+++ community-i686/PKGBUILD 2016-05-27 20:49:28 UTC (rev 177317)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=glib2
-pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
-pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
-

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

2016-05-27 Thread Anatol Pomozov
Date: Friday, May 27, 2016 @ 22:46:31
  Author: anatolik
Revision: 177316

upgpkg: ruby-glib2 3.0.8-1

Modified:
  ruby-glib2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 20:37:41 UTC (rev 177315)
+++ PKGBUILD2016-05-27 20:46:31 UTC (rev 177316)
@@ -3,8 +3,8 @@
 
 _gemname=glib2
 pkgname=ruby-$_gemname
-pkgver=2.2.5
-pkgrel=2
+pkgver=3.0.8
+pkgrel=1
 pkgdesc='Ruby/GLib2 is a Ruby binding of GLib-2.x.'
 arch=(i686 x86_64)
 url='http://ruby-gnome2.sourceforge.jp/'
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('c7e2cd6eb9f99218c274b04d4b1018d7717b5602')
+sha1sums=('a57eb231b96452144f81682c9f57a410247ffad5')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in eric-i18n/repos/community-any (4 files)

2016-05-27 Thread Evgeniy Alekseev
Date: Friday, May 27, 2016 @ 22:37:41
  Author: arcanis
Revision: 177315

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 177314, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 177314, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |  153 ++--
 PKGBUILD  |  124 
 2 files changed, 140 insertions(+), 137 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-05-27 20:37:25 UTC (rev 177314)
+++ ChangeLog   2016-05-27 20:37:41 UTC (rev 177315)
@@ -1,75 +0,0 @@
-6.1.5-1:
-upstream update
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-3:
-* rename zh_CN package to zh_cn
-* fix description
-
-6.1.2-2:
-rebuild in clean chroot for .BUILDINFO
-
-6.1.2-1:
-upstream update
-
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 177314, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-05-27 20:37:41 UTC (rev 177315)
@@ -0,0 +1,78 @@
+6.1.5-2:
+fix broken Qt4 translations
+
+6.1.5-1:
+upstream update
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 20:37:25 UTC (rev 177314)
+++ PKGBUILD2016-05-27 20:37:41 UTC (rev 177315)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.5
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-url="http://eric-ide.python-projects.org/index.html";
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN  "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_locale} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('6261c0b6aab74283c813be4db9e5a178'
- 'c83b56a59fd0989038675fc47a30f126'
- '68a9ef40b997adb7903da3943d75ec4b'
- '867ddd4d6c47e9dc10a52b55c382fde3'
- 'c4317bd816d0f697a1165928add2f5cc'
- 'c56a0112d1af979f033dd5396e7e22ec'
- '92633d16a1c640cbed551b4f28fa46b4'
- 'd47cc62dff435b31cbb8685b35acc85f'
- '367330b6b4aa71bfaad3e8c0ec0de3c2'
- '05a48b9cd2d877fac36f6151cbe889e8')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 177314, 
eric-i18n/trunk/PKGBUILD)

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2016-05-27 Thread Evgeniy Alekseev
Date: Friday, May 27, 2016 @ 22:37:25
  Author: arcanis
Revision: 177314

upgpkg: eric-i18n 6.1.5-2

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-05-27 17:27:46 UTC (rev 177313)
+++ ChangeLog   2016-05-27 20:37:25 UTC (rev 177314)
@@ -1,3 +1,6 @@
+6.1.5-2:
+fix broken Qt4 translations
+
 6.1.5-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 17:27:46 UTC (rev 177313)
+++ PKGBUILD2016-05-27 20:37:25 UTC (rev 177314)
@@ -4,7 +4,7 @@
 
 pkgbase=eric-i18n
 pkgver=6.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
 depends=()
@@ -43,9 +43,9 @@
 
 _package() {
   pkgdesc="${1} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
+  depends=("eric-common${2}>=${pkgver}")
 
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
+  [ -z ${2} ] && _qtver="qt" || _qtver="qt4"
   install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
  "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }


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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 21:21:19
  Author: svenstaro
Revision: 268702

upgpkg: devtools 20160527-1

New upstream release.

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 19:14:31 UTC (rev 268701)
+++ PKGBUILD2016-05-27 19:21:19 UTC (rev 268702)
@@ -12,7 +12,8 @@
 
source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
-  '86CFFCA918CF3AF47147588051E8B148AC34')
+  '86CFFCA918CF3AF47147588051E8B148AC34'
+  '8FC15A064950A99DD1BD14DD39E4B877E62EB915')
 md5sums=('140430e457f42394b6409a504d27985b'
  'SKIP')
 


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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 21:21:30
  Author: svenstaro
Revision: 268703

archrelease: copy trunk to extra-any

Added:
  devtools/repos/extra-any/PKGBUILD
(from rev 268702, devtools/trunk/PKGBUILD)
Deleted:
  devtools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 19:21:19 UTC (rev 268702)
+++ PKGBUILD2016-05-27 19:21:30 UTC (rev 268703)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=devtools
-pkgver=20151129
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='http://projects.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
-  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
-  '86CFFCA918CF3AF47147588051E8B148AC34')
-md5sums=('86fe057b7180ce0247338e64f1a8722c'
- 'SKIP')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/extra-any/PKGBUILD (from rev 268702, 
devtools/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2016-05-27 19:21:30 UTC (rev 268703)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=devtools
+pkgver=20160527
+pkgrel=1
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='http://projects.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
+  '86CFFCA918CF3AF47147588051E8B148AC34'
+  '8FC15A064950A99DD1BD14DD39E4B877E62EB915')
+md5sums=('140430e457f42394b6409a504d27985b'
+ 'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR=${pkgdir} install
+}


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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 21:14:31
  Author: svenstaro
Revision: 268701

upgpkg: devtools 20160527-1

New upstream release.

Modified:
  devtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 19:03:46 UTC (rev 268700)
+++ PKGBUILD2016-05-27 19:14:31 UTC (rev 268701)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=devtools
-pkgver=20151129
+pkgver=20160527
 pkgrel=1
 pkgdesc='Tools for Arch Linux package maintainers'
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
   '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
   '86CFFCA918CF3AF47147588051E8B148AC34')
-md5sums=('86fe057b7180ce0247338e64f1a8722c'
+md5sums=('140430e457f42394b6409a504d27985b'
  'SKIP')
 
 build() {


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

2016-05-27 Thread Gaetan Bisson
Date: Friday, May 27, 2016 @ 21:03:46
  Author: bisson
Revision: 268700

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-27 19:03:08 UTC (rev 268699)
+++ extra-i686/PKGBUILD 2016-05-27 19:03:46 UTC (rev 268700)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.15.3
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('21a32eca92583a42e6e672faab2d4b9b827661ed' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 268699, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-27 19:03:46 UTC (rev 268700)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.15.4
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('f271fc3b7b6a75dc30661c5f64c0f8ea0300a1ce' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-27 19:03:08 UTC (rev 268699)
+++ extra-x86_64/PKGBUILD   2016-05-27 19:03:46 UTC (rev 268700)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.15.3
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('21a32eca92583a42e6e672faab2d4b9b827661ed' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 268699, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-27 19:03:46 UTC (rev 268700)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.15.4
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('f271fc3b7b6a75dc30661c5f

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

2016-05-27 Thread Gaetan Bisson
Date: Friday, May 27, 2016 @ 21:03:08
  Author: bisson
Revision: 268699

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 17:11:49 UTC (rev 268698)
+++ PKGBUILD2016-05-27 19:03:08 UTC (rev 268699)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.15.3
+pkgver=2.15.4
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('21a32eca92583a42e6e672faab2d4b9b827661ed' 'SKIP')
+sha1sums=('f271fc3b7b6a75dc30661c5f64c0f8ea0300a1ce' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 19:27:35
  Author: anthraxx
Revision: 177312

upgpkg: fish 2.3.0-1

Modified:
  fish/trunk/PKGBUILD
  fish/trunk/fish.install

--+
 PKGBUILD |8 
 fish.install |6 --
 2 files changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 17:20:07 UTC (rev 177311)
+++ PKGBUILD2016-05-27 17:27:35 UTC (rev 177312)
@@ -6,8 +6,8 @@
 # Contributor: Jan Fader 
 
 pkgname=fish
-pkgver=2.2.0
-pkgrel=5
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Smart and user friendly shell intended mostly for interactive use'
 url='http://fishshell.com/'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 makedepends=('doxygen')
 install=fish.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+sha512sums=('32a67a825dfeac75d77099461eea6da3b49018b83873880bd44732cb92c082ccdb92f745d965c52a680dd015a856226ccc43601792b2def643a36ed5affa853f')
 
 prepare() {
   cd fish-shell-${pkgver}
@@ -37,4 +37,4 @@
   make DESTDIR="${pkgdir}" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: fish.install
===
--- fish.install2016-05-27 17:20:07 UTC (rev 177311)
+++ fish.install2016-05-27 17:27:35 UTC (rev 177312)
@@ -4,12 +4,6 @@
 
 post_upgrade() {
   post_install
-
-  if [[ "$(vercmp $2 2.1.1)" -lt 0 ]]; then
-echo ":: With fish 2.1.1 release, the fishd socket has changed location 
due"
-echo "   to security concerns. To make fish pick up the changes, kill all"
-echo "   fishd processes."
-  fi
 }
 
 pre_remove() {


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 19:27:46
  Author: anthraxx
Revision: 177313

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

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

---+
 /PKGBUILD |   80 
 /fish.install |   26 +
 community-i686/PKGBUILD   |   40 
 community-i686/fish.install   |   19 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/fish.install |   19 -
 6 files changed, 106 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 17:27:35 UTC (rev 177312)
+++ community-i686/PKGBUILD 2016-05-27 17:27:46 UTC (rev 177313)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Kaiting Chen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Eric Belanger 
-# Contributor: Jan Fader 
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=5
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 177312, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 17:27:46 UTC (rev 177313)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Kaiting Chen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Eric Belanger 
+# Contributor: Jan Fader 
+
+pkgname=fish
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('32a67a825dfeac75d77099461eea6da3b49018b83873880bd44732cb92c082ccdb92f745d965c52a680dd015a856226ccc43601792b2def643a36ed5affa853f')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2016-05-27 17:27:35 UTC (rev 177312)
+++ community-i686/fish.install 2016-05-27 17:27:46 UTC (rev 177313)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ "$(vercmp $2 2.1.1)" -lt 0 ]]; then
-echo ":: With fish 2.1.1 release, the fishd socket has changed location 
due"
-echo "   to security concerns. To make fish pick up the changes, kill all"
-echo "   fishd processes."
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/fish.install (from rev 177312, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2016-05-27 17:27:46 UTC (rev 177313)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -qe '^/usr/bin/fish$' etc/shells |

[arch-commits] Commit in gitlab/repos (68 files)

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 19:20:07
  Author: svenstaro
Revision: 177311

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 177310, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 177310, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 177310, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 177310, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 177310, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 177310, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 177310, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 177310, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 177310, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 177310, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 177310, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 177310, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 177310, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 177310, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 177310, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 177310, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 177310, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 177310, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 177310, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 177310, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 177310, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 177310, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 177310, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 177310, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 177310, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 177310, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 177310, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 177310, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 177310, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 177310, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 177310, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 177310, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 177310, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 177310, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/communi

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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 19:19:43
  Author: svenstaro
Revision: 177310

upgpkg: gitlab 8.8.2-3

Explicitly use ruby-2.1 and bundle-2.1 binary names

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 17:05:31 UTC (rev 177309)
+++ PKGBUILD2016-05-27 17:19:43 UTC (rev 177310)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
@@ -157,6 +157,10 @@
   ln -fs /etc/webapps/gitlab-shell/secret 
"${pkgdir}${_datadir}/.gitlab_shell_secret"
 
   sed -i "s|require_relative '../lib|require '${_datadir}/lib|" 
config/application.rb
+
+  # Fix for ruby-2.1 and bundle-2.1
+  sed -i "s|bundle|bundle-2.1|g" 
"${pkgdir}${_datadir}/lib/tasks/gitlab/check.rake"
+  grep -rl "bin/env ruby" "${pkgdir}${_datadir}" | xargs sed -i "s|bin/env 
ruby|bin/env ruby-2.1|g"
   
   # Install config files
   for config_file in application.rb gitlab.yml unicorn.rb resque.yml; do


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

2016-05-27 Thread Lukas Fleischer
Date: Friday, May 27, 2016 @ 19:05:31
  Author: lfleischer
Revision: 177309

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

Added:
  python-llfuse/repos/community-i686/PKGBUILD
(from rev 177308, python-llfuse/trunk/PKGBUILD)
  python-llfuse/repos/community-x86_64/PKGBUILD
(from rev 177308, python-llfuse/trunk/PKGBUILD)
Deleted:
  python-llfuse/repos/community-i686/PKGBUILD
  python-llfuse/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 2016-05-27 17:05:24 UTC (rev 177308)
+++ community-i686/PKGBUILD 2016-05-27 17:05:31 UTC (rev 177309)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.0
-pkgrel=1
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/";
-license=('LGPL3')
-depends=('fuse')
-makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
-md5sums=('6e71af191381da135a222e3c0e7569a1')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py build
-}
-
-package_python-llfuse() {
-  depends+=(python python-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2 python2-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-i686/PKGBUILD (from rev 177308, 
python-llfuse/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 17:05:31 UTC (rev 177309)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgver=1.1
+pkgrel=1
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/nikratio/python-llfuse/";
+license=('LGPL3')
+depends=('fuse')
+makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
+options=(!emptydirs)
+source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
+md5sums=('a11a1bc606511fe0933c3e3d41237f0e')
+
+build() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py build
+}
+
+package_python-llfuse() {
+  depends+=(python python-setuptools)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-llfuse() {
+  depends+=(python2 python2-setuptools)
+
+  cd "${srcdir}/llfuse-${pkgver}"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 17:05:24 UTC (rev 177308)
+++ community-x86_64/PKGBUILD   2016-05-27 17:05:31 UTC (rev 177309)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Brendan MacDonell 
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.0
-pkgrel=1
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/";
-license=('LGPL3')
-depends=('fuse')
-makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
-md5sums=('6e71af191381da135a222e3c0e7569a1')
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py build
-}
-
-package_python-llfuse() {
-  depends+=(python python-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
-  depends+=(python2 python2-setuptools)
-
-  cd "${srcdir}/llfuse-${pkgver}"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 177308, 
python-llfuse/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 17:05:31 UTC (rev 177309)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Brendan MacDonell 
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgv

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

2016-05-27 Thread Lukas Fleischer
Date: Friday, May 27, 2016 @ 19:05:24
  Author: lfleischer
Revision: 177308

upgpkg: python-llfuse 1.1-1

Upstream update.

Modified:
  python-llfuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 16:58:50 UTC (rev 177307)
+++ PKGBUILD2016-05-27 17:05:24 UTC (rev 177308)
@@ -3,7 +3,7 @@
 
 pkgbase=python-llfuse
 pkgname=(python-llfuse python2-llfuse)
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc="A set of Python bindings for the low level FUSE API."
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 
'python2-setuptools')
 options=(!emptydirs)
 
source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2";)
-md5sums=('6e71af191381da135a222e3c0e7569a1')
+md5sums=('a11a1bc606511fe0933c3e3d41237f0e')
 
 build() {
   cd "${srcdir}/llfuse-${pkgver}"


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

2016-05-27 Thread Antonio Rojas
Date: Friday, May 27, 2016 @ 18:51:40
  Author: arojas
Revision: 268697

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

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

---+
 /PKGBUILD |  104 
 extra-i686/PKGBUILD   |   47 -
 extra-x86_64/PKGBUILD |   47 -
 3 files changed, 104 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-27 16:50:54 UTC (rev 268696)
+++ extra-i686/PKGBUILD 2016-05-27 16:51:40 UTC (rev 268697)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="http://kde.org/applications/education/cantor/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('analitza' 'libspectre' 'kpty' 'ktexteditor' 'knewstuff' 
'libqalculate' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
-optdepends=('maxima: Maxima backend'
-'octave: Octave backend'
-'r: R backend'
-'luajit: LUA backend'
-'python: Python 3 backend'
-   'python2: Python 2 backend'
-'sagemath: SageMath backend')
-conflicts=('kdeedu-cantor')
-replaces=('kdeedu-cantor')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";)
-sha1sums=('649f6c07b0f3bda8ee4417bb8ade0e191074e491')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
--DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: cantor/repos/extra-i686/PKGBUILD (from rev 268696, 
cantor/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-27 16:51:40 UTC (rev 268697)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=16.04.1
+pkgrel=2
+pkgdesc="KDE Frontend to Mathematical Software"
+url="http://kde.org/applications/education/cantor/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeedu')
+depends=('analitza' 'libspectre' 'kpty' 'ktexteditor' 'knewstuff' 
'libqalculate' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend')
+conflicts=('kdeedu-cantor')
+replaces=('kdeedu-cantor')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";
+
cantor-sagemath-7.2.patch::"https://quickgit.kde.org/?p=cantor.git&a=commitdiff&h=f96c147a&hp=dc11d273&o=plain";)
+sha1sums=('649f6c07b0f3bda8ee4417bb8ade0e191074e491'
+  '6f6bc35562737565b8eebba31b96e8e461967a10')
+
+prepare() {
+  mkdir -p build
+
+# Fix sagemath backend 
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cantor-sagemath-7.2.patch
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-27 16:50:54 UTC (rev 268696)
+++ extra-x86_64/PKGBUILD   2016-05-27 16:51:40 UTC (rev 268697)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=cantor
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="KDE Frontend to Mathematical Software"
-url="http://kde.org/applications/education/cantor/";
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('analitza' 'libspectre' 'kpty' 'ktexteditor' 'knewstuff' 
'libqalculate' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'python2' 'kdoctools' 'luajit' 'r')
-optdepends=('maxima: Maxima backend'
-'octave: Oc

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

2016-05-27 Thread Lukas Fleischer
Date: Friday, May 27, 2016 @ 18:58:50
  Author: lfleischer
Revision: 177307

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 177306, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 177306, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 177306, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 177306, borg/trunk/borg.coveragerc)
Deleted:
  
borg/repos/community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  
borg/repos/community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /PKGBUILD  
  |   88 ++
 /borg.coveragerc   
  |   36 
 community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
  |   28 ---
 community-i686/PKGBUILD
  |   44 -
 community-i686/borg.coveragerc 
  |   18 --
 
community-x86_64/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
 |   28 ---
 community-x86_64/PKGBUILD  
  |   44 -
 community-x86_64/borg.coveragerc   
  |   18 --
 8 files changed, 124 insertions(+), 180 deletions(-)

Deleted: 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
===
--- 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-05-27 16:58:08 UTC (rev 177306)
+++ 
community-i686/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch  
2016-05-27 16:58:50 UTC (rev 177307)
@@ -1,28 +0,0 @@
-From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer 
-Date: Sat, 20 Feb 2016 10:17:37 +0100
-Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
- 0.4.7+"
-
-This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.

- setup.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 60b9f65..08e5179 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
- 
- # msgpack pure python data corruption was fixed in 0.4.6.
- # Also, we might use some rather recent API features.
--# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
--install_requires=['msgpack-python==0.4.6', ]
-+install_requires=['msgpack-python>=0.4.6', ]
- 
- extras_require = {
- # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
--- 
-2.7.1
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 16:58:08 UTC (rev 177306)
+++ community-i686/PKGBUILD 2016-05-27 16:58:50 UTC (rev 177307)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.0.2
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";
-borg.coveragerc)
-sha256sums=('11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7'
-'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 177306, 
bor

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

2016-05-27 Thread Lukas Fleischer
Date: Friday, May 27, 2016 @ 18:58:08
  Author: lfleischer
Revision: 177306

upgpkg: borg 1.0.3-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD
Deleted:
  borg/trunk/0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch

-+
 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch |   28 
--
 PKGBUILD|6 +-
 2 files changed, 3 insertions(+), 31 deletions(-)

Deleted: 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch
===
--- 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
2016-05-27 16:53:15 UTC (rev 177305)
+++ 0001-Revert-require-msgpack-0.4.6-no-python-3.2-support-i.patch 
2016-05-27 16:58:08 UTC (rev 177306)
@@ -1,28 +0,0 @@
-From 7165e1d571ab82bb80c6b03a413e2667aa567049 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer 
-Date: Sat, 20 Feb 2016 10:17:37 +0100
-Subject: [PATCH] Revert "require msgpack==0.4.6 - no python 3.2 support in
- 0.4.7+"
-
-This reverts commit a9f2f65154d64cf711c864977a6f8aadeae47d18.

- setup.py | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 60b9f65..08e5179 100644
 a/setup.py
-+++ b/setup.py
-@@ -19,8 +19,7 @@ on_rtd = os.environ.get('READTHEDOCS')
- 
- # msgpack pure python data corruption was fixed in 0.4.6.
- # Also, we might use some rather recent API features.
--# Note: 0.4.7 is also OK, but has no Python 3.2 support any more.
--install_requires=['msgpack-python==0.4.6', ]
-+install_requires=['msgpack-python>=0.4.6', ]
- 
- extras_require = {
- # llfuse 0.40 (tested, proven, ok), needs FUSE version >= 2.8.0
--- 
-2.7.1
-

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 16:53:15 UTC (rev 177305)
+++ PKGBUILD2016-05-27 16:58:08 UTC (rev 177306)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -16,9 +16,9 @@
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
 provides=('borgbackup')
 replaces=('borgbackup')
-source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz";
 borg.coveragerc)
-sha256sums=('11ea343290f788a2d849f43ebb07e8f0990f651f3cf097ca4f4cd9ce2f08dfd7'
+sha256sums=('7a79c53f2fd3f8a687bb10dbec4591ce95878f89f4467544ef4e7a005407f94f'
 '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {


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

2016-05-27 Thread Felix Yan
Date: Friday, May 27, 2016 @ 18:53:15
  Author: fyan
Revision: 177305

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 16:52:45 UTC (rev 177304)
+++ PKGBUILD2016-05-27 16:53:15 UTC (rev 177305)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.2.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org";
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 177304, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 16:53:15 UTC (rev 177305)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org";
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2-enum34')
+  optdepends=('python2-pytz: for datetime and django module'
+  'python2-fake-factory: for

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

2016-05-27 Thread Felix Yan
Date: Friday, May 27, 2016 @ 18:52:45
  Author: fyan
Revision: 177304

upgpkg: python-hypothesis 3.4.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 16:17:44 UTC (rev 177303)
+++ PKGBUILD2016-05-27 16:52:45 UTC (rev 177304)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.2.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2016-05-27 Thread Antonio Rojas
Date: Friday, May 27, 2016 @ 18:50:54
  Author: arojas
Revision: 268696

Backport fixes for sagemath backend

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 13:39:36 UTC (rev 268695)
+++ PKGBUILD2016-05-27 16:50:54 UTC (rev 268696)
@@ -4,7 +4,7 @@
 
 pkgname=cantor
 pkgver=16.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Frontend to Mathematical Software"
 url="http://kde.org/applications/education/cantor/";
 arch=('i686' 'x86_64')
@@ -21,11 +21,17 @@
 'sagemath: SageMath backend')
 conflicts=('kdeedu-cantor')
 replaces=('kdeedu-cantor')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";)
-sha1sums=('649f6c07b0f3bda8ee4417bb8ade0e191074e491')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/cantor-${pkgver}.tar.xz";
+
cantor-sagemath-7.2.patch::"https://quickgit.kde.org/?p=cantor.git&a=commitdiff&h=f96c147a&hp=dc11d273&o=plain";)
+sha1sums=('649f6c07b0f3bda8ee4417bb8ade0e191074e491'
+  '6f6bc35562737565b8eebba31b96e8e461967a10')
 
 prepare() {
   mkdir -p build
+
+# Fix sagemath backend 
+  cd $pkgname-$pkgver
+  patch -p1 -i ../cantor-sagemath-7.2.patch
 }
 
 build() {


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 18:17:44
  Author: anthraxx
Revision: 177303

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 16:17:35 UTC (rev 177302)
+++ community-i686/PKGBUILD 2016-05-27 16:17:44 UTC (rev 177303)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: xduugu
-
-pkgname=patchelf
-pkgver=0.8
-pkgrel=2
-pkgdesc="A small utility to modify the dynamic linker and RPATH of ELF 
executables"
-arch=('i686' 'x86_64')
-url="http://nixos.org/patchelf.html";
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://releases.nixos.org/patchelf/patchelf-0.8/patchelf-0.8.tar.gz";)
-md5sums=('407b229e6a681ffb0e2cdd5915cb2d01')
-sha256sums=('14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: patchelf/repos/community-i686/PKGBUILD (from rev 177302, 
patchelf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 16:17:44 UTC (rev 177303)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: xduugu
+
+pkgname=patchelf
+pkgver=0.9
+pkgrel=1
+pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF 
executables'
+url='https://nixos.org/patchelf.html'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/NixOS/patchelf/archive/${pkgver}.tar.gz)
+sha512sums=('70e615f2f705f413aab5e3eebe20ffe79743bb92381b10a8faa49f16ca24b0f9bd4095c5644f682ec94d75012ffb1b39837933faa9f3c1f1c41bdc5b9d010a30')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C tests -j1 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 16:17:35 UTC (rev 177302)
+++ community-x86_64/PKGBUILD   2016-05-27 16:17:44 UTC (rev 177303)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: xduugu
-
-pkgname=patchelf
-pkgver=0.8
-pkgrel=2
-pkgdesc="A small utility to modify the dynamic linker and RPATH of ELF 
executables"
-arch=('i686' 'x86_64')
-url="http://nixos.org/patchelf.html";
-license=('GPL3')
-depends=('gcc-libs')
-source=("http://releases.nixos.org/patchelf/patchelf-0.8/patchelf-0.8.tar.gz";)
-md5sums=('407b229e6a681ffb0e2cdd5915cb2d01')
-sha256sums=('14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: patchelf/repos/community-x86_64/PKGBUILD (from rev 177302, 
patchelf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 16:17:44 UTC (rev 177303)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: xduugu
+
+pkgname=patchelf
+pkgver=0.9
+pkgrel=1
+pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF 
executables'
+url='https://nixos.org/patchelf.html'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/NixOS/patchelf/archive/${pkgver}.tar.gz)
+sha512sums=('70e615f2f705f413aab5e3eebe20ffe79743bb92381b10a8faa49f16ca24b0f9bd4095c5644f682ec94d75012ffb1b39837933faa9f3c1f1c41bdc5b9d010a30')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C tests -j1 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 18:17:35
  Author: anthraxx
Revision: 177302

upgpkg: patchelf 0.9-1

Modified:
  patchelf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:43:51 UTC (rev 177301)
+++ PKGBUILD2016-05-27 16:17:35 UTC (rev 177302)
@@ -1,28 +1,37 @@
-# $Id$
-# Maintainer: Daniel Wallace 
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
 # Contributor: xduugu
 
 pkgname=patchelf
-pkgver=0.8
-pkgrel=2
-pkgdesc="A small utility to modify the dynamic linker and RPATH of ELF 
executables"
+pkgver=0.9
+pkgrel=1
+pkgdesc='Small utility to modify the dynamic linker and RPATH of ELF 
executables'
+url='https://nixos.org/patchelf.html'
 arch=('i686' 'x86_64')
-url="http://nixos.org/patchelf.html";
 license=('GPL3')
 depends=('gcc-libs')
-source=("http://releases.nixos.org/patchelf/patchelf-0.8/patchelf-0.8.tar.gz";)
-md5sums=('407b229e6a681ffb0e2cdd5915cb2d01')
-sha256sums=('14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/NixOS/patchelf/archive/${pkgver}.tar.gz)
+sha512sums=('70e615f2f705f413aab5e3eebe20ffe79743bb92381b10a8faa49f16ca24b0f9bd4095c5644f682ec94d75012ffb1b39837933faa9f3c1f1c41bdc5b9d010a30')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
 build() {
-  cd "$pkgname-$pkgver"
-
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd ${pkgname}-${pkgver}
+  make -C tests -j1 check
+}
+
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir/" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:38:52
  Author: anthraxx
Revision: 177291

upgpkg: grails 3.1.7-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:15:36 UTC (rev 177290)
+++ PKGBUILD2016-05-27 15:38:52 UTC (rev 177291)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='http://grails.org/'
@@ -18,8 +18,8 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('00878e7b09a9b85c1b567f1c7bf339f8c31609c1510902ceb0f944251936dd6767f9f20a7d7c9a3fff46afd35f058940d914477ea0d447770f4c1a5ffc250cb9'
-
'e903888214ef92ed3c05657f91bca27ca11a8c51bf43b46c83a0c330857bb29ad93e10d3df0df24b74e8c6b0d263f065e89b950224c2063d3f05cb2a8b431baf')
+sha512sums=('782f61d63e6e7750401784debd54e1db59209af207037f96c653558e49e6bb845801eacf6b0be6fb29ad31bc4cb8211990d622bb649e6405bf636fe20a161f90'
+
'df74a2025abee26a620cf6660468ab2b3804bdd0f3041c9e9db8c2253aec59fd6e871c9dd7e8629535bc6c8d8c9f399fde17b5084a052a58f7cd0864f6c9c6dd')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


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

2016-05-27 Thread Felix Yan
Date: Friday, May 27, 2016 @ 17:43:51
  Author: fyan
Revision: 177301

archrelease: copy trunk to community-any

Added:
  python-logilab-common/repos/community-any/PKGBUILD
(from rev 177300, python-logilab-common/trunk/PKGBUILD)
Deleted:
  python-logilab-common/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 15:43:19 UTC (rev 177300)
+++ PKGBUILD2016-05-27 15:43:51 UTC (rev 177301)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Alexander Fehr 
-
-pkgbase=python-logilab-common
-pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Useful miscellaneous modules used by Logilab projects"
-arch=('any')
-url="http://www.logilab.org/project/logilab-common";
-license=('LGPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-six' 'python2-six' 'python-pytz' 'python2-pytz' 
'python2-egenix-mx-base')
-source=("https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
-sha1sums=('07f00045569d289123e5aa55c23836e2387df2b2')
-
-prepare() {
-  cp -a logilab-common-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/logilab-common-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/logilab-common-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/logilab-common-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python bin/pytest
-
-  cd "$srcdir"/logilab-common-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 bin/pytest
-}
-
-package_python-logilab-common() {
-  depends=('python')
-  optdepends=('python-six: for logilab.common.testlib')
-
-  cd "$srcdir"/logilab-common-$pkgver
-
-  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-}
-
-package_python2-logilab-common() {
-  depends=('python2')
-  optdepends=('python2-six: for logilab.common.testlib')
-
-  cd "$srcdir"/logilab-common-$pkgver-py2
-
-  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
-
-  mv "$pkgdir"/usr/bin/pytest{,2}
-}

Copied: python-logilab-common/repos/community-any/PKGBUILD (from rev 177300, 
python-logilab-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 15:43:51 UTC (rev 177301)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Alexander Fehr 
+
+pkgbase=python-logilab-common
+pkgname=('python2-logilab-common' 'python-logilab-common')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('any')
+url="http://www.logilab.org/project/logilab-common";
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-six' 'python2-six' 'python-pytz' 'python2-pytz' 
'python2-egenix-mx-base')
+source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
+sha1sums=('e0abf168900569a95067dfc8e5978eb5d84ba9b9')
+
+prepare() {
+  cp -a logilab-common-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/logilab-common-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/logilab-common-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/logilab-common-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python bin/pytest
+
+  cd "$srcdir"/logilab-common-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 bin/pytest
+}
+
+package_python-logilab-common() {
+  depends=('python')
+  optdepends=('python-six: for logilab.common.testlib')
+
+  cd "$srcdir"/logilab-common-$pkgver
+
+  python setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+}
+
+package_python2-logilab-common() {
+  depends=('python2')
+  optdepends=('python2-six: for logilab.common.testlib')
+
+  cd "$srcdir"/logilab-common-$pkgver-py2
+
+  python2 setup.py install --optimize=1 --skip-build --prefix=/usr 
--root="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/pytest{,2}
+}


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

2016-05-27 Thread Felix Yan
Date: Friday, May 27, 2016 @ 17:43:19
  Author: fyan
Revision: 177300

upgpkg: python-logilab-common 1.2.1-1

Modified:
  python-logilab-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:42:18 UTC (rev 177299)
+++ PKGBUILD2016-05-27 15:43:19 UTC (rev 177300)
@@ -6,7 +6,7 @@
 
 pkgbase=python-logilab-common
 pkgname=('python2-logilab-common' 'python-logilab-common')
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Useful miscellaneous modules used by Logilab projects"
 arch=('any')
@@ -14,8 +14,8 @@
 license=('LGPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-six' 'python2-six' 'python-pytz' 'python2-pytz' 
'python2-egenix-mx-base')
-source=("https://pypi.python.org/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
-sha1sums=('07f00045569d289123e5aa55c23836e2387df2b2')
+source=("https://pypi.io/packages/source/l/logilab-common/logilab-common-$pkgver.tar.gz";)
+sha1sums=('e0abf168900569a95067dfc8e5978eb5d84ba9b9')
 
 prepare() {
   cp -a logilab-common-$pkgver{,-py2}


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:42:11
  Author: anthraxx
Revision: 177298

upgpkg: rabbitmq 3.6.2-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:41:51 UTC (rev 177297)
+++ PKGBUILD2016-05-27 15:42:11 UTC (rev 177298)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.6.1
+pkgver=3.6.2
 pkgrel=1
 pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
 url="https://rabbitmq.com";
@@ -20,7 +20,7 @@
 
source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
 rabbitmq-env.conf
 rabbitmq.service)
-sha512sums=('b1ca689654de9f584bad607e0dc99f9619b934971bfd0703305d26fb8c91ab3f08ca8f8d525b431137e20b2b4832b992b5243f9a648350da3ba182e2b0035fd5'
+sha512sums=('376029a9ef6e2e800d49dde33b2c63c21b7e7a8f0044d8a6d9ed7fe2e6778168a9654fb4d19e4f53877c23ca80f85dae65c81b5ba699f43e016fb8c101c32bac'
 'SKIP'
 
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
 
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')


[arch-commits] Commit in rabbitmq/repos/community-any (8 files)

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:42:18
  Author: anthraxx
Revision: 177299

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 177298, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 177298, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 177298, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.service
(from rev 177298, rabbitmq/trunk/rabbitmq.service)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.service

---+
 PKGBUILD  |  114 ++--
 rabbitmq-env.conf |   12 ++---
 rabbitmq.install  |   32 +++---
 rabbitmq.service  |   30 ++---
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 15:42:11 UTC (rev 177298)
+++ PKGBUILD2016-05-27 15:42:18 UTC (rev 177299)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.6.1
-pkgrel=1
-pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
-url="https://rabbitmq.com";
-arch=('any')
-license=('MPL')
-depends=('erlang-nox' 'systemd')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-install=rabbitmq.install
-source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
-rabbitmq-env.conf
-rabbitmq.service)
-sha512sums=('b1ca689654de9f584bad607e0dc99f9619b934971bfd0703305d26fb8c91ab3f08ca8f8d525b431137e20b2b4832b992b5243f9a648350da3ba182e2b0035fd5'
-'SKIP'
-
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
-
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
-validpgpkeys=('F78372A06FF50C80464FC1B4F7B8CEA6056E8E56') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}_server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i sbin/rabbitmq-defaults
-}
-
-package() {
-  cd ${pkgname}_server-${pkgver}
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq-server-${pkgver}"
-
-  install -d "${libdir}"
-  install -d "${pkgdir}/usr/bin"
-  install -dm 750 "${pkgdir}/var/log/rabbitmq"
-  install -dm 750 "${pkgdir}/var/lib/rabbitmq"
-
-  cp -R ebin ${libdir}
-  cp -R include ${libdir}
-  cp -R plugins ${libdir}
-  cp -R sbin ${libdir}
-  cp -R share "${pkgdir}/usr"
-
-  for script in ${libdir}/sbin/*; do
-ln -s "${script#${pkgdir}}" "${pkgdir}/usr/bin/"
-  done
-
-  install -Dm 644 "${srcdir}/rabbitmq-env.conf" 
"${pkgdir}/etc/rabbitmq/rabbitmq-env.conf"
-  install -Dm 644 "${srcdir}/rabbitmq.service" 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmq/repos/community-any/PKGBUILD (from rev 177298, 
rabbitmq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 15:42:18 UTC (rev 177299)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Marcello "mereghost" Rocha 
+# Contributor: Gianni Vialetto 
+# Contributor: Stefan J. Betz 
+# Contributor: p2k 
+# Contributor: Jonathan Liu 
+# Contributor: Christopher Grebs 
+# Contributor: mutantmonkey
+
+pkgname=rabbitmq
+pkgver=3.6.2
+pkgrel=1
+pkgdesc="Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP"
+url="https://rabbitmq.com";
+arch=('any')
+license=('MPL')
+depends=('erlang-nox' 'systemd')
+backup=('etc/rabbitmq/rabbitmq-env.conf')
+install=rabbitmq.install
+source=(https://www.rabbitmq.com/releases/${pkgname}-server/v${pkgver}/${pkgname}-server-generic-unix-${pkgver}.tar.xz{,.asc}
+rabbitmq-env.conf
+rabbitmq.service)
+sha512sums=('376029a9ef6e2e800d49dde33b2c63c21b7e7a8f0044d8a6d9ed7fe2e6778168a9654fb4d19e4f53877c23ca80f85dae65c81b5ba699f43e016fb8c101c32bac'
+'SKIP'
+
'4872ff514c9f841fe4c93bc442ec4e3177d1bfa3834e8d8a26fc77a63aff1cdc14944827673a59556e26210b2b4c0091f93c8e93a334710e5bc3336a64e77140'
+
'd51b43f948febb23cdd5b0c7736f966d8433b05ccd95778e90d280d45ccfd9a714e888762f458337a784fff4b86430151adb0f81d779d6b99c9154fcd7e0e319')
+validpgpkeys=('F78372A06FF50C80464FC1B4F7B8CEA6056E8E56') # RabbitMQ Release 
Signing Key 
+
+prepare() {
+  cd ${pkgname}_server-${pkgver}
+  sed -r 's|^(SYS_PR

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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:41:51
  Author: anthraxx
Revision: 177297

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 177296, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 15:41:38 UTC (rev 177296)
+++ PKGBUILD2016-05-27 15:41:51 UTC (rev 177297)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.1.7
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=(
-  'groovy: the groovy programming language'
-  'grails-docs: documentation for grails'
-)
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('782f61d63e6e7750401784debd54e1db59209af207037f96c653558e49e6bb845801eacf6b0be6fb29ad31bc4cb8211990d622bb649e6405bf636fe20a161f90'
-
'df74a2025abee26a620cf6660468ab2b3804bdd0f3041c9e9db8c2253aec59fd6e871c9dd7e8629535bc6c8d8c9f399fde17b5084a052a58f7cd0864f6c9c6dd')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  # set APP_HOME
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 177296, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 15:41:51 UTC (rev 177297)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.1.7
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=(
+  'groovy: the groovy programming language'
+  'grails-docs: documentation for grails'
+)
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('782f61d63e6e7750401784debd54e1db59209af207037f96c653558e49e6bb845801eacf6b0be6fb29ad31bc4cb8211990d622bb649e6405bf636fe20a161f90'
+
'df74a2025abee26a620cf6660468ab2b3804bdd0f3041c9e9db8c2253aec59fd6e871c9dd7e8629535bc6c8d8c9f399fde17b5084a052a58f7cd0864f6c9c6dd')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  # set APP_HOME
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/

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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:41:09
  Author: anthraxx
Revision: 177293

upgpkg: vim-nerdcommenter 2.4.0-1

Modified:
  vim-nerdcommenter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:38:59 UTC (rev 177292)
+++ PKGBUILD2016-05-27 15:41:09 UTC (rev 177293)
@@ -5,8 +5,8 @@
 # Contributor: Laszlo Papp 
 
 pkgname=vim-nerdcommenter
-pkgver=2.3.0
-pkgrel=4
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='A plugin that allows for easy commenting of code for many filetypes'
 url='https://github.com/scrooloose/nerdcommenter'
 arch=('any')
@@ -16,7 +16,7 @@
 install=vimdoc.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/scrooloose/nerdcommenter/archive/${pkgver}.tar.gz
 LICENSE)
-sha512sums=('a2e4720aacf05ac7571adbd1222bfc119134c1f2a0c3c534d1372a020bf4f540741732e4992b53170f1c1d48ac2a11c57316ece5bd2a70d699f0d54caa51f29b'
+sha512sums=('ec389cd3f6f1f2093debe2e2d5a09573324d9f8459b4f6c3528bf7b46f9b84fad08718e140be6d39bb8c990778de89fda7f9bb06704c1ea6ff319e6ac431fcdd'
 
'1b4064171fa88f41d05e3d1d1c14ceb8a5cb4cca9e6f08f7e267d7740b7d65e4765cb56f0ccf3765ee9c85654559d2d7726d71516b890b0174b68e6cc62ef421')
 
 package() {


[arch-commits] Commit in vim-nerdcommenter/repos/community-any (6 files)

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:41:16
  Author: anthraxx
Revision: 177294

archrelease: copy trunk to community-any

Added:
  vim-nerdcommenter/repos/community-any/LICENSE
(from rev 177293, vim-nerdcommenter/trunk/LICENSE)
  vim-nerdcommenter/repos/community-any/PKGBUILD
(from rev 177293, vim-nerdcommenter/trunk/PKGBUILD)
  vim-nerdcommenter/repos/community-any/vimdoc.install
(from rev 177293, vim-nerdcommenter/trunk/vimdoc.install)
Deleted:
  vim-nerdcommenter/repos/community-any/LICENSE
  vim-nerdcommenter/repos/community-any/PKGBUILD
  vim-nerdcommenter/repos/community-any/vimdoc.install

+
 LICENSE|   28 -
 PKGBUILD   |   60 +++
 vimdoc.install |   32 ++---
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-05-27 15:41:09 UTC (rev 177293)
+++ LICENSE 2016-05-27 15:41:16 UTC (rev 177294)
@@ -1,14 +0,0 @@
-DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-Version 2, December 2004
-
- Copyright (C) 2004 Sam Hocevar 
-
- Everyone is permitted to copy and distribute verbatim or modified
- copies of this license document, and changing it is allowed as long
- as the name is changed.
-
-DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
-   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-
-  0. You just DO WHAT THE FUCK YOU WANT TO.
-

Copied: vim-nerdcommenter/repos/community-any/LICENSE (from rev 177293, 
vim-nerdcommenter/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-05-27 15:41:16 UTC (rev 177294)
@@ -0,0 +1,14 @@
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar 
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 15:41:09 UTC (rev 177293)
+++ PKGBUILD2016-05-27 15:41:16 UTC (rev 177294)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: eolianoe 
-# Contributor: TDY 
-# Contributor: Kaiting Chen 
-# Contributor: Laszlo Papp 
-
-pkgname=vim-nerdcommenter
-pkgver=2.3.0
-pkgrel=4
-pkgdesc='A plugin that allows for easy commenting of code for many filetypes'
-url='https://github.com/scrooloose/nerdcommenter'
-arch=('any')
-license=('custom:vim')
-depends=('vim')
-groups=('vim-plugins')
-install=vimdoc.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/scrooloose/nerdcommenter/archive/${pkgver}.tar.gz
-LICENSE)
-sha512sums=('a2e4720aacf05ac7571adbd1222bfc119134c1f2a0c3c534d1372a020bf4f540741732e4992b53170f1c1d48ac2a11c57316ece5bd2a70d699f0d54caa51f29b'
-
'1b4064171fa88f41d05e3d1d1c14ceb8a5cb4cca9e6f08f7e267d7740b7d65e4765cb56f0ccf3765ee9c85654559d2d7726d71516b890b0174b68e6cc62ef421')
-
-package() {
-  cd ${pkgname#vim-}-${pkgver}
-  _installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/NERD_commenter.txt 
"${_installpath}/doc/NERD_commenter.txt"
-  install -Dm 644 plugin/NERD_commenter.vim 
"${_installpath}/plugin/NERD_commenter.vim"
-  install -Dm 644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-nerdcommenter/repos/community-any/PKGBUILD (from rev 177293, 
vim-nerdcommenter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 15:41:16 UTC (rev 177294)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: eolianoe 
+# Contributor: TDY 
+# Contributor: Kaiting Chen 
+# Contributor: Laszlo Papp 
+
+pkgname=vim-nerdcommenter
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='A plugin that allows for easy commenting of code for many filetypes'
+url='https://github.com/scrooloose/nerdcommenter'
+arch=('any')
+license=('custom:vim')
+depends=('vim')
+groups=('vim-plugins')
+install=vimdoc.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/scrooloose/nerdcommenter/archive/${pkgver}.tar.gz
+LICENSE)
+sha512sums=('ec389cd3f6f1f2093debe2e2d5a09573324d9f8459b4f6c3528bf7b46f9b84fad08718e140be6d39bb8c990778de89fda7f9bb06704c1ea6ff319e6ac431fcdd'
+
'1b4064171fa88f41d05e3d1d1c14ceb8a5cb4cca9e6f08f7e267d7740b7d65e4765cb56f0ccf3765ee9c85654559d2d7726d71516b890b0174b68e6cc62ef421')
+
+package() {
+  cd ${pkgname#vim-}-${pkgver}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+

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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:41:38
  Author: anthraxx
Revision: 177296

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 15:41:28 UTC (rev 177295)
+++ community-i686/PKGBUILD 2016-05-27 15:41:38 UTC (rev 177296)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michal Hybner 
-
-pkgname=xtrlock
-pkgver=2.7
-pkgrel=2
-pkgdesc='Minimal X display lock program'
-url='https://packages.debian.org/sid/xtrlock'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libx11')
-source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
-sha512sums=('44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -f Makefile.noimake CFLAGS="${CFLAGS} -DSHADOW_PWD" LDLIBS="-lX11 
-lcrypt" xtrlock
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 4755 xtrlock "${pkgdir}/usr/bin/xtrlock"
-  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xtrlock/repos/community-i686/PKGBUILD (from rev 177295, 
xtrlock/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 15:41:38 UTC (rev 177296)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michal Hybner 
+
+pkgname=xtrlock
+pkgver=2.8
+pkgrel=1
+pkgdesc='Minimal X display lock program'
+url='https://packages.debian.org/sid/xtrlock'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libx11')
+source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
+sha512sums=('a1388250430f7cb7bfe875aae938c332098f9e88ab7a17d68634b36726acfa7a459bf40f71e6df3c6b1256fb4574a62b2fc72357c6e779c1bc55f10204634068')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.noimake CFLAGS="${CFLAGS} -DSHADOW_PWD" LDLIBS="-lX11 
-lcrypt" xtrlock
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 4755 xtrlock "${pkgdir}/usr/bin/xtrlock"
+  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 15:41:28 UTC (rev 177295)
+++ community-x86_64/PKGBUILD   2016-05-27 15:41:38 UTC (rev 177296)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michal Hybner 
-
-pkgname=xtrlock
-pkgver=2.7
-pkgrel=2
-pkgdesc='Minimal X display lock program'
-url='https://packages.debian.org/sid/xtrlock'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libx11')
-source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
-sha512sums=('44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -f Makefile.noimake CFLAGS="${CFLAGS} -DSHADOW_PWD" LDLIBS="-lX11 
-lcrypt" xtrlock
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 4755 xtrlock "${pkgdir}/usr/bin/xtrlock"
-  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xtrlock/repos/community-x86_64/PKGBUILD (from rev 177295, 
xtrlock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 15:41:38 UTC (rev 177296)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michal Hybner 
+
+pkgname=xtrlock
+pkgver=2.8
+pkgrel=1
+pkgdesc='Minimal X display lock program'
+url='https://packages.debian.org/sid/xtrlock'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libx11')
+source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
+sha512sums=('a1388250430f7cb7bfe875aae938c332098f9e88ab7a17d68634b36726acfa7a459bf40f71e6df3c6b1256fb4574a62b2fc72357c6e779c1bc55f10204634068')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.noimake CFLAGS="${CFLAGS} -DSHADOW_PWD" LDLIBS="-lX11 
-lcrypt" xtrlock
+}

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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:41:28
  Author: anthraxx
Revision: 177295

upgpkg: xtrlock 2.8-1

Modified:
  xtrlock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:41:16 UTC (rev 177294)
+++ PKGBUILD2016-05-27 15:41:28 UTC (rev 177295)
@@ -2,8 +2,8 @@
 # Contributor: Michal Hybner 
 
 pkgname=xtrlock
-pkgver=2.7
-pkgrel=2
+pkgver=2.8
+pkgrel=1
 pkgdesc='Minimal X display lock program'
 url='https://packages.debian.org/sid/xtrlock'
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL3')
 depends=('libx11')
 
source=(${pkgname}-${pkgver}.tar.gz::http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.gz)
-sha512sums=('44693dfa7b8b109b19c4f61902ac5c181af1d8fb6044115517391211411239a506108e6fd5b998978030f997f9094e9df18e5d40499c6b3b83a42cf9dd1b7f92')
+sha512sums=('a1388250430f7cb7bfe875aae938c332098f9e88ab7a17d68634b36726acfa7a459bf40f71e6df3c6b1256fb4574a62b2fc72357c6e779c1bc55f10204634068')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:38:59
  Author: anthraxx
Revision: 177292

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 177291, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 15:38:52 UTC (rev 177291)
+++ PKGBUILD2016-05-27 15:38:59 UTC (rev 177292)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=3.1.6
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='http://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=(
-  'groovy: the groovy programming language'
-  'grails-docs: documentation for grails'
-)
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('00878e7b09a9b85c1b567f1c7bf339f8c31609c1510902ceb0f944251936dd6767f9f20a7d7c9a3fff46afd35f058940d914477ea0d447770f4c1a5ffc250cb9'
-
'e903888214ef92ed3c05657f91bca27ca11a8c51bf43b46c83a0c330857bb29ad93e10d3df0df24b74e8c6b0d263f065e89b950224c2063d3f05cb2a8b431baf')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  # profile.d script
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  # set APP_HOME
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 177291, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 15:38:59 UTC (rev 177292)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=3.1.7
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='http://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=(
+  'groovy: the groovy programming language'
+  'grails-docs: documentation for grails'
+)
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('782f61d63e6e7750401784debd54e1db59209af207037f96c653558e49e6bb845801eacf6b0be6fb29ad31bc4cb8211990d622bb649e6405bf636fe20a161f90'
+
'df74a2025abee26a620cf6660468ab2b3804bdd0f3041c9e9db8c2253aec59fd6e871c9dd7e8629535bc6c8d8c9f399fde17b5084a052a58f7cd0864f6c9c6dd')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  # profile.d script
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  # set APP_HOME
+  setconf bin/grails APP_HOME /usr/share/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  cp media/icons/*.png "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/

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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 17:15:23
  Author: svenstaro
Revision: 177289

upgpkg: murmur 1.2.16-2

Fix FS#45980

Modified:
  murmur/trunk/PKGBUILD
  murmur/trunk/murmur.install

+
 PKGBUILD   |6 +++---
 murmur.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:06:40 UTC (rev 177288)
+++ PKGBUILD2016-05-27 15:15:23 UTC (rev 177289)
@@ -5,7 +5,7 @@
 
 pkgname=murmur
 pkgver=1.2.16
-pkgrel=1
+pkgrel=2
 pkgdesc="The voice chat application server for Mumble"
 arch=('i686' 'x86_64')
 url="http://mumble.sourceforge.net";
@@ -32,12 +32,12 @@
   cd ${srcdir}/mumble-$pkgver
 
   sed -e "1i# vi:ft=cfg" \
--e "s|database=|database=/var/lib/murmur/murmur.sqlite|" \
+-e "s|database=|database=/var/db/murmur/murmur.sqlite|" \
 -e "s|#logfile=murmur.log|logfile=|" \
 -e "s|#uname=|uname=murmur|" \
 -i scripts/murmur.ini
 
-  install -dm755 -o 122 -g 122 ${pkgdir}/var/lib/murmur
+  install -dm755 -o 122 -g 122 ${pkgdir}/var/db/murmur
   install -Dm755 release/murmurd ${pkgdir}/usr/bin/murmurd
   install -Dm644 scripts/murmur.ini ${pkgdir}/etc/murmur.ini
   install -Dm644 ${srcdir}/murmur.dbus.conf 
${pkgdir}/etc/dbus-1/system.d/murmur.conf

Modified: murmur.install
===
--- murmur.install  2016-05-27 15:06:40 UTC (rev 177288)
+++ murmur.install  2016-05-27 15:15:23 UTC (rev 177289)
@@ -1,6 +1,6 @@
 post_install() {
 getent group murmur > /dev/null || groupadd -g 122 murmur 1>/dev/null
-getent passwd murmur > /dev/null || useradd -u 122 -d /var/lib/murmur -g 
murmur -s /bin/false murmur 1>/dev/null
+getent passwd murmur > /dev/null || useradd -u 122 -d /var/db/murmur -g 
murmur -s /bin/false murmur 1>/dev/null
 
 echo "You might have to reload dbus before launching murmur:"
 echo "systemctl reload dbus"


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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 17:15:36
  Author: svenstaro
Revision: 177290

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

Added:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
(from rev 177289, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-i686/0004-fix-username-validation.patch
(from rev 177289, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-i686/ChangeLog
(from rev 177289, murmur/trunk/ChangeLog)
  murmur/repos/community-i686/PKGBUILD
(from rev 177289, murmur/trunk/PKGBUILD)
  murmur/repos/community-i686/murmur.dbus.conf
(from rev 177289, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-i686/murmur.install
(from rev 177289, murmur/trunk/murmur.install)
  murmur/repos/community-i686/murmur.service
(from rev 177289, murmur/trunk/murmur.service)
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
(from rev 177289, murmur/trunk/0003-fix-long-username-query.patch)
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
(from rev 177289, murmur/trunk/0004-fix-username-validation.patch)
  murmur/repos/community-x86_64/ChangeLog
(from rev 177289, murmur/trunk/ChangeLog)
  murmur/repos/community-x86_64/PKGBUILD
(from rev 177289, murmur/trunk/PKGBUILD)
  murmur/repos/community-x86_64/murmur.dbus.conf
(from rev 177289, murmur/trunk/murmur.dbus.conf)
  murmur/repos/community-x86_64/murmur.install
(from rev 177289, murmur/trunk/murmur.install)
  murmur/repos/community-x86_64/murmur.service
(from rev 177289, murmur/trunk/murmur.service)
Deleted:
  murmur/repos/community-i686/0003-fix-long-username-query.patch
  murmur/repos/community-i686/0004-fix-username-validation.patch
  murmur/repos/community-i686/ChangeLog
  murmur/repos/community-i686/PKGBUILD
  murmur/repos/community-i686/murmur.dbus.conf
  murmur/repos/community-i686/murmur.install
  murmur/repos/community-i686/murmur.service
  murmur/repos/community-x86_64/0003-fix-long-username-query.patch
  murmur/repos/community-x86_64/0004-fix-username-validation.patch
  murmur/repos/community-x86_64/ChangeLog
  murmur/repos/community-x86_64/PKGBUILD
  murmur/repos/community-x86_64/murmur.dbus.conf
  murmur/repos/community-x86_64/murmur.install
  murmur/repos/community-x86_64/murmur.service

-+
 /0003-fix-long-username-query.patch |   84 +++
 /0004-fix-username-validation.patch |   72 
 /ChangeLog  |   72 
 /PKGBUILD   |  100 ++
 /murmur.dbus.conf   |   44 +++
 /murmur.install |   18 +++
 /murmur.service |   24 
 community-i686/0003-fix-long-username-query.patch   |   42 ---
 community-i686/0004-fix-username-validation.patch   |   36 --
 community-i686/ChangeLog|   36 --
 community-i686/PKGBUILD |   50 -
 community-i686/murmur.dbus.conf |   22 ---
 community-i686/murmur.install   |9 -
 community-i686/murmur.service   |   12 --
 community-x86_64/0003-fix-long-username-query.patch |   42 ---
 community-x86_64/0004-fix-username-validation.patch |   36 --
 community-x86_64/ChangeLog  |   36 --
 community-x86_64/PKGBUILD   |   50 -
 community-x86_64/murmur.dbus.conf   |   22 ---
 community-x86_64/murmur.install |9 -
 community-x86_64/murmur.service |   12 --
 21 files changed, 414 insertions(+), 414 deletions(-)

Deleted: community-i686/0003-fix-long-username-query.patch
===
--- community-i686/0003-fix-long-username-query.patch   2016-05-27 15:15:23 UTC 
(rev 177289)
+++ community-i686/0003-fix-long-username-query.patch   2016-05-27 15:15:36 UTC 
(rev 177290)
@@ -1,42 +0,0 @@
-commit 6b33dda344f89e5a039b7d79eb43925040654242
-Author: Benjamin Jemlich 
-Date:   Tue Jun 29 14:49:14 2010 +0200
-
-Don't crash on long usernames
-
-diff --git a/src/murmur/Messages.cpp b/src/murmur/Messages.cpp
-index f12867a..de307ea 100644
 a/src/murmur/Messages.cpp
-+++ b/src/murmur/Messages.cpp
-@@ -1231,6 +1231,9 @@ void Server::msgQueryUsers(ServerUser *uSource, 
MumbleProto::QueryUsers &msg) {
- 
-   for (int i=0;i= 0) {
-   name = getUserName(id);
-diff --git a/src/murmur/ServerDB.cpp b/src/murmur/ServerDB.cpp
-index 11b6906..7e15def 100644
 a/src/murmur/ServerDB.cpp
-+++ b/src/murmur/ServerDB.cpp
-@@ -810,7 +810,7 @@ int Server::authenticate(QString &name, const QString &pw, 
const QStringList &em
-   TransactionHolder th;
-   

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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:06:40
  Author: anthraxx
Revision: 177288

archrelease: copy trunk to community-any

Added:
  ropper/repos/community-any/PKGBUILD
(from rev 177287, ropper/trunk/PKGBUILD)
Deleted:
  ropper/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 15:06:34 UTC (rev 177287)
+++ PKGBUILD2016-05-27 15:06:40 UTC (rev 177288)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=ropper
-_pkgname=Ropper
-pkgver=1.8.7
-pkgrel=1
-pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
-url="https://github.com/sashs/Ropper";
-arch=('any')
-license=('GPL2')
-depends=('python-capstone' 'python-filebytes')
-optdepends=('sqlite: gadgets database support')
-makedepends=('python-setuptools')
-checkdepends=('sqlite')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('11b3de7b0cfb009034a49e0d4f97fd3ecfb5ad171d4f7896c6834be7433c6f440e5f570856cc28a00eb7936e42644b96073d75944ef88e3f1df95f3d189d7bfd')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python test.py
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ropper/repos/community-any/PKGBUILD (from rev 177287, 
ropper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 15:06:40 UTC (rev 177288)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=ropper
+_pkgname=Ropper
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
+url="https://github.com/sashs/Ropper";
+arch=('any')
+license=('GPL2')
+depends=('python-capstone' 'python-filebytes')
+optdepends=('sqlite: gadgets database support')
+makedepends=('python-setuptools')
+checkdepends=('sqlite')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('76db41f0a4cf432470ec40fc47fdbf2e076d61e44c42cde9131d901ab0308fe84e1c59bd69b00e1460af33637c24de424cb0460d4816527f0b3e26003d471cf2')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python test.py
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:06:34
  Author: anthraxx
Revision: 177287

upgpkg: ropper 1.9.1-1

Modified:
  ropper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 15:01:54 UTC (rev 177286)
+++ PKGBUILD2016-05-27 15:06:34 UTC (rev 177287)
@@ -2,7 +2,7 @@
 
 pkgname=ropper
 _pkgname=Ropper
-pkgver=1.8.7
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="Show information about binary files and find gadgets to build rop 
chains for different architectures"
 url="https://github.com/sashs/Ropper";
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('sqlite')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sashs/${_pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('11b3de7b0cfb009034a49e0d4f97fd3ecfb5ad171d4f7896c6834be7433c6f440e5f570856cc28a00eb7936e42644b96073d75944ef88e3f1df95f3d189d7bfd')
+sha512sums=('76db41f0a4cf432470ec40fc47fdbf2e076d61e44c42cde9131d901ab0308fe84e1c59bd69b00e1460af33637c24de424cb0460d4816527f0b3e26003d471cf2')
 
 build() {
   cd ${_pkgname}-${pkgver}
@@ -27,7 +27,7 @@
 
 package() {
   cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
   install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
   install -Dm 644 sample.py "${pkgdir}/usr/share/doc/${pkgname}/sample.py"
 }


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:01:43
  Author: anthraxx
Revision: 177285

upgpkg: radare2 0.10.3-1

Modified:
  radare2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 14:56:31 UTC (rev 177284)
+++ PKGBUILD2016-05-27 15:01:43 UTC (rev 177285)
@@ -2,7 +2,7 @@
 # Contributor: Guillermo Ramos <0xwille at gmail dot com>
 
 pkgname=radare2
-pkgver=0.10.2
+pkgver=0.10.3
 pkgrel=1
 pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
 url='http://radare.org'
@@ -11,7 +11,7 @@
 depends=('sh' 'capstone' 'openssl' 'libzip')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('d2b3ef641aaba1726ddd57095245fe832869ee8d02713d5a7fd80fa8c140f2f685f24580b6ffce68dbf88d9917d82e19d24cb82543072823d5ec8c81d2654352')
+sha512sums=('8868b5a4533d232b4e97978a1178a341126d2732a27cb9b3bdaa4893c8928e9d50efa3e96b249b04eebcf8dfb3911ba15ae237d2437adb0bbed496ce8ce34e08')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 17:01:54
  Author: anthraxx
Revision: 177286

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 15:01:43 UTC (rev 177285)
+++ community-i686/PKGBUILD 2016-05-27 15:01:54 UTC (rev 177286)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=0.10.2
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('d2b3ef641aaba1726ddd57095245fe832869ee8d02713d5a7fd80fa8c140f2f685f24580b6ffce68dbf88d9917d82e19d24cb82543072823d5ec8c81d2654352')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-i686/PKGBUILD (from rev 177285, 
radare2/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 15:01:54 UTC (rev 177286)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=0.10.3
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8868b5a4533d232b4e97978a1178a341126d2732a27cb9b3bdaa4893c8928e9d50efa3e96b249b04eebcf8dfb3911ba15ae237d2437adb0bbed496ce8ce34e08')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-27 15:01:43 UTC (rev 177285)
+++ community-x86_64/PKGBUILD   2016-05-27 15:01:54 UTC (rev 177286)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Guillermo Ramos <0xwille at gmail dot com>
-
-pkgname=radare2
-pkgver=0.10.2
-pkgrel=1
-pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
-url='http://radare.org'
-arch=('i686' 'x86_64')
-license=('GPL3' 'LGPL3')
-depends=('sh' 'capstone' 'openssl' 'libzip')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('d2b3ef641aaba1726ddd57095245fe832869ee8d02713d5a7fd80fa8c140f2f685f24580b6ffce68dbf88d9917d82e19d24cb82543072823d5ec8c81d2654352')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-syscapstone --with-syszip --with-openssl
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: radare2/repos/community-x86_64/PKGBUILD (from rev 177285, 
radare2/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-05-27 15:01:54 UTC (rev 177286)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Guillermo Ramos <0xwille at gmail dot com>
+
+pkgname=radare2
+pkgver=0.10.3
+pkgrel=1
+pkgdesc='Open-source tools to disasm, debug, analyze and manipulate binary 
files'
+url='http://radare.org'
+arch=('i686' 'x86_64')
+license=('GPL3' 'LGPL3')
+depends=('sh' 'capstone' 'openssl' 'libzip')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('8868b5a4533d232b4e97978a1178a341126d2732a27cb9b3bdaa4893c8928e9d50efa3e96b249b04eebcf8dfb3911ba15ae237d2437adb0bbed496ce8ce34e08')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  

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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 16:56:25
  Author: svenstaro
Revision: 177283

upgpkg: gitlab-shell 2.7.2-13

Explicitly use ruby-2.1 binary names

Modified:
  gitlab-shell/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 14:32:10 UTC (rev 177282)
+++ PKGBUILD2016-05-27 14:56:25 UTC (rev 177283)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=2.7.2
-pkgrel=12
+pkgrel=13
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
 url="https://gitlab.com/gitlab-org/gitlab-shell/";
@@ -80,6 +80,9 @@
 
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+
+  # Fix for ruby-2.1
+  grep -rl "bin/env ruby" "${pkgdir}${_datadir}" | xargs sed -i "s|bin/env 
ruby|bin/env ruby-2.1|g"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in gitlab-shell/repos/community-any (6 files)

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 16:56:31
  Author: svenstaro
Revision: 177284

archrelease: copy trunk to community-any

Added:
  gitlab-shell/repos/community-any/PKGBUILD
(from rev 177283, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
(from rev 177283, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-any/gitlab-shell.install
(from rev 177283, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-any/PKGBUILD
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
  gitlab-shell/repos/community-any/gitlab-shell.install

+
 PKGBUILD   |  173 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 +--
 3 files changed, 98 insertions(+), 95 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 14:56:25 UTC (rev 177283)
+++ PKGBUILD2016-05-27 14:56:31 UTC (rev 177284)
@@ -1,85 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo  
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=2.7.2
-pkgrel=12
-pkgdesc="Self hosted Git management software. Replacement for gitolite"
-arch=('any')
-url="https://gitlab.com/gitlab-org/gitlab-shell/";
-license=('MIT')
-depends=('ruby2.1' 'redis' 'git')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver}";
-"gitlab-shell.gitconfig")
-md5sums=('1835e858d9285ac9941eec320e2ecac6'
- '6b917256b13a1685e9a3cc73e68152d0')
-
-_homedir='/var/lib/gitlab'
-_datadir="/usr/share/webapps/${pkgname}"
-_srcdir="gitlab-shell-v${pkgver}"
-_logdir='/var/log/gitlab'
-_etcdir="/etc/webapps/${pkgname}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  -e "s|# host:|host:|" \
-  -e "s|# port:|port:|" \
-  -e "s|socket:|# socket:|" \
-  config.yml.example > config.yml
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o 105 -g 105 "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o root -g 105 "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .ssh/authorized_keys
-  touch "${pkgdir}${_homedir}/.ssh/authorized_keys"
-  chmod 600 "${pkgdir}${_homedir}/.ssh/authorized_keys"
-  ln -fs "${_etcdir}/authorized_keys" 
"${pkgdir}${_homedir}/.ssh/authorized_keys"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-any/PKGBUILD (from rev 177283, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 14:56:31 UTC (rev 177284)
@@ -0,0 +1,88 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo  
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=2.7.2
+pkgrel=13
+pkgdesc="Self hosted Git management software. Replacement for gitolite"
+arch=('any')
+url="https://gitlab.com/gitlab-org/gitlab-shell/";
+license=('MIT')
+depends=('ruby2.1' 'redis' 'git')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+ 

[arch-commits] Commit in gitlab/repos (68 files)

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 16:32:10
  Author: svenstaro
Revision: 177282

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

Added:
  gitlab/repos/community-i686/PKGBUILD
(from rev 177281, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-i686/apache-ssl.conf.example
(from rev 177281, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-i686/apache.conf.example
(from rev 177281, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
(from rev 177281, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-i686/apache2.2.conf.example
(from rev 177281, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-i686/gitlab-backup.service
(from rev 177281, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-i686/gitlab-backup.timer
(from rev 177281, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-i686/gitlab-mailroom.service
(from rev 177281, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-i686/gitlab-sidekiq.service
(from rev 177281, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-i686/gitlab-unicorn.service
(from rev 177281, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-i686/gitlab.install
(from rev 177281, gitlab/trunk/gitlab.install)
  gitlab/repos/community-i686/gitlab.logrotate
(from rev 177281, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-i686/gitlab.target
(from rev 177281, gitlab/trunk/gitlab.target)
  gitlab/repos/community-i686/gitlab.tmpfiles.d
(from rev 177281, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-i686/lighttpd.conf.example
(from rev 177281, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-i686/nginx-ssl.conf.example
(from rev 177281, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-i686/nginx.conf.example
(from rev 177281, gitlab/trunk/nginx.conf.example)
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 177281, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/apache-ssl.conf.example
(from rev 177281, gitlab/trunk/apache-ssl.conf.example)
  gitlab/repos/community-x86_64/apache.conf.example
(from rev 177281, gitlab/trunk/apache.conf.example)
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
(from rev 177281, gitlab/trunk/apache2.2-ssl.conf.example)
  gitlab/repos/community-x86_64/apache2.2.conf.example
(from rev 177281, gitlab/trunk/apache2.2.conf.example)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 177281, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 177281, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 177281, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 177281, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 177281, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 177281, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 177281, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 177281, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 177281, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 177281, gitlab/trunk/lighttpd.conf.example)
  gitlab/repos/community-x86_64/nginx-ssl.conf.example
(from rev 177281, gitlab/trunk/nginx-ssl.conf.example)
  gitlab/repos/community-x86_64/nginx.conf.example
(from rev 177281, gitlab/trunk/nginx.conf.example)
Deleted:
  gitlab/repos/community-i686/PKGBUILD
  gitlab/repos/community-i686/apache-ssl.conf.example
  gitlab/repos/community-i686/apache.conf.example
  gitlab/repos/community-i686/apache2.2-ssl.conf.example
  gitlab/repos/community-i686/apache2.2.conf.example
  gitlab/repos/community-i686/gitlab-backup.service
  gitlab/repos/community-i686/gitlab-backup.timer
  gitlab/repos/community-i686/gitlab-mailroom.service
  gitlab/repos/community-i686/gitlab-sidekiq.service
  gitlab/repos/community-i686/gitlab-unicorn.service
  gitlab/repos/community-i686/gitlab.install
  gitlab/repos/community-i686/gitlab.logrotate
  gitlab/repos/community-i686/gitlab.target
  gitlab/repos/community-i686/gitlab.tmpfiles.d
  gitlab/repos/community-i686/lighttpd.conf.example
  gitlab/repos/community-i686/nginx-ssl.conf.example
  gitlab/repos/community-i686/nginx.conf.example
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/apache-ssl.conf.example
  gitlab/repos/community-x86_64/apache.conf.example
  gitlab/repos/community-x86_64/apache2.2-ssl.conf.example
  gitlab/repos/community-x86_64/apache2.2.conf.example
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/communi

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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 16:31:44
  Author: svenstaro
Revision: 177281

upgpkg: gitlab 8.8.2-2

Fix permissions and env:info

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/gitlab.install

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 13:58:28 UTC (rev 177280)
+++ PKGBUILD2016-05-27 14:31:44 UTC (rev 177281)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=8.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce/tree/master#README";
@@ -129,7 +129,7 @@
 
   cp -r "${srcdir}/${_srcdir}" "${pkgdir}${_datadir}"
   chown -R 105:105 "${pkgdir}${_datadir}"
-  chmod 750 "${pkgdir}${_datadir}"
+  chmod 755 "${pkgdir}${_datadir}"
 
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"

Modified: gitlab.install
===
--- gitlab.install  2016-05-27 13:58:28 UTC (rev 177280)
+++ gitlab.install  2016-05-27 14:31:44 UTC (rev 177281)
@@ -7,7 +7,7 @@
 echo "Setup the database:"
 echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; 
bundle-2.1 exec rake gitlab:setup RAILS_ENV=production\""
 echo "Finally run the following commands to check your installation:"
-echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; 
bundle-2.1 exec rake gitlab:env_info RAILS_ENV=production\""
+echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; 
bundle-2.1 exec rake gitlab:env:info RAILS_ENV=production\""
 echo "# su - gitlab -s /bin/sh -c \"cd '/usr/share/webapps/gitlab'; 
bundle-2.1 exec rake gitlab:check RAILS_ENV=production\""
 }
 


[arch-commits] Commit in gitlab-shell/repos/community-any (6 files)

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 15:58:28
  Author: svenstaro
Revision: 177280

archrelease: copy trunk to community-any

Added:
  gitlab-shell/repos/community-any/PKGBUILD
(from rev 177279, gitlab-shell/trunk/PKGBUILD)
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
(from rev 177279, gitlab-shell/trunk/gitlab-shell.gitconfig)
  gitlab-shell/repos/community-any/gitlab-shell.install
(from rev 177279, gitlab-shell/trunk/gitlab-shell.install)
Deleted:
  gitlab-shell/repos/community-any/PKGBUILD
  gitlab-shell/repos/community-any/gitlab-shell.gitconfig
  gitlab-shell/repos/community-any/gitlab-shell.install

+
 PKGBUILD   |  167 +++
 gitlab-shell.gitconfig |6 -
 gitlab-shell.install   |   14 +--
 3 files changed, 95 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 13:58:23 UTC (rev 177279)
+++ PKGBUILD2016-05-27 13:58:28 UTC (rev 177280)
@@ -1,82 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Massimiliano Torromeo  
-# Contributor: Jonas Heinrich 
-# Contributor: Lee Watson 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-
-pkgname=gitlab-shell
-pkgver=2.7.2
-pkgrel=11
-pkgdesc="Self hosted Git management software. Replacement for gitolite"
-arch=('any')
-url="https://gitlab.com/gitlab-org/gitlab-shell/";
-license=('MIT')
-depends=('ruby2.1' 'redis' 'git')
-options=('!strip')
-install=gitlab-shell.install
-backup=("etc/webapps/${pkgname}/config.yml"
-"etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v${pkgver}";
-"gitlab-shell.gitconfig")
-md5sums=('1835e858d9285ac9941eec320e2ecac6'
- '6b917256b13a1685e9a3cc73e68152d0')
-
-_homedir='/var/lib/gitlab'
-_datadir="/usr/share/webapps/${pkgname}"
-_srcdir="gitlab-shell-v${pkgver}"
-_logdir='/var/log/gitlab'
-_etcdir="/etc/webapps/${pkgname}"
-
-prepare() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  sed -e "s|user: git|user: gitlab|" \
-  -e "s|/home/git|${_homedir}|" \
-  -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
-  config.yml.example > config.yml
-}
-
-package() {
-  cd "${srcdir}/${_srcdir}"-*
-
-  install -dm755 -o 105 -g 105 "${pkgdir}${_datadir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}/satellites"
-  install -dm700 -o 105 -g 105 "${pkgdir}${_homedir}/.ssh"
-  install -dm750 -o 105 -g 105 "${pkgdir}${_etcdir}"
-  install -dm770 -o root -g 105 "${pkgdir}${_logdir}"
-
-  # .gitconfig
-  install -Dm644 -o 105 -g 105 "${srcdir}/gitlab-shell.gitconfig" 
"${pkgdir}${_etcdir}/.gitconfig"
-  ln -fs "${_etcdir}/gitconfig" "${pkgdir}${_homedir}/.gitconfig"
-
-  # .ssh/authorized_keys
-  touch "${pkgdir}${_homedir}/.ssh/authorized_keys"
-  chmod 600 "${pkgdir}${_homedir}/.ssh/authorized_keys"
-  ln -fs "${_etcdir}/authorized_keys" 
"${pkgdir}${_homedir}/.ssh/authorized_keys"
-
-  # .gitlab_shell_secret
-  touch "${pkgdir}${_etcdir}/secret"
-  chmod 640 "${pkgdir}${_etcdir}/secret"
-  chown root:105 "${pkgdir}${_etcdir}/secret"
-  ln -fs "${_etcdir}/secret" "${pkgdir}${_datadir}/.gitlab_shell_secret"
-
-  # config.yml
-  mv config.yml "${pkgdir}${_etcdir}"
-  ln -fs "${_etcdir}/config.yml" "${pkgdir}${_datadir}/config.yml"
-
-  cp -r VERSION bin hooks lib spec support "${pkgdir}${_datadir}"
-  ln -fs "${_datadir}" "${pkgdir}/${_homedir}/"
-
-  install -dm2770 -o 105 -g 105 "${pkgdir}${_homedir}/repositories"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-shell/repos/community-any/PKGBUILD (from rev 177279, 
gitlab-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 13:58:28 UTC (rev 177280)
@@ -0,0 +1,85 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Massimiliano Torromeo  
+# Contributor: Jonas Heinrich 
+# Contributor: Lee Watson 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+
+pkgname=gitlab-shell
+pkgver=2.7.2
+pkgrel=12
+pkgdesc="Self hosted Git management software. Replacement for gitolite"
+arch=('any')
+url="https://gitlab.com/gitlab-org/gitlab-shell/";
+license=('MIT')
+depends=('ruby2.1' 'redis' 'git')
+options=('!strip')
+install=gitlab-shell.install
+backup=("etc/webapps/${pkgname}/config.yml"
+"etc/webapps/${pkgname}/secret"
+"etc/webapps/${pkgname}/gitconfig"
+"etc/webapps/${pkgname}/authorized_keys"
+

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

2016-05-27 Thread Sven-Hendrik Haase
Date: Friday, May 27, 2016 @ 15:58:23
  Author: svenstaro
Revision: 177279

upgpkg: gitlab-shell 2.7.2-12

Fix FS#49332 (better defaults for redis)

Modified:
  gitlab-shell/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 11:37:55 UTC (rev 177278)
+++ PKGBUILD2016-05-27 13:58:23 UTC (rev 177279)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab-shell
 pkgver=2.7.2
-pkgrel=11
+pkgrel=12
 pkgdesc="Self hosted Git management software. Replacement for gitolite"
 arch=('any')
 url="https://gitlab.com/gitlab-org/gitlab-shell/";
@@ -38,6 +38,9 @@
   sed -e "s|user: git|user: gitlab|" \
   -e "s|/home/git|${_homedir}|" \
   -e "s|# log_file: .*|log_file: \"${_logdir}/gitlab-shell.log\"|" \
+  -e "s|# host:|host:|" \
+  -e "s|# port:|port:|" \
+  -e "s|socket:|# socket:|" \
   config.yml.example > config.yml
 }
 


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

2016-05-27 Thread Dave Reisner
Date: Friday, May 27, 2016 @ 15:39:36
  Author: dreisner
Revision: 268695

start staging patches for 230-3

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 08:02:26 UTC (rev 268694)
+++ PKGBUILD2016-05-27 13:39:36 UTC (rev 268695)
@@ -30,6 +30,11 @@
  'a475a5ed8f03fb0f6b58b4684998d05c')
 
 _backports=(
+  # Revert "rules: allow users to access frame buffer devices" (#)
+  e77813ca9f4e0735fd0e3e2caae4d7d1ee436011
+
+  # {machine,system}ctl: always pass &changes and &n_changes (#3350)
+  acc0269cad31d1aaef2034a055b34c07c88a353d
 )
 
 prepare() {


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

2016-05-27 Thread Maxime Gauduin
Date: Friday, May 27, 2016 @ 13:37:46
  Author: alucryd
Revision: 177277

upgpkg: python-pylast 1.6.0-1

Modified:
  python-pylast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 11:30:55 UTC (rev 177276)
+++ PKGBUILD2016-05-27 11:37:46 UTC (rev 177277)
@@ -7,7 +7,7 @@
 
 pkgbase=python-pylast
 pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.4.2
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='A Python interface to Last.fm and Libre.fm'
 arch=('any')
@@ -14,8 +14,8 @@
 url='https://github.com/pylast/pylast'
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pylast/pylast-${pkgver}.tar.gz";)
-sha256sums=('e4bd8f9c8eef5662b2b03d61846c4c13b56a7b1c169476fe96c1a0e58d66da3b')
+source=("python-pylast-${pkgver}.tar.gz::https://github.com/pylast/pylast/archive/${pkgver}.tar.gz";)
+sha256sums=('14e611d231b25a9b2bd1b59baf6fb248834a6377c8dc3162ecf0cb57206d1321')
 
 prepare() {
   cp -r pylast-${pkgver} python2-pylast-${pkgver}


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

2016-05-27 Thread Maxime Gauduin
Date: Friday, May 27, 2016 @ 13:37:55
  Author: alucryd
Revision: 177278

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  100 ++---
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 11:37:46 UTC (rev 177277)
+++ PKGBUILD2016-05-27 11:37:55 UTC (rev 177278)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Steven Allen 
-# Contributor: Limao Luo 
-# Contributor: Wieland Hoffmann 
-# Contributor: Amr Hassan 
-
-pkgbase=python-pylast
-pkgname=('python-pylast' 'python2-pylast')
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='A Python interface to Last.fm and Libre.fm'
-arch=('any')
-url='https://github.com/pylast/pylast'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://pypi.python.org/packages/source/p/pylast/pylast-${pkgver}.tar.gz";)
-sha256sums=('e4bd8f9c8eef5662b2b03d61846c4c13b56a7b1c169476fe96c1a0e58d66da3b')
-
-prepare() {
-  cp -r pylast-${pkgver} python2-pylast-${pkgver}
-}
-
-build() {
-  cd pylast-${pkgver}
-
-  python setup.py build
-
-  cd ../python2-pylast-${pkgver}
-
-  python2 setup.py build
-}
-
-package_python-pylast() {
-  depends=('python-six')
-
-  cd pylast-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-pylast() {
-  depends=('python2-six')
-
-  cd python2-pylast-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pylast/repos/community-any/PKGBUILD (from rev 177277, 
python-pylast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 11:37:55 UTC (rev 177278)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Steven Allen 
+# Contributor: Limao Luo 
+# Contributor: Wieland Hoffmann 
+# Contributor: Amr Hassan 
+
+pkgbase=python-pylast
+pkgname=('python-pylast' 'python2-pylast')
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='A Python interface to Last.fm and Libre.fm'
+arch=('any')
+url='https://github.com/pylast/pylast'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-pylast-${pkgver}.tar.gz::https://github.com/pylast/pylast/archive/${pkgver}.tar.gz";)
+sha256sums=('14e611d231b25a9b2bd1b59baf6fb248834a6377c8dc3162ecf0cb57206d1321')
+
+prepare() {
+  cp -r pylast-${pkgver} python2-pylast-${pkgver}
+}
+
+build() {
+  cd pylast-${pkgver}
+
+  python setup.py build
+
+  cd ../python2-pylast-${pkgver}
+
+  python2 setup.py build
+}
+
+package_python-pylast() {
+  depends=('python-six')
+
+  cd pylast-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-pylast() {
+  depends=('python2-six')
+
+  cd python2-pylast-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2016-05-27 Thread Antonio Rojas
Date: Friday, May 27, 2016 @ 13:30:21
  Author: arojas
Revision: 177273

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

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

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

Copied: partitionmanager/repos/community-staging-i686/PKGBUILD (from rev 
177272, partitionmanager/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-27 11:30:21 UTC (rev 177273)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('2a57843092a9ebb67de70a65fa0f84af')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: partitionmanager/repos/community-staging-x86_64/PKGBUILD (from rev 
177272, partitionmanager/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-27 11:30:21 UTC (rev 177273)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('2a57843092a9ebb67de70a65fa0f84af')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-27 Thread Maxime Gauduin
Date: Friday, May 27, 2016 @ 13:30:25
  Author: alucryd
Revision: 177274

upgpkg: lib32-glib-networking 2.48.2-1

Modified:
  lib32-glib-networking/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 11:30:21 UTC (rev 177273)
+++ PKGBUILD2016-05-27 11:30:25 UTC (rev 177274)
@@ -3,17 +3,17 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-glib-networking
-pkgver=2.48.1
+pkgver=2.48.2
 pkgrel=1
 pkgdesc='Network-related giomodules for glib'
 arch=('x86_64')
-url='http://www.gtk.org/'
+url='https://git.gnome.org/browse/glib-networking/'
 license=('GPL2')
 depends=('glib-networking' 'lib32-glib2' 'lib32-gnutls' 'lib32-libproxy')
 makedepends=('ca-certificates' 'gcc-multilib' 'intltool')
 install='glib-networking.install'
 
source=("http://download.gnome.org/sources/glib-networking/${pkgver%.*}/glib-networking-${pkgver}.tar.xz";)
-sha256sums=('cf9923ab9860011c5af6d58b0aa1db693d353f2008014a3dcb07af1952bea44a')
+sha256sums=('925c0c49d6b2b8b5695f2e33cd952d1dbb7d18d3f2f796413577719315bb3a84')
 
 build() {
   cd glib-networking-${pkgver}


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

2016-05-27 Thread Antonio Rojas
Date: Friday, May 27, 2016 @ 13:29:57
  Author: arojas
Revision: 177272

Update to 2.2.0

Modified:
  partitionmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 11:27:10 UTC (rev 177271)
+++ PKGBUILD2016-05-27 11:29:57 UTC (rev 177272)
@@ -4,8 +4,8 @@
 # Contributor: Nick B 
 
 pkgname=partitionmanager
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="A KDE utility that allows you to manage disks, partitions, and file 
systems"
 arch=(i686 x86_64)
 url="http://kde.org/applications/system/kdepartitionmanager/";
@@ -13,7 +13,7 @@
 depends=(kpmcore hicolor-icon-theme)
 makedepends=(extra-cmake-modules kdoctools python)
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('c8ead3bad8b86b6ce2f21e9b3e268cca')
+md5sums=('2a57843092a9ebb67de70a65fa0f84af')
 
 prepare() {
   mkdir -p build


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

2016-05-27 Thread Antonio Rojas
Date: Friday, May 27, 2016 @ 13:27:10
  Author: arojas
Revision: 177271

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

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

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

Copied: kpmcore/repos/community-staging-i686/PKGBUILD (from rev 177270, 
kpmcore/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-27 11:27:10 UTC (rev 177271)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules python)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+'dosfstools: FAT32 support'
+'f2fs-tools: F2FS support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('62123e863e00c535170bb9ce93a324d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kpmcore/repos/community-staging-x86_64/PKGBUILD (from rev 177270, 
kpmcore/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-27 11:27:10 UTC (rev 177271)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kpmcore
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Library for managing partitions"
+arch=(i686 x86_64)
+url="http://kde.org/applications/system/kdepartitionmanager/";
+license=(GPL2)
+depends=(kio parted)
+makedepends=(extra-cmake-modules python)
+optdepends=('e2fsprogs: ext2/3/4 support'
+   'xfsprogs: XFS support'
+   'jfsutils: JFS support'
+   'reiserfsprogs: Reiser support'
+   'ntfs-3g: NTFS support'
+'dosfstools: FAT32 support'
+'f2fs-tools: F2FS support')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
+md5sums=('62123e863e00c535170bb9ce93a324d3')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2016-05-27 Thread Antonio Rojas
Date: Friday, May 27, 2016 @ 13:26:40
  Author: arojas
Revision: 177270

Update to 2.2.0

Modified:
  kpmcore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-27 11:25:40 UTC (rev 177269)
+++ PKGBUILD2016-05-27 11:26:40 UTC (rev 177270)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpmcore
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Library for managing partitions"
 arch=(i686 x86_64)
@@ -9,7 +9,7 @@
 url="http://kde.org/applications/system/kdepartitionmanager/";
 license=(GPL2)
 depends=(kio parted)
-makedepends=(extra-cmake-modules)
+makedepends=(extra-cmake-modules python)
 optdepends=('e2fsprogs: ext2/3/4 support'
'xfsprogs: XFS support'
'jfsutils: JFS support'
@@ -18,7 +18,7 @@
 'dosfstools: FAT32 support'
 'f2fs-tools: F2FS support')
 
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz";)
-md5sums=('bbba1178c9cafddbf2a90a7188e3918a')
+md5sums=('62123e863e00c535170bb9ce93a324d3')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in lib32-at-spi2-core/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2016-05-27 Thread Maxime Gauduin
Date: Friday, May 27, 2016 @ 13:25:40
  Author: alucryd
Revision: 177269

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD
(from rev 177268, lib32-at-spi2-core/trunk/PKGBUILD)
Deleted:
  lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-27 11:25:31 UTC (rev 177268)
+++ PKGBUILD2016-05-27 11:25:40 UTC (rev 177269)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:m Maxime Gauduin 
-# Contributor: jtts 
-# Contributor: Ionut Biru 
-
-pkgname=lib32-at-spi2-core
-pkgver=2.20.1
-pkgrel=1
-pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
-arch=('x86_64')
-url='http://www.gnome.org'
-license=('GPL2')
-depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
-makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
-source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz";)
-sha256sums=('6ed858e781f5aa9a9662b3beb5ef82f733dac040afc8255d85dffd2097f16900')
-
-prepare() {
-  cd at-spi2-core-${pkgver}
-
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  autoreconf -fi
-}
-
-build() {
-  cd at-spi2-core-${pkgver}
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/at-spi2-core' \
---sysconfdir='/etc' \
---disable-xevie
-  make
-}
-
-package() {
-  cd at-spi2-core-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-at-spi2-core/repos/multilib-x86_64/PKGBUILD (from rev 177268, 
lib32-at-spi2-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-27 11:25:40 UTC (rev 177269)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer:m Maxime Gauduin 
+# Contributor: jtts 
+# Contributor: Ionut Biru 
+
+pkgname=lib32-at-spi2-core
+pkgver=2.20.2
+pkgrel=1
+pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
+arch=('x86_64')
+url='http://www.gnome.org'
+license=('GPL2')
+depends=('at-spi2-core' 'lib32-glib2' 'lib32-libxtst')
+makedepends=('gcc-multilib' 'gobject-introspection' 'intltool')
+source=("http://download.gnome.org/sources/at-spi2-core/${pkgver%.*}/at-spi2-core-${pkgver}.tar.xz";)
+sha256sums=('88a4de9d43139f13cca531b47b901bc1b56e0ab06ba899126644abd4ac16a143')
+
+prepare() {
+  cd at-spi2-core-${pkgver}
+
+  sed '/AC_PATH_XTRA/d' -i configure.ac
+  autoreconf -fi
+}
+
+build() {
+  cd at-spi2-core-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--libexecdir='/usr/lib32/at-spi2-core' \
+--sysconfdir='/etc' \
+--disable-xevie
+  make
+}
+
+package() {
+  cd at-spi2-core-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/{etc,usr/{include,lib,share}}
+}
+
+# vim: ts=2 sw=2 et:


  1   2   3   >