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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 22:03:52
  Author: arojas
Revision: 252330

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kteatime/repos/kde-unstable-i686/PKGBUILD
(from rev 252329, kteatime/kde-unstable/PKGBUILD)
  kteatime/repos/kde-unstable-i686/kteatime.install
(from rev 252329, kteatime/kde-unstable/kteatime.install)
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252329, kteatime/kde-unstable/PKGBUILD)
  kteatime/repos/kde-unstable-x86_64/kteatime.install
(from rev 252329, kteatime/kde-unstable/kteatime.install)
Deleted:
  kteatime/repos/kde-unstable-i686/PKGBUILD
  kteatime/repos/kde-unstable-i686/kteatime.install
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
  kteatime/repos/kde-unstable-x86_64/kteatime.install

--+
 /PKGBUILD|   70 +
 /kteatime.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   35 
 kde-unstable-i686/kteatime.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   35 
 kde-unstable-x86_64/kteatime.install |   11 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 21:03:32 UTC (rev 252329)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 21:03:52 UTC (rev 252330)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=15.11.80
-pkgrel=1
-pkgdesc='Tea Cooker'
-url='http://kde.org/applications/games/kteatime/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
-depends=('knotifyconfig')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdetoys-kteatime')
-replaces=('kdetoys-kteatime')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
-sha1sums=('ae886ca69f3ec96caeab00b7ff2c455d3f8ce001')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kteatime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kteatime/repos/kde-unstable-i686/PKGBUILD (from rev 252329, 
kteatime/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 21:03:52 UTC (rev 252330)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=15.11.90
+pkgrel=1
+pkgdesc='Tea Cooker'
+url='http://kde.org/applications/games/kteatime/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdeutils')
+depends=('knotifyconfig' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdetoys-kteatime')
+replaces=('kdetoys-kteatime')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz;)
+sha1sums=('4e8384e46dd1380e0506c6aba7a36a4079cb6cf0')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kteatime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kteatime.install
===
--- kde-unstable-i686/kteatime.install  2015-12-03 21:03:32 UTC (rev 252329)
+++ kde-unstable-i686/kteatime.install  2015-12-03 21:03:52 UTC (rev 252330)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kteatime/repos/kde-unstable-i686/kteatime.install (from rev 252329, 
kteatime/kde-unstable/kteatime.install)
===
--- kde-unstable-i686/kteatime.install  (rev 0)
+++ kde-unstable-i686/kteatime.install  2015-12-03 21:03:52 UTC (rev 252330)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 21:03:32 UTC (rev 252329)
+++ kde-unstable-x86_64/PKGBUILD2015-12-03 21:03:52 UTC (rev 252330)
@@ -1,35 +0,0 

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 22:03:32
  Author: arojas
Revision: 252329

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
(from rev 252328, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
(from rev 252328, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252328, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install
(from rev 252328, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
Deleted:
  kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install
  kdeutils-kremotecontrol/repos/kde-unstable-x86_64/PKGBUILD
  
kdeutils-kremotecontrol/repos/kde-unstable-x86_64/kdeutils-kremotecontrol.install

-+
 /PKGBUILD   |   70 ++
 /kdeutils-kremotecontrol.install|   22 +
 kde-unstable-i686/PKGBUILD  |   35 -
 kde-unstable-i686/kdeutils-kremotecontrol.install   |   11 --
 kde-unstable-x86_64/PKGBUILD|   35 -
 kde-unstable-x86_64/kdeutils-kremotecontrol.install |   11 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 21:03:11 UTC (rev 252328)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 21:03:32 UTC (rev 252329)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kremotecontrol
-pkgver=15.11.80
-pkgrel=1
-pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde-applications' 'kdeutils')
-replaces=('kdeutils-kdelirc')
-conflicts=('kdeutils-kdelirc')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
-sha1sums=('e18caeb220ced8a97c2d2d669847e1a2bc039086')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../kremotecontrol-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kremotecontrol/repos/kde-unstable-i686/PKGBUILD (from rev 
252328, kdeutils-kremotecontrol/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 21:03:32 UTC (rev 252329)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kremotecontrol
+pkgver=15.11.90
+pkgrel=1
+pkgdesc='Configure your remote controls for use with applications'
+url='http://kde.org/applications/utilities/kremotecontrol/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde-applications' 'kdeutils')
+replaces=('kdeutils-kdelirc')
+conflicts=('kdeutils-kdelirc')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kremotecontrol-${pkgver}.tar.xz;)
+sha1sums=('634a62b5092d5e573e3f9d82f105e149604d5134')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../kremotecontrol-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kremotecontrol.install
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install   2015-12-03 21:03:11 UTC 
(rev 252328)
+++ kde-unstable-i686/kdeutils-kremotecontrol.install   2015-12-03 21:03:32 UTC 
(rev 252329)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 
kdeutils-kremotecontrol/repos/kde-unstable-i686/kdeutils-kremotecontrol.install 
(from rev 252328, 
kdeutils-kremotecontrol/kde-unstable/kdeutils-kremotecontrol.install)
===
--- kde-unstable-i686/kdeutils-kremotecontrol.install

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 22:03:11
  Author: arojas
Revision: 252328

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
(from rev 252327, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
(from rev 252327, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 252327, kdeutils-kgpg/kde-unstable/PKGBUILD)
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install
(from rev 252327, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
Deleted:
  kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install
  kdeutils-kgpg/repos/kde-unstable-x86_64/PKGBUILD
  kdeutils-kgpg/repos/kde-unstable-x86_64/kdeutils-kgpg.install

---+
 /PKGBUILD |   70 
 /kdeutils-kgpg.install|   24 +
 kde-unstable-i686/PKGBUILD|   35 --
 kde-unstable-i686/kdeutils-kgpg.install   |   12 
 kde-unstable-x86_64/PKGBUILD  |   35 --
 kde-unstable-x86_64/kdeutils-kgpg.install |   12 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 21:02:52 UTC (rev 252327)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 21:03:11 UTC (rev 252328)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeutils-kgpg
-pkgver=15.11.80
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'boost')
-groups=('kde-applications' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
-sha1sums=('2e09f75a01091281ffd482a9de077978b8671055')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../kgpg-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/PKGBUILD (from rev 252327, 
kdeutils-kgpg/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 21:03:11 UTC (rev 252328)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeutils-kgpg
+pkgver=15.11.90
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='http://kde.org/applications/utilities/kgpg/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'boost')
+groups=('kde-applications' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kgpg-${pkgver}.tar.xz;)
+sha1sums=('024631d342ed36bf42e84e25c4413a80d659b016')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kgpg-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdeutils-kgpg.install
===
--- kde-unstable-i686/kdeutils-kgpg.install 2015-12-03 21:02:52 UTC (rev 
252327)
+++ kde-unstable-i686/kdeutils-kgpg.install 2015-12-03 21:03:11 UTC (rev 
252328)
@@ -1,12 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: kdeutils-kgpg/repos/kde-unstable-i686/kdeutils-kgpg.install (from rev 
252327, kdeutils-kgpg/kde-unstable/kdeutils-kgpg.install)
===
--- kde-unstable-i686/kdeutils-kgpg.install (rev 0)
+++ kde-unstable-i686/kdeutils-kgpg.install 2015-12-03 21:03:11 UTC (rev 
252328)
@@ -0,0 +1,12 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-12-03 21:02:52 UTC (rev 252327)
+++ 

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

2015-12-03 Thread Jonathan Steel
Date: Thursday, December 3, 2015 @ 22:07:30
  Author: jsteel
Revision: 148246

archrelease: copy trunk to community-any

Added:
  puppet/repos/community-any/PKGBUILD
(from rev 148245, puppet/trunk/PKGBUILD)
  puppet/repos/community-any/puppet.install
(from rev 148245, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-any/PKGBUILD
  puppet/repos/community-any/puppet.install

+
 PKGBUILD   |  130 +++
 puppet.install |   40 
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-03 21:06:12 UTC (rev 148245)
+++ PKGBUILD2015-12-03 21:07:30 UTC (rev 148246)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="http://puppetlabs.com/puppet/puppet-open-source;
-license=('Apache')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf')
-install=$pkgname.install
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('bec0b050fbc683dc70041b9d1175eb74')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
-
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  # vim and emacs
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  chmod 775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-}

Copied: puppet/repos/community-any/PKGBUILD (from rev 148245, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-03 21:07:30 UTC (rev 148246)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('7813510e15bb078751df514024a11b38')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  install -Dm644 

[arch-commits] Commit in (185 files)

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 19:33:02
  Author: arojas
Revision: 252149

KDE Applications 15.12 RC

Modified:
  akonadi-calendar/kde-unstable/PKGBUILD
  akonadi-search/kde-unstable/PKGBUILD
  akonadi/kde-unstable/PKGBUILD
  analitza/kde-unstable/PKGBUILD
  ark/kde-unstable/PKGBUILD
  artikulate/kde-unstable/PKGBUILD
  baloo-widgets/kde-unstable/PKGBUILD
  blinken/kde-unstable/PKGBUILD
  bomber/kde-unstable/PKGBUILD
  bovo/kde-unstable/PKGBUILD
  cantor/kde-unstable/PKGBUILD
  dolphin-plugins/kde-unstable/PKGBUILD
  dolphin/kde-unstable/PKGBUILD
  dragon/kde-unstable/PKGBUILD
  ffmpegthumbs/kde-unstable/PKGBUILD
  filelight/kde-unstable/PKGBUILD
  gpgmepp/kde-unstable/PKGBUILD
  granatier/kde-unstable/PKGBUILD
  gwenview/kde-unstable/PKGBUILD
  kaccounts-integration/kde-unstable/PKGBUILD
  kaccounts-providers/kde-unstable/PKGBUILD
  kalarmcal/kde-unstable/PKGBUILD
  kalgebra/kde-unstable/PKGBUILD
  kamera/kde-unstable/PKGBUILD
  kanagram/kde-unstable/PKGBUILD
  kapman/kde-unstable/PKGBUILD
  kapptemplate/kde-unstable/PKGBUILD
  kate/kde-unstable/PKGBUILD
  katomic/kde-unstable/PKGBUILD
  kblackbox/kde-unstable/PKGBUILD
  kblocks/kde-unstable/PKGBUILD
  kblog/kde-unstable/PKGBUILD
  kbounce/kde-unstable/PKGBUILD
  kbreakout/kde-unstable/PKGBUILD
  kbruch/kde-unstable/PKGBUILD
  kcalc/kde-unstable/PKGBUILD
  kcalcore/kde-unstable/PKGBUILD
  kcalutils/kde-unstable/PKGBUILD
  kcharselect/kde-unstable/PKGBUILD
  kcontacts/kde-unstable/PKGBUILD
  kcron/kde-unstable/PKGBUILD
  kde-dev-scripts/kde-unstable/PKGBUILD
  kde-l10n/kde-unstable/PKGBUILD
  kde-syndication/kde-unstable/PKGBUILD
  kdeaccessibility-jovie/kde-unstable/PKGBUILD
  kdeaccessibility-kaccessible/kde-unstable/PKGBUILD
  kdeaccessibility-kmag/kde-unstable/PKGBUILD
  kdeaccessibility-kmousetool/kde-unstable/PKGBUILD
  kdeaccessibility-kmouth/kde-unstable/PKGBUILD
  kdeadmin-kuser/kde-unstable/PKGBUILD
  kdebase-runtime/kde-unstable/PKGBUILD
  kdebase/kde-unstable/PKGBUILD
  kdebugsettings/kde-unstable/PKGBUILD
  kdeedu-data/kde-unstable/PKGBUILD
  kdeedu-kalzium/kde-unstable/PKGBUILD
  kdeedu-ktouch/kde-unstable/PKGBUILD
  kdegames-kajongg/kde-unstable/PKGBUILD
  kdegames-kgoldrunner/kde-unstable/PKGBUILD
  kdegames-kigo/kde-unstable/PKGBUILD
  kdegames-kmahjongg/kde-unstable/PKGBUILD
  kdegames-kolf/kde-unstable/PKGBUILD
  kdegames-konquest/kde-unstable/PKGBUILD
  kdegames-kreversi/kde-unstable/PKGBUILD
  kdegames-ksirk/kde-unstable/PKGBUILD
  kdegames-ksnakeduel/kde-unstable/PKGBUILD
  kdegames-kspaceduel/kde-unstable/PKGBUILD
  kdegames-ksudoku/kde-unstable/PKGBUILD
  kdegames-kubrick/kde-unstable/PKGBUILD
  kdegames-lskat/kde-unstable/PKGBUILD
  kdegames-palapeli/kde-unstable/PKGBUILD
  kdegraphics-kcolorchooser/kde-unstable/PKGBUILD
  kdegraphics-kolourpaint/kde-unstable/PKGBUILD
  kdegraphics-ksaneplugin/kde-unstable/PKGBUILD
  kdegraphics-mobipocket/kde-unstable/PKGBUILD
  kdegraphics-okular/kde-unstable/PKGBUILD
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
  kdegraphics-svgpart/kde-unstable/PKGBUILD
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD
  kdemultimedia-audiocd-kio/kde-unstable/PKGBUILD
  kdemultimedia-juk/kde-unstable/PKGBUILD
  kdemultimedia-kmix/kde-unstable/PKGBUILD
  kdemultimedia-kscd/kde-unstable/PKGBUILD
  kdemultimedia-mplayerthumbs/kde-unstable/PKGBUILD
  kdenetwork-filesharing/kde-unstable/PKGBUILD
  kdenetwork-kget/kde-unstable/PKGBUILD
  kdenetwork-kopete/kde-unstable/PKGBUILD
  kdenetwork-kppp/kde-unstable/PKGBUILD
  kdenetwork-krdc/kde-unstable/PKGBUILD
  kdenetwork-strigi-analyzers/kde-unstable/PKGBUILD
  kdenetwork-zeroconf-ioslave/kde-unstable/PKGBUILD
  kdenlive/kde-unstable/PKGBUILD
  kdepim-runtime/kde-unstable/PKGBUILD
  kdepim/kde-unstable/PKGBUILD
  kdepimlibs/kde-unstable/PKGBUILD
  kdesdk-cervisia/kde-unstable/PKGBUILD
  kdesdk-dev-utils/kde-unstable/PKGBUILD
  kdesdk-kcachegrind/kde-unstable/PKGBUILD
  kdesdk-strigi-analyzers/kde-unstable/PKGBUILD
  kdesdk-thumbnailers/kde-unstable/PKGBUILD
  kdeutils-kdf/kde-unstable/PKGBUILD
  kdeutils-kfloppy/kde-unstable/PKGBUILD
  kdeutils-kgpg/kde-unstable/PKGBUILD
  kdeutils-kremotecontrol/kde-unstable/PKGBUILD
  kdeutils-sweeper/kde-unstable/PKGBUILD
  kdewebdev/kde-unstable/PKGBUILD
  kdiamond/kde-unstable/PKGBUILD
  kfourinline/kde-unstable/PKGBUILD
  kgeography/kde-unstable/PKGBUILD
  khangman/kde-unstable/PKGBUILD
  kholidays/kde-unstable/PKGBUILD
  kidentitymanagement/kde-unstable/PKGBUILD
  kig/kde-unstable/PKGBUILD
  killbots/kde-unstable/PKGBUILD
  kimap/kde-unstable/PKGBUILD
  kio-extras/kde-unstable/PKGBUILD
  kiriki/kde-unstable/PKGBUILD
  kiten/kde-unstable/PKGBUILD
  kjumpingcube/kde-unstable/PKGBUILD
  kldap/kde-unstable/PKGBUILD
  klettres/kde-unstable/PKGBUILD
  klickety/kde-unstable/PKGBUILD
  klines/kde-unstable/PKGBUILD
  kmailtransport/kde-unstable/PKGBUILD
  kmbox/kde-unstable/PKGBUILD
  kmime/kde-unstable/PKGBUILD
  kmines/kde-unstable/PKGBUILD
  kmplot/kde-unstable/PKGBUILD
  knavalbattle/kde-unstable/PKGBUILD
  

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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:44:00
  Author: fyan
Revision: 148252

upgpkg: python2-netlib 0.15-1

Modified:
  python2-netlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 00:45:48 UTC (rev 148251)
+++ PKGBUILD2015-12-04 02:44:00 UTC (rev 148252)
@@ -3,7 +3,7 @@
 # Contributor: Nicolas Pouillard https://nicolaspouillard.fr
 
 pkgname=python2-netlib
-pkgver=0.14.0
+pkgver=0.15
 pkgrel=1
 pkgdesc="A collection of network utilities used by pathod and mitmproxy"
 url="https://github.com/mitmproxy/netlib;
@@ -13,7 +13,7 @@
 makedepends=('python2-setuptools')
 checkdepends=('python2-nose' 'python2-mock' 'pathod')
 
source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
-sha256sums=('cf12b0a71a493eee46fb2da284122ac363179fe0a0bc71c5c8920374aa978e75')
+sha256sums=('5f5c02724a32f4d44401a9dccaf7d3bdf077a352d11dc5131bb61fb24299afa5')
 
 prepare() {
   cd netlib-$pkgver


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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:44:16
  Author: fyan
Revision: 148253

archrelease: copy trunk to community-staging-any

Added:
  python2-netlib/repos/community-staging-any/
  python2-netlib/repos/community-staging-any/PKGBUILD
(from rev 148252, python2-netlib/trunk/PKGBUILD)

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

Copied: python2-netlib/repos/community-staging-any/PKGBUILD (from rev 148252, 
python2-netlib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-04 02:44:16 UTC (rev 148253)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.15
+pkgrel=1
+pkgdesc="A collection of network utilities used by pathod and mitmproxy"
+url="https://github.com/mitmproxy/netlib;
+license=('MIT')
+arch=('any')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-hpack')
+makedepends=('python2-setuptools')
+checkdepends=('python2-nose' 'python2-mock' 'pathod')
+source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz;)
+sha256sums=('5f5c02724a32f4d44401a9dccaf7d3bdf077a352d11dc5131bb61fb24299afa5')
+
+prepare() {
+  cd netlib-$pkgver
+
+  # Use system certificate store, and system ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}  
+
+build() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/netlib-$pkgver"
+  nosetests2
+}
+
+package() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir/usr/lib/python2.7/site-packages/"{test,netlib/}
+}


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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:48:11
  Author: fyan
Revision: 148254

upgpkg: pathod 0.15-1

Modified:
  pathod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 02:44:16 UTC (rev 148253)
+++ PKGBUILD2015-12-04 02:48:11 UTC (rev 148254)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pathod
-pkgver=0.14
+pkgver=0.15
 pkgrel=1
 pkgdesc="A pathological web daemon"
 url="http://pathod.net;
@@ -11,7 +11,7 @@
 arch=('any')
 license=('MIT')
 
source=("https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
-sha256sums=('32bd8ae47266024f613452e2cf710694857a54aeff6b2ebc90f86527df695049')
+sha256sums=('295b6468feed7037d8e4ab486c52851b145ce954f62c92669b9c51e3f0f5079f')
 
 build() {
   cd $pkgname-$pkgver


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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:48:34
  Author: fyan
Revision: 148255

archrelease: copy trunk to community-staging-any

Added:
  pathod/repos/community-staging-any/
  pathod/repos/community-staging-any/PKGBUILD
(from rev 148254, pathod/trunk/PKGBUILD)

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

Copied: pathod/repos/community-staging-any/PKGBUILD (from rev 148254, 
pathod/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-12-04 02:48:34 UTC (rev 148255)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pathod
+pkgver=0.15
+pkgrel=1
+pkgdesc="A pathological web daemon"
+url="http://pathod.net;
+depends=('python2-netlib' 'python2-requests' 'python2-flask' 
'python2-pyparsing')
+checkdepends=('python2-mock' 'python2-nose')
+arch=('any')
+license=('MIT')
+source=("https://pypi.python.org/packages/source/p/pathod/pathod-$pkgver.tar.gz;)
+sha256sums=('295b6468feed7037d8e4ab486c52851b145ce954f62c92669b9c51e3f0f5079f')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  # One test failed: https://github.com/mitmproxy/pathod/issues/24
+
+  cd $pkgname-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" nosetests2 || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver  
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:53:46
  Author: fyan
Revision: 148257

upgpkg: docker-compose 1.5.2-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 02:53:31 UTC (rev 148256)
+++ PKGBUILD2015-12-04 02:53:46 UTC (rev 148257)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
 "remove-requires-upper-bound.patch")
 license=("BSD")
-sha256sums=('334814f64910823fa588e89eea8f73d8ad3bb0d304e513fe51026a1f1d08d3db'
+sha256sums=('8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d'
 '06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
 
 [[ "$CARCH" == "x86_64" ]] && depends+=('docker')


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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:54:52
  Author: fyan
Revision: 148260

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

Added:
  docker-compose/repos/community-i686/PKGBUILD
(from rev 148259, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch
(from rev 148259, docker-compose/trunk/remove-requires-upper-bound.patch)
  docker-compose/repos/community-x86_64/PKGBUILD
(from rev 148259, docker-compose/trunk/PKGBUILD)
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch
(from rev 148259, docker-compose/trunk/remove-requires-upper-bound.patch)
Deleted:
  docker-compose/repos/community-x86_64/PKGBUILD
  docker-compose/repos/community-x86_64/remove-requires-upper-bound.patch

+
 /PKGBUILD  |   43 +++
 /remove-requires-upper-bound.patch |   27 +++
 community-i686/PKGBUILD|   43 +++
 community-i686/remove-requires-upper-bound.patch   |   27 +++
 community-x86_64/PKGBUILD  |   43 ---
 community-x86_64/remove-requires-upper-bound.patch |   27 ---
 6 files changed, 140 insertions(+), 70 deletions(-)

Copied: docker-compose/repos/community-i686/PKGBUILD (from rev 148259, 
docker-compose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 02:54:52 UTC (rev 148260)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('i686' 'x86_64')
+url="https://www.docker.com/;
+depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
+ 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
+ 'python-jsonschema')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
+"remove-requires-upper-bound.patch")
+license=("BSD")
+sha256sums=('8f0851b417d89bc5023e72918233449a0fa72d9952ac66494c1b37434516583d'
+'06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
+
+[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
+
+prepare() {
+  cd "$srcdir/compose-$pkgver"
+
+  # Remove upper bound on requires
+  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
+  sed -i 's/==/>=/g' requirements.txt
+}
+
+build() {
+  cd "$srcdir/compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/compose-$pkgver"
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/etc/bash_completion.d/docker-compose"
+}

Copied: docker-compose/repos/community-i686/remove-requires-upper-bound.patch 
(from rev 148259, docker-compose/trunk/remove-requires-upper-bound.patch)
===
--- community-i686/remove-requires-upper-bound.patch
(rev 0)
+++ community-i686/remove-requires-upper-bound.patch2015-12-04 02:54:52 UTC 
(rev 148260)
@@ -0,0 +1,27 @@
+--- compose-1.3.0/setup.py.orig2015-06-18 20:25:10.0 +0200
 compose-1.3.0/setup.py 2015-06-21 17:27:42.319085182 +0200
+@@ -25,15 +25,15 @@
+ 
+ 
+ install_requires = [
+-'docopt >= 0.6.1, < 0.7',
+-'PyYAML >= 3.10, < 4',
+-'requests >= 2.6.1, < 2.8',
+-'texttable >= 0.8.1, < 0.9',
+-'websocket-client >= 0.32.0, < 1.0',
+-'docker-py >= 1.5.0, < 2',
+-'dockerpty >= 0.3.4, < 0.4',
+-'six >= 1.3.0, < 2',
+-'jsonschema >= 2.5.1, < 3',
++'docopt >= 0.6.1',
++'PyYAML >= 3.10',
++'requests >= 2.6.1',
++'texttable >= 0.8.1',
++'websocket-client >= 0.32.0',
++'docker-py >= 1.3.1',
++'dockerpty >= 0.3.4',
++'six >= 1.3.0',
++'jsonschema >= 2.5.1',
+ ]
+ 
+ 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-04 02:54:13 UTC (rev 148259)
+++ community-x86_64/PKGBUILD   2015-12-04 02:54:52 UTC (rev 148260)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;

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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:53:31
  Author: fyan
Revision: 148256

upgpkg: nodejs 5.1.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 02:48:34 UTC (rev 148255)
+++ PKGBUILD2015-12-04 02:53:31 UTC (rev 148256)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('25b2d3b7dd57fe47a483539fea240a3c6bbbdab4d89a45a812134cf1380ecb94')
+sha256sums=('a779e024f800b5ec51f375fa1c14eda7254216daa36a1960cc1e4195b9fc22c3')
 
 prepare() {
   cd node-v$pkgver


[arch-commits] Commit in docker-compose/repos/community-i686 (2 files)

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:54:13
  Author: fyan
Revision: 148259

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

Deleted:
  docker-compose/repos/community-i686/PKGBUILD
  docker-compose/repos/community-i686/remove-requires-upper-bound.patch

---+
 PKGBUILD  |   43 
 remove-requires-upper-bound.patch |   27 --
 2 files changed, 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-04 02:54:03 UTC (rev 148258)
+++ PKGBUILD2015-12-04 02:54:13 UTC (rev 148259)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('i686' 'x86_64')
-url="https://www.docker.com/;
-depends=('python-docopt' 'python-yaml' 'python-requests' 'python-six' 
'python-texttable'
- 'python-websocket-client' 'python-docker-py' 'python-dockerpty' 
'python-setuptools'
- 'python-jsonschema')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;
-"remove-requires-upper-bound.patch")
-license=("BSD")
-sha256sums=('334814f64910823fa588e89eea8f73d8ad3bb0d304e513fe51026a1f1d08d3db'
-'06bd229e1d62632dc199d3b2de82571dff73631865fe6108e3a62c8441c281bf')
-
-[[ "$CARCH" == "x86_64" ]] && depends+=('docker')
-
-prepare() {
-  cd "$srcdir/compose-$pkgver"
-
-  # Remove upper bound on requires
-  patch -p1 -i "$srcdir/remove-requires-upper-bound.patch"
-  sed -i 's/==/>=/g' requirements.txt
-}
-
-build() {
-  cd "$srcdir/compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/compose-$pkgver"
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/completion/bash/docker-compose 
"$pkgdir/etc/bash_completion.d/docker-compose"
-}

Deleted: remove-requires-upper-bound.patch
===
--- remove-requires-upper-bound.patch   2015-12-04 02:54:03 UTC (rev 148258)
+++ remove-requires-upper-bound.patch   2015-12-04 02:54:13 UTC (rev 148259)
@@ -1,27 +0,0 @@
 compose-1.3.0/setup.py.orig2015-06-18 20:25:10.0 +0200
-+++ compose-1.3.0/setup.py 2015-06-21 17:27:42.319085182 +0200
-@@ -25,15 +25,15 @@
- 
- 
- install_requires = [
--'docopt >= 0.6.1, < 0.7',
--'PyYAML >= 3.10, < 4',
--'requests >= 2.6.1, < 2.8',
--'texttable >= 0.8.1, < 0.9',
--'websocket-client >= 0.32.0, < 1.0',
--'docker-py >= 1.5.0, < 2',
--'dockerpty >= 0.3.4, < 0.4',
--'six >= 1.3.0, < 2',
--'jsonschema >= 2.5.1, < 3',
-+'docopt >= 0.6.1',
-+'PyYAML >= 3.10',
-+'requests >= 2.6.1',
-+'texttable >= 0.8.1',
-+'websocket-client >= 0.32.0',
-+'docker-py >= 1.3.1',
-+'dockerpty >= 0.3.4',
-+'six >= 1.3.0',
-+'jsonschema >= 2.5.1',
- ]
- 
- 


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

2015-12-03 Thread Felix Yan
Date: Friday, December 4, 2015 @ 03:54:03
  Author: fyan
Revision: 148258

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

Added:
  nodejs/repos/community-i686/PKGBUILD
(from rev 148256, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 148257, nodejs/trunk/PKGBUILD)
Deleted:
  nodejs/repos/community-i686/PKGBUILD
  nodejs/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-04 02:53:46 UTC (rev 148257)
+++ community-i686/PKGBUILD 2015-12-04 02:54:03 UTC (rev 148258)
@@ -1,74 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=5.1.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('25b2d3b7dd57fe47a483539fea240a3c6bbbdab4d89a45a812134cf1380ecb94')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  make test
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # install docs as per user request
-  install -d "$pkgdir"/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-"$pkgdir"/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 148256, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-04 02:54:03 UTC (rev 148258)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=5.1.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
+sha256sums=('a779e024f800b5ec51f375fa1c14eda7254216daa36a1960cc1e4195b9fc22c3')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  make test
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # install docs as per user request
+  install -d "$pkgdir"/usr/share/doc/nodejs
+  cp -r 

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

2015-12-03 Thread Dave Reisner
Date: Friday, December 4, 2015 @ 04:02:50
  Author: dreisner
Revision: 148261

upgpkg: lib32-util-linux 2.27.1-1

Modified:
  lib32-util-linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-04 02:54:52 UTC (rev 148260)
+++ PKGBUILD2015-12-04 03:02:50 UTC (rev 148261)
@@ -4,7 +4,7 @@
 
 _pkgbasename=util-linux
 pkgname=lib32-$_pkgbasename
-pkgver=2.27
+pkgver=2.27.1
 _pkgver=(${pkgver//./ })
 _pkgver=${_pkgver[0]}.${_pkgver[1]}
 pkgrel=1
@@ -17,7 +17,7 @@
 license=('GPL2')
 options=('!libtool' '!emptydirs')
 
source=("ftp://ftp.kernel.org/pub/linux/utils/util-linux/v${_pkgver}/util-linux-$pkgver.tar.xz;)
-md5sums=('5b06bbda9309624ee7add15bc8d8ca22')
+md5sums=('3cd2698d1363a2c64091c2dadc974647')
 
 build() {
   cd "$_pkgbasename-$pkgver"


[arch-commits] Commit in intel-gpu-tools/repos (4 files)

2015-12-03 Thread Daniel Micay
Date: Thursday, December 3, 2015 @ 18:46:45
  Author: thestinger
Revision: 148229

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

Added:
  intel-gpu-tools/repos/community-i686/PKGBUILD
(from rev 148228, intel-gpu-tools/trunk/PKGBUILD)
  intel-gpu-tools/repos/community-x86_64/PKGBUILD
(from rev 148228, intel-gpu-tools/trunk/PKGBUILD)
Deleted:
  intel-gpu-tools/repos/community-i686/PKGBUILD
  intel-gpu-tools/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-03 16:52:14 UTC (rev 148228)
+++ community-i686/PKGBUILD 2015-12-03 17:46:45 UTC (rev 148229)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.13
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ef0d6385e2665db7afa6432f1418ed3')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-i686/PKGBUILD (from rev 148228, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-03 17:46:45 UTC (rev 148229)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.13
+pkgrel=1
+pkgdesc="Tools for development and testing of the Intel DRM driver"
+arch=(i686 x86_64)
+license=(MIT)
+url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
+depends=(libdrm libpciaccess cairo python)
+makedepends=(swig gtk-doc xorg-util-macros dri2proto)
+source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
+md5sums=('9ef0d6385e2665db7afa6432f1418ed3')
+
+build() {
+  cd $pkgname-$pkgver
+  export LANG=en_US.UTF-8
+  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-03 16:52:14 UTC (rev 148228)
+++ community-x86_64/PKGBUILD   2015-12-03 17:46:45 UTC (rev 148229)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Mikael Eriksson 
-# Originally by: Denis Smirnov 
-
-pkgname=intel-gpu-tools
-pkgver=1.13
-pkgrel=1
-pkgdesc="Tools for development and testing of the Intel DRM driver"
-arch=(i686 x86_64)
-license=(MIT)
-url='http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/'
-depends=(libdrm libpciaccess cairo python)
-makedepends=(swig gtk-doc xorg-util-macros dri2proto)
-source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('9ef0d6385e2665db7afa6432f1418ed3')
-
-build() {
-  cd $pkgname-$pkgver
-  export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --libexecdir=/usr/lib --disable-tests 
--without-libunwind
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/intel-gpu-tools/COPYING"
-}

Copied: intel-gpu-tools/repos/community-x86_64/PKGBUILD (from rev 148228, 
intel-gpu-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-12-03 17:46:45 UTC (rev 148229)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Daniel Micay 
+# Contributor: Mikael Eriksson 
+# Originally by: Denis Smirnov 
+
+pkgname=intel-gpu-tools
+pkgver=1.13
+pkgrel=1
+pkgdesc="Tools for development and testing of the 

<    1   2   3   4