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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:44:59
  Author: felixonmars
Revision: 246686

upgpkg: python-phonenumbers 8.7.0-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 14:43:01 UTC (rev 246685)
+++ PKGBUILD2017-07-28 14:44:59 UTC (rev 246686)
@@ -3,7 +3,7 @@
 
 pkgbase=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.6.0
+pkgver=8.7.0
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('Apache')
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/daviddrysdale/python-phonenumbers/archive/v$pkgver.tar.gz;)
-sha512sums=('875ac61d5609edc6df7bdc19bbb1615f9aa65346a1b719b168baa21c5d54ba8fff661442b426d6d787194c6924fe7f602d65e4968fc8ec0e999792f79d9605ba')
+sha512sums=('9c09ece1641d4c2e1e5308b2fd90d8e16600e92cc8eb3ea040e0fb301e3c188c4ce6ae4605eddaa38a1b2b2cd9e2e9b0fd5b78af658cd8db7dae49bbb638a315')
 
 prepare() {
   cp -a python-phonenumbers-$pkgver{,-py2}


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:43:01
  Author: felixonmars
Revision: 246685

upgpkg: python-softlayer 5.2.10-1

Modified:
  python-softlayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 14:42:34 UTC (rev 246684)
+++ PKGBUILD2017-07-28 14:43:01 UTC (rev 246685)
@@ -3,7 +3,7 @@
 
 pkgbase=python-softlayer
 pkgname=('python-softlayer' 'python2-softlayer')
-pkgver=5.2.8
+pkgver=5.2.10
 pkgrel=1
 pkgdesc="A library for SoftLayer's API"
 arch=('any')
@@ -14,26 +14,26 @@
  'python-prompt_toolkit' 'python2-prompt_toolkit' 
'python-pygments' 'python2-pygments')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock'
   'python-testtools' 'python2-testtools')
-source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v$pkgver.tar.gz;)
-sha512sums=('2b2ab9ef62d07f4fd443d77e624f02151635edf76a6307a829bfa968c8e3c179d45d3f3093ecc4d22c5352558f5947a3da85fef125c5f8ecb07bd33ff1a02773')
+source=("$pkgbase-$pkgver.tar.gz::http://github.com/softlayer/softlayer-python/archive/v.$pkgver.tar.gz;)
+sha512sums=('0486f151202a969d8e75663554780a6568507e032b124c2e7d4830acfcef542c21d41f57bf8158f7aa0b69635fce3b5901e9ae66344c8c85ca9a88ba79499003')
 
 prepare() {
-  cp -a softlayer-python-$pkgver{,-py2}
+  cp -a softlayer-python-v.$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/softlayer-python-$pkgver
+  cd "$srcdir"/softlayer-python-v.$pkgver
   python setup.py build
 
-  cd "$srcdir"/softlayer-python-$pkgver-py2
+  cd "$srcdir"/softlayer-python-v.$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/softlayer-python-$pkgver
+  cd "$srcdir"/softlayer-python-v.$pkgver
   python setup.py pytest
 
-  cd "$srcdir"/softlayer-python-$pkgver-py2
+  cd "$srcdir"/softlayer-python-v.$pkgver-py2
   python2 setup.py pytest
 }
 
@@ -41,7 +41,7 @@
   depends=('python-setuptools' 'python-prettytable' 'python-click' 
'python-requests'
'python-prompt_toolkit' 'python-pygments')
 
-  cd softlayer-python-$pkgver
+  cd softlayer-python-v.$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -50,7 +50,7 @@
   depends=('python2-setuptools' 'python2-prettytable' 'python2-click' 
'python2-requests'
'python2-prompt_toolkit' 'python2-pygments')
 
-  cd softlayer-python-$pkgver-py2
+  cd softlayer-python-v.$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:42:34
  Author: felixonmars
Revision: 246684

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-28 14:42:05 UTC (rev 246683)
+++ community-i686/PKGBUILD 2017-07-28 14:42:34 UTC (rev 246684)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('52499ad3a51a0890ac3002eb1223a0dde27a146a10a27e569d9fba502e61080340a569041af35d0c6bd38422850e4e3f35a583cb9100f394ea985c45124bcb49')
-
-prepare() {
-  mkdir -p build
-
-  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
-
-  rm deepin-terminal-$pkgver/vapi/gee-0.8.vapi
-}
-
-build() {
-  cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../deepin-terminal-$pkgver
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
-}

Copied: deepin-terminal/repos/community-i686/PKGBUILD (from rev 246683, 
deepin-terminal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 14:42:34 UTC (rev 246684)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-terminal
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='Default terminal emulation application for Deepin'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-terminal;
+license=('GPL3')
+depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
+ 'deepin-manual')
+makedepends=('vala' 'cmake')
+groups=('deepin-extra')
+#options=(!emptydirs)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
+sha512sums=('68b8eb118ffcb18aecdfadcc39f24038b2fde23aca8ebddf77adfc49286dd8baecd6f4e565eedf8a4f1c23faf1cedde300acd61fde2d7ef24d1ce6d5bb6800eb')
+
+prepare() {
+  mkdir -p build
+
+  sed -i 's|return __FILE__;|return 
"/usr/share/deepin-terminal/project_path.c";|' 
deepin-terminal-$pkgver/project_path.c
+
+  rm deepin-terminal-$pkgver/vapi/gee-0.8.vapi
+}
+
+build() {
+  cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../deepin-terminal-$pkgver
+  make
+}
+
+package() {
+  make -C build DESTDIR="$pkgdir" install
+  ln -s deepin-terminal "$pkgdir"/usr/bin/x-terminal-emulator
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-28 14:42:05 UTC (rev 246683)
+++ community-x86_64/PKGBUILD   2017-07-28 14:42:34 UTC (rev 246684)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-terminal
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='Default terminal emulation application for Deepin'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-terminal;
-license=('GPL3')
-depends=('vte3' 'libsecret' 'libgee' 'libwnck3' 'expect' 
'deepin-shortcut-viewer' 'deepin-menu'
- 'deepin-manual')
-makedepends=('vala' 'cmake')
-groups=('deepin-extra')
-#options=(!emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('52499ad3a51a0890ac3002eb1223a0dde27a146a10a27e569d9fba502e61080340a569041af35d0c6bd38422850e4e3f35a583cb9100f394ea985c45124bcb49')
-
-prepare() {
-  

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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:42:05
  Author: felixonmars
Revision: 246683

upgpkg: deepin-terminal 2.5.2-1

Modified:
  deepin-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 14:41:35 UTC (rev 246682)
+++ PKGBUILD2017-07-28 14:42:05 UTC (rev 246683)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-terminal
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc='Default terminal emulation application for Deepin'
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 groups=('deepin-extra')
 #options=(!emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-terminal/archive/$pkgver.tar.gz;)
-sha512sums=('52499ad3a51a0890ac3002eb1223a0dde27a146a10a27e569d9fba502e61080340a569041af35d0c6bd38422850e4e3f35a583cb9100f394ea985c45124bcb49')
+sha512sums=('68b8eb118ffcb18aecdfadcc39f24038b2fde23aca8ebddf77adfc49286dd8baecd6f4e565eedf8a4f1c23faf1cedde300acd61fde2d7ef24d1ce6d5bb6800eb')
 
 prepare() {
   mkdir -p build


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:41:35
  Author: felixonmars
Revision: 246682

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

Added:
  deepin-file-manager/repos/community-i686/PKGBUILD
(from rev 246681, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 246681, deepin-file-manager/trunk/PKGBUILD)
Deleted:
  deepin-file-manager/repos/community-i686/PKGBUILD
  deepin-file-manager/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-28 14:41:07 UTC (rev 246681)
+++ community-i686/PKGBUILD 2017-07-28 14:41:35 UTC (rev 246682)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.2.0
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
- 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/dde-file-manager/commit/ddc018cef1172324c1b6773fc8695b8f9f96ca1d.patch)
-sha512sums=('1050786b101e953cd73e32fb332fcc781f073f2a8aefdb1281b08c346595b993d87552560083a7f8b7f16edd99adf2b21deca866b5e1eab12078500bd4ba4758'
-
'beb94ea5e3a2aaa0c178da217390cf9f206842970852d2eeb8d06ca5e4a33ea797bb76a2251899d7d729bdc860a9c069747ff0730e331953e360ff5a3b865019')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  patch -R -p1 -i ../ddc018cef1172324c1b6773fc8695b8f9f96ca1d.patch
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-i686/PKGBUILD (from rev 246681, 
deepin-file-manager/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 14:41:35 UTC (rev 246682)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.2.1
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
+ 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 'file-roller'
+ 'deepin-qt-dbus-factory' 'treefrog-framework' 'deepin-terminal' 
'gst-plugins-good' 'mpv')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('dd3279f38016da3afd7c9faa2e15eb5a7eb5376fe4740e42e6f46529566a4bdbeaa832c2585b60508a08a43ca35035f7182ae26372048b180e2729212cd3d8b5')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-28 14:41:07 UTC (rev 246681)
+++ community-x86_64/PKGBUILD   2017-07-28 14:41:35 UTC (rev 246682)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.2.0
-pkgrel=2
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-tool-kit' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 'file' 
'polkit-qt5'
- 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'deepin-manual' 

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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:41:07
  Author: felixonmars
Revision: 246681

upgpkg: deepin-file-manager 1:4.2.1-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 14:40:58 UTC (rev 246680)
+++ PKGBUILD2017-07-28 14:41:07 UTC (rev 246681)
@@ -4,8 +4,8 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.2.1
+pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
 arch=('i686' 'x86_64')
@@ -19,16 +19,9 @@
 provides=('deepin-desktop')
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/dde-file-manager/commit/ddc018cef1172324c1b6773fc8695b8f9f96ca1d.patch)
-sha512sums=('1050786b101e953cd73e32fb332fcc781f073f2a8aefdb1281b08c346595b993d87552560083a7f8b7f16edd99adf2b21deca866b5e1eab12078500bd4ba4758'
-
'beb94ea5e3a2aaa0c178da217390cf9f206842970852d2eeb8d06ca5e4a33ea797bb76a2251899d7d729bdc860a9c069747ff0730e331953e360ff5a3b865019')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('dd3279f38016da3afd7c9faa2e15eb5a7eb5376fe4740e42e6f46529566a4bdbeaa832c2585b60508a08a43ca35035f7182ae26372048b180e2729212cd3d8b5')
 
-prepare() {
-  cd dde-file-manager-$pkgver
-  patch -R -p1 -i ../ddc018cef1172324c1b6773fc8695b8f9f96ca1d.patch
-}
-
 build() {
   cd dde-file-manager-$pkgver
   qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:40:58
  Author: felixonmars
Revision: 246680

archrelease: copy trunk to community-any

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

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

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

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

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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:40:36
  Author: felixonmars
Revision: 246679

upgpkg: python-pytest-xdist 1.18.2-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 14:40:22 UTC (rev 246678)
+++ PKGBUILD2017-07-28 14:40:36 UTC (rev 246679)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing 
modes'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 
'python2-setuptools_scm'
  'python-execnet' 'python2-execnet')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-xdist/archive/v$pkgver.tar.gz;)
-sha512sums=('7a43e533a01881f290949f5e48cfa2eec297f1060ead9784b27af9772bd1aa56e507b02e1dd2f327d9dfeb6be69302482b839e646c2fa0b4b2cbb41def764a8a')
+sha512sums=('0f7e6d004386ef07fcfacc4fa221cfee320319433937a7dac494739a0661223739d55072d4675d591461ca3eaa4b4ae7fb5ddd5c18d70b97b477018951ce37ac')
 
 prepare() {
   cp -a pytest-xdist-$pkgver{,-py2}


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:40:05
  Author: felixonmars
Revision: 246677

upgpkg: ruby-faraday-middleware 0.12.0-1

Modified:
  ruby-faraday-middleware/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 14:35:41 UTC (rev 246676)
+++ PKGBUILD2017-07-28 14:40:05 UTC (rev 246677)
@@ -3,7 +3,7 @@
 # Contributor: Carsten Feuls 
 
 pkgname=ruby-faraday-middleware
-pkgver=0.11.0.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Various middleware for Faraday'
 arch=('any')
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/faraday_middleware-$pkgver.gem;)
 noextract=("faraday_middleware-$pkgver.gem")
-md5sums=('4ebc8a097da7522492c41e84936ddf1a')
+sha512sums=('de279c3c2ff1f1348908055f7b5b9054e330cf5e07530bce0baad30f46a79c376a95a41627cc460aba093811e3fab4377b2a9f3903a9b0487140ea9d6c90d0e5')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-faraday-middleware/repos/community-any (2 files)

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:40:22
  Author: felixonmars
Revision: 246678

archrelease: copy trunk to community-any

Added:
  ruby-faraday-middleware/repos/community-any/PKGBUILD
(from rev 246677, ruby-faraday-middleware/trunk/PKGBUILD)
Deleted:
  ruby-faraday-middleware/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-28 14:40:05 UTC (rev 246677)
+++ PKGBUILD2017-07-28 14:40:22 UTC (rev 246678)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Carsten Feuls 
-
-pkgname=ruby-faraday-middleware
-pkgver=0.11.0.1
-pkgrel=1
-pkgdesc='Various middleware for Faraday'
-arch=('any')
-url='https://github.com/lostisland/faraday_middleware'
-license=('MIT')
-depends=('ruby' 'ruby-faraday')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/faraday_middleware-$pkgver.gem;)
-noextract=("faraday_middleware-$pkgver.gem")
-md5sums=('4ebc8a097da7522492c41e84936ddf1a')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday_middleware-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/faraday_middleware-$pkgver.gem"
-  install -D -m644 
"$pkgdir/$_gemdir/gems/faraday_middleware-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-faraday-middleware/repos/community-any/PKGBUILD (from rev 246677, 
ruby-faraday-middleware/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-28 14:40:22 UTC (rev 246678)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Carsten Feuls 
+
+pkgname=ruby-faraday-middleware
+pkgver=0.12.0
+pkgrel=1
+pkgdesc='Various middleware for Faraday'
+arch=('any')
+url='https://github.com/lostisland/faraday_middleware'
+license=('MIT')
+depends=('ruby' 'ruby-faraday')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/faraday_middleware-$pkgver.gem;)
+noextract=("faraday_middleware-$pkgver.gem")
+sha512sums=('de279c3c2ff1f1348908055f7b5b9054e330cf5e07530bce0baad30f46a79c376a95a41627cc460aba093811e3fab4377b2a9f3903a9b0487140ea9d6c90d0e5')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" faraday_middleware-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/faraday_middleware-$pkgver.gem"
+  install -D -m644 
"$pkgdir/$_gemdir/gems/faraday_middleware-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:35:41
  Author: felixonmars
Revision: 246676

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

Added:
  deepin-qt5integration/repos/community-i686/PKGBUILD
(from rev 246675, deepin-qt5integration/trunk/PKGBUILD)
  deepin-qt5integration/repos/community-i686/use-system-qt5-headers.patch
(from rev 246675, deepin-qt5integration/trunk/use-system-qt5-headers.patch)
  deepin-qt5integration/repos/community-x86_64/PKGBUILD
(from rev 246675, deepin-qt5integration/trunk/PKGBUILD)
  deepin-qt5integration/repos/community-x86_64/use-system-qt5-headers.patch
(from rev 246675, deepin-qt5integration/trunk/use-system-qt5-headers.patch)
Deleted:
  deepin-qt5integration/repos/community-i686/PKGBUILD
  deepin-qt5integration/repos/community-i686/qt-5.9.patch
  deepin-qt5integration/repos/community-i686/use-system-qt5-headers.patch
  deepin-qt5integration/repos/community-x86_64/PKGBUILD
  deepin-qt5integration/repos/community-x86_64/qt-5.9.patch
  deepin-qt5integration/repos/community-x86_64/use-system-qt5-headers.patch

---+
 /PKGBUILD |   70 
 /use-system-qt5-headers.patch |   54 ++
 community-i686/PKGBUILD   |   37 
 community-i686/qt-5.9.patch   |   46 ---
 community-i686/use-system-qt5-headers.patch   |   27 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/qt-5.9.patch |   46 ---
 community-x86_64/use-system-qt5-headers.patch |   27 -
 8 files changed, 124 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-28 14:35:12 UTC (rev 246675)
+++ community-i686/PKGBUILD 2017-07-28 14:35:41 UTC (rev 246676)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5integration
-pkgver=0.2.1
-pkgrel=1
-pkgdesc='Deepin Qt5 platform plugin'
-arch=('i686' 'x86_64')
-url="http://github.com/linuxdeepin/qt5integration;
-license=('GPL3')
-depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
-makedepends=('xcb-util-renderutil' 'deepin-file-manager' 
'qt5-xcb-private-headers')
-replaces=('qt5dxcb-plugin')
-conflicts=('qt5dxcb-plugin')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;
-use-system-qt5-headers.patch qt-5.9.patch)
-sha512sums=('833d9716f10a5dbe7de19f5dc6ef2b11af3baac9108b96ab09b38f2dd71471257a26a4947bd0ff2f2258b7b35c66a3c298284aba269c327f1a255f98829e9989'
-
'29152204a36efc5fc2376b74be2ebe1d9cb253f9371ca8b0e9bf95c415c903f956d0d400eaffb3f708f81b19acd0a5383647af3a5a10cf6a61dfa586eb1bd57b'
-
'b5c8a41184e5fd4d9bc6b7b3f1028181e1c98b5c2ca6cc072efcd49b643844f7999b13de66ffdf0260825ae1e1921437476d4865c96043dd376a4c452536379c')
-
-prepare() {
-  cd qt5integration-$pkgver
-  patch -p1 -i ../use-system-qt5-headers.patch
-  patch -p1 -i ../qt-5.9.patch
-}
-
-build() {
-  cd qt5integration-$pkgver
-  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5integration-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5integration/repos/community-i686/PKGBUILD (from rev 246675, 
deepin-qt5integration/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 14:35:41 UTC (rev 246676)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5integration
+pkgver=0.2.2
+pkgrel=1
+pkgdesc='Deepin Qt5 platform plugin'
+arch=('i686' 'x86_64')
+url="http://github.com/linuxdeepin/qt5integration;
+license=('GPL3')
+depends=('deepin-tool-kit' 'libqtxdg' 'gtk2')
+makedepends=('xcb-util-renderutil' 'deepin-file-manager' 
'qt5-xcb-private-headers')
+replaces=('qt5dxcb-plugin')
+conflicts=('qt5dxcb-plugin')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;
+use-system-qt5-headers.patch)
+sha512sums=('af665a4156b20a9686c18956305ffd8def8e7eadf8ba970415bd5c41e25d97f61d1408d5ec4cb28fff29af8a660d66907280b62db2caa47b9cdbf1984fb622d6'
+
'29152204a36efc5fc2376b74be2ebe1d9cb253f9371ca8b0e9bf95c415c903f956d0d400eaffb3f708f81b19acd0a5383647af3a5a10cf6a61dfa586eb1bd57b')
+
+prepare() {
+  cd qt5integration-$pkgver
+  patch -p1 -i ../use-system-qt5-headers.patch
+}
+
+build() {
+  cd qt5integration-$pkgver
+  qmake-qt5 QMAKE_CFLAGS_ISYSTEM= PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5integration-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-i686/qt-5.9.patch
===
--- 

[arch-commits] Commit in deepin-qt5integration/trunk (PKGBUILD qt-5.9.patch)

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 14:35:12
  Author: felixonmars
Revision: 246675

upgpkg: deepin-qt5integration 0.2.2-1

Modified:
  deepin-qt5integration/trunk/PKGBUILD
Deleted:
  deepin-qt5integration/trunk/qt-5.9.patch

--+
 PKGBUILD |   10 --
 qt-5.9.patch |   46 --
 2 files changed, 4 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 10:35:35 UTC (rev 246674)
+++ PKGBUILD2017-07-28 14:35:12 UTC (rev 246675)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5integration
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc='Deepin Qt5 platform plugin'
 arch=('i686' 'x86_64')
@@ -14,15 +14,13 @@
 conflicts=('qt5dxcb-plugin')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5integration/archive/$pkgver.tar.gz;
-use-system-qt5-headers.patch qt-5.9.patch)
-sha512sums=('833d9716f10a5dbe7de19f5dc6ef2b11af3baac9108b96ab09b38f2dd71471257a26a4947bd0ff2f2258b7b35c66a3c298284aba269c327f1a255f98829e9989'
-
'29152204a36efc5fc2376b74be2ebe1d9cb253f9371ca8b0e9bf95c415c903f956d0d400eaffb3f708f81b19acd0a5383647af3a5a10cf6a61dfa586eb1bd57b'
-
'b5c8a41184e5fd4d9bc6b7b3f1028181e1c98b5c2ca6cc072efcd49b643844f7999b13de66ffdf0260825ae1e1921437476d4865c96043dd376a4c452536379c')
+use-system-qt5-headers.patch)
+sha512sums=('af665a4156b20a9686c18956305ffd8def8e7eadf8ba970415bd5c41e25d97f61d1408d5ec4cb28fff29af8a660d66907280b62db2caa47b9cdbf1984fb622d6'
+
'29152204a36efc5fc2376b74be2ebe1d9cb253f9371ca8b0e9bf95c415c903f956d0d400eaffb3f708f81b19acd0a5383647af3a5a10cf6a61dfa586eb1bd57b')
 
 prepare() {
   cd qt5integration-$pkgver
   patch -p1 -i ../use-system-qt5-headers.patch
-  patch -p1 -i ../qt-5.9.patch
 }
 
 build() {

Deleted: qt-5.9.patch
===
--- qt-5.9.patch2017-07-28 10:35:35 UTC (rev 246674)
+++ qt-5.9.patch2017-07-28 14:35:12 UTC (rev 246675)
@@ -1,46 +0,0 @@
-commit c07d348bae9bbb96dcecd682ff50e2e31fdffc48
-Author: Felix Yan 
-Date:   Tue Jul 11 12:46:16 2017 +0800
-
-Fix compatibility with Qt 5.9
-
-Change-Id: I53f07a89ff49c69a40e06ae91fc4b6e431280630
-
-diff --git a/platformplugin/dplatformwindowhelper.cpp 
b/platformplugin/dplatformwindowhelper.cpp
-index 3145836..1700d6a 100644
 a/platformplugin/dplatformwindowhelper.cpp
-+++ b/platformplugin/dplatformwindowhelper.cpp
-@@ -314,10 +314,17 @@ bool DPlatformWindowHelper::isExposed() const
- return me()->m_frameWindow->handle()->isExposed();
- }
- 
-+#if QT_VERSION >= QT_VERSION_CHECK(5, 9, 0)
-+bool DPlatformWindowHelper::isEmbedded() const
-+{
-+return me()->m_frameWindow->handle()->isEmbedded();
-+}
-+#else
- bool DPlatformWindowHelper::isEmbedded(const QPlatformWindow *parentWindow) 
const
- {
- return me()->m_frameWindow->handle()->isEmbedded(parentWindow);
- }
-+#endif
- 
- void DPlatformWindowHelper::propagateSizeHints()
- {
-diff --git a/platformplugin/dplatformwindowhelper.h 
b/platformplugin/dplatformwindowhelper.h
-index 4c2f367..843aecc 100644
 a/platformplugin/dplatformwindowhelper.h
-+++ b/platformplugin/dplatformwindowhelper.h
-@@ -60,7 +60,11 @@ public:
- 
- bool isExposed() const;
- bool isActive() const;
-+#if QT_VERSION >= QT_VERSION_CHECK(5, 9, 0)
-+bool isEmbedded() const;
-+#else
- bool isEmbedded(const QPlatformWindow *parentWindow = 0) const;
-+#endif
- 
- void propagateSizeHints();
- 


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

2017-07-28 Thread Sergej Pupykin
Date: Friday, July 28, 2017 @ 10:35:35
  Author: spupykin
Revision: 246674

archrelease: copy trunk to community-any

Added:
  scala/repos/community-any/PKGBUILD
(from rev 246673, scala/trunk/PKGBUILD)
Deleted:
  scala/repos/community-any/PKGBUILD

--+
 PKGBUILD |  152 ++---
 1 file changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-28 10:35:08 UTC (rev 246673)
+++ PKGBUILD2017-07-28 10:35:35 UTC (rev 246674)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: Marcin Karpezo 
-
-pkgbase=scala
-pkgname=(scala scala-docs scala-sources)
-pkgver=2.12.2
-pkgrel=1
-_watch="https://github.com/scala/scala/releases;
-_distdate=20161205-201300
-_distsha=2787b47396
-pkgdesc="A Java-interoperable language with object-oriented and functional 
features"
-arch=('any')
-url="http://www.scala-lang.org;
-license=('BSD')
-depends=('java-runtime>=8' 'java-environment>=8')
-makedepends=('sbt' 'git')
-source=("scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
-   
"scala-docs-${pkgver}.tar.xz::http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-sha256sums=('822ef9c8077765cf558c1bbc88e957ccae77402ca02f432053f4f3bf4f91a2b1'
-'b64ac34aac4d61c8925ec51fcedc13438aa2ad8d49afa25d46ba4a1d0bb87f6c')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  chmod 0755 tools/*
-  echo -e "#!/bin/bash\necho ${_distdate}" >tools/get-scala-commit-date
-  echo -e "#!/bin/bash\necho ${_distsha}" >tools/get-scala-commit-sha
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  sbt dist/mkPack packageSrc packageDoc
-}
-
-package_scala() {
-  depends=('java-runtime')
-  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
-
-  cd "$srcdir"/${pkgname}-${pkgver}/build/pack
-
-  install -d "$pkgdir"/usr/{bin,share} "$pkgdir"/usr/share/man/man1 
"$pkgdir"/usr/share/scala/{bin,lib}
-  cp -r lib "$pkgdir"/usr/share/scala/
-#  cp -r target/scala-dist/resource_managed/main/man "$pkgdir"/usr/share/
-  install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
"$pkgdir"/usr/share/scala/bin
-  install -D -m0644 "$srcdir"/scala-${pkgver}/doc/LICENSE.md 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.md
-
-  ln -s ../share/scala/bin/fsc "$pkgdir"/usr/bin/fsc
-  ln -s ../share/scala/bin/scala "$pkgdir"/usr/bin/scala
-  ln -s ../share/scala/bin/scalac "$pkgdir"/usr/bin/scalac
-  ln -s ../share/scala/bin/scalap "$pkgdir"/usr/bin/scalap
-  ln -s ../share/scala/bin/scaladoc "$pkgdir"/usr/bin/scaladoc
-}
-
-package_scala-docs() {
-  replaces=('scala-doc' 'scala-devel-docs')
-  pkgdesc="Scala documentation"
-  depends=()
-
-  cd "$srcdir"/scala-${pkgver}
-  mkdir -p "$pkgdir"/usr/share/doc/
-  cp -r api "$pkgdir"/usr/share/doc/scala
-  install -D -m0644 "$srcdir"/scala-${pkgver}/doc/LICENSE.md 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.md
-}
-
-package_scala-sources() {
-  replaces=('scala-src')
-  pkgdesc="Scala sources"
-  depends=()
-
-  cd "$srcdir"/scala-${pkgver}
-  mkdir -p "$pkgdir"/usr/share/scala/
-  find . -type f -name '*-sources.jar' | while read f; do
-install -Dm0644 $f "$pkgdir"/usr/share/scala/src/`basename $f`
-  done
-  install -D -m0644 "$srcdir"/scala-${pkgver}/doc/LICENSE.md 
"$pkgdir"/usr/share/licenses/${pkgname}/LICENSE.md
-}

Copied: scala/repos/community-any/PKGBUILD (from rev 246673, 
scala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-28 10:35:35 UTC (rev 246674)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Marcin Karpezo 
+
+pkgbase=scala
+pkgname=(scala scala-docs scala-sources)
+pkgver=2.12.3
+pkgrel=1
+_watch="https://github.com/scala/scala/releases;
+_distdate=20170728-014500
+_distsha=6ac6da8b61
+pkgdesc="A Java-interoperable language with object-oriented and functional 
features"
+arch=('any')
+url="http://www.scala-lang.org;
+license=('BSD')
+depends=('java-runtime>=8' 'java-environment>=8')
+makedepends=('sbt' 'git')
+source=("scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
+   
"scala-docs-${pkgver}.tar.xz::http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
+sha256sums=('09b0c51f214ec60bf0597f9d8cd22a29d2b2c4b204b1ac01cb7122f8bac95d27'
+'b3b2b4d222b5dc210505b9615fdfa18711a7f44faa4ecea3be5a1c1b03d5fac0')
+
+prepa

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

2017-07-28 Thread Sergej Pupykin
Date: Friday, July 28, 2017 @ 10:35:08
  Author: spupykin
Revision: 246673

upgpkg: scala 2.12.3-1

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 09:02:27 UTC (rev 246672)
+++ PKGBUILD2017-07-28 10:35:08 UTC (rev 246673)
@@ -4,11 +4,11 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.12.2
+pkgver=2.12.3
 pkgrel=1
 _watch="https://github.com/scala/scala/releases;
-_distdate=20161205-201300
-_distsha=2787b47396
+_distdate=20170728-014500
+_distsha=6ac6da8b61
 pkgdesc="A Java-interoperable language with object-oriented and functional 
features"
 arch=('any')
 url="http://www.scala-lang.org;
@@ -17,8 +17,8 @@
 makedepends=('sbt' 'git')
 
source=("scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;

"scala-docs-${pkgver}.tar.xz::http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-sha256sums=('822ef9c8077765cf558c1bbc88e957ccae77402ca02f432053f4f3bf4f91a2b1'
-'b64ac34aac4d61c8925ec51fcedc13438aa2ad8d49afa25d46ba4a1d0bb87f6c')
+sha256sums=('09b0c51f214ec60bf0597f9d8cd22a29d2b2c4b204b1ac01cb7122f8bac95d27'
+'b3b2b4d222b5dc210505b9615fdfa18711a7f44faa4ecea3be5a1c1b03d5fac0')
 
 prepare() {
   cd "$srcdir"/${pkgname}-${pkgver}


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

2017-07-28 Thread Jan de Groot
Date: Friday, July 28, 2017 @ 09:10:47
  Author: jgc
Revision: 301311

upgpkg: gjs 1.48.6-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 06:31:32 UTC (rev 301310)
+++ PKGBUILD2017-07-28 09:10:47 UTC (rev 301311)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.48.5
+pkgver=1.48.6
 pkgrel=1
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs;
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(cairo gobject-introspection-runtime js38 gtk3)
 makedepends=(gobject-introspection git gnome-common)
-_commit=43c5d7839630dd166372f2c404a9a72c87fd102a  # tags/1.48.5^0
+_commit=a9db649304db525ca166ec0845ee7a86cea4bf7f  # tags/1.48.6^0
 source=("git+https://git.gnome.org/browse/gjs#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2017-07-28 Thread Jan de Groot
Date: Friday, July 28, 2017 @ 09:10:54
  Author: jgc
Revision: 301312

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-28 09:10:47 UTC (rev 301311)
+++ extra-i686/PKGBUILD 2017-07-28 09:10:54 UTC (rev 301312)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.48.5
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js38 gtk3)
-makedepends=(gobject-introspection git gnome-common)
-_commit=43c5d7839630dd166372f2c404a9a72c87fd102a  # tags/1.48.5^0
-source=("git+https://git.gnome.org/browse/gjs#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-i686/PKGBUILD (from rev 301311, gjs/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-28 09:10:54 UTC (rev 301312)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.48.6
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js38 gtk3)
+makedepends=(gobject-introspection git gnome-common)
+_commit=a9db649304db525ca166ec0845ee7a86cea4bf7f  # tags/1.48.6^0
+source=("git+https://git.gnome.org/browse/gjs#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # Needs a display
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-28 09:10:47 UTC (rev 301311)
+++ extra-x86_64/PKGBUILD   2017-07-28 09:10:54 UTC (rev 301312)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.48.5
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js38 gtk3)
-makedepends=(gobject-introspection git gnome-common)
-_commit=43c5d7839630dd166372f2c404a9a72c87fd102a  # tags/1.48.5^0
-source=("git+https://git.gnome.org/browse/gjs#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # Needs a display
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 301311, gjs/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-28 09:10:54 UTC (rev 301312)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.48.6
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js38 gtk3)
+makedepends=(gobject-introspection git gnome-common)
+_commit=a9db649304db525ca166ec0845ee7a86cea4bf7f  # tags/1.48.6^0
+source=("git+https://git.gnome.org/browse/gjs#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 

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

2017-07-28 Thread Massimiliano Torromeo
Date: Friday, July 28, 2017 @ 09:02:08
  Author: mtorromeo
Revision: 246671

upgpkg: python-iso8601 0.1.12-1

Modified:
  python-iso8601/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 07:39:37 UTC (rev 246670)
+++ PKGBUILD2017-07-28 09:02:08 UTC (rev 246671)
@@ -4,8 +4,8 @@
 pkgbase=python-iso8601
 pkgname=(python-iso8601 python2-iso8601)
 _libname=iso8601
-pkgver=0.1.11
-pkgrel=2
+pkgver=0.1.12
+pkgrel=1
 pkgdesc="Simple module to parse ISO 8601 dates"
 arch=(any)
 url="https://pyiso8601.readthedocs.io/en/latest/;
@@ -12,6 +12,7 @@
 license=('MIT')
 
source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
 makedepends=(python-setuptools python2-setuptools)
+sha256sums=('49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82')
 
 build() {
cd "$srcdir/$_libname-$pkgver"
@@ -40,5 +41,3 @@
python2 setup.py install --skip-build -O1 --root="$pkgdir"
install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-sha256sums=('e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30')


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

2017-07-28 Thread Massimiliano Torromeo
Date: Friday, July 28, 2017 @ 09:02:27
  Author: mtorromeo
Revision: 246672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-28 09:02:08 UTC (rev 246671)
+++ PKGBUILD2017-07-28 09:02:27 UTC (rev 246672)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 106746 2014-03-07 08:11:41Z mtorromeo $
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=python-iso8601
-pkgname=(python-iso8601 python2-iso8601)
-_libname=iso8601
-pkgver=0.1.11
-pkgrel=2
-pkgdesc="Simple module to parse ISO 8601 dates"
-arch=(any)
-url="https://pyiso8601.readthedocs.io/en/latest/;
-license=('MIT')
-source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
-makedepends=(python-setuptools python2-setuptools)
-
-build() {
-   cd "$srcdir/$_libname-$pkgver"
-
-   rm -rf ../buildpy3; mkdir ../buildpy3
-   python setup.py build -b ../buildpy3
-
-   rm -rf ../buildpy2; mkdir ../buildpy2
-   python2 setup.py build -b ../buildpy2
-}
-
-package_python-iso8601() {
-   depends=(python)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy3 build
-   python setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-iso8601() {
-   depends=(python2)
-
-   cd "$srcdir/$_libname-$pkgver"
-   rm -rf build; ln -s ../buildpy2 build
-   python2 setup.py install --skip-build -O1 --root="$pkgdir"
-   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-sha256sums=('e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30')

Copied: python-iso8601/repos/community-any/PKGBUILD (from rev 246671, 
python-iso8601/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-28 09:02:27 UTC (rev 246672)
@@ -0,0 +1,43 @@
+# $Id: PKGBUILD 106746 2014-03-07 08:11:41Z mtorromeo $
+# Maintainer: Massimiliano Torromeo 
+
+pkgbase=python-iso8601
+pkgname=(python-iso8601 python2-iso8601)
+_libname=iso8601
+pkgver=0.1.12
+pkgrel=1
+pkgdesc="Simple module to parse ISO 8601 dates"
+arch=(any)
+url="https://pyiso8601.readthedocs.io/en/latest/;
+license=('MIT')
+source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
+makedepends=(python-setuptools python2-setuptools)
+sha256sums=('49c4b20e1f38aa5cf109ddcd39647ac419f928512c869dc01d5c7098eddede82')
+
+build() {
+   cd "$srcdir/$_libname-$pkgver"
+
+   rm -rf ../buildpy3; mkdir ../buildpy3
+   python setup.py build -b ../buildpy3
+
+   rm -rf ../buildpy2; mkdir ../buildpy2
+   python2 setup.py build -b ../buildpy2
+}
+
+package_python-iso8601() {
+   depends=(python)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy3 build
+   python setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-iso8601() {
+   depends=(python2)
+
+   cd "$srcdir/$_libname-$pkgver"
+   rm -rf build; ln -s ../buildpy2 build
+   python2 setup.py install --skip-build -O1 --root="$pkgdir"
+   install -m0644 -D "LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-07-28 Thread Massimiliano Torromeo
Date: Friday, July 28, 2017 @ 07:39:37
  Author: mtorromeo
Revision: 246670

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

Added:
  gearmand/repos/community-i686/PKGBUILD
(from rev 246669, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-i686/gearmand.conf
(from rev 246669, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-i686/gearmand.service
(from rev 246669, gearmand/trunk/gearmand.service)
  gearmand/repos/community-i686/user.conf
(from rev 246669, gearmand/trunk/user.conf)
  gearmand/repos/community-x86_64/PKGBUILD
(from rev 246669, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-x86_64/gearmand.conf
(from rev 246669, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-x86_64/gearmand.service
(from rev 246669, gearmand/trunk/gearmand.service)
  gearmand/repos/community-x86_64/user.conf
(from rev 246669, gearmand/trunk/user.conf)
Deleted:
  gearmand/repos/community-i686/PKGBUILD
  gearmand/repos/community-i686/gearmand.conf
  gearmand/repos/community-i686/gearmand.service
  gearmand/repos/community-i686/user.conf
  gearmand/repos/community-x86_64/PKGBUILD
  gearmand/repos/community-x86_64/gearmand.conf
  gearmand/repos/community-x86_64/gearmand.service
  gearmand/repos/community-x86_64/user.conf

---+
 /PKGBUILD |  102 
 /gearmand.conf|2 
 /gearmand.service |   24 
 /user.conf|2 
 community-i686/PKGBUILD   |   51 --
 community-i686/gearmand.conf  |1 
 community-i686/gearmand.service   |   12 
 community-i686/user.conf  |1 
 community-x86_64/PKGBUILD |   51 --
 community-x86_64/gearmand.conf|1 
 community-x86_64/gearmand.service |   12 
 community-x86_64/user.conf|1 
 12 files changed, 130 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-28 07:39:12 UTC (rev 246669)
+++ community-i686/PKGBUILD 2017-07-28 07:39:37 UTC (rev 246670)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Lev Lybin 
-# Contributor: Vadym Abramchuk 
-# Contributor: John Gerritse 
-
-pkgname=gearmand
-pkgver=1.1.16
-pkgrel=3
-pkgdesc="Distributed job queue server."
-arch=('i686' 'x86_64')
-depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
-makedepends=('boost' 'gperf' 'python-sphinx')
-conflicts=('gearman')
-replaces=('gearman')
-provides=("gearman=$pkgver")
-url="http://gearman.org/;
-license=('CUSTOM')
-backup=('etc/gearmand.conf')
-source=(https://github.com/gearman/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
-gearmand.service
-gearmand.conf
-user.conf)
-sha256sums=('d0207fa3004318af3c65d4ac8c9a1547acf104fccd1280013a7f091da2c8'
-'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
-'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
-'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  export LDFLAGS="$LDFLAGS -lboost_system"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/run \
---disable-static \
---enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  cd "$srcdir"
-  install -Dm644 gearmand.service 
"$pkgdir"/usr/lib/systemd/system/gearmand.service
-  install -Dm644 gearmand.conf "$pkgdir"/etc/gearmand.conf
-   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/gearmand.conf
-}

Copied: gearmand/repos/community-i686/PKGBUILD (from rev 246669, 
gearmand/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 07:39:37 UTC (rev 246670)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.17
+pkgrel=1
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/;
+license=('CUSTOM')
+backup=('etc/gearmand.conf')

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

2017-07-28 Thread Massimiliano Torromeo
Date: Friday, July 28, 2017 @ 07:39:12
  Author: mtorromeo
Revision: 246669

upgpkg: gearmand 1.1.17-1

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 07:37:55 UTC (rev 246668)
+++ PKGBUILD2017-07-28 07:39:12 UTC (rev 246669)
@@ -5,8 +5,8 @@
 # Contributor: John Gerritse 
 
 pkgname=gearmand
-pkgver=1.1.16
-pkgrel=3
+pkgver=1.1.17
+pkgrel=1
 pkgdesc="Distributed job queue server."
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
@@ -21,7 +21,7 @@
 gearmand.service
 gearmand.conf
 user.conf)
-sha256sums=('d0207fa3004318af3c65d4ac8c9a1547acf104fccd1280013a7f091da2c8'
+sha256sums=('f9fa59d60c0ad03b449942c6fe24abe09456056852fae89a05052fa25c113c0f'
 'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
 '6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
 '02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:37:55
  Author: felixonmars
Revision: 246668

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-28 07:37:27 UTC (rev 246667)
+++ community-i686/PKGBUILD 2017-07-28 07:37:55 UTC (rev 246668)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screenshot
-pkgver=4.0.8
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screenshot;
-license=('GPL3')
-depends=('deepin-tool-kit' 'deepin-daemon')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz;)
-sha512sums=('782a26c134cad1eac67d96030ff8da3f14f6010d74cd64f421ce6445d9f3897f17c3bdab741b9d954bef5223604d9cf7bda225299e52899e8f4dcb9560038559')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-i686/PKGBUILD (from rev 246667, 
deepin-screenshot/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 07:37:55 UTC (rev 246668)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screenshot
+pkgver=4.0.8
+pkgrel=2
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot;
+license=('GPL3')
+depends=('deepin-tool-kit')
+makedepends=('qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz;)
+sha512sums=('782a26c134cad1eac67d96030ff8da3f14f6010d74cd64f421ce6445d9f3897f17c3bdab741b9d954bef5223604d9cf7bda225299e52899e8f4dcb9560038559')
+
+build() {
+  cd deepin-screenshot-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-screenshot-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-28 07:37:27 UTC (rev 246667)
+++ community-x86_64/PKGBUILD   2017-07-28 07:37:55 UTC (rev 246668)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-screenshot
-pkgver=4.0.8
-pkgrel=1
-pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-screenshot;
-license=('GPL3')
-depends=('deepin-tool-kit' 'deepin-daemon')
-makedepends=('qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz;)
-sha512sums=('782a26c134cad1eac67d96030ff8da3f14f6010d74cd64f421ce6445d9f3897f17c3bdab741b9d954bef5223604d9cf7bda225299e52899e8f4dcb9560038559')
-
-build() {
-  cd deepin-screenshot-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-screenshot-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-screenshot/repos/community-x86_64/PKGBUILD (from rev 246667, 
deepin-screenshot/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-28 07:37:55 UTC (rev 246668)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-screenshot
+pkgver=4.0.8
+pkgrel=2
+pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-screenshot;
+license=('GPL3')
+depends=('deepin-tool-kit')

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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:37:27
  Author: felixonmars
Revision: 246667

upgpkg: deepin-screenshot 4.0.8-2

Remove dependency on deepin-daemon as the bug has been fixed

Modified:
  deepin-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 07:28:23 UTC (rev 24)
+++ PKGBUILD2017-07-28 07:37:27 UTC (rev 246667)
@@ -5,12 +5,12 @@
 
 pkgname=deepin-screenshot
 pkgver=4.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Easy-to-use screenshot tool for linuxdeepin desktop environment"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxdeepin/deepin-screenshot;
 license=('GPL3')
-depends=('deepin-tool-kit' 'deepin-daemon')
+depends=('deepin-tool-kit')
 makedepends=('qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-screenshot/archive/$pkgver.tar.gz;)


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:28:04
  Author: felixonmars
Revision: 246665

upgpkg: python-certifi 2017.7.27.1-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 07:24:18 UTC (rev 246664)
+++ PKGBUILD2017-07-28 07:28:04 UTC (rev 246665)
@@ -6,7 +6,7 @@
 pkgbase=python-certifi
 pkgname=('python-certifi' 'python2-certifi')
 _libname=${pkgbase/python-/}
-pkgver=2017.4.17
+pkgver=2017.7.27.1
 pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
@@ -14,7 +14,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('0bd054bb2eaa8c196a94a0b7865d2488aea1fcb5e66ddc8c776c68cfa518a198a8c67bed5b485bf55db3f55d26c0ab2b4fc07839bb9175a50cb525e25d3869a5')
+sha512sums=('2873c17144e09ba506c62743efa4fda05350d48fcb19a1b8eb895829df2fa276eed86b31c9f7f18636f62ea5acb4bc6b9dee8b69ed8e0ccd1286ebfaa27d02a1')
 
 prepare() {
   cp -a $_libname-$pkgver{,-py2}


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:28:23
  Author: felixonmars
Revision: 24

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-28 07:28:04 UTC (rev 246665)
+++ PKGBUILD2017-07-28 07:28:23 UTC (rev 24)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgbase=python-certifi
-pkgname=('python-certifi' 'python2-certifi')
-_libname=${pkgbase/python-/}
-pkgver=2017.4.17
-pkgrel=1
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="http://pypi.python.org/pypi/certifi;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('0bd054bb2eaa8c196a94a0b7865d2488aea1fcb5e66ddc8c776c68cfa518a198a8c67bed5b485bf55db3f55d26c0ab2b4fc07839bb9175a50cb525e25d3869a5')
-
-prepare() {
-  cp -a $_libname-$pkgver{,-py2}
-
-  cd $_libname-$pkgver-py2
-  sed -i '1s|python$|python2|' certifi/core.py
-}
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-certifi() {
-  depends=('python')
-
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-certifi() {
-  depends=('python2')
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 246665, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-28 07:28:23 UTC (rev 24)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=2017.7.27.1
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="http://pypi.python.org/pypi/certifi;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+sha512sums=('2873c17144e09ba506c62743efa4fda05350d48fcb19a1b8eb895829df2fa276eed86b31c9f7f18636f62ea5acb4bc6b9dee8b69ed8e0ccd1286ebfaa27d02a1')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:24:18
  Author: felixonmars
Revision: 246664

archrelease: copy trunk to community-any

Added:
  python-zope-event/repos/community-any/PKGBUILD
(from rev 246663, python-zope-event/trunk/PKGBUILD)
Deleted:
  python-zope-event/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-28 07:23:57 UTC (rev 246663)
+++ PKGBUILD2017-07-28 07:24:18 UTC (rev 246664)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon Hanna 
-
-pkgbase=python-zope-event
-pkgname=('python-zope-event' 'python2-zope-event')
-pkgver=4.2.0
-pkgrel=2
-pkgdesc="Provides a simple event system"
-arch=(any)
-license=('ZPL')
-url="https://github.com/zopefoundation/zope.event;
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://github.com/zopefoundation/zope.event/archive/${pkgver}.tar.gz;)
-sha256sums=('20b0a3abe0dadfac853f9922287e598cce8f73b9dcfd68c10aaf6f897d0dfd7f')
-makedepends=('python-setuptools' 'python2-setuptools')
-
-prepare() {
-  cp -a zope.event-${pkgver}{,-py2}
-}
-
-build() {
-  cd "${srcdir}/zope.event-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/zope.event-${pkgver}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/zope.event-${pkgver}"
-  python setup.py test
-
-  cd "${srcdir}/zope.event-${pkgver}-py2"
-  python2 setup.py test
-}
-
-package_python-zope-event() {
-  depends=('python')
-  cd "$srcdir/zope.event-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-event() {
-  depends=('python2')
-  cd "$srcdir/zope.event-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-event/repos/community-any/PKGBUILD (from rev 246663, 
python-zope-event/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-28 07:24:18 UTC (rev 246664)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon Hanna 
+
+pkgbase=python-zope-event
+pkgname=('python-zope-event' 'python2-zope-event')
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Provides a simple event system"
+arch=(any)
+license=('ZPL')
+url="https://github.com/zopefoundation/zope.event;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://github.com/zopefoundation/zope.event/archive/${pkgver}.tar.gz;)
+sha512sums=('7c42074023f56395156ef7bb120b00972dca8dfa2c80dd0387cb6f58b22380e34f8a2bf7b2fe717941cbcf1997e1aaea9f500f124fceb1c664c90e6c55150ffa')
+makedepends=('python-setuptools' 'python2-setuptools')
+
+prepare() {
+  cp -a zope.event-${pkgver}{,-py2}
+}
+
+build() {
+  cd "${srcdir}/zope.event-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/zope.event-${pkgver}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/zope.event-${pkgver}"
+  python setup.py test
+
+  cd "${srcdir}/zope.event-${pkgver}-py2"
+  python2 setup.py test
+}
+
+package_python-zope-event() {
+  depends=('python')
+  cd "$srcdir/zope.event-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-zope-event() {
+  depends=('python2')
+  cd "$srcdir/zope.event-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:23:57
  Author: felixonmars
Revision: 246663

upgpkg: python-zope-event 4.3.0-1

Modified:
  python-zope-event/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 07:23:35 UTC (rev 246662)
+++ PKGBUILD2017-07-28 07:23:57 UTC (rev 246663)
@@ -4,8 +4,8 @@
 
 pkgbase=python-zope-event
 pkgname=('python-zope-event' 'python2-zope-event')
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
 pkgdesc="Provides a simple event system"
 arch=(any)
 license=('ZPL')
@@ -12,7 +12,7 @@
 url="https://github.com/zopefoundation/zope.event;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://github.com/zopefoundation/zope.event/archive/${pkgver}.tar.gz;)
-sha256sums=('20b0a3abe0dadfac853f9922287e598cce8f73b9dcfd68c10aaf6f897d0dfd7f')
+sha512sums=('7c42074023f56395156ef7bb120b00972dca8dfa2c80dd0387cb6f58b22380e34f8a2bf7b2fe717941cbcf1997e1aaea9f500f124fceb1c664c90e6c55150ffa')
 makedepends=('python-setuptools' 'python2-setuptools')
 
 prepare() {


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:23:05
  Author: felixonmars
Revision: 246661

upgpkg: haskell-turtle 1.4.1-1

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 07:21:08 UTC (rev 246660)
+++ PKGBUILD2017-07-28 07:23:05 UTC (rev 246661)
@@ -4,8 +4,8 @@
 
 _hkgname=turtle
 pkgname=haskell-turtle
-pkgver=1.3.6
-pkgrel=5
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
 license=('custom:BSD3')
@@ -15,7 +15,7 @@
  'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
  'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9f171a7036d98e3cfd8d381b6d3ca58f379d5be704ee3d5583dcbc73511e001dec83890a69a4e0482d113ecde46017c3722bb9a9dd95afbd3d888edeb9be7586')
+sha512sums=('22e5778346656230fe130558f5e1b1a2f30953634b65b1802cd0403e2d656745ebf33cbad13cab2c869c2f8d1070c7703d6d3e2539a51990212e16891d621a2e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:23:35
  Author: felixonmars
Revision: 246662

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

Added:
  haskell-turtle/repos/community-i686/PKGBUILD
(from rev 246661, haskell-turtle/trunk/PKGBUILD)
  haskell-turtle/repos/community-x86_64/PKGBUILD
(from rev 246661, haskell-turtle/trunk/PKGBUILD)
Deleted:
  haskell-turtle/repos/community-i686/PKGBUILD
  haskell-turtle/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-28 07:23:05 UTC (rev 246661)
+++ community-i686/PKGBUILD 2017-07-28 07:23:35 UTC (rev 246662)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=turtle
-pkgname=haskell-turtle
-pkgver=1.3.6
-pkgrel=5
-pkgdesc="Shell programming, Haskell-style"
-url="https://github.com/Gabriel439/Haskell-Turtle-Library;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
- 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
- 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
- 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('9f171a7036d98e3cfd8d381b6d3ca58f379d5be704ee3d5583dcbc73511e001dec83890a69a4e0482d113ecde46017c3722bb9a9dd95afbd3d888edeb9be7586')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
-}

Copied: haskell-turtle/repos/community-i686/PKGBUILD (from rev 246661, 
haskell-turtle/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 07:23:35 UTC (rev 246662)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-semigroups' 'haskell-stm' 'haskell-system-fileio' 
'haskell-system-filepath'
+ 'haskell-temporary' 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('22e5778346656230fe130558f5e1b1a2f30953634b65b1802cd0403e2d656745ebf33cbad13cab2c869c2f8d1070c7703d6d3e2539a51990212e16891d621a2e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e 

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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:21:08
  Author: felixonmars
Revision: 246660

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-28 07:20:49 UTC (rev 246659)
+++ PKGBUILD2017-07-28 07:21:08 UTC (rev 246660)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-novaclient
-pkgname=(python-novaclient python2-novaclient)
-pkgver=9.0.1
-pkgrel=1
-pkgdesc="Client library for OpenStack Compute API"
-arch=('any')
-url="http://docs.openstack.org/developer/python-novaclient;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
- 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-requests' 'python2-requests' 
'python-iso8601'
- 'python2-iso8601' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-i18n'
- 'python2-oslo-i18n' 'python-oslo-serialization' 
'python2-oslo-serialization')
-checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
-sha512sums=('9112997b1a18ed2c137a1d535c673fc50de93a3a34f78cd1c38206347fe6898ca36664989223914b0ba7a788d355d06d8286bbcb2e101876cbecaa045db32d16')
-
-prepare() {
-  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
-  cp -a python-novaclient-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/python-novaclient-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/python-novaclient-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr || warning "Tests failed"
-}
-
-package_python-novaclient() {
-  depends=('python-six' 'python-pbr' 'python-babel' 'python-prettytable' 
'python-keystoneauth1'
-   'python-requests' 'python-iso8601' 'python-oslo-utils' 
'python-oslo-i18n'
-   'python-oslo-serialization')
-
-  cd "$srcdir"/python-novaclient-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-novaclient() {
-  depends=('python2-six' 'python2-pbr' 'python2-babel' 'python2-prettytable' 
'python2-keystoneauth1'
-   'python2-requests' 'python2-iso8601' 'python2-oslo-utils' 
'python2-oslo-i18n'
-   'python2-oslo-serialization')
-
-  cd "$srcdir"/python-novaclient-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/nova{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-novaclient/repos/community-any/PKGBUILD (from rev 246659, 
python-novaclient/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-28 07:21:08 UTC (rev 246660)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-novaclient
+pkgname=(python-novaclient python2-novaclient)
+pkgver=9.1.0
+pkgrel=1
+pkgdesc="Client library for OpenStack Compute API"
+arch=('any')
+url="http://docs.openstack.org/developer/python-novaclient;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-babel'
+ 'python2-babel' 'python-prettytable' 'python2-prettytable' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-requests' 'python2-requests' 
'python-iso8601'
+ 'python2-iso8601' 'python-oslo-utils' 'python2-oslo-utils' 
'python-oslo-i18n'
+ 'python2-oslo-i18n' 'python-oslo-serialization' 
'python2-oslo-serialization')
+checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
+sha512sums=('b93b2d869699cd9e11631a6583f5b8d2d71172abf6da44ee126084a7549ee1e0dddf309bc542d7ef7fa01371f2cc061b486e06284443dc4595979a7dced94ca3')
+
+prepare() {
+  sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt
+  cp -a python-novaclient-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/python-novaclient-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/python-novaclient-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-novaclient-$pkgver

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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:20:49
  Author: felixonmars
Revision: 246659

upgpkg: python-novaclient 9.1.0-1

Modified:
  python-novaclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 07:19:50 UTC (rev 246658)
+++ PKGBUILD2017-07-28 07:20:49 UTC (rev 246659)
@@ -4,7 +4,7 @@
 
 pkgbase=python-novaclient
 pkgname=(python-novaclient python2-novaclient)
-pkgver=9.0.1
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="Client library for OpenStack Compute API"
 arch=('any')
@@ -17,7 +17,7 @@
  'python2-oslo-i18n' 'python-oslo-serialization' 
'python2-oslo-serialization')
 checkdepends=('python-oslotest' 'python2-oslotest' 'python-requests-mock' 
'python2-requests-mock')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/python-novaclient/archive/$pkgver.tar.gz;)
-sha512sums=('9112997b1a18ed2c137a1d535c673fc50de93a3a34f78cd1c38206347fe6898ca36664989223914b0ba7a788d355d06d8286bbcb2e101876cbecaa045db32d16')
+sha512sums=('b93b2d869699cd9e11631a6583f5b8d2d71172abf6da44ee126084a7549ee1e0dddf309bc542d7ef7fa01371f2cc061b486e06284443dc4595979a7dced94ca3')
 
 prepare() {
   sed -i '/simplejson/d' python-novaclient-$pkgver/requirements.txt


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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:19:50
  Author: felixonmars
Revision: 246658

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

Added:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
(from rev 246657, python-ruamel-yaml/trunk/PKGBUILD)
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 246657, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-i686/PKGBUILD
  python-ruamel-yaml/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 2017-07-28 07:19:19 UTC (rev 246657)
+++ community-i686/PKGBUILD 2017-07-28 07:19:50 UTC (rev 246658)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.21
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('e94541c60669bb582f04bf8edcf3cf9b97c75c0ac73a127fb11133bcc86c08f1a549aa33fde3252565a84246e75ca16c02c3ffb5adca564df77e324dc6d887bf')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-i686/PKGBUILD (from rev 246657, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-28 07:19:50 UTC (rev 246658)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.22
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('7ac097f26ae978c1cb03ae8d34dcdb5574fa36cc364c19706e8b572c330ffe98806096f4a3536e0a0bc8e8be7ea69200b1051f1799045218866020fcb7198fb7')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-28 07:19:19 UTC (rev 246657)
+++ community-x86_64/PKGBUILD   2017-07-28 07:19:50 UTC (rev 246658)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.21
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('i686' 'x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('e94541c60669bb582f04bf8edcf3cf9b97c75c0ac73a127fb11133bcc86c08f1a549aa33fde3252565a84246e75ca16c02c3ffb5adca564df77e324dc6d887bf')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 246657, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-28 07:19:50 UTC (rev 246658)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.22
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('i686' 'x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')

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

2017-07-28 Thread Felix Yan
Date: Friday, July 28, 2017 @ 07:19:19
  Author: felixonmars
Revision: 246657

upgpkg: python-ruamel-yaml 0.15.22-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-28 05:02:31 UTC (rev 246656)
+++ PKGBUILD2017-07-28 07:19:19 UTC (rev 246657)
@@ -4,7 +4,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.21
+pkgver=0.15.22
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('e94541c60669bb582f04bf8edcf3cf9b97c75c0ac73a127fb11133bcc86c08f1a549aa33fde3252565a84246e75ca16c02c3ffb5adca564df77e324dc6d887bf')
+sha512sums=('7ac097f26ae978c1cb03ae8d34dcdb5574fa36cc364c19706e8b572c330ffe98806096f4a3536e0a0bc8e8be7ea69200b1051f1799045218866020fcb7198fb7')
 
 package() {
   depends=('python')


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

2017-07-28 Thread Antonio Rojas
Date: Friday, July 28, 2017 @ 06:30:20
  Author: arojas
Revision: 301306

Update to 1.25.4

Modified:
  mpg123/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-27 21:14:08 UTC (rev 301305)
+++ PKGBUILD2017-07-28 06:30:20 UTC (rev 301306)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=mpg123
-pkgver=1.25.3
+pkgver=1.25.4
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 'jack: for jack audio support'
 'libpulse: for pulse audio support')
 
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('3d206be54af660d04757684b68de1b1a4d8889bb'
+sha1sums=('b204ec892d8b535ff7fa87fd6174f5df2fd287c0'
   'SKIP')
 validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
 


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

2017-07-28 Thread Antonio Rojas
Date: Friday, July 28, 2017 @ 06:30:51
  Author: arojas
Revision: 301307

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-28 06:30:20 UTC (rev 301306)
+++ extra-i686/PKGBUILD 2017-07-28 06:30:51 UTC (rev 301307)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.25.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('3d206be54af660d04757684b68de1b1a4d8889bb'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-i686/PKGBUILD (from rev 301306, 
mpg123/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-28 06:30:51 UTC (rev 301307)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.25.4
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/mpg123;
+license=('LGPL2.1')
+depends=('libltdl' 'alsa-lib')
+makedepends=('sdl' 'jack' 'libpulse')
+optdepends=('sdl: for sdl audio support'
+'jack: for jack audio support'
+'libpulse: for pulse audio support')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
+sha1sums=('b204ec892d8b535ff7fa87fd6174f5df2fd287c0'
+  'SKIP')
+validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
+--with-audio="alsa oss sdl jack pulse"
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-28 06:30:20 UTC (rev 301306)
+++ extra-x86_64/PKGBUILD   2017-07-28 06:30:51 UTC (rev 301307)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=mpg123
-pkgver=1.25.3
-pkgrel=1
-pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/mpg123;
-license=('LGPL2.1')
-depends=('libltdl' 'alsa-lib')
-makedepends=('sdl' 'jack' 'libpulse')
-optdepends=('sdl: for sdl audio support'
-'jack: for jack audio support'
-'libpulse: for pulse audio support')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha1sums=('3d206be54af660d04757684b68de1b1a4d8889bb'
-  'SKIP')
-validpgpkeys=('D021FF8ECF4BE09719D61A27231C4CBC60D5CAFE')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-int-quality --with-module-suffix=.so \
---with-audio="alsa oss sdl jack pulse"
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 scripts/conplay "${pkgdir}/usr/bin/conplay"
-}

Copied: mpg123/repos/extra-x86_64/PKGBUILD (from rev 301306, 
mpg123/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-28 06:30:51 UTC (rev 301307)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=mpg123
+pkgver=1.25.4
+pkgrel=1
+pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
+arch=('i686' 

<    1   2