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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 09:19:10
  Author: fyan
Revision: 133459

upgpkg: npm 2.10.0-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 05:18:11 UTC (rev 133458)
+++ PKGBUILD2015-05-15 07:19:10 UTC (rev 133459)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=2.9.0
+pkgver=2.10.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 09:20:02
  Author: fyan
Revision: 133460

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 133459, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-15 07:19:10 UTC (rev 133459)
+++ PKGBUILD2015-05-15 07:20:02 UTC (rev 133460)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=2.9.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  rm -f "$pkgdir"/usr/share/man/{man1,man3,man5,man7}/*
-  for _dir in man1 man3 man5 man7; do
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 133459, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-15 07:20:02 UTC (rev 133460)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  rm -f "$pkgdir"/usr/share/man/{man1,man3,man5,man7}/*
+  for _dir in man1 man3 man5 man7; do
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 09:25:38
  Author: fyan
Revision: 133461

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 133460, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-15 07:20:02 UTC (rev 133460)
+++ PKGBUILD2015-05-15 07:25:38 UTC (rev 133461)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=2.10.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  rm -f "$pkgdir"/usr/share/man/{man1,man3,man5,man7}/*
-  for _dir in man1 man3 man5 man7; do
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 133460, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-15 07:25:38 UTC (rev 133461)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=2.10.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  rm -f "$pkgdir"/usr/share/man/{man1,man3,man5,man7}/*
+  for _dir in man1 man3 man5 man7; do
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-05-15 Thread Daniel Micay
Date: Friday, May 15, 2015 @ 09:36:44
  Author: thestinger
Revision: 133462

upgpkg: linux-grsec 4.0.3.201505141746-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 07:25:38 UTC (rev 133461)
+++ PKGBUILD2015-05-15 07:36:44 UTC (rev 133462)
@@ -7,9 +7,9 @@
 
 pkgbase=linux-grsec
 _srcname=linux-4.0
-_pkgver=4.0.2
+_pkgver=4.0.3
 _grsecver=3.1
-_timestamp=201505101122
+_timestamp=201505141746
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -32,9 +32,9 @@
 )
 sha256sums=('0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
 'SKIP'
-'c879ac300e9c1c8d2433ad9c66be5d374d15cf2175ac9876fb22d7d53a6b2e3b'
+'e8e42b67cd5ca28d3cd85b868a8caf6c0b971c948d6695ea6e399e132664de83'
 'SKIP'
-'44e492b9e896d0ad341afffc3c0e59687669d546b00777265f393eca7b18d191'
+'e10e9292b02728a3e2d4157b385298095c29634d00e7ae5f9f2847576d69c570'
 'SKIP'
 '3ec9745e2cde88012480be6f45456c7226c1dcedf137b9d93441f3d891eae57d'
 '1e03da0a93bad6f5a6b11783903990716771cb78db3397c0773c18ac0f883488'


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

2015-05-15 Thread Daniel Micay
Date: Friday, May 15, 2015 @ 09:37:42
  Author: thestinger
Revision: 133463

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

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

+
 /PKGBUILD  |  650 
 /change-default-console-loglevel.patch |   22 
 /config|15030 +++
 /config.x86_64 |14446 ++
 /linux-grsec.install   |   74 
 /linux.preset  |   28 
 community-i686/PKGBUILD|  325 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7515 ---
 community-i686/config.x86_64   | 7223 ---
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-x86_64/PKGBUILD  |  325 
 community-x86_64/change-default-console-loglevel.patch |   11 
 community-x86_64/config| 7515 ---
 community-x86_64/config.x86_64 | 7223 ---
 community-x86_64/linux-grsec.install   |   37 
 community-x86_64/linux.preset  |   14 
 18 files changed, 30250 insertions(+), 30250 deletions(-)

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


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 09:50:53
  Author: fyan
Revision: 133464

upgpkg: acpi_call-lts 1.1.0-18

rebuild for linux-lts 3.14.41

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 07:37:42 UTC (rev 133463)
+++ PKGBUILD2015-05-15 07:50:53 UTC (rev 133464)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=17
+pkgrel=18
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*}";
 license=('GPL')
-depends=('linux-lts>=3.14.40')
-makedepends=('linux-lts-headers>=3.14.40')
+depends=('linux-lts>=3.14.41')
+makedepends=('linux-lts-headers>=3.14.41')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 09:51:16
  Author: fyan
Revision: 133465

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

Added:
  acpi_call-lts/repos/community-i686/PKGBUILD
(from rev 133464, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-i686/acpi_call.install
(from rev 133464, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-x86_64/PKGBUILD
(from rev 133464, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-x86_64/acpi_call.install
(from rev 133464, acpi_call-lts/trunk/acpi_call.install)
Deleted:
  acpi_call-lts/repos/community-i686/PKGBUILD
  acpi_call-lts/repos/community-i686/acpi_call.install
  acpi_call-lts/repos/community-x86_64/PKGBUILD
  acpi_call-lts/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   82 +++
 /acpi_call.install |   28 +++
 community-i686/PKGBUILD|   41 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 07:50:53 UTC (rev 133464)
+++ community-i686/PKGBUILD 2015-05-15 07:51:16 UTC (rev 133465)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-lts
-pkgver=1.1.0
-pkgrel=17
-_extramodules=extramodules-3.14-lts
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url="http://github.com/mkottman/${pkgname%-*}";
-license=('GPL')
-depends=('linux-lts>=3.14.40')
-makedepends=('linux-lts-headers>=3.14.40')
-provides=("${pkgname%-*}")
-install="${pkgname%-*}.install"
-source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname%-*}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd ${pkgname%-*}-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
-  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-i686/PKGBUILD (from rev 133464, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 07:51:16 UTC (rev 133465)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=18
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*}";
+license=('GPL')
+depends=('linux-lts>=3.14.41')
+makedepends=('linux-lts-headers>=3.14.41')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-05-15 07:50:53 UTC (rev 133464)
+++ community-i686/acpi_call.install2015-05-15 07:51:16 UTC (rev 133465)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.14-lts
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-i686/acpi_call

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 09:52:28
  Author: fyan
Revision: 133466

upgpkg: bbswitch-lts 0.8-9

rebuild for linux-lts 3.14.41

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 07:51:16 UTC (rev 133465)
+++ PKGBUILD2015-05-15 07:52:28 UTC (rev 133466)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=8
+pkgrel=9
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)
 license=('GPL')
-depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
-makedepends=('linux-lts-headers>=3.14.40' 'linux-lts-headers<3.15')
+depends=('linux-lts>=3.14.41' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 09:52:49
  Author: fyan
Revision: 133467

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

Added:
  bbswitch-lts/repos/community-i686/PKGBUILD
(from rev 133466, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-i686/bbswitch-lts.install
(from rev 133466, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-x86_64/PKGBUILD
(from rev 133466, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-x86_64/bbswitch-lts.install
(from rev 133466, bbswitch-lts/trunk/bbswitch-lts.install)
Deleted:
  bbswitch-lts/repos/community-i686/PKGBUILD
  bbswitch-lts/repos/community-i686/bbswitch-lts.install
  bbswitch-lts/repos/community-x86_64/PKGBUILD
  bbswitch-lts/repos/community-x86_64/bbswitch-lts.install

---+
 /PKGBUILD |   68 
 /bbswitch-lts.install |   24 +++
 community-i686/PKGBUILD   |   34 
 community-i686/bbswitch-lts.install   |   12 -
 community-x86_64/PKGBUILD |   34 
 community-x86_64/bbswitch-lts.install |   12 -
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 07:52:28 UTC (rev 133466)
+++ community-i686/PKGBUILD 2015-05-15 07:52:49 UTC (rev 133467)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: M0Rf30
-# Contributor: Samsagax 
-
-pkgname=bbswitch-lts
-_basename=bbswitch
-pkgver=0.8
-_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=8
-pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
-arch=('i686' 'x86_64')
-url=("http://github.com/Bumblebee-Project/bbswitch";)
-license=('GPL')
-depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
-makedepends=('linux-lts-headers>=3.14.40' 'linux-lts-headers<3.15')
-install=${pkgname}.install
-source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
-md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
-
-build() {
-  cd ${srcdir}/${_basename}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KDIR=/lib/modules/${_kernver}/build
-}
-
-package() {
-  cd ${srcdir}/${_basename}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
-}

Copied: bbswitch-lts/repos/community-i686/PKGBUILD (from rev 133466, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 07:52:49 UTC (rev 133467)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=9
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux-lts>=3.14.41' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Deleted: community-i686/bbswitch-lts.install
===
--- community-i686/bbswitch-lts.install 2015-05-15 07:52:28 UTC (rev 133466)
+++ community-i686/bbswitch-lts.install 2015-05-15 07:52:49 UTC (rev 133467)
@@ -1,12 +0,0 @@
-post_install() {
-EXTRAMODULES='extramodules-3.14-lts'
-depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: bbswitch-lts/repos/community-i686/bbswitch-lts.install (from rev 
133466, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-i686/bbswitch-lts.install (rev 0)
+++ community-i686/bbswitch-lts.install 2015-05-15 07:

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:00:04
  Author: fyan
Revision: 239370

upgpkg: nvidia-304xx-lts 304.125-8

rebuild for linux-lts 3.14.41

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 03:40:00 UTC (rev 239369)
+++ PKGBUILD2015-05-15 08:00:04 UTC (rev 239370)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.125
 _extramodules=extramodules-3.14-lts
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.40' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=3.14.40')
+depends=('linux-lts>=3.14.41' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.41')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


[arch-commits] Commit in nvidia-304xx-lts/repos (8 files)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:00:37
  Author: fyan
Revision: 239371

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

Added:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
(from rev 239370, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
(from rev 239370, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 239370, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install
(from rev 239370, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
Deleted:
  nvidia-304xx-lts/repos/extra-i686/PKGBUILD
  nvidia-304xx-lts/repos/extra-i686/nvidia-304xx-lts.install
  nvidia-304xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-304xx-lts/repos/extra-x86_64/nvidia-304xx-lts.install

---+
 /PKGBUILD |   94 
 /nvidia-304xx-lts.install |   30 ++
 extra-i686/PKGBUILD   |   47 
 extra-i686/nvidia-304xx-lts.install   |   15 -
 extra-x86_64/PKGBUILD |   47 
 extra-x86_64/nvidia-304xx-lts.install |   15 -
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 08:00:04 UTC (rev 239370)
+++ extra-i686/PKGBUILD 2015-05-15 08:00:37 UTC (rev 239371)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andreas Radke 
-
-pkgname=nvidia-304xx-lts
-pkgver=304.125
-_extramodules=extramodules-3.14-lts
-pkgrel=7
-pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.40' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=3.14.40')
-conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
-provides=('nvidia-304xx')
-license=('custom')
-install=nvidia-304xx-lts.install
-options=(!strip)
-
-if [ "$CARCH" = "i686" ]; then
-_arch='x86'
-_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
-elif [ "$CARCH" = "x86_64" ]; then
-_arch='x86_64'
-   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
-
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
-md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
-fi
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
-echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
-}

Copied: nvidia-304xx-lts/repos/extra-i686/PKGBUILD (from rev 239370, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-15 08:00:37 UTC (rev 239371)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.125
+_extramodules=extramodules-3.14-lts
+pkgrel=8
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.41' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.41')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.k

[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:02:20
  Author: fyan
Revision: 239372

upgpkg: nvidia-340xx-lts 340.76-7

rebuild for linux-lts 3.14.41

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:00:37 UTC (rev 239371)
+++ PKGBUILD2015-05-15 08:02:20 UTC (rev 239372)
@@ -4,12 +4,12 @@
 pkgname=nvidia-340xx-lts
 pkgver=340.76
 _extramodules=extramodules-3.14-lts
-pkgrel=6
+pkgrel=7
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.40' "nvidia-340xx-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.40')
+depends=('linux-lts>=3.14.41' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.41')
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


[arch-commits] Commit in nvidia-340xx-lts/repos (8 files)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:03:15
  Author: fyan
Revision: 239373

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

Added:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
(from rev 239372, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
(from rev 239372, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
(from rev 239372, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install
(from rev 239372, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
Deleted:
  nvidia-340xx-lts/repos/extra-i686/PKGBUILD
  nvidia-340xx-lts/repos/extra-i686/nvidia-340xx-lts.install
  nvidia-340xx-lts/repos/extra-x86_64/PKGBUILD
  nvidia-340xx-lts/repos/extra-x86_64/nvidia-340xx-lts.install

---+
 /PKGBUILD |   98 
 /nvidia-340xx-lts.install |   30 +
 extra-i686/PKGBUILD   |   49 
 extra-i686/nvidia-340xx-lts.install   |   15 
 extra-x86_64/PKGBUILD |   49 
 extra-x86_64/nvidia-340xx-lts.install |   15 
 6 files changed, 128 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 08:02:20 UTC (rev 239372)
+++ extra-i686/PKGBUILD 2015-05-15 08:03:15 UTC (rev 239373)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-340xx-lts
-pkgver=340.76
-_extramodules=extramodules-3.14-lts
-pkgrel=6
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.40' "nvidia-340xx-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.40')
-provides=('nvidia-340xx')
-conflicts=('nvidia-lts')
-license=('custom')
-install=${pkgname}.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
- '440df290e213280d6e20d4d4be6f8b4c')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-  cd "${_pkg}/kernel"
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-  cd uvm
-  make SYSSRC=/usr/lib/modules/${_kernver}/build module
-}
-
-package() {
-  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-340xx-lts/repos/extra-i686/PKGBUILD (from rev 239372, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-15 08:03:15 UTC (rev 239373)
@@ -0,0 +1,49 @@
+# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.76
+_extramodules=extramodules-3.14-lts
+pkgrel=7
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.41' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.41')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+pac

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:08:10
  Author: fyan
Revision: 239374

upgpkg: nvidia-lts 349.16-3

rebuild for linux-lts 3.14.41

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:03:15 UTC (rev 239373)
+++ PKGBUILD2015-05-15 08:08:10 UTC (rev 239374)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=349.16
 _extramodules=extramodules-3.14-lts
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.40' "nvidia-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.40')
+depends=('linux-lts>=3.14.41' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.41')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:08:33
  Author: fyan
Revision: 239375

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

Added:
  nvidia-lts/repos/extra-i686/PKGBUILD
(from rev 239374, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-i686/nvidia-lts.install
(from rev 239374, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/extra-x86_64/PKGBUILD
(from rev 239374, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install
(from rev 239374, nvidia-lts/trunk/nvidia-lts.install)
Deleted:
  nvidia-lts/repos/extra-i686/PKGBUILD
  nvidia-lts/repos/extra-i686/nvidia-lts.install
  nvidia-lts/repos/extra-x86_64/PKGBUILD
  nvidia-lts/repos/extra-x86_64/nvidia-lts.install

-+
 /PKGBUILD   |  108 ++
 /nvidia-lts.install |   30 ++
 extra-i686/PKGBUILD |   54 ---
 extra-i686/nvidia-lts.install   |   15 -
 extra-x86_64/PKGBUILD   |   54 ---
 extra-x86_64/nvidia-lts.install |   15 -
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 08:08:10 UTC (rev 239374)
+++ extra-i686/PKGBUILD 2015-05-15 08:08:33 UTC (rev 239375)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=349.16
-_extramodules=extramodules-3.14-lts
-pkgrel=2
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.40' "nvidia-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.40')
-provides=('nvidia')
-license=('custom')
-install=nvidia-lts.install
-options=(!strip)
-source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
-
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
-md5sums=('59597d5dfaaf0fc83a5e78d29a97ccac'
- '3e04208affde8c35a8b96975eec0486b')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh ${_pkg}.run --extract-only
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}/kernel"
-make SYSSRC=/usr/lib/modules/${_kernver}/build module
-
-if [[ "$CARCH" = "x86_64" ]]; then
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-fi
-}
-
-package() {
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
-  
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-  
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
-install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
-}

Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 239374, 
nvidia-lts/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-15 08:08:33 UTC (rev 239375)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=349.16
+_extramodules=extramodules-3.14-lts
+pkgrel=3
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.41' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.41')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('59597d5dfaaf0fc83a5e78d29a97ccac'
+ '3e04208affde8c35a8b96975eec0486b')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ "$CARCH" = "x86_64" ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+fi
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drive

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:08:51
  Author: fyan
Revision: 133468

upgpkg: r8168-lts 8.039.00-11

rebuild for linux-lts 3.14.41

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 07:52:49 UTC (rev 133467)
+++ PKGBUILD2015-05-15 08:08:51 UTC (rev 133468)
@@ -4,14 +4,14 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.039.00
-pkgrel=10
+pkgrel=11
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 #url="http://www.realtek.com.tw";
 url="https://code.google.com/p/r8168/";
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=3.14.40" "linux-lts<3.15")
-makedepends=("linux-lts-headers>=3.14.40" "linux-lts-headers<3.15")
+depends=('glibc' "linux-lts>=3.14.41" "linux-lts<3.15")
+makedepends=("linux-lts-headers>=3.14.41" "linux-lts-headers<3.15")
 install=$pkgname.install
 source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:09:18
  Author: fyan
Revision: 133469

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

Added:
  r8168-lts/repos/community-i686/PKGBUILD
(from rev 133468, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-i686/r8168-lts.install
(from rev 133468, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-x86_64/PKGBUILD
(from rev 133468, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-x86_64/r8168-lts.install
(from rev 133468, r8168-lts/trunk/r8168-lts.install)
Deleted:
  r8168-lts/repos/community-i686/PKGBUILD
  r8168-lts/repos/community-i686/r8168-lts.install
  r8168-lts/repos/community-x86_64/PKGBUILD
  r8168-lts/repos/community-x86_64/r8168-lts.install

+
 /PKGBUILD  |   70 +++
 /r8168-lts.install |   34 +
 community-i686/PKGBUILD|   35 -
 community-i686/r8168-lts.install   |   17 
 community-x86_64/PKGBUILD  |   35 -
 community-x86_64/r8168-lts.install |   17 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 08:08:51 UTC (rev 133468)
+++ community-i686/PKGBUILD 2015-05-15 08:09:18 UTC (rev 133469)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=r8168-lts
-_pkgname=r8168
-pkgver=8.039.00
-pkgrel=10
-pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
-#url="http://www.realtek.com.tw";
-url="https://code.google.com/p/r8168/";
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=3.14.40" "linux-lts<3.15")
-makedepends=("linux-lts-headers>=3.14.40" "linux-lts-headers<3.15")
-install=$pkgname.install
-source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
-   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
-sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
-
-_extramodules=extramodules-3.14-lts
-
-build() {
-   cd "$_pkgname-$pkgver"
-   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
-   make -C /usr/lib/modules/$_kernver/build \
-   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
-   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
-   modules
-}
-
-package() {
-   cd "$_pkgname-$pkgver"
-   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
-   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}

Copied: r8168-lts/repos/community-i686/PKGBUILD (from rev 133468, 
r8168-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 08:09:18 UTC (rev 133469)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=11
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw";
+url="https://code.google.com/p/r8168/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=3.14.41" "linux-lts<3.15")
+makedepends=("linux-lts-headers>=3.14.41" "linux-lts-headers<3.15")
+install=$pkgname.install
+source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Deleted: community-i686/r8168-lts.install
===
--- community-i686/r8168-lts.install2015-05-15 08:08:51 UTC (rev 133468)
+++ community-i686/r8168-lts.install2015-05-15 08:09:18 UTC (rev 133469)
@@ -1,17 +0,0 @@
-rebuild_module_dependencies() {
-   EXTRAMODULES='extramodules-3.14-lts'
-   depmod $(cat /lib/modules/$EXTRAMODULES/version)
-}
-
-post_install() {
-  rebuild_module_dependencies
-   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
-   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
-}
-post_upgrade() {
-   rebuild_module_dependencies
-}

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:10:00
  Author: pierre
Revision: 239376

upgpkg: run-parts 4.5-1

Modified:
  run-parts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:08:33 UTC (rev 239375)
+++ PKGBUILD2015-05-15 08:10:00 UTC (rev 239376)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=run-parts
-pkgver=4.4
+pkgver=4.5
 pkgrel=1
 pkgdesc='run scripts or programs in a directory'
 arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@
 url='http://packages.qa.debian.org/d/debianutils.html'
 license=('GPL')
 depends=('glibc')
-source=("https://sources.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.gz";)
-sha256sums=('190850cdd6b5302e0a1ba1aaed1bc7074d67d3bd8d04c613f242f7145afa53a6')
+source=("https://sources.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.xz";)
+sha256sums=('7cfaa53cf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f')
 
 build() {
cd $srcdir/debianutils-$pkgver


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:10:15
  Author: pierre
Revision: 239377

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

Added:
  run-parts/repos/testing-i686/
  run-parts/repos/testing-i686/PKGBUILD
(from rev 239376, run-parts/trunk/PKGBUILD)
  run-parts/repos/testing-x86_64/
  run-parts/repos/testing-x86_64/PKGBUILD
(from rev 239376, run-parts/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   28 
 testing-x86_64/PKGBUILD |   28 
 2 files changed, 56 insertions(+)

Copied: run-parts/repos/testing-i686/PKGBUILD (from rev 239376, 
run-parts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-15 08:10:15 UTC (rev 239377)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=run-parts
+pkgver=4.5
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("https://sources.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.xz";)
+sha256sums=('7cfaa53cf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}

Copied: run-parts/repos/testing-x86_64/PKGBUILD (from rev 239376, 
run-parts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-15 08:10:15 UTC (rev 239377)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=run-parts
+pkgver=4.5
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("https://sources.archlinux.org/other/run-parts/debianutils_${pkgver}.tar.xz";)
+sha256sums=('7cfaa53cf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f')
+
+build() {
+   cd $srcdir/debianutils-$pkgver
+   ./configure --prefix=/usr
+   make run-parts
+}
+
+package() {
+   cd $srcdir/debianutils-$pkgver
+   install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+   install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+   for l in po4a/*/run-parts.8; do
+   install -D -m644  ${l} 
$pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+   done
+}


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:14:25
  Author: fyan
Revision: 133470

upgpkg: tp_smapi-lts 0.41-40

rebuild for linux-lts 3.14.41

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:09:18 UTC (rev 133469)
+++ PKGBUILD2015-05-15 08:14:25 UTC (rev 133470)
@@ -12,13 +12,13 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.14-lts
 pkgver=0.41
-pkgrel=39
+pkgrel=40
 pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
-makedepends=('linux-lts-headers>=3.14.40' 'linux-lts-headers<3.15')
+depends=('linux-lts>=3.14.41' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15')
 install="${pkgname}.install"
 
source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
 md5sums=('63c683415c764568f6bf17c7eabe4752')


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:14:48
  Author: fyan
Revision: 133471

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

Added:
  tp_smapi-lts/repos/community-i686/PKGBUILD
(from rev 133470, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-i686/tp_smapi-lts.install
(from rev 133470, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-x86_64/PKGBUILD
(from rev 133470, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-x86_64/tp_smapi-lts.install
(from rev 133470, tp_smapi-lts/trunk/tp_smapi-lts.install)
Deleted:
  tp_smapi-lts/repos/community-i686/PKGBUILD
  tp_smapi-lts/repos/community-i686/tp_smapi-lts.install
  tp_smapi-lts/repos/community-x86_64/PKGBUILD
  tp_smapi-lts/repos/community-x86_64/tp_smapi-lts.install

---+
 /PKGBUILD |  114 
 /tp_smapi-lts.install |   26 +++
 community-i686/PKGBUILD   |   57 
 community-i686/tp_smapi-lts.install   |   13 ---
 community-x86_64/PKGBUILD |   57 
 community-x86_64/tp_smapi-lts.install |   13 ---
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 08:14:25 UTC (rev 133470)
+++ community-i686/PKGBUILD 2015-05-15 08:14:48 UTC (rev 133471)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer 
-# Contributor: xduugu
-# Contributor: nh2
-# Contributor: Steven Davidovitz 
-# Contributor: Nick B 
-# Contributor: Christof Musik 
-# Contributor: Stefan Rupp 
-# Contributor: Ignas Anikevicius 
-
-pkgname=tp_smapi-lts
-_pkgname=tp_smapi
-_extramodules=/usr/lib/modules/extramodules-3.14-lts
-pkgver=0.41
-pkgrel=39
-pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
-arch=('i686' 'x86_64')
-url='https://github.com/evgeni/tp_smapi'
-license=('GPL')
-depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
-makedepends=('linux-lts-headers>=3.14.40' 'linux-lts-headers<3.15')
-install="${pkgname}.install"
-source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
-md5sums=('63c683415c764568f6bf17c7eabe4752')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  _kernver=$(< "${_extramodules}/version")
-
-  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
- -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
-
-  make HDAPS=1
-}
-
-package() {
-  _kernver=$(< "${_extramodules}/version")
-
-  make -C "${_extramodules%/*}/${_kernver}/build" \
-INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
-M="${srcdir}/${_pkgname}-${pkgver}" modules_install
-
-  cd "${pkgdir}/${_extramodules%/*}"
-  mv "${_kernver}/extra" "${_extramodules##*/}"
-  rmdir "${_kernver}"
-
-  # compress kernel modules
-  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
-
-  # load module on startup
-  echo tp_smapi > "${srcdir}/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
-
-  # update kernel version in install file
-  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
-}

Copied: tp_smapi-lts/repos/community-i686/PKGBUILD (from rev 133470, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 08:14:48 UTC (rev 133471)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=40
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=3.14.41' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${_pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+

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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 10:15:05
  Author: aginiewicz
Revision: 133472

upgpkg: python-pandas 0.16.1-1

python-pandas: new upstream release

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:14:48 UTC (rev 133471)
+++ PKGBUILD2015-05-15 08:15:05 UTC (rev 133472)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pandas
 pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.16.1
+pkgrel=1
 pkgdesc="Cross-section and time series data analysis toolkit"
 arch=('i686' 'x86_64')
 url="http://pandas.pydata.org/";
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
  'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
 
source=("https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz";)
-md5sums=('bfe311f05dc0c351f8955fbd1e296e73')
+md5sums=('fac4f25748f9610a3e00e765474bdea8')
 
 prepare() {
   cd "$srcdir"


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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 10:15:16
  Author: aginiewicz
Revision: 133473

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 08:15:05 UTC (rev 133472)
+++ community-i686/PKGBUILD 2015-05-15 08:15:16 UTC (rev 133473)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Keith Hughitt 
-
-pkgbase=python-pandas
-pkgname=('python2-pandas' 'python-pandas')
-pkgver=0.16.0
-pkgrel=2
-pkgdesc="Cross-section and time series data analysis toolkit"
-arch=('i686' 'x86_64')
-url="http://pandas.pydata.org/";
-license=('BSD')
-makedepends=('python-setuptools' 'python-dateutil' 'python-numpy' 'python-pytz'
- 'python2-setuptools' 'python2-dateutil' 'python2-numpy' 
'python2-pytz')
-source=("https://pypi.python.org/packages/source/p/pandas/pandas-${pkgver}.tar.gz";)
-md5sums=('bfe311f05dc0c351f8955fbd1e296e73')
-
-prepare() {
-  cd "$srcdir"
-  cp -a pandas-${pkgver} pandas-py2-${pkgver}
-  cd pandas-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/pandas-py2-${pkgver}
-  python2 setup.py build_ext --inplace
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package_python2-pandas() {
-  depends=('python2-numpy' 'python2-dateutil' 'python2-pytz' 
'python2-setuptools')
-  optdepends=('python2-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python2-bottleneck: needed for accelerating certain types of 
nan evaluations (recommended)'
-  'python2-scipy: needed for miscellaneous statistical functions'
-  'python2-pytables: needed for HDF5-based storage'
-  'python2-sqlalchemy: needed for SQL database support'
-  'python2-matplotlib: needed for plotting'
-  'python2-statsmodels: needed for parts of pandas.stats'
-  'python2-openpyxl: needed for Excel XLSX input/output'
-  'python2-xlsxwriter: alternative Excel XLSX output'
-  'python2-xlrd: needed for Excel XLS input'
-  'python2-xlwt: needed for Excel XLS output'
-  'python2-boto: needed for access to Amazon S3 storage'
-  'python2-beautifulsoup4: needed for read_html function'
-  'python2-lxml: needed for read_html function (and/or 
python2-html5lib)'
-  'python2-html5lib: needed for read_hmlt function (and/or 
python2-lxml)'
-  'python2-httplib2: needed for gbq'
-  'python2-google-api-python-client: needed for gbq'
-  'python2-gflags: needed for gbq'
-  'xsel: needed for read_clipboard function (or xclip)'
-  'xclip: needed for read_clipboard function (or xsel)')
-
-  cd "$srcdir"/pandas-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pandas() {
-  depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-  optdepends=('python-numexpr: needed for accelerating certain numerical 
operations (recommended)'
-  'python-bottleneck: needed for accelerating certain types of nan 
evaluations (recommended)'
-  'python-scipy: needed for miscellaneous statistical functions'
-  'python-pytables: needed for HDF5-based storage'
-  'python-sqlalchemy: needed for SQL database support'
-  'python-matplotlib: needed for plotting'
-  'python-statsmodels: needed for parts of pandas.stats'
-  'python-openpyxl: needed for Excel XLSX input/output'
-  'python-xlsxwriter: alternative Excel XLSX output'
-  'python-xlrd: needed for Excel XLS input'
-  'python-xlwt: needed for Excel XLS output'
-  'python-boto: needed for access to Amazon S3 storage'
-  'python-beautifulsoup4: needed for read_html function'
-  'python-lxml: needed

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:15:24
  Author: fyan
Revision: 133474

upgpkg: virtualbox-modules-lts 4.3.26-4

rebuild for linux-lts 3.14.41

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:15:16 UTC (rev 133473)
+++ PKGBUILD2015-05-15 08:15:24 UTC (rev 133474)
@@ -6,12 +6,12 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.26
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-lts>=3.14.40' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14.40' 'linux-lts-headers<3.15'
+makedepends=('linux-lts>=3.14.41' 'linux-lts<3.15'
+ 'linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 


[arch-commits] Commit in virtualbox-modules-lts/repos (16 files)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:16:04
  Author: fyan
Revision: 133475

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

Added:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
(from rev 133474, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-i686/build.sh
(from rev 133474, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
(from rev 133474, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
(from rev 133474, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
(from rev 133474, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-x86_64/build.sh
(from rev 133474, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
(from rev 133474, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install
(from rev 133474, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
Deleted:
  virtualbox-modules-lts/repos/community-i686/PKGBUILD
  virtualbox-modules-lts/repos/community-i686/build.sh
  
virtualbox-modules-lts/repos/community-i686/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-i686/virtualbox-host-modules-lts.install
  virtualbox-modules-lts/repos/community-x86_64/PKGBUILD
  virtualbox-modules-lts/repos/community-x86_64/build.sh
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-guest-modules-lts.install
  
virtualbox-modules-lts/repos/community-x86_64/virtualbox-host-modules-lts.install

---+
 /PKGBUILD |  132 
 /build.sh |  116 ++
 /virtualbox-guest-modules-lts.install |   42 +
 /virtualbox-host-modules-lts.install  |   46 +
 community-i686/PKGBUILD   |   66 
 community-i686/build.sh   |   58 ---
 community-i686/virtualbox-guest-modules-lts.install   |   21 --
 community-i686/virtualbox-host-modules-lts.install|   23 --
 community-x86_64/PKGBUILD |   66 
 community-x86_64/build.sh |   58 ---
 community-x86_64/virtualbox-guest-modules-lts.install |   21 --
 community-x86_64/virtualbox-host-modules-lts.install  |   23 --
 12 files changed, 336 insertions(+), 336 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 08:15:24 UTC (rev 133474)
+++ community-i686/PKGBUILD 2015-05-15 08:16:04 UTC (rev 133475)
@@ -1,66 +0,0 @@
-# $Id$
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Sébastien Luttringer
-
-pkgbase=virtualbox-modules-lts
-pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
-pkgver=4.3.26
-pkgrel=3
-arch=('i686' 'x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-lts>=3.14.40' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14.40' 'linux-lts-headers<3.15'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-# remember to also adjust the .install files and the package deps below
-_extramodules=extramodules-3.14-lts
-
-build() {
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  # dkms need modification to be run as user
-  cp -r /var/lib/dkms .
-  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
-  # build host modules
-  msg2 'Host modules'
-  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
-  # build guest modules
-  msg2 'Guest modules'
-  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
-}
-
-package_virtualbox-host-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Host kernel modules for VirtualBox'
-  depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
-  replaces=('virtualbox-modules-lts')
-  conflicts=('virtualbox-modules-lts')
-  provides=("virtualbox-host-modules=$pkgver")
-  install=virtualbox-host-modules-lts.install
-
-  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
-  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
-  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
-  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
-}
-
-package_virtualbox-guest-modules-lts(){
-  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
-  pkgdesc='Guest kernel modules for VirtualBox'
-  license=('GPL')
-  depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
-  replaces=('v

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:21:05
  Author: pierre
Revision: 239378

upgpkg: php 5.6.9-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:10:15 UTC (rev 239377)
+++ PKGBUILD2015-05-15 08:21:05 UTC (rev 239378)
@@ -22,8 +22,8 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=5.6.8
-pkgrel=3
+pkgver=5.6.9
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -32,11 +32,11 @@
  'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu'
  'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
 source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz";
-#"http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc";
+"http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc";
 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('526a5a7f593de632cd9e8546335de8b7'
-# 'SKIP'
+md5sums=('f6b90cd0503310c38e9573bae1eb38c7'
+ 'SKIP'
  '942f9d8af9bcab2487ca710ef42ef1de'
  'dec2cbaad64e3abf4f0ec70e1de4e8e9'
  '16b5e2e4da59f15bea4c2db78a7bc8dc'


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:21:07
  Author: fyan
Revision: 133476

upgpkg: acpi_call-lts 1.1.0-19

rebuild for linux-lts 3.14.42

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:16:04 UTC (rev 133475)
+++ PKGBUILD2015-05-15 08:21:07 UTC (rev 133476)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=18
+pkgrel=19
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*}";
 license=('GPL')
-depends=('linux-lts>=3.14.41')
-makedepends=('linux-lts-headers>=3.14.41')
+depends=('linux-lts>=3.14.42')
+makedepends=('linux-lts-headers>=3.14.42')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:21:29
  Author: fyan
Revision: 133477

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

Added:
  acpi_call-lts/repos/community-i686/PKGBUILD
(from rev 133476, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-i686/acpi_call.install
(from rev 133476, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-x86_64/PKGBUILD
(from rev 133476, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-x86_64/acpi_call.install
(from rev 133476, acpi_call-lts/trunk/acpi_call.install)
Deleted:
  acpi_call-lts/repos/community-i686/PKGBUILD
  acpi_call-lts/repos/community-i686/acpi_call.install
  acpi_call-lts/repos/community-x86_64/PKGBUILD
  acpi_call-lts/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   82 +++
 /acpi_call.install |   28 +++
 community-i686/PKGBUILD|   41 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 08:21:07 UTC (rev 133476)
+++ community-i686/PKGBUILD 2015-05-15 08:21:29 UTC (rev 133477)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-lts
-pkgver=1.1.0
-pkgrel=18
-_extramodules=extramodules-3.14-lts
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url="http://github.com/mkottman/${pkgname%-*}";
-license=('GPL')
-depends=('linux-lts>=3.14.41')
-makedepends=('linux-lts-headers>=3.14.41')
-provides=("${pkgname%-*}")
-install="${pkgname%-*}.install"
-source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname%-*}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd ${pkgname%-*}-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
-  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-i686/PKGBUILD (from rev 133476, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 08:21:29 UTC (rev 133477)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=19
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*}";
+license=('GPL')
+depends=('linux-lts>=3.14.42')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-05-15 08:21:07 UTC (rev 133476)
+++ community-i686/acpi_call.install2015-05-15 08:21:29 UTC (rev 133477)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.14-lts
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-i686/acpi_call

[arch-commits] Commit in php/repos (32 files)

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:21:31
  Author: pierre
Revision: 239379

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

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 239378, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 239378, php/trunk/apache.conf)
  php/repos/extra-i686/logrotate.d.php-fpm
(from rev 239378, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-i686/php-fpm.conf.in.patch
(from rev 239378, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-i686/php-fpm.install
(from rev 239378, php/trunk/php-fpm.install)
  php/repos/extra-i686/php-fpm.service
(from rev 239378, php/trunk/php-fpm.service)
  php/repos/extra-i686/php-fpm.tmpfiles
(from rev 239378, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-i686/php.ini.patch
(from rev 239378, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 239378, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 239378, php/trunk/apache.conf)
  php/repos/extra-x86_64/logrotate.d.php-fpm
(from rev 239378, php/trunk/logrotate.d.php-fpm)
  php/repos/extra-x86_64/php-fpm.conf.in.patch
(from rev 239378, php/trunk/php-fpm.conf.in.patch)
  php/repos/extra-x86_64/php-fpm.install
(from rev 239378, php/trunk/php-fpm.install)
  php/repos/extra-x86_64/php-fpm.service
(from rev 239378, php/trunk/php-fpm.service)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 239378, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 239378, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/logrotate.d.php-fpm
  php/repos/extra-i686/php-fpm.conf.in.patch
  php/repos/extra-i686/php-fpm.install
  php/repos/extra-i686/php-fpm.service
  php/repos/extra-i686/php-fpm.tmpfiles
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/logrotate.d.php-fpm
  php/repos/extra-x86_64/php-fpm.conf.in.patch
  php/repos/extra-x86_64/php-fpm.install
  php/repos/extra-x86_64/php-fpm.service
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

+
 /PKGBUILD  |  790 +++
 /apache.conf   |   26 +
 /logrotate.d.php-fpm   |   16 
 /php-fpm.conf.in.patch |  104 
 /php-fpm.install   |   18 
 /php-fpm.service   |   26 +
 /php-fpm.tmpfiles  |2 
 /php.ini.patch |  242 ++
 extra-i686/PKGBUILD|  395 -
 extra-i686/apache.conf |   13 
 extra-i686/logrotate.d.php-fpm |8 
 extra-i686/php-fpm.conf.in.patch   |   52 --
 extra-i686/php-fpm.install |9 
 extra-i686/php-fpm.service |   13 
 extra-i686/php-fpm.tmpfiles|1 
 extra-i686/php.ini.patch   |  121 -
 extra-x86_64/PKGBUILD  |  395 -
 extra-x86_64/apache.conf   |   13 
 extra-x86_64/logrotate.d.php-fpm   |8 
 extra-x86_64/php-fpm.conf.in.patch |   52 --
 extra-x86_64/php-fpm.install   |9 
 extra-x86_64/php-fpm.service   |   13 
 extra-x86_64/php-fpm.tmpfiles  |1 
 extra-x86_64/php.ini.patch |  121 -
 24 files changed, 1224 insertions(+), 1224 deletions(-)

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


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:24:06
  Author: fyan
Revision: 133479

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

Added:
  bbswitch-lts/repos/community-testing-i686/
  bbswitch-lts/repos/community-testing-i686/PKGBUILD
(from rev 133478, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install
(from rev 133478, bbswitch-lts/trunk/bbswitch-lts.install)
  bbswitch-lts/repos/community-testing-x86_64/
  bbswitch-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 133478, bbswitch-lts/trunk/PKGBUILD)
  bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install
(from rev 133478, bbswitch-lts/trunk/bbswitch-lts.install)

---+
 community-testing-i686/PKGBUILD   |   34 
 community-testing-i686/bbswitch-lts.install   |   12 
 community-testing-x86_64/PKGBUILD |   34 
 community-testing-x86_64/bbswitch-lts.install |   12 
 4 files changed, 92 insertions(+)

Copied: bbswitch-lts/repos/community-testing-i686/PKGBUILD (from rev 133478, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-15 08:24:06 UTC (rev 133479)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=10
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux-lts>=3.14.42' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-i686/bbswitch-lts.install (from 
rev 133478, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-i686/bbswitch-lts.install (rev 0)
+++ community-testing-i686/bbswitch-lts.install 2015-05-15 08:24:06 UTC (rev 
133479)
@@ -0,0 +1,12 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/PKGBUILD (from rev 133478, 
bbswitch-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-05-15 08:24:06 UTC (rev 133479)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 120281 2014-10-06 16:24:13Z tpowa $
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgname=bbswitch-lts
+_basename=bbswitch
+pkgver=0.8
+_extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
+pkgrel=10
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('i686' 'x86_64')
+url=("http://github.com/Bumblebee-Project/bbswitch";)
+license=('GPL')
+depends=('linux-lts>=3.14.42' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15')
+install=${pkgname}.install
+source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${srcdir}/${_basename}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KDIR=/lib/modules/${_kernver}/build
+}
+
+package() {
+  cd ${srcdir}/${_basename}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"
  
+}

Copied: bbswitch-lts/repos/community-testing-x86_64/bbswitch-lts.install (from 
rev 133478, bbswitch-lts/trunk/bbswitch-lts.install)
===
--- community-testing-x86_64/bbswitch-lts.install 

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:25:29
  Author: pierre
Revision: 239381

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

Added:
  zlib/repos/testing-i686/
  zlib/repos/testing-i686/PKGBUILD
(from rev 239380, zlib/trunk/PKGBUILD)
  zlib/repos/testing-x86_64/
  zlib/repos/testing-x86_64/PKGBUILD
(from rev 239380, zlib/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: zlib/repos/testing-i686/PKGBUILD (from rev 239380, zlib/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-15 08:25:29 UTC (rev 239381)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zlib
+pkgver=1.2.8
+pkgrel=4
+pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP'
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.zlib.net/";
+depends=('glibc')
+options=('staticlibs')  # needed by binutils testsuite
+source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
+md5sums=('44d667c142d7cda120332623eab69f40')
+
+prepare() {
+   cd ${srcdir}/zlib-$pkgver
+   grep -A 24 '^  Copyright' zlib.h > LICENSE
+}
+
+build() {
+   cd ${srcdir}/zlib-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${srcdir}/zlib-$pkgver
+   make test
+}
+
+package() {
+   cd ${srcdir}/zlib-$pkgver
+   make install DESTDIR=${pkgdir}
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE
+}

Copied: zlib/repos/testing-x86_64/PKGBUILD (from rev 239380, 
zlib/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-15 08:25:29 UTC (rev 239381)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgname=zlib
+pkgver=1.2.8
+pkgrel=4
+pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP'
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://www.zlib.net/";
+depends=('glibc')
+options=('staticlibs')  # needed by binutils testsuite
+source=("http://zlib.net/current/zlib-${pkgver}.tar.gz";)
+md5sums=('44d667c142d7cda120332623eab69f40')
+
+prepare() {
+   cd ${srcdir}/zlib-$pkgver
+   grep -A 24 '^  Copyright' zlib.h > LICENSE
+}
+
+build() {
+   cd ${srcdir}/zlib-$pkgver
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd ${srcdir}/zlib-$pkgver
+   make test
+}
+
+package() {
+   cd ${srcdir}/zlib-$pkgver
+   make install DESTDIR=${pkgdir}
+   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/zlib/LICENSE
+}


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:25:17
  Author: pierre
Revision: 239380

upgpkg: zlib 1.2.8-4

Rebuild of old package

Modified:
  zlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:21:31 UTC (rev 239379)
+++ PKGBUILD2015-05-15 08:25:17 UTC (rev 239380)
@@ -3,7 +3,7 @@
 
 pkgname=zlib
 pkgver=1.2.8
-pkgrel=3
+pkgrel=4
 pkgdesc='Compression library implementing the deflate compression method found 
in gzip and PKZIP'
 arch=('i686' 'x86_64')
 license=('custom')


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:23:38
  Author: fyan
Revision: 133478

upgpkg: bbswitch-lts 0.8-10

rebuild for linux-lts 3.14.42

Modified:
  bbswitch-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:21:29 UTC (rev 133477)
+++ PKGBUILD2015-05-15 08:23:38 UTC (rev 133478)
@@ -7,13 +7,13 @@
 _basename=bbswitch
 pkgver=0.8
 _extramodules=extramodules-3.14-lts # Don't forget to update 
bbswitch-lts.install
-pkgrel=9
+pkgrel=10
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('i686' 'x86_64')
 url=("http://github.com/Bumblebee-Project/bbswitch";)
 license=('GPL')
-depends=('linux-lts>=3.14.41' 'linux-lts<3.15')
-makedepends=('linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15')
+depends=('linux-lts>=3.14.42' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15')
 install=${pkgname}.install
 
source=("${_basename}-$pkgver.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
 md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:30:18
  Author: pierre
Revision: 239382

upgpkg: php 5.6.9-2

libzip 1.0.1 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:25:29 UTC (rev 239381)
+++ PKGBUILD2015-05-15 08:30:18 UTC (rev 239382)
@@ -23,7 +23,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=5.6.9
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'


[arch-commits] Commit in php/repos (32 files)

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:30:44
  Author: pierre
Revision: 239383

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

Added:
  php/repos/staging-i686/PKGBUILD
(from rev 239382, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 239382, php/trunk/apache.conf)
  php/repos/staging-i686/logrotate.d.php-fpm
(from rev 239382, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-i686/php-fpm.conf.in.patch
(from rev 239382, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-i686/php-fpm.install
(from rev 239382, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.service
(from rev 239382, php/trunk/php-fpm.service)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 239382, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 239382, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/PKGBUILD
(from rev 239382, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 239382, php/trunk/apache.conf)
  php/repos/staging-x86_64/logrotate.d.php-fpm
(from rev 239382, php/trunk/logrotate.d.php-fpm)
  php/repos/staging-x86_64/php-fpm.conf.in.patch
(from rev 239382, php/trunk/php-fpm.conf.in.patch)
  php/repos/staging-x86_64/php-fpm.install
(from rev 239382, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.service
(from rev 239382, php/trunk/php-fpm.service)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 239382, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 239382, php/trunk/php.ini.patch)
Deleted:
  php/repos/staging-i686/PKGBUILD
  php/repos/staging-i686/apache.conf
  php/repos/staging-i686/logrotate.d.php-fpm
  php/repos/staging-i686/php-fpm.conf.in.patch
  php/repos/staging-i686/php-fpm.install
  php/repos/staging-i686/php-fpm.service
  php/repos/staging-i686/php-fpm.tmpfiles
  php/repos/staging-i686/php.ini.patch
  php/repos/staging-x86_64/PKGBUILD
  php/repos/staging-x86_64/apache.conf
  php/repos/staging-x86_64/logrotate.d.php-fpm
  php/repos/staging-x86_64/php-fpm.conf.in.patch
  php/repos/staging-x86_64/php-fpm.install
  php/repos/staging-x86_64/php-fpm.service
  php/repos/staging-x86_64/php-fpm.tmpfiles
  php/repos/staging-x86_64/php.ini.patch

--+
 /PKGBUILD|  790 +
 /apache.conf |   26 +
 /logrotate.d.php-fpm |   16 
 /php-fpm.conf.in.patch   |  104 
 /php-fpm.install |   18 
 /php-fpm.service |   26 +
 /php-fpm.tmpfiles|2 
 /php.ini.patch   |  242 ++
 staging-i686/PKGBUILD|  395 
 staging-i686/apache.conf |   13 
 staging-i686/logrotate.d.php-fpm |8 
 staging-i686/php-fpm.conf.in.patch   |   52 --
 staging-i686/php-fpm.install |9 
 staging-i686/php-fpm.service |   13 
 staging-i686/php-fpm.tmpfiles|1 
 staging-i686/php.ini.patch   |  121 -
 staging-x86_64/PKGBUILD  |  395 
 staging-x86_64/apache.conf   |   13 
 staging-x86_64/logrotate.d.php-fpm   |8 
 staging-x86_64/php-fpm.conf.in.patch |   52 --
 staging-x86_64/php-fpm.install   |9 
 staging-x86_64/php-fpm.service   |   13 
 staging-x86_64/php-fpm.tmpfiles  |1 
 staging-x86_64/php.ini.patch |  121 -
 24 files changed, 1224 insertions(+), 1224 deletions(-)

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


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:36:23
  Author: fyan
Revision: 133480

upgpkg: acpi_call-lts 1.1.0-20

rebuild for linux-lts 3.14.41 again, the -19 package was pushed to [community] 
by mistake.

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:24:06 UTC (rev 133479)
+++ PKGBUILD2015-05-15 08:36:23 UTC (rev 133480)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=19
+pkgrel=20
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*}";
 license=('GPL')
-depends=('linux-lts>=3.14.42')
-makedepends=('linux-lts-headers>=3.14.42')
+depends=('linux-lts>=3.14.41')
+makedepends=('linux-lts-headers>=3.14.41')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:36:45
  Author: fyan
Revision: 133481

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

Added:
  acpi_call-lts/repos/community-i686/PKGBUILD
(from rev 133480, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-i686/acpi_call.install
(from rev 133480, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-x86_64/PKGBUILD
(from rev 133480, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-x86_64/acpi_call.install
(from rev 133480, acpi_call-lts/trunk/acpi_call.install)
Deleted:
  acpi_call-lts/repos/community-i686/PKGBUILD
  acpi_call-lts/repos/community-i686/acpi_call.install
  acpi_call-lts/repos/community-x86_64/PKGBUILD
  acpi_call-lts/repos/community-x86_64/acpi_call.install

+
 /PKGBUILD  |   82 +++
 /acpi_call.install |   28 +++
 community-i686/PKGBUILD|   41 -
 community-i686/acpi_call.install   |   14 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/acpi_call.install |   14 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 08:36:23 UTC (rev 133480)
+++ community-i686/PKGBUILD 2015-05-15 08:36:45 UTC (rev 133481)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: mortzu 
-# Contributor: fnord0 
-
-pkgname=acpi_call-lts
-pkgver=1.1.0
-pkgrel=19
-_extramodules=extramodules-3.14-lts
-pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
-arch=('i686' 'x86_64')
-url="http://github.com/mkottman/${pkgname%-*}";
-license=('GPL')
-depends=('linux-lts>=3.14.42')
-makedepends=('linux-lts-headers>=3.14.42')
-provides=("${pkgname%-*}")
-install="${pkgname%-*}.install"
-source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
-
-build() {
-  cd ${pkgname%-*}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-
-  make KVERSION="${_kernver}"
-}
-
-package() {
-  cd ${pkgname%-*}-${pkgver}
-
-  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
-  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
-  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
-  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
-
-  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
-  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-i686/PKGBUILD (from rev 133480, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 08:36:45 UTC (rev 133481)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=20
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*}";
+license=('GPL')
+depends=('linux-lts>=3.14.41')
+makedepends=('linux-lts-headers>=3.14.41')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/acpi_call.install
===
--- community-i686/acpi_call.install2015-05-15 08:36:23 UTC (rev 133480)
+++ community-i686/acpi_call.install2015-05-15 08:36:45 UTC (rev 133481)
@@ -1,14 +0,0 @@
-post_install() {
-  _extramodules=extramodules-3.14-lts
-  depmod $(cat /usr/lib/modules/${_extramodules}/version)
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-i686/acpi_call

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:40:01
  Author: fyan
Revision: 133482

upgpkg: acpi_call-lts 1.1.0-21

rebuild for linux-lts 3.14.42 again, as the -19 package went to wrong repo.

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:36:45 UTC (rev 133481)
+++ PKGBUILD2015-05-15 08:40:01 UTC (rev 133482)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=20
+pkgrel=21
 _extramodules=extramodules-3.14-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*}";
 license=('GPL')
-depends=('linux-lts>=3.14.41')
-makedepends=('linux-lts-headers>=3.14.41')
+depends=('linux-lts>=3.14.42')
+makedepends=('linux-lts-headers>=3.14.42')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")


[arch-commits] Commit in nvidia-304xx-lts/repos (6 files)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:40:29
  Author: fyan
Revision: 239385

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

Added:
  nvidia-304xx-lts/repos/testing-i686/
  nvidia-304xx-lts/repos/testing-i686/PKGBUILD
(from rev 239384, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install
(from rev 239384, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
  nvidia-304xx-lts/repos/testing-x86_64/
  nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 239384, nvidia-304xx-lts/trunk/PKGBUILD)
  nvidia-304xx-lts/repos/testing-x86_64/nvidia-304xx-lts.install
(from rev 239384, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)

-+
 testing-i686/PKGBUILD   |   47 ++
 testing-i686/nvidia-304xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   47 ++
 testing-x86_64/nvidia-304xx-lts.install |   15 +
 4 files changed, 124 insertions(+)

Copied: nvidia-304xx-lts/repos/testing-i686/PKGBUILD (from rev 239384, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-15 08:40:29 UTC (rev 239385)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.125
+_extramodules=extramodules-3.14-lts
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.42' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.42')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('bc3b0ac291fa998d5109a6f7e94fb2d4')
+elif [ "$CARCH" = "x86_64" ]; then
+_arch='x86_64'
+   _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32"
+
source=("http://us.download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";)
+md5sums=('291d41ccdbcc08f752a38f9e0a7eeea0')
+fi
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+echo "blacklist nvidiafb" >> 
"${pkgdir}/usr/lib/modprobe.d/nvidia-304xx-lts.conf"
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
+install -D -m644 ${_pkg}/LICENSE 
"${pkgdir}/usr/share/licenses/nvidia-304xx-lts/LICENSE"
+}

Copied: nvidia-304xx-lts/repos/testing-i686/nvidia-304xx-lts.install (from rev 
239384, nvidia-304xx-lts/trunk/nvidia-304xx-lts.install)
===
--- testing-i686/nvidia-304xx-lts.install   (rev 0)
+++ testing-i686/nvidia-304xx-lts.install   2015-05-15 08:40:29 UTC (rev 
239385)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-304xx-lts/repos/testing-x86_64/PKGBUILD (from rev 239384, 
nvidia-304xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-15 08:40:29 UTC (rev 239385)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andreas Radke 
+
+pkgname=nvidia-304xx-lts
+pkgver=304.125
+_extramodules=extramodules-3.14-lts
+pkgrel=9
+pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.42' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.42')
+conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
+provides=('nvidia-304xx')
+license=('custom')
+install=nvidia-304xx-lts.install
+options=(!strip)
+
+if [ "$CARCH" = "i686" ]; then
+_arch='x86'
+_pkg="NVIDIA-Linux-${_arch}-${pkgver}"
+
source=("http://us.download.nvidia.com/XFree86/Linux-

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:40:21
  Author: fyan
Revision: 133483

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

Added:
  acpi_call-lts/repos/community-testing-i686/
  acpi_call-lts/repos/community-testing-i686/PKGBUILD
(from rev 133482, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-i686/acpi_call.install
(from rev 133482, acpi_call-lts/trunk/acpi_call.install)
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 133482, acpi_call-lts/trunk/PKGBUILD)
  acpi_call-lts/repos/community-testing-x86_64/acpi_call.install
(from rev 133482, acpi_call-lts/trunk/acpi_call.install)

+
 community-testing-i686/PKGBUILD|   41 +++
 community-testing-i686/acpi_call.install   |   14 +
 community-testing-x86_64/PKGBUILD  |   41 +++
 community-testing-x86_64/acpi_call.install |   14 +
 4 files changed, 110 insertions(+)

Copied: acpi_call-lts/repos/community-testing-i686/PKGBUILD (from rev 133482, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-15 08:40:21 UTC (rev 133483)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=21
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*}";
+license=('GPL')
+depends=('linux-lts>=3.14.42')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-i686/acpi_call.install (from rev 
133482, acpi_call-lts/trunk/acpi_call.install)
===
--- community-testing-i686/acpi_call.install(rev 0)
+++ community-testing-i686/acpi_call.install2015-05-15 08:40:21 UTC (rev 
133483)
@@ -0,0 +1,14 @@
+post_install() {
+  _extramodules=extramodules-3.14-lts
+  depmod $(cat /usr/lib/modules/${_extramodules}/version)
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim: ts=2 sw=2 et:

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 133482, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-05-15 08:40:21 UTC (rev 133483)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=21
+_extramodules=extramodules-3.14-lts
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+arch=('i686' 'x86_64')
+url="http://github.com/mkottman/${pkgname%-*}";
+license=('GPL')
+depends=('linux-lts>=3.14.42')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=("${pkgname%-*}")
+install="${pkgname%-*}.install"
+source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+build() {
+  cd ${pkgname%-*}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+
+  make KVERSION="${_kernver}"
+}
+
+package() {
+  cd ${pkgname%-*}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/lib/{modules/${_extramodules},modules-load.d}
+  install -m 644 ${pkgname%-*}.ko "${pkgdir}"/usr/lib/modules/${_extramodules}/
+  gzip "${pkgdir}"/usr/lib/modules/${_extramodules}/${pkgname%-*}.ko
+  echo ${pkgname%-*} > "${pkgdir}"/usr/lib/modules-load.d/${pkgname}.conf
+
+  install -dm 755 "${pkgdir}"/usr/share/${pkgname}
+  cp -dr --no-preserve='ownership' {examples,support} 
"${pkgdir}"/usr/share/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:

[arch-commits] Commit in nvidia-304xx-lts/trunk (PKGBUILD)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 10:40:09
  Author: fyan
Revision: 239384

upgpkg: nvidia-304xx-lts 304.125-9

rebuild for linux-lts 3.14.42

Modified:
  nvidia-304xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:30:44 UTC (rev 239383)
+++ PKGBUILD2015-05-15 08:40:09 UTC (rev 239384)
@@ -5,12 +5,12 @@
 pkgname=nvidia-304xx-lts
 pkgver=304.125
 _extramodules=extramodules-3.14-lts
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA drivers for linux-lts, 304xx legacy branch"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.41' 'libgl' "nvidia-304xx-utils=${pkgver}")
-makedepends=('linux-lts-headers>=3.14.41')
+depends=('linux-lts>=3.14.42' 'libgl' "nvidia-304xx-utils=${pkgver}")
+makedepends=('linux-lts-headers>=3.14.42')
 conflicts=('nvidia-lts' 'nvidia-96xx-lts' 'nvidia-173xx-lts')
 provides=('nvidia-304xx')
 license=('custom')


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 10:57:03
  Author: pierre
Revision: 239386

Package c-client FS#38182

Added:
  imap/trunk/c-client-2006k_GENTOO_amd64-so-fix.patch
Modified:
  imap/trunk/PKGBUILD

--+
 PKGBUILD |   19 +--
 c-client-2006k_GENTOO_amd64-so-fix.patch |   13 +
 2 files changed, 26 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:40:29 UTC (rev 239385)
+++ PKGBUILD2015-05-15 08:57:03 UTC (rev 239386)
@@ -2,7 +2,7 @@
 
 pkgname=imap
 pkgver=2007f
-pkgrel=4
+pkgrel=5
 pkgdesc="An IMAP/POP server"
 arch=('i686' 'x86_64')
 license=('APACHE')
@@ -11,20 +11,26 @@
 provides=('imap-server' 'pop3-server')
 conflicts=('courier-mta' 'courier-imap')
 source=("ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz";
+'c-client-2006k_GENTOO_amd64-so-fix.patch'
 'imap' 'ipop2' 'ipop3')
 options=('staticlibs')
 backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
 md5sums=('2126fd125ea26b73b20f01fcd5940369'
+ '7f3937a871edd54203fe51f91423e204'
  '3ae5b3b333bc8ea2da106f6a97d7bd8d'
  '448f988dc5f9bdb2223dcea3abc4f5f1'
  '1499b13015075f0aafba04324a6f523a')
 
 prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
   sed \
 -e "s:-g -fno-omit-frame-pointer -O6:\${CFLAGS}:" \
 -e "s:SSLDIR=/usr/local/ssl:SSLDIR=/usr:" \
 -e "s:SSLCERTS=\$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:" \
--i $srcdir/$pkgname-$pkgver/src/osdep/unix/Makefile
+-i src/osdep/unix/Makefile
+
+  patch -p1 -i $srcdir/c-client-2006k_GENTOO_amd64-so-fix.patch
 }
 
 build() {
@@ -31,10 +37,7 @@
   cd $srcdir/$pkgname-$pkgver
   # NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
 
-  if [ "$CARCH" == "x86_64" ]; then
- yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix 
EXTRACFLAGS="${CFLAGS} -fPIC"
-else yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix
-  fi
+  yes "y" | make lnp EXTRAAUTHENTICATORS=gss PASSWDTYPE=pam 
SPECIALAUTHENTICATORS=ssl SSLTYPE=unix EXTRACFLAGS="${CFLAGS} -fPIC 
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam"
 
   # create ssl certs for secure imap
   for i in imapd ipop3d; do
@@ -72,6 +75,10 @@
   install -D -m644 c-client/c-client.a $pkgdir/usr/lib/c-client.a
   ln -sf c-client.a $pkgdir/usr/lib/libc-client.a
 
+  install -D -m755 c-client/libc-client.so.1.0.0 
$pkgdir/usr/lib/libc-client.so.1.0.0
+  ln -sf /usr/lib/libc-client.so.1.0.0 $pkgdir/usr/lib/libc-client.so.1
+  ln -sf /usr/lib/libc-client.so.1.0.0 $pkgdir/usr/lib/libc-client.so
+
   # install certs
   install -D -m600 imapd.pem $pkgdir/etc/ssl/certs/imapd.pem
   install -D -m600 ipop3d.pem $pkgdir/etc/ssl/certs/ipop3d.pem

Added: c-client-2006k_GENTOO_amd64-so-fix.patch
===
--- c-client-2006k_GENTOO_amd64-so-fix.patch(rev 0)
+++ c-client-2006k_GENTOO_amd64-so-fix.patch2015-05-15 08:57:03 UTC (rev 
239386)
@@ -0,0 +1,13 @@
+diff -r 7c3e6c6ef2ba src/osdep/unix/Makefile
+--- a/src/osdep/unix/Makefile  Thu Feb 21 18:51:32 2008 +0100
 b/src/osdep/unix/Makefile  Thu Feb 21 18:53:15 2008 +0100
+@@ -962,6 +962,9 @@ onceenv:
+-DRSHPATH=\"$(RSHPATH)\" -DLOCKPGM=\"$(LOCKPGM)\" > OSCFLAGS
+   echo $(BASELDFLAGS) $(EXTRALDFLAGS) > LDFLAGS
+   echo "$(ARRC) $(ARCHIVE) $(BINARIES);$(RANLIB) $(ARCHIVE)" > ARCHIVE
++  echo "`$(CAT) CCTYPE` `$(CAT) CFLAGS` `$(CAT) OSFLAGS` -shared \
++   -Wl,-soname,libc-client.so.1 -o libc-client.so.1.0.0 $(BINARIES)" \
++   >> ARCHIVE
+   echo $(OS) > OSTYPE
+   ./drivers $(EXTRADRIVERS) $(DEFAULTDRIVERS) dummy
+   ./mkauths $(EXTRAAUTHENTICATORS) $(DEFAULTAUTHENTICATORS)


[arch-commits] Commit in (3 files)

2015-05-15 Thread Antonio Rojas
Date: Friday, May 15, 2015 @ 11:03:54
  Author: arojas
Revision: 133484

SageMath 6.7 dependency

Added:
  bliss-graphs/
  bliss-graphs/trunk/
  bliss-graphs/trunk/PKGBUILD

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

Added: bliss-graphs/trunk/PKGBUILD
===
--- bliss-graphs/trunk/PKGBUILD (rev 0)
+++ bliss-graphs/trunk/PKGBUILD 2015-05-15 09:03:54 UTC (rev 133484)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bliss-graphs
+pkgver=0.72
+pkgrel=1
+pkgdesc="A library for computing automorphism groups and canonical forms of 
graphs"
+arch=(i686 x86_64)
+url="http://www.tcs.tkk.fi/Software/bliss/index.html";
+license=(GPL3)
+depends=(glibc)
+source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip";)
+md5sums=('6f0e114944fa0863870b7f631850abb2')
+
+build() {
+  cd bliss-$pkgver
+
+  make
+}
+
+package() {
+  cd bliss-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin}
+  cp *.hh "$pkgdir"/usr/include/bliss/
+  cp libbliss.a "$pkgdir"/usr/lib/
+  cp bliss "$pkgdir"/usr/bin/
+}
+


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


[arch-commits] Commit in bliss-graphs (5 files)

2015-05-15 Thread Antonio Rojas
Date: Friday, May 15, 2015 @ 11:06:48
  Author: arojas
Revision: 133485

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

Added:
  bliss-graphs/repos/
  bliss-graphs/repos/community-i686/
  bliss-graphs/repos/community-i686/PKGBUILD
(from rev 133484, bliss-graphs/trunk/PKGBUILD)
  bliss-graphs/repos/community-x86_64/
  bliss-graphs/repos/community-x86_64/PKGBUILD
(from rev 133484, bliss-graphs/trunk/PKGBUILD)

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

Copied: bliss-graphs/repos/community-i686/PKGBUILD (from rev 133484, 
bliss-graphs/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2015-05-15 09:06:48 UTC (rev 133485)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bliss-graphs
+pkgver=0.72
+pkgrel=1
+pkgdesc="A library for computing automorphism groups and canonical forms of 
graphs"
+arch=(i686 x86_64)
+url="http://www.tcs.tkk.fi/Software/bliss/index.html";
+license=(GPL3)
+depends=(glibc)
+source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip";)
+md5sums=('6f0e114944fa0863870b7f631850abb2')
+
+build() {
+  cd bliss-$pkgver
+
+  make
+}
+
+package() {
+  cd bliss-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin}
+  cp *.hh "$pkgdir"/usr/include/bliss/
+  cp libbliss.a "$pkgdir"/usr/lib/
+  cp bliss "$pkgdir"/usr/bin/
+}
+

Copied: bliss-graphs/repos/community-x86_64/PKGBUILD (from rev 133484, 
bliss-graphs/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2015-05-15 09:06:48 UTC (rev 133485)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=bliss-graphs
+pkgver=0.72
+pkgrel=1
+pkgdesc="A library for computing automorphism groups and canonical forms of 
graphs"
+arch=(i686 x86_64)
+url="http://www.tcs.tkk.fi/Software/bliss/index.html";
+license=(GPL3)
+depends=(glibc)
+source=("http://www.tcs.hut.fi/Software/bliss/bliss-$pkgver.zip";)
+md5sums=('6f0e114944fa0863870b7f631850abb2')
+
+build() {
+  cd bliss-$pkgver
+
+  make
+}
+
+package() {
+  cd bliss-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{include/bliss,lib,bin}
+  cp *.hh "$pkgdir"/usr/include/bliss/
+  cp libbliss.a "$pkgdir"/usr/lib/
+  cp bliss "$pkgdir"/usr/bin/
+}
+


[arch-commits] Commit in nvidia-340xx-lts/trunk (PKGBUILD)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:31:44
  Author: fyan
Revision: 239387

upgpkg: nvidia-340xx-lts 340.76-8

rebuild for linux-lts 3.14.42

Modified:
  nvidia-340xx-lts/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 08:57:03 UTC (rev 239386)
+++ PKGBUILD2015-05-15 09:31:44 UTC (rev 239387)
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 223837 2014-10-04 03:09:12Z svenstaro $
+# $Id$
 # Maintainer: Eric Bélanger 
 
 pkgname=nvidia-340xx-lts
 pkgver=340.76
 _extramodules=extramodules-3.14-lts
-pkgrel=7
+pkgrel=8
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.41' "nvidia-340xx-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.41')
+depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
 provides=('nvidia-340xx')
 conflicts=('nvidia-lts')
 license=('custom')


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


[arch-commits] Commit in nvidia-340xx-lts/repos (6 files)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:32:06
  Author: fyan
Revision: 239388

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

Added:
  nvidia-340xx-lts/repos/testing-i686/
  nvidia-340xx-lts/repos/testing-i686/PKGBUILD
(from rev 239387, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install
(from rev 239387, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
  nvidia-340xx-lts/repos/testing-x86_64/
  nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 239387, nvidia-340xx-lts/trunk/PKGBUILD)
  nvidia-340xx-lts/repos/testing-x86_64/nvidia-340xx-lts.install
(from rev 239387, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)

-+
 testing-i686/PKGBUILD   |   49 ++
 testing-i686/nvidia-340xx-lts.install   |   15 +
 testing-x86_64/PKGBUILD |   49 ++
 testing-x86_64/nvidia-340xx-lts.install |   15 +
 4 files changed, 128 insertions(+)

Copied: nvidia-340xx-lts/repos/testing-i686/PKGBUILD (from rev 239387, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-15 09:32:06 UTC (rev 239388)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.76
+_extramodules=extramodules-3.14-lts
+pkgrel=8
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('8064c0a0998c3e7ee3c98ac1832b8194'
+ '440df290e213280d6e20d4d4be6f8b4c')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+  cd "${_pkg}/kernel"
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+  cd uvm
+  make SYSSRC=/usr/lib/modules/${_kernver}/build module
+}
+
+package() {
+  install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia-uvm.ko"
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+  install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+  echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+  install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-340xx-lts/repos/testing-i686/nvidia-340xx-lts.install (from rev 
239387, nvidia-340xx-lts/trunk/nvidia-340xx-lts.install)
===
--- testing-i686/nvidia-340xx-lts.install   (rev 0)
+++ testing-i686/nvidia-340xx-lts.install   2015-05-15 09:32:06 UTC (rev 
239388)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-340xx-lts/repos/testing-x86_64/PKGBUILD (from rev 239387, 
nvidia-340xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-15 09:32:06 UTC (rev 239388)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-340xx-lts
+pkgver=340.76
+_extramodules=extramodules-3.14-lts
+pkgrel=8
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.42' "nvidia-340xx-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia-340xx')
+conflicts=('nvidia-lts')
+license=('custom')
+install=${pkgname}.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:47:41
  Author: fyan
Revision: 239389

upgpkg: nvidia-lts 349.16-4

rebuild for linux-lts 3.14.42

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 09:32:06 UTC (rev 239388)
+++ PKGBUILD2015-05-15 09:47:41 UTC (rev 239389)
@@ -4,12 +4,12 @@
 pkgname=nvidia-lts
 pkgver=349.16
 _extramodules=extramodules-3.14-lts
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/";
-depends=('linux-lts>=3.14.41' "nvidia-utils=$pkgver" 'libgl')
-makedepends=('linux-lts-headers>=3.14.41')
+depends=('linux-lts>=3.14.42' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
 provides=('nvidia')
 license=('custom')
 install=nvidia-lts.install


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:48:00
  Author: fyan
Revision: 239390

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

Added:
  nvidia-lts/repos/testing-i686/
  nvidia-lts/repos/testing-i686/PKGBUILD
(from rev 239389, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-i686/nvidia-lts.install
(from rev 239389, nvidia-lts/trunk/nvidia-lts.install)
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 239389, nvidia-lts/trunk/PKGBUILD)
  nvidia-lts/repos/testing-x86_64/nvidia-lts.install
(from rev 239389, nvidia-lts/trunk/nvidia-lts.install)

---+
 testing-i686/PKGBUILD |   54 
 testing-i686/nvidia-lts.install   |   15 ++
 testing-x86_64/PKGBUILD   |   54 
 testing-x86_64/nvidia-lts.install |   15 ++
 4 files changed, 138 insertions(+)

Copied: nvidia-lts/repos/testing-i686/PKGBUILD (from rev 239389, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-15 09:48:00 UTC (rev 239390)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=349.16
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.42' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('59597d5dfaaf0fc83a5e78d29a97ccac'
+ '3e04208affde8c35a8b96975eec0486b')
+
+[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
+[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+
+prepare() {
+sh ${_pkg}.run --extract-only
+}
+
+build() {
+_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+cd "${_pkg}/kernel"
+make SYSSRC=/usr/lib/modules/${_kernver}/build module
+
+if [[ "$CARCH" = "x86_64" ]]; then
+cd uvm
+make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
+fi
+}
+
+package() {
+install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
+  
"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko"
+  
+if [[ "$CARCH" = "x86_64" ]]; then
+install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
+"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
+fi
+  
+gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/"*.ko
+install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
+echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf"
+install -D -m644 "${srcdir}/${_pkg}/LICENSE" 
"${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE"
+}

Copied: nvidia-lts/repos/testing-i686/nvidia-lts.install (from rev 239389, 
nvidia-lts/trunk/nvidia-lts.install)
===
--- testing-i686/nvidia-lts.install (rev 0)
+++ testing-i686/nvidia-lts.install 2015-05-15 09:48:00 UTC (rev 239390)
@@ -0,0 +1,15 @@
+post_install() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+echo 'In order to use nvidia module, reboot the system.'
+}
+
+post_upgrade() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_remove() {
+EXTRAMODULES='extramodules-3.14-lts'
+depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 239389, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-15 09:48:00 UTC (rev 239390)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=349.16
+_extramodules=extramodules-3.14-lts
+pkgrel=4
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/";
+depends=('linux-lts>=3.14.42' "nvidia-utils=$pkgver" 'libgl')
+makedepends=('linux-lts-headers>=3.14.42')
+provides=('nvidia')
+license=('custom')
+install=nvidia-lts.install
+options=(!strip)
+source=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run";
+
"ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run";)
+md5sums=('59597d5dfaaf0fc83a5e78d29a97ccac'
+ 

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:48:40
  Author: fyan
Revision: 133486

upgpkg: r8168-lts 8.039.00-12

rebuild for linux-lts 3.14.42

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 09:06:48 UTC (rev 133485)
+++ PKGBUILD2015-05-15 09:48:40 UTC (rev 133486)
@@ -4,14 +4,14 @@
 pkgname=r8168-lts
 _pkgname=r8168
 pkgver=8.039.00
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 #url="http://www.realtek.com.tw";
 url="https://code.google.com/p/r8168/";
 license=("GPL")
 arch=('i686' 'x86_64')
-depends=('glibc' "linux-lts>=3.14.41" "linux-lts<3.15")
-makedepends=("linux-lts-headers>=3.14.41" "linux-lts-headers<3.15")
+depends=('glibc' "linux-lts>=3.14.42" "linux-lts<3.15")
+makedepends=("linux-lts-headers>=3.14.42" "linux-lts-headers<3.15")
 install=$pkgname.install
 source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:49:04
  Author: fyan
Revision: 133487

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

Added:
  r8168-lts/repos/community-testing-i686/
  r8168-lts/repos/community-testing-i686/PKGBUILD
(from rev 133486, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-i686/r8168-lts.install
(from rev 133486, r8168-lts/trunk/r8168-lts.install)
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 133486, r8168-lts/trunk/PKGBUILD)
  r8168-lts/repos/community-testing-x86_64/r8168-lts.install
(from rev 133486, r8168-lts/trunk/r8168-lts.install)

+
 community-testing-i686/PKGBUILD|   35 +++
 community-testing-i686/r8168-lts.install   |   17 +
 community-testing-x86_64/PKGBUILD  |   35 +++
 community-testing-x86_64/r8168-lts.install |   17 +
 4 files changed, 104 insertions(+)

Copied: r8168-lts/repos/community-testing-i686/PKGBUILD (from rev 133486, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-15 09:49:04 UTC (rev 133487)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=12
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw";
+url="https://code.google.com/p/r8168/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=3.14.42" "linux-lts<3.15")
+makedepends=("linux-lts-headers>=3.14.42" "linux-lts-headers<3.15")
+install=$pkgname.install
+source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr/lib/modules/$_extramodules/$_pkgname.ko"
+   find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}

Copied: r8168-lts/repos/community-testing-i686/r8168-lts.install (from rev 
133486, r8168-lts/trunk/r8168-lts.install)
===
--- community-testing-i686/r8168-lts.install(rev 0)
+++ community-testing-i686/r8168-lts.install2015-05-15 09:49:04 UTC (rev 
133487)
@@ -0,0 +1,17 @@
+rebuild_module_dependencies() {
+   EXTRAMODULES='extramodules-3.14-lts'
+   depmod $(cat /lib/modules/$EXTRAMODULES/version)
+}
+
+post_install() {
+  rebuild_module_dependencies
+   echo '>>> The module r8168 conflicts with r8169. You can blacklist it 
with:'
+   echo '>>>  `echo "blacklist r8169" > 
/etc/modprobe.d/r8169_blacklist.conf`'
+}
+post_upgrade() {
+   rebuild_module_dependencies
+}
+
+post_remove() {
+   rebuild_module_dependencies
+}

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 133486, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-05-15 09:49:04 UTC (rev 133487)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+_pkgname=r8168
+pkgver=8.039.00
+pkgrel=12
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+#url="http://www.realtek.com.tw";
+url="https://code.google.com/p/r8168/";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('glibc' "linux-lts>=3.14.42" "linux-lts<3.15")
+makedepends=("linux-lts-headers>=3.14.42" "linux-lts-headers<3.15")
+install=$pkgname.install
+source=(#"ftp://WebUser:wK9xBuD5@95.130.192.218/cn/nic/r8168-$pkgver.tar.bz2";
+   http://r8168dl.appspot.com/files/r8168-$pkgver.tar.bz2)
+sha256sums=('767d922270274e781d8d42493a0021db1cafcb0388ac62564d0c0c3d82703edd')
+
+_extramodules=extramodules-3.14-lts
+
+build() {
+   cd "$_pkgname-$pkgver"
+   local _kernver="$(cat /usr/lib/modules/$_extramodules/version)"
+   make -C /usr/lib/modules/$_kernver/build \
+   SUBDIRS="$srcdir/$_pkgname-$pkgver/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN" \
+   modules
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+   install -Dm644 src/$_pkgname.ko 
"$pkgdir/usr

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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:51:46
  Author: fyan
Revision: 133488

upgpkg: tp_smapi-lts 0.41-41

rebuild for linux-lts 3.14.42

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 09:49:04 UTC (rev 133487)
+++ PKGBUILD2015-05-15 09:51:46 UTC (rev 133488)
@@ -12,13 +12,13 @@
 _pkgname=tp_smapi
 _extramodules=/usr/lib/modules/extramodules-3.14-lts
 pkgver=0.41
-pkgrel=40
+pkgrel=41
 pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
 arch=('i686' 'x86_64')
 url='https://github.com/evgeni/tp_smapi'
 license=('GPL')
-depends=('linux-lts>=3.14.41' 'linux-lts<3.15')
-makedepends=('linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15')
+depends=('linux-lts>=3.14.42' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15')
 install="${pkgname}.install"
 
source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
 md5sums=('63c683415c764568f6bf17c7eabe4752')


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

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:52:05
  Author: fyan
Revision: 133489

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

Added:
  tp_smapi-lts/repos/community-testing-i686/
  tp_smapi-lts/repos/community-testing-i686/PKGBUILD
(from rev 133488, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install
(from rev 133488, tp_smapi-lts/trunk/tp_smapi-lts.install)
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 133488, tp_smapi-lts/trunk/PKGBUILD)
  tp_smapi-lts/repos/community-testing-x86_64/tp_smapi-lts.install
(from rev 133488, tp_smapi-lts/trunk/tp_smapi-lts.install)

---+
 community-testing-i686/PKGBUILD   |   57 
 community-testing-i686/tp_smapi-lts.install   |   13 +
 community-testing-x86_64/PKGBUILD |   57 
 community-testing-x86_64/tp_smapi-lts.install |   13 +
 4 files changed, 140 insertions(+)

Copied: tp_smapi-lts/repos/community-testing-i686/PKGBUILD (from rev 133488, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-15 09:52:05 UTC (rev 133489)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=41
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=3.14.42' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  _kernver=$(< "${_extramodules}/version")
+
+  sed -ri -e "s/^(KVER\s*:=).*$/\1 ${_kernver}/" \
+ -e "s#^(KBASE\s*:=).*\$#\1 ${_extramodules%/*}/${_kernver}#" Makefile
+
+  make HDAPS=1
+}
+
+package() {
+  _kernver=$(< "${_extramodules}/version")
+
+  make -C "${_extramodules%/*}/${_kernver}/build" \
+INSTALL_MOD_PATH="${pkgdir}/${_extramodules%%/lib/*}" \
+M="${srcdir}/${_pkgname}-${pkgver}" modules_install
+
+  cd "${pkgdir}/${_extramodules%/*}"
+  mv "${_kernver}/extra" "${_extramodules##*/}"
+  rmdir "${_kernver}"
+
+  # compress kernel modules
+  find "${pkgdir}" -name "*.ko" -exec gzip -9 {} +
+
+  # load module on startup
+  echo tp_smapi > "${srcdir}/${pkgname}.conf"
+  install -Dm644 "${srcdir}/${pkgname}.conf" 
"${pkgdir}/usr/lib/modules-load.d/${pkgname}.conf"
+
+  # update kernel version in install file
+  sed -ri "s#^(extramodules=).*\$#\1${_extramodules}#" 
"${startdir}/${pkgname}.install"
+}

Copied: tp_smapi-lts/repos/community-testing-i686/tp_smapi-lts.install (from 
rev 133488, tp_smapi-lts/trunk/tp_smapi-lts.install)
===
--- community-testing-i686/tp_smapi-lts.install (rev 0)
+++ community-testing-i686/tp_smapi-lts.install 2015-05-15 09:52:05 UTC (rev 
133489)
@@ -0,0 +1,13 @@
+extramodules=/usr/lib/modules/extramodules-3.14-lts
+
+post_install() {
+  depmod -v $(< "$extramodules/version") &>/dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 133488, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-05-15 09:52:05 UTC (rev 133489)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+_pkgname=tp_smapi
+_extramodules=/usr/lib/modules/extramodules-3.14-lts
+pkgver=0.41
+pkgrel=41
+pkgdesc="linux-lts modules for ThinkPad's SMAPI functionality"
+arch=('i686' 'x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+depends=('linux-lts>=3.14.42' 'linux-lts<3.15')
+makedepends=('linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15')
+install="${pkgname}.install"
+source=("https://github.com/downloads/evgeni/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+md5sums=('63c683415c764568f6bf17c7eabe4752')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+

[arch-commits] Commit in virtualbox-modules-lts/trunk (PKGBUILD)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:53:42
  Author: fyan
Revision: 133490

upgpkg: virtualbox-modules-lts 4.3.26-5

rebuild for linux-lts 3.14.42

Modified:
  virtualbox-modules-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 09:52:05 UTC (rev 133489)
+++ PKGBUILD2015-05-15 09:53:42 UTC (rev 133490)
@@ -6,12 +6,12 @@
 pkgbase=virtualbox-modules-lts
 pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
 pkgver=4.3.26
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url='http://virtualbox.org'
 license=('GPL')
-makedepends=('linux-lts>=3.14.41' 'linux-lts<3.15'
- 'linux-lts-headers>=3.14.41' 'linux-lts-headers<3.15'
+makedepends=('linux-lts>=3.14.42' 'linux-lts<3.15'
+ 'linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15'
  "virtualbox-host-dkms>=$pkgver"
  "virtualbox-guest-dkms>=$pkgver")
 


[arch-commits] Commit in virtualbox-modules-lts/repos (10 files)

2015-05-15 Thread Felix Yan
Date: Friday, May 15, 2015 @ 11:54:13
  Author: fyan
Revision: 133491

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

Added:
  virtualbox-modules-lts/repos/community-testing-i686/
  virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD
(from rev 133490, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-i686/build.sh
(from rev 133490, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-guest-modules-lts.install
(from rev 133490, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-i686/virtualbox-host-modules-lts.install
(from rev 133490, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)
  virtualbox-modules-lts/repos/community-testing-x86_64/
  virtualbox-modules-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 133490, virtualbox-modules-lts/trunk/PKGBUILD)
  virtualbox-modules-lts/repos/community-testing-x86_64/build.sh
(from rev 133490, virtualbox-modules-lts/trunk/build.sh)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-guest-modules-lts.install
(from rev 133490, 
virtualbox-modules-lts/trunk/virtualbox-guest-modules-lts.install)
  
virtualbox-modules-lts/repos/community-testing-x86_64/virtualbox-host-modules-lts.install
(from rev 133490, 
virtualbox-modules-lts/trunk/virtualbox-host-modules-lts.install)

---+
 community-testing-i686/PKGBUILD   |   66 ++
 community-testing-i686/build.sh   |   58 
 community-testing-i686/virtualbox-guest-modules-lts.install   |   21 +++
 community-testing-i686/virtualbox-host-modules-lts.install|   23 +++
 community-testing-x86_64/PKGBUILD |   66 ++
 community-testing-x86_64/build.sh |   58 
 community-testing-x86_64/virtualbox-guest-modules-lts.install |   21 +++
 community-testing-x86_64/virtualbox-host-modules-lts.install  |   23 +++
 8 files changed, 336 insertions(+)

Copied: virtualbox-modules-lts/repos/community-testing-i686/PKGBUILD (from rev 
133490, virtualbox-modules-lts/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-15 09:54:13 UTC (rev 133491)
@@ -0,0 +1,66 @@
+# $Id$
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Sébastien Luttringer
+
+pkgbase=virtualbox-modules-lts
+pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
+pkgver=4.3.26
+pkgrel=5
+arch=('i686' 'x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-lts>=3.14.42' 'linux-lts<3.15'
+ 'linux-lts-headers>=3.14.42' 'linux-lts-headers<3.15'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+# remember to also adjust the .install files and the package deps below
+_extramodules=extramodules-3.14-lts
+
+build() {
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  # dkms need modification to be run as user
+  cp -r /var/lib/dkms .
+  echo "dkms_tree='$srcdir/dkms'" > dkms.conf
+  # build host modules
+  msg2 'Host modules'
+  dkms --dkmsframework dkms.conf build "vboxhost/$pkgver" -k "$_kernver"
+  # build guest modules
+  msg2 'Guest modules'
+  dkms --dkmsframework dkms.conf build "vboxguest/$pkgver" -k "$_kernver"
+}
+
+package_virtualbox-host-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Host kernel modules for VirtualBox'
+  depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
+  replaces=('virtualbox-modules-lts')
+  conflicts=('virtualbox-modules-lts')
+  provides=("virtualbox-host-modules=$pkgver")
+  install=virtualbox-host-modules-lts.install
+
+  cd "dkms/vboxhost/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+package_virtualbox-guest-modules-lts(){
+  _kernver=$(cat /usr/lib/modules/$_extramodules/version)
+  pkgdesc='Guest kernel modules for VirtualBox'
+  license=('GPL')
+  depends=('linux-lts>=3.14.40' 'linux-lts<3.15')
+  replaces=('virtualbox-archlinux-modules-lts')
+  conflicts=('virtualbox-archlinux-modules-lts')
+  provides=("virtualbox-guest-modules=$pkgver")
+  install=virtualbox-guest-modules-lts.install
+
+  cd "dkms/vboxguest/$pkgver/$_kernver/$CARCH/module"
+  install -dm755 "$pkgdir/usr/lib/modules/$_extramodules/"
+  install -m644 * "$pkgdir/usr/lib/modules/$_extramodules/"
+  find "$pkgdir" -name '*.ko' -exec gzip -9 {} +
+}
+
+# vim:set ts=2 sw=2 et:
+md5sums=()

Copied: virtualbox-modules-lts/repos/community-test

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

2015-05-15 Thread Jelle van der Waa
Date: Friday, May 15, 2015 @ 12:21:09
  Author: jelle
Revision: 133492

upgpkg: calibre 2.28.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 09:54:13 UTC (rev 133491)
+++ PKGBUILD2015-05-15 10:21:09 UTC (rev 133492)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.27.0
+pkgver=2.28.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";)
-md5sums=('a41aa53d514b095fc269cefa69bf88e5')
+md5sums=('1837c57d4c115049c3749e03ca3378ba')
 
 prepare(){
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-05-15 Thread Jelle van der Waa
Date: Friday, May 15, 2015 @ 12:21:21
  Author: jelle
Revision: 133493

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

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

--+
 /PKGBUILD|  176 +
 /calibre.install |   24 +
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   88 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 10:21:09 UTC (rev 133492)
+++ community-i686/PKGBUILD 2015-05-15 10:21:21 UTC (rev 133493)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.27.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";)
-md5sums=('a41aa53d514b095fc269cefa69bf88e5')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i "s/shlex.split(ldflags)/& + ['-fPIC']/" setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
".*\.py\|.*\.recipe")
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d" \
-  -e "/render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir)" \
-  -e "/f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir)" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix the environment module location
-  sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py
-
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages" \
- "${pkgdir}/usr/share/zsh/site-functions"
-
-  LANG='en_US.UTF-8' python2 setup.py install --root="${pkgdir}" --prefix=/usr 
\
---staging-bindir="${pkgdir}/usr/bin" \
---staging-libdir="${pkgdir}/usr/lib" \
---staging-sharedir="${pkgdir}/usr/share"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 133492, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 10:21:21 UTC (rev 1

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

2015-05-15 Thread Sergej Pupykin
Date: Friday, May 15, 2015 @ 13:01:47
  Author: spupykin
Revision: 133494

upgpkg: apcupsd 3.14.13-2

upd

Added:
  apcupsd/trunk/apcupsd.install
Modified:
  apcupsd/trunk/PKGBUILD

-+
 PKGBUILD|3 ++-
 apcupsd.install |3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 10:21:21 UTC (rev 133493)
+++ PKGBUILD2015-05-15 11:01:47 UTC (rev 133494)
@@ -6,7 +6,7 @@
 
 pkgname=apcupsd
 pkgver=3.14.13
-pkgrel=1
+pkgrel=2
 pkgdesc="Power mangement and controlling most of APC's UPS models"
 arch=(i686 x86_64)
 url="http://www.apcupsd.org";
@@ -16,6 +16,7 @@
 'gconf: for frontend'
 'gtk2: for frontend')
 makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
+install=apcupsd.install
 backup=(etc/apcupsd/apcupsd.conf
 etc/apcupsd/hosts.conf
 etc/apcupsd/multimon.conf

Added: apcupsd.install
===
--- apcupsd.install (rev 0)
+++ apcupsd.install 2015-05-15 11:01:47 UTC (rev 133494)
@@ -0,0 +1,3 @@
+post_install() {
+   systemd-tmpfiles --create apcupsd.conf
+}


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

2015-05-15 Thread Sergej Pupykin
Date: Friday, May 15, 2015 @ 13:02:07
  Author: spupykin
Revision: 133495

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

Added:
  apcupsd/repos/community-i686/PKGBUILD
(from rev 133494, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
(from rev 133494, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-i686/apcupsd.install
(from rev 133494, apcupsd/trunk/apcupsd.install)
  apcupsd/repos/community-i686/apcupsd.service
(from rev 133494, apcupsd/trunk/apcupsd.service)
  apcupsd/repos/community-x86_64/PKGBUILD
(from rev 133494, apcupsd/trunk/PKGBUILD)
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
(from rev 133494, apcupsd/trunk/apcupsd-tmpfiles.conf)
  apcupsd/repos/community-x86_64/apcupsd.install
(from rev 133494, apcupsd/trunk/apcupsd.install)
  apcupsd/repos/community-x86_64/apcupsd.service
(from rev 133494, apcupsd/trunk/apcupsd.service)
Deleted:
  apcupsd/repos/community-i686/PKGBUILD
  apcupsd/repos/community-i686/apcupsd-tmpfiles.conf
  apcupsd/repos/community-i686/apcupsd.service
  apcupsd/repos/community-x86_64/PKGBUILD
  apcupsd/repos/community-x86_64/apcupsd-tmpfiles.conf
  apcupsd/repos/community-x86_64/apcupsd.service

+
 /PKGBUILD  |  132 +++
 /apcupsd-tmpfiles.conf |6 +
 /apcupsd.service   |   16 +++
 community-i686/PKGBUILD|   65 ---
 community-i686/apcupsd-tmpfiles.conf   |3 
 community-i686/apcupsd.install |3 
 community-i686/apcupsd.service |8 -
 community-x86_64/PKGBUILD  |   65 ---
 community-x86_64/apcupsd-tmpfiles.conf |3 
 community-x86_64/apcupsd.install   |3 
 community-x86_64/apcupsd.service   |8 -
 11 files changed, 160 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 11:01:47 UTC (rev 133494)
+++ community-i686/PKGBUILD 2015-05-15 11:02:07 UTC (rev 133495)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Maintainer: Sergej Pupykin 
-# Contributor: Todd Musall 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=apcupsd
-pkgver=3.14.13
-pkgrel=1
-pkgdesc="Power mangement and controlling most of APC's UPS models"
-arch=(i686 x86_64)
-url="http://www.apcupsd.org";
-license=('GPL')
-depends=('gcc-libs' 'systemd-sysvcompat')
-optdepends=('gd: for CGI'
-'gconf: for frontend'
-'gtk2: for frontend')
-makedepends=('pkgconfig' 'gd' 'gconf' 'gtk2')
-backup=(etc/apcupsd/apcupsd.conf
-etc/apcupsd/hosts.conf
-etc/apcupsd/multimon.conf
-etc/apcupsd/apcupsd.css
-etc/apcupsd/changeme
-etc/apcupsd/commfailure
-etc/apcupsd/commok
-etc/apcupsd/offbattery
-etc/apcupsd/onbattery
-etc/apcupsd/apccontrol)
-source=(http://downloads.sourceforge.net/apcupsd/$pkgname-$pkgver.tar.gz{,.sig}
-apcupsd.service
-apcupsd-tmpfiles.conf)
-sha256sums=('57ecbde01d0448bf8c4dbfe0ad016724ae66ab98adf2de955bf2be553c5d03f9'
-'SKIP'
-'145e88863335f077fc354b4d263b15f64af67b45a10ed37c68ebd468181e23f7'
-'a4474cfcd607c5e9b64e27eec7cbc2b0bcf08c8ea37fd1f0f28e98ac2883fd4f')
-validpgpkeys=(635B9D943945DCA05BE9AB0A24E84804A57B2D90)
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr  --libexecdir=/usr/lib/$pkgname \
-   --sbindir=/usr/bin \
-   --enable-cgi --enable-usb --enable-net \
-   --with-upstype=usb --with-upscable=usb \
-   --with-serial-dev=/dev/usb/hid/hiddev[0-9] \
-   --enable-pthreads --enable-gapcmon
-   make
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-
-   make DESTDIR="$pkgdir" install
-
-   sed -i 's#^LOCKFILE .*$#LOCKFILE /run/apcupsd#' 
"$pkgdir/etc/apcupsd/apcupsd.conf"
-
-   install -Dm644 "$srcdir/apcupsd.service" 
"$pkgdir/usr/lib/systemd/system/apcupsd.service"
-   install -Dm644 "$srcdir/apcupsd-tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/apcupsd.conf"
-
-   chmod 755 "$pkgdir"/usr/bin/*
-
-   install -dm755 "$pkgdir/usr/lib/$pkgname/cgi-bin"
-   mv "$pkgdir"/etc/apcupsd/*.cgi "$pkgdir/usr/lib/$pkgname/cgi-bin"
-
-   rm -rf "$pkgdir/usr/share/hal"
-}

Copied: apcupsd/repos/community-i686/PKGBUILD (from rev 133494, 
apcupsd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 11:02:07 UTC (rev 133495)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Maintainer: Sergej Pupykin 
+# Contributor: Todd Musall 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=apcupsd
+pkgver=3.14.13
+pkgrel=2
+pkgdesc="Power mangement an

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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:24:54
  Author: aginiewicz
Revision: 133496

upgpkg: python-oauth2client 1.4.9-1

python-oauth2client: new upstream release

Modified:
  python-oauth2client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:02:07 UTC (rev 133495)
+++ PKGBUILD2015-05-15 11:24:54 UTC (rev 133496)
@@ -4,7 +4,7 @@
 
 pkgbase=python-oauth2client
 pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=1.4.7
+pkgver=1.4.9
 pkgrel=1
 pkgdesc="A client library for OAuth 2.0"
 arch=('any')
@@ -15,7 +15,7 @@
  'python-six' 'python2-httplib2' 'python2-pyasn1'
  'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
 
source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz";)
-md5sums=('62747643d5af57e57b09e176eda1c1dd')
+md5sums=('b266d01e281a473a18c45e5f3b2f84db')
 
 prepare() {
   cd "$srcdir"


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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:25:03
  Author: aginiewicz
Revision: 133497

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-15 11:24:54 UTC (rev 133496)
+++ PKGBUILD2015-05-15 11:25:03 UTC (rev 133497)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Atlanis 
-
-pkgbase=python-oauth2client
-pkgname=('python2-oauth2client' 'python-oauth2client')
-pkgver=1.4.7
-pkgrel=1
-pkgdesc="A client library for OAuth 2.0"
-arch=('any')
-url="https://github.com/google/oauth2client";
-license=('Apache')
-makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
- 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
- 'python-six' 'python2-httplib2' 'python2-pyasn1'
- 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
-source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz";)
-md5sums=('62747643d5af57e57b09e176eda1c1dd')
-
-prepare() {
-  cd "$srcdir"
-  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
-  cd oauth2client-py2-${pkgver}
-
-  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
-  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
-  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
-  -i $(find . -name '*.py')
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/oauth2client-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/oauth2client-${pkgver}
-  python setup.py build
-}
-
-package_python2-oauth2client() {
-  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
-  optdepends=('python2-gflags: for oauth2client.tools.run function')
-
-  cd "$srcdir"/oauth2client-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-
-package_python-oauth2client() {
-  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
-
-  cd "$srcdir"/oauth2client-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}
-

Copied: python-oauth2client/repos/community-any/PKGBUILD (from rev 133496, 
python-oauth2client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-15 11:25:03 UTC (rev 133497)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Atlanis 
+
+pkgbase=python-oauth2client
+pkgname=('python2-oauth2client' 'python-oauth2client')
+pkgver=1.4.9
+pkgrel=1
+pkgdesc="A client library for OAuth 2.0"
+arch=('any')
+url="https://github.com/google/oauth2client";
+license=('Apache')
+makedepends=('python2-setuptools' 'python-setuptools' 'python-httplib2'
+ 'python-pyasn1' 'python-pyasn1-modules' 'python-rsa'
+ 'python-six' 'python2-httplib2' 'python2-pyasn1'
+ 'python2-pyasn1-modules' 'python2-rsa' 'python2-six')
+source=("https://pypi.python.org/packages/source/o/oauth2client/oauth2client-${pkgver}.tar.gz";)
+md5sums=('b266d01e281a473a18c45e5f3b2f84db')
+
+prepare() {
+  cd "$srcdir"
+  cp -a oauth2client-${pkgver} oauth2client-py2-${pkgver}
+  cd oauth2client-py2-${pkgver}
+
+  sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+  -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
+  -e "s|#![ ]*/bin/env python$|#!/usr/bin/env python2|" \
+  -i $(find . -name '*.py')
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/oauth2client-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/oauth2client-${pkgver}
+  python setup.py build
+}
+
+package_python2-oauth2client() {
+  depends=('python2-httplib2' 'python2-pyasn1=0.1.7' 
'python2-pyasn1-modules=0.0.5' 'python2-rsa=3.1.4' 'python2-six')
+  optdepends=('python2-gflags: for oauth2client.tools.run function')
+
+  cd "$srcdir"/oauth2client-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+
+package_python-oauth2client() {
+  depends=('python-httplib2' 'python-pyasn1=0.1.7' 
'python-pyasn1-modules=0.0.5' 'python-rsa=3.1.4' 'python-six')
+
+  cd "$srcdir"/oauth2client-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}
+


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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:26:51
  Author: aginiewicz
Revision: 133498

upgpkg: python-xlsxwriter 0.7.3-1

python-xlsxwriter: new upstream release

Modified:
  python-xlsxwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:25:03 UTC (rev 133497)
+++ PKGBUILD2015-05-15 11:26:51 UTC (rev 133498)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xlsxwriter
 pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="A Python module for creating Excel XLSX files"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('BSD')
 makedepends=('python2-setuptools' 'python-setuptools')
 
source=("https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz";)
-md5sums=('e50536869bb2261a620c4d5500d0a8bd')
+md5sums=('090a2d2b0c3c654ba44954be29306371')
 
 prepare() {
   cd "$srcdir"


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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:26:55
  Author: aginiewicz
Revision: 133499

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-15 11:26:51 UTC (rev 133498)
+++ PKGBUILD2015-05-15 11:26:55 UTC (rev 133499)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-
-pkgbase=python-xlsxwriter
-pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="A Python module for creating Excel XLSX files"
-arch=('any')
-url="https://github.com/jmcnamara/XlsxWriter";
-license=('BSD')
-makedepends=('python2-setuptools' 'python-setuptools')
-source=("https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz";)
-md5sums=('e50536869bb2261a620c4d5500d0a8bd')
-
-prepare() {
-  cd "$srcdir"
-  cp -a XlsxWriter-${pkgver} XlsxWriter-py2-${pkgver}
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/XlsxWriter-py2-${pkgver}
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/XlsxWriter-${pkgver}
-  python setup.py build
-}
-
-package_python2-xlsxwriter() {
-  depends=('python2')
-
-  cd "$srcdir"/XlsxWriter-py2-${pkgver}
-
-  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
-}
-
-package_python-xlsxwriter() {
-  depends=('python')
-
-  cd "$srcdir"/XlsxWriter-${pkgver}
-
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-xlsxwriter/repos/community-any/PKGBUILD (from rev 133498, 
python-xlsxwriter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-15 11:26:55 UTC (rev 133499)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+
+pkgbase=python-xlsxwriter
+pkgname=('python2-xlsxwriter' 'python-xlsxwriter')
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="A Python module for creating Excel XLSX files"
+arch=('any')
+url="https://github.com/jmcnamara/XlsxWriter";
+license=('BSD')
+makedepends=('python2-setuptools' 'python-setuptools')
+source=("https://pypi.python.org/packages/source/X/XlsxWriter/XlsxWriter-${pkgver}.tar.gz";)
+md5sums=('090a2d2b0c3c654ba44954be29306371')
+
+prepare() {
+  cd "$srcdir"
+  cp -a XlsxWriter-${pkgver} XlsxWriter-py2-${pkgver}
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/XlsxWriter-py2-${pkgver}
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/XlsxWriter-${pkgver}
+  python setup.py build
+}
+
+package_python2-xlsxwriter() {
+  depends=('python2')
+
+  cd "$srcdir"/XlsxWriter-py2-${pkgver}
+
+  python2 setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  mv "$pkgdir"/usr/bin/vba_extract{,2}.py
+}
+
+package_python-xlsxwriter() {
+  depends=('python')
+
+  cd "$srcdir"/XlsxWriter-${pkgver}
+
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -D -m644 "LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:28:43
  Author: aginiewicz
Revision: 133501

archrelease: copy trunk to community-any

Added:
  python-openpyxl/repos/community-any/LICENCE
(from rev 133500, python-openpyxl/trunk/LICENCE)
  python-openpyxl/repos/community-any/PKGBUILD
(from rev 133500, python-openpyxl/trunk/PKGBUILD)
Deleted:
  python-openpyxl/repos/community-any/LICENCE
  python-openpyxl/repos/community-any/PKGBUILD

--+
 LICENCE  |   70 +-
 PKGBUILD |  124 ++---
 2 files changed, 97 insertions(+), 97 deletions(-)

Deleted: LICENCE
===
--- LICENCE 2015-05-15 11:28:38 UTC (rev 133500)
+++ LICENCE 2015-05-15 11:28:43 UTC (rev 133501)
@@ -1,35 +0,0 @@
-This software is under the MIT Licence
-==
-
-Copyright (c) 2010 openpyxl
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Odict implementation in openpyxl/writer/odict.py uses the following licence:
-
-Copyright (c) 2001-2011 Python Software Foundation
-  2011 Raymond Hettinger
-License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
- See http://www.opensource.org/licenses/Python-2.0 for full terms
-Note: backport changes by Raymond were originally distributed under MIT
-  license, but since the original license for Python is more
-  restrictive than MIT, code cannot be released under its terms and
-  still adheres to the limitations of Python license.
-

Copied: python-openpyxl/repos/community-any/LICENCE (from rev 133500, 
python-openpyxl/trunk/LICENCE)
===
--- LICENCE (rev 0)
+++ LICENCE 2015-05-15 11:28:43 UTC (rev 133501)
@@ -0,0 +1,35 @@
+This software is under the MIT Licence
+==
+
+Copyright (c) 2010 openpyxl
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Odict implementation in openpyxl/writer/odict.py uses the following licence:
+
+Copyright (c) 2001-2011 Python Software Foundation
+  2011 Raymond Hettinger
+License: PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+ See http://www.opensource.org/licenses/Python-2.0 for full terms
+Note: backport changes by Raymond were originally distributed under MIT
+  license, but since the original license for Python is more
+  restrictive than MIT, code cannot be released under its terms and
+  still adheres to the limitations of Python license.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-15 11:28:38 UTC (rev 133500)
+++ PKGBUILD2015-05-15 11:28:43 UTC (rev 133501)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Nishit Joseph (reachjlight at gmail dot com)
-# Contributor: Martin Corley 
-
-pkgbase=python-openpyxl
-pkgname=('python2-openpyxl' 'python-openpyx

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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:28:38
  Author: aginiewicz
Revision: 133500

upgpkg: python-openpyxl 2.2.2-1

python-openpyxl: new upstream release

Modified:
  python-openpyxl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:26:55 UTC (rev 133499)
+++ PKGBUILD2015-05-15 11:28:38 UTC (rev 133500)
@@ -5,7 +5,7 @@
 
 pkgbase=python-openpyxl
 pkgname=('python2-openpyxl' 'python-openpyxl')
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A Python library to read/write Excel 2007 xlsx/xlsm files"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools' 'python-setuptools' 'python-jdcal' 
'python2-jdcal' 'python-lxml' 'python2-lxml')
 
source=("https://pypi.python.org/packages/source/o/openpyxl/openpyxl-${pkgver}.tar.gz";
 "LICENCE")
-md5sums=('6afea6c209aca8eef773b61f23f4b92d'
+md5sums=('94668360e4a9726b4d0a3c5884df802e'
  'c8afe530744e932b892358e6eb5bea9b')
 
 prepare() {


[arch-commits] Commit in lighttpd/trunk (lighttpd.service)

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 13:36:48
  Author: pierre
Revision: 239391

Include package name in systemd's service description FS#38136

Modified:
  lighttpd/trunk/lighttpd.service

--+
 lighttpd.service |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: lighttpd.service
===
--- lighttpd.service2015-05-15 09:48:00 UTC (rev 239390)
+++ lighttpd.service2015-05-15 11:36:48 UTC (rev 239391)
@@ -1,5 +1,5 @@
 [Unit]
-Description=A secure, fast, compliant and very flexible web-server
+Description=Lighttpd Web Server
 After=syslog.target network.target
 
 [Service]


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 13:39:07
  Author: pierre
Revision: 239392

Restrict access to log and cache dir FS#39808

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:36:48 UTC (rev 239391)
+++ PKGBUILD2015-05-15 11:39:07 UTC (rev 239392)
@@ -59,7 +59,7 @@
 
install -D -m644 $srcdir/lighttpd.logrotate.d 
$pkgdir/etc/logrotate.d/lighttpd
install -D -m644 $srcdir/lighttpd.conf 
$pkgdir/etc/lighttpd/lighttpd.conf
-   install -d -m755 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
+   install -d -m700 -o http -g http $pkgdir/var/{log,cache}/lighttpd/
install -D -m644 ${srcdir}/lighttpd.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/lighttpd.conf
install -D -m644 ${srcdir}/lighttpd.service 
${pkgdir}/usr/lib/systemd/system/lighttpd.service
 


[arch-commits] Commit in python-pytables/trunk (PKGBUILD cython-0.21.patch)

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:43:32
  Author: aginiewicz
Revision: 133502

upgpkg: python-pytables 3.2.0-1

python-pytables: new upstream release

Modified:
  python-pytables/trunk/PKGBUILD
Deleted:
  python-pytables/trunk/cython-0.21.patch

---+
 PKGBUILD  |   17 +++--
 cython-0.21.patch |   12 
 2 files changed, 7 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:28:43 UTC (rev 133501)
+++ PKGBUILD2015-05-15 11:43:32 UTC (rev 133502)
@@ -4,21 +4,18 @@
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.1.1
-pkgrel=5
+pkgver=3.2.0
+pkgrel=1
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org";
 license=("BSD")
-makedepends=('lzo' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
-source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";
-"cython-0.21.patch")
-md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524'
- 'c224fd77ddc69027955898a16a4766a9')
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
+md5sums=('339a2225ee814a6899cb14e7ba28c081')
 
 prepare() {
   cd "$srcdir"/tables-$pkgver
-  patch -p1 < ../cython-0.21.patch
 
   cd "$srcdir"
   cp -a tables-$pkgver tables-py2-$pkgver
@@ -35,7 +32,7 @@
 }
 
 package_python2-pytables() {
-  depends=('lzo' 'hdf5' 'python2-numexpr' 'cython2')
+  depends=('lzo' 'hdf5' 'python2-numexpr')
 
   cd "$srcdir"/tables-py2-${pkgver}
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
@@ -49,7 +46,7 @@
 }
 
 package_python-pytables() {
-  depends=('lzo' 'hdf5' 'python-numexpr' 'cython')
+  depends=('lzo' 'hdf5' 'python-numexpr')
 
   cd "$srcdir"/tables-${pkgver}
   python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1

Deleted: cython-0.21.patch
===
--- cython-0.21.patch   2015-05-15 11:28:43 UTC (rev 133501)
+++ cython-0.21.patch   2015-05-15 11:43:32 UTC (rev 133502)
@@ -1,12 +0,0 @@
-diff -urN tables-3.1.1.orig/setup.py tables-3.1.1/setup.py
 tables-3.1.1.orig/setup.py 2014-09-21 21:11:18.612906437 +0200
-+++ tables-3.1.1/setup.py  2014-09-21 21:11:38.562703246 +0200
-@@ -123,7 +123,7 @@
- # Check if Cython is installed or not (requisite)
- try:
- from Cython.Distutils import build_ext
--from Cython.Compiler.Main import Version
-+from Cython.Compiler import Version
- cmdclass['build_ext'] = build_ext
- except ImportError:
- exit_with_error(


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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 13:43:43
  Author: aginiewicz
Revision: 133503

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

Added:
  python-pytables/repos/community-i686/PKGBUILD
(from rev 133502, python-pytables/trunk/PKGBUILD)
  python-pytables/repos/community-x86_64/PKGBUILD
(from rev 133502, python-pytables/trunk/PKGBUILD)
Deleted:
  python-pytables/repos/community-i686/PKGBUILD
  python-pytables/repos/community-i686/cython-0.21.patch
  python-pytables/repos/community-x86_64/PKGBUILD
  python-pytables/repos/community-x86_64/cython-0.21.patch

+
 /PKGBUILD  |  112 +++
 community-i686/PKGBUILD|   59 --
 community-i686/cython-0.21.patch   |   12 ---
 community-x86_64/PKGBUILD  |   59 --
 community-x86_64/cython-0.21.patch |   12 ---
 5 files changed, 112 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 11:43:32 UTC (rev 133502)
+++ community-i686/PKGBUILD 2015-05-15 11:43:43 UTC (rev 133503)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Sebastien Binet 
-
-pkgbase=python-pytables
-pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.1.1
-pkgrel=5
-arch=("i686" "x86_64")
-pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
-url="http://www.pytables.org";
-license=("BSD")
-makedepends=('lzo' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 
'cython')
-source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";
-"cython-0.21.patch")
-md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524'
- 'c224fd77ddc69027955898a16a4766a9')
-
-prepare() {
-  cd "$srcdir"/tables-$pkgver
-  patch -p1 < ../cython-0.21.patch
-
-  cd "$srcdir"
-  cp -a tables-$pkgver tables-py2-$pkgver
-}
-
-build() {
-  msg "Building Python2"
-  cd "$srcdir"/tables-py2-$pkgver
-  python2 setup.py build
-
-  msg "Building Python3"
-  cd "$srcdir"/tables-$pkgver
-  python setup.py build
-}
-
-package_python2-pytables() {
-  depends=('lzo' 'hdf5' 'python2-numexpr' 'cython2')
-
-  cd "$srcdir"/tables-py2-${pkgver}
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # see FS#36015
-  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
-  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
-  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
-}
-
-package_python-pytables() {
-  depends=('lzo' 'hdf5' 'python-numexpr' 'cython')
-
-  cd "$srcdir"/tables-${pkgver}
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: python-pytables/repos/community-i686/PKGBUILD (from rev 133502, 
python-pytables/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 11:43:43 UTC (rev 133503)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Sebastien Binet 
+
+pkgbase=python-pytables
+pkgname=('python2-pytables' 'python-pytables')
+pkgver=3.2.0
+pkgrel=1
+arch=("i686" "x86_64")
+pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
+url="http://www.pytables.org";
+license=("BSD")
+makedepends=('lzo' 'hdf5' 'python2-numexpr' 'python-numexpr' 
'python-setuptools' 'python2-setuptools')
+source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz";)
+md5sums=('339a2225ee814a6899cb14e7ba28c081')
+
+prepare() {
+  cd "$srcdir"/tables-$pkgver
+
+  cd "$srcdir"
+  cp -a tables-$pkgver tables-py2-$pkgver
+}
+
+build() {
+  msg "Building Python2"
+  cd "$srcdir"/tables-py2-$pkgver
+  python2 setup.py build
+
+  msg "Building Python3"
+  cd "$srcdir"/tables-$pkgver
+  python setup.py build
+}
+
+package_python2-pytables() {
+  depends=('lzo' 'hdf5' 'python2-numexpr')
+
+  cd "$srcdir"/tables-py2-${pkgver}
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # see FS#36015
+  mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
+  mv "$pkgdir"/usr/bin/ptdump{,-2.7}
+  mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+}
+
+package_python-pytables() {
+  depends=('lzo' 'hdf5' 'python-numexpr')
+
+  cd "$srcdir"/tables-${pkgver}
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-i686/cython-0.21.patch
===
--- community-i686/cython-0.21.patch2015-05-15 11:43:32 UTC (r

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 13:50:11
  Author: pierre
Revision: 239394

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

Added:
  lighttpd/repos/extra-i686/PKGBUILD
(from rev 239393, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-i686/lighttpd.conf
(from rev 239393, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-i686/lighttpd.install
(from rev 239393, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
(from rev 239393, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-i686/lighttpd.service
(from rev 239393, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
(from rev 239393, lighttpd/trunk/lighttpd.tmpfiles)
  lighttpd/repos/extra-x86_64/PKGBUILD
(from rev 239393, lighttpd/trunk/PKGBUILD)
  lighttpd/repos/extra-x86_64/lighttpd.conf
(from rev 239393, lighttpd/trunk/lighttpd.conf)
  lighttpd/repos/extra-x86_64/lighttpd.install
(from rev 239393, lighttpd/trunk/lighttpd.install)
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
(from rev 239393, lighttpd/trunk/lighttpd.logrotate.d)
  lighttpd/repos/extra-x86_64/lighttpd.service
(from rev 239393, lighttpd/trunk/lighttpd.service)
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles
(from rev 239393, lighttpd/trunk/lighttpd.tmpfiles)
Deleted:
  lighttpd/repos/extra-i686/PKGBUILD
  lighttpd/repos/extra-i686/lighttpd.conf
  lighttpd/repos/extra-i686/lighttpd.install
  lighttpd/repos/extra-i686/lighttpd.logrotate.d
  lighttpd/repos/extra-i686/lighttpd.service
  lighttpd/repos/extra-i686/lighttpd.tmpfiles
  lighttpd/repos/extra-x86_64/PKGBUILD
  lighttpd/repos/extra-x86_64/lighttpd.conf
  lighttpd/repos/extra-x86_64/lighttpd.install
  lighttpd/repos/extra-x86_64/lighttpd.logrotate.d
  lighttpd/repos/extra-x86_64/lighttpd.service
  lighttpd/repos/extra-x86_64/lighttpd.tmpfiles

---+
 /PKGBUILD |  144 
 /lighttpd.conf|   44 +++
 /lighttpd.install |   18 
 /lighttpd.logrotate.d |   18 
 /lighttpd.service |   24 ++
 /lighttpd.tmpfiles|4 +
 extra-i686/PKGBUILD   |   71 -
 extra-i686/lighttpd.conf  |   22 -
 extra-i686/lighttpd.install   |9 --
 extra-i686/lighttpd.logrotate.d   |9 --
 extra-i686/lighttpd.service   |   12 ---
 extra-i686/lighttpd.tmpfiles  |2 
 extra-x86_64/PKGBUILD |   71 -
 extra-x86_64/lighttpd.conf|   22 -
 extra-x86_64/lighttpd.install |9 --
 extra-x86_64/lighttpd.logrotate.d |9 --
 extra-x86_64/lighttpd.service |   12 ---
 extra-x86_64/lighttpd.tmpfiles|2 
 18 files changed, 252 insertions(+), 250 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 11:49:47 UTC (rev 239393)
+++ extra-i686/PKGBUILD 2015-05-15 11:50:11 UTC (rev 239394)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgname=lighttpd
-pkgver=1.4.35
-pkgrel=1
-pkgdesc='A secure, fast, compliant and very flexible web-server'
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.lighttpd.net/";
-depends=('pcre' 'bzip2' 'libldap' 'util-linux' 'systemd')
-makedepends=('fcgi' 'libmariadbclient' 'lua51' 'libxml2' 'e2fsprogs' 'sqlite' 
'gdbm' 'pkgconfig')
-optdepends=('libxml2: mod_webdav'
-'lua51: mod_cml/mod_magnet'
-'libmariadbclient: mod_mysql_vhost'
-'sqlite: mod_webdav')
-backup=('etc/lighttpd/lighttpd.conf' 'etc/logrotate.d/lighttpd')
-options=('emptydirs')
-install='lighttpd.install'
-source=("http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz";
-
"http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${pkgver}.tar.xz.asc";
-'lighttpd.logrotate.d' 'lighttpd.conf' 'lighttpd.tmpfiles' 
'lighttpd.service')
-sha256sums=('113e9b72ccbd1da5deb0774bf93cf0ca15dc82aad2da0f04e5ab27d37d3f30a3'
-'SKIP'
-'41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
-'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
-'d8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'503fd8557297f4fb814d74effcb59633135b3c2407a87f5abe97467f0822c147')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libdir=/usr/lib/lighttpd/ \
-   --sysconfdir=/etc/lighttpd \
-   --with-mysql \
-   --with-ldap \
-   --with-attr \
-   --with-openssl \
-   --with-kerberos5 \
-   --without-fam \
-   --with-webdav-props \
-   --with-webdav-locks \
-   --with-gdbm \
-   --with-memcac

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 13:49:47
  Author: pierre
Revision: 239393

upgpkg: lighttpd 1.4.35-2

Modified:
  lighttpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:39:07 UTC (rev 239392)
+++ PKGBUILD2015-05-15 11:49:47 UTC (rev 239393)
@@ -3,7 +3,7 @@
 
 pkgname=lighttpd
 pkgver=1.4.35
-pkgrel=1
+pkgrel=2
 pkgdesc='A secure, fast, compliant and very flexible web-server'
 license=('custom')
 arch=('i686' 'x86_64')
@@ -25,7 +25,8 @@
 '41f6c0042bb61021553779f861910e335834f6c15e4411756cdc6233b31076fe'
 'fece4581bebf39768571962dedce176b2b5f487c0abb5c1cfb35395de216c01f'
 'd8a185145a7c08b4fd8c8e6c12dae3e176389dd9b1c66e239757b2ba5108c871'
-'503fd8557297f4fb814d74effcb59633135b3c2407a87f5abe97467f0822c147')
+'0c88403364e732c06090f6807105dedbac25aa82add0499d28007f8aaa780b78')
+validpgpkeys=('C7CA1E9E29DC77F5480894B2E0E7D0171E95BAD7')
 
 build() {
cd $srcdir/$pkgname-$pkgver


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:02:17
  Author: pierre
Revision: 239395

upgpkg: fetchmail 6.3.26-3

Modified:
  fetchmail/trunk/PKGBUILD
  fetchmail/trunk/fetchmail.install
  fetchmail/trunk/fetchmail.service

---+
 PKGBUILD  |5 +++--
 fetchmail.install |7 ---
 fetchmail.service |2 +-
 3 files changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:50:11 UTC (rev 239394)
+++ PKGBUILD2015-05-15 12:02:17 UTC (rev 239395)
@@ -2,7 +2,7 @@
 
 pkgname=fetchmail
 pkgver=6.3.26
-pkgrel=2
+pkgrel=3
 pkgdesc="A remote-mail retrieval utility"
 arch=('i686' 'x86_64')
 url="http://www.fetchmail.info";
@@ -19,7 +19,8 @@
 sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a'
   'SKIP'
   '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
-  '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10')
+  '0fc1870a33d1e0efb70169ddf1b6adc9d253e076')
+validpgpkeys=('FDD00C436E3307E10758C6A8BE618339052E7D95')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: fetchmail.install
===
--- fetchmail.install   2015-05-15 11:50:11 UTC (rev 239394)
+++ fetchmail.install   2015-05-15 12:02:17 UTC (rev 239395)
@@ -13,14 +13,7 @@
   getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \
   -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail
 
-  if [ "$(vercmp $2 6.3.19-3)" -lt 0 ] ; then
-usermod -d '/var/lib/fetchmail' -s /bin/false fetchmail
-  fi
   if [[ ! -d run/fetchmail ]]; then
 usr/bin/systemd-tmpfiles --create fetchmail.conf
   fi
 }
-
-pre_remove() {
-  usr/sbin/userdel fetchmail &>/dev/null
-}

Modified: fetchmail.service
===
--- fetchmail.service   2015-05-15 11:50:11 UTC (rev 239394)
+++ fetchmail.service   2015-05-15 12:02:17 UTC (rev 239395)
@@ -1,5 +1,5 @@
 [Unit]
-Description=A remote-mail retrieval utility
+Description=Fetchmail
 After=network.target
 
 [Service]


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:02:35
  Author: pierre
Revision: 239396

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

Added:
  fetchmail/repos/extra-i686/PKGBUILD
(from rev 239395, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/extra-i686/fetchmail.install
(from rev 239395, fetchmail/trunk/fetchmail.install)
  fetchmail/repos/extra-i686/fetchmail.service
(from rev 239395, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/extra-i686/fetchmail.tmpfiles
(from rev 239395, fetchmail/trunk/fetchmail.tmpfiles)
  fetchmail/repos/extra-x86_64/PKGBUILD
(from rev 239395, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/extra-x86_64/fetchmail.install
(from rev 239395, fetchmail/trunk/fetchmail.install)
  fetchmail/repos/extra-x86_64/fetchmail.service
(from rev 239395, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/extra-x86_64/fetchmail.tmpfiles
(from rev 239395, fetchmail/trunk/fetchmail.tmpfiles)
Deleted:
  fetchmail/repos/extra-i686/PKGBUILD
  fetchmail/repos/extra-i686/fetchmail.install
  fetchmail/repos/extra-i686/fetchmail.service
  fetchmail/repos/extra-i686/fetchmail.tmpfiles
  fetchmail/repos/extra-x86_64/PKGBUILD
  fetchmail/repos/extra-x86_64/fetchmail.install
  fetchmail/repos/extra-x86_64/fetchmail.service
  fetchmail/repos/extra-x86_64/fetchmail.tmpfiles

-+
 /PKGBUILD   |   76 ++
 /fetchmail.install  |   38 +++
 /fetchmail.service  |   22 +++
 /fetchmail.tmpfiles |2 +
 extra-i686/PKGBUILD |   37 --
 extra-i686/fetchmail.install|   26 -
 extra-i686/fetchmail.service|   11 -
 extra-i686/fetchmail.tmpfiles   |1 
 extra-x86_64/PKGBUILD   |   37 --
 extra-x86_64/fetchmail.install  |   26 -
 extra-x86_64/fetchmail.service  |   11 -
 extra-x86_64/fetchmail.tmpfiles |1 
 12 files changed, 138 insertions(+), 150 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 12:02:17 UTC (rev 239395)
+++ extra-i686/PKGBUILD 2015-05-15 12:02:35 UTC (rev 239396)
@@ -1,37 +0,0 @@
-# $Id$
-
-pkgname=fetchmail
-pkgver=6.3.26
-pkgrel=2
-pkgdesc="A remote-mail retrieval utility"
-arch=('i686' 'x86_64')
-url="http://www.fetchmail.info";
-license=('GPL')
-depends=('openssl')
-makedepends=('python2')
-optdepends=('tk: for using fetchmailconf'
-'python2: for using fetchmailconf')
-options=('!makeflags')
-install='fetchmail.install'
-source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz";
-
"http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc";
-'fetchmail.tmpfiles' 'fetchmail.service')
-sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a'
-  'SKIP'
-  '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
-  '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
-  PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail"
-  install -D -m644 ${srcdir}/fetchmail.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 ${srcdir}/fetchmail.service 
${pkgdir}/usr/lib/systemd/system/fetchmail.service
-}

Copied: fetchmail/repos/extra-i686/PKGBUILD (from rev 239395, 
fetchmail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-15 12:02:35 UTC (rev 239396)
@@ -0,0 +1,38 @@
+# $Id$
+
+pkgname=fetchmail
+pkgver=6.3.26
+pkgrel=3
+pkgdesc="A remote-mail retrieval utility"
+arch=('i686' 'x86_64')
+url="http://www.fetchmail.info";
+license=('GPL')
+depends=('openssl')
+makedepends=('python2')
+optdepends=('tk: for using fetchmailconf'
+'python2: for using fetchmailconf')
+options=('!makeflags')
+install='fetchmail.install'
+source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz";
+
"http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc";
+'fetchmail.tmpfiles' 'fetchmail.service')
+sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a'
+  'SKIP'
+  '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6'
+  '0fc1870a33d1e0efb70169ddf1b6adc9d253e076')
+validpgpkeys=('FDD00C436E3307E10758C6A8BE618339052E7D95')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py
+  PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr
+  make
+}
+
+package() {
+  cd "${srcdir

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:08:39
  Author: pierre
Revision: 239397

upgpkg: lynx 2.8.8-2

Modified:
  lynx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:02:35 UTC (rev 239396)
+++ PKGBUILD2015-05-15 12:08:39 UTC (rev 239397)
@@ -5,18 +5,19 @@
 
 pkgname=lynx
 pkgver=2.8.8
-_relver=${pkgver}rel.1
-pkgrel=1
+_relver=${pkgver}rel.2
+pkgrel=2
 pkgdesc="A text browser for the World Wide Web"
 url="http://lynx.isc.org/";
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('openssl')
+depends=('openssl' 'libidn')
 backup=('etc/lynx.cfg')
 source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2";
 "http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc";)
-md5sums=('f467c043fe9a3963fc1c05f54923803f'
+md5sums=('b231c2aa34dfe7ca25681ef4e55ee7e8'
  'SKIP')
+validpgpkeys=('0AFD1FFEEA2EA063B959ACDA5DDF8FB7688E31A6')
 
 build() {
   cd ${srcdir}/${pkgname}${pkgver//./-}


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:08:56
  Author: pierre
Revision: 239398

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 12:08:39 UTC (rev 239397)
+++ extra-i686/PKGBUILD 2015-05-15 12:08:56 UTC (rev 239398)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Tom Newsom 
-
-pkgname=lynx
-pkgver=2.8.8
-_relver=${pkgver}rel.1
-pkgrel=1
-pkgdesc="A text browser for the World Wide Web"
-url="http://lynx.isc.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('openssl')
-backup=('etc/lynx.cfg')
-source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2";
-"http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc";)
-md5sums=('f467c043fe9a3963fc1c05f54923803f'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}${pkgver//./-}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-ssl=/usr \
---enable-nls \
---enable-ipv6 \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${pkgver//./-}
-  make DESTDIR=${pkgdir} install
-
-  # FS#20404 - points to local help
-  sed -i -e 
"s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|"
 ${pkgdir}/etc/lynx.cfg
-
-  install -d ${pkgdir}/usr/share/doc/lynx
-  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
-}

Copied: lynx/repos/extra-i686/PKGBUILD (from rev 239397, lynx/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-15 12:08:56 UTC (rev 239398)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Tom Newsom 
+
+pkgname=lynx
+pkgver=2.8.8
+_relver=${pkgver}rel.2
+pkgrel=2
+pkgdesc="A text browser for the World Wide Web"
+url="http://lynx.isc.org/";
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('openssl' 'libidn')
+backup=('etc/lynx.cfg')
+source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2";
+"http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc";)
+md5sums=('b231c2aa34dfe7ca25681ef4e55ee7e8'
+ 'SKIP')
+validpgpkeys=('0AFD1FFEEA2EA063B959ACDA5DDF8FB7688E31A6')
+
+build() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--with-ssl=/usr \
+--enable-nls \
+--enable-ipv6 \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}${pkgver//./-}
+  make DESTDIR=${pkgdir} install
+
+  # FS#20404 - points to local help
+  sed -i -e 
"s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|"
 ${pkgdir}/etc/lynx.cfg
+
+  install -d ${pkgdir}/usr/share/doc/lynx
+  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-15 12:08:39 UTC (rev 239397)
+++ extra-x86_64/PKGBUILD   2015-05-15 12:08:56 UTC (rev 239398)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Tom Newsom 
-
-pkgname=lynx
-pkgver=2.8.8
-_relver=${pkgver}rel.1
-pkgrel=1
-pkgdesc="A text browser for the World Wide Web"
-url="http://lynx.isc.org/";
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('openssl')
-backup=('etc/lynx.cfg')
-source=("http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2";
-"http://lynx.isc.org/current/${pkgname}${_relver}.tar.bz2.asc";)
-md5sums=('f467c043fe9a3963fc1c05f54923803f'
- 'SKIP')
-
-build() {
-  cd ${srcdir}/${pkgname}${pkgver//./-}
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---with-ssl=/usr \
---enable-nls \
---enable-ipv6 \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}${pkgver//./-}
-  make DESTDIR=${pkgdir} install
-
-  # FS#20404 - points to local help
-  sed -i -e 
"s|^HELPFILE.*$|HELPFILE:file:///usr/share/doc/lynx/lynx_help/lynx_help_main.html|"
 ${pkgdir}/etc/lynx.cfg
-
-  install -d ${pkgdir}/usr/share/doc/lynx
-  cp -rf lynx_help ${pkgdir}/usr/share/doc/lynx
-}

Copied: lynx/repos/extra-x86_64/PKGBUILD (from rev 239397, lynx/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD  

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:16:41
  Author: pierre
Revision: 239400

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

Added:
  hefur/repos/extra-i686/PKGBUILD
(from rev 239399, hefur/trunk/PKGBUILD)
  hefur/repos/extra-i686/hefur.install
(from rev 239399, hefur/trunk/hefur.install)
  hefur/repos/extra-i686/hefurd.service
(from rev 239399, hefur/trunk/hefurd.service)
  hefur/repos/extra-i686/tmpfiles.conf
(from rev 239399, hefur/trunk/tmpfiles.conf)
  hefur/repos/extra-x86_64/PKGBUILD
(from rev 239399, hefur/trunk/PKGBUILD)
  hefur/repos/extra-x86_64/hefur.install
(from rev 239399, hefur/trunk/hefur.install)
  hefur/repos/extra-x86_64/hefurd.service
(from rev 239399, hefur/trunk/hefurd.service)
  hefur/repos/extra-x86_64/tmpfiles.conf
(from rev 239399, hefur/trunk/tmpfiles.conf)
Deleted:
  hefur/repos/extra-i686/PKGBUILD
  hefur/repos/extra-i686/hefur.install
  hefur/repos/extra-i686/hefurd.service
  hefur/repos/extra-i686/tmpfiles.conf
  hefur/repos/extra-x86_64/PKGBUILD
  hefur/repos/extra-x86_64/hefur.install
  hefur/repos/extra-x86_64/hefurd.service
  hefur/repos/extra-x86_64/tmpfiles.conf

-+
 /PKGBUILD   |   72 ++
 /hefur.install  |   24 ++
 /hefurd.service |   24 ++
 /tmpfiles.conf  |2 +
 extra-i686/PKGBUILD |   36 -
 extra-i686/hefur.install|   17 -
 extra-i686/hefurd.service   |   12 ---
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/PKGBUILD   |   36 -
 extra-x86_64/hefur.install  |   17 -
 extra-x86_64/hefurd.service |   12 ---
 extra-x86_64/tmpfiles.conf  |1 
 12 files changed, 122 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 12:16:22 UTC (rev 239399)
+++ extra-i686/PKGBUILD 2015-05-15 12:16:41 UTC (rev 239400)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-# Contributor: Alexandre Bique 
-
-pkgname=hefur
-pkgver=0.4
-pkgrel=6
-pkgdesc='A standalone and lightweight BitTorrent tracker'
-arch=('i686' 'x86_64')
-url='http://github.com/abique/hefur'
-license=('MIT')
-makedepends=('cmake')
-depends=('gnutls' 'xz' 'protobuf')
-install='hefur.install'
-source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz";
-'hefurd.service' 'tmpfiles.conf')
-md5sums=('f0461363f38105140a1f119a3b97d818'
- 'ea3acfe2087c1b46b7cd1002c454312d'
- '09c64ca9b66f7c7877a5a2ce81c0dcff')
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   mkdir build
-   cd build
-   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}/build
-   DESTDIR=${pkgdir} make install
-   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
-   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
-   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
-   install -d -m755 ${pkgdir}/var/lib/hefurd
-}

Copied: hefur/repos/extra-i686/PKGBUILD (from rev 239399, hefur/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-15 12:16:41 UTC (rev 239400)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Contributor: Alexandre Bique 
+
+pkgname=hefur
+pkgver=0.4
+pkgrel=7
+pkgdesc='A standalone and lightweight BitTorrent tracker'
+arch=('i686' 'x86_64')
+url='http://github.com/abique/hefur'
+license=('MIT')
+makedepends=('cmake')
+depends=('gnutls' 'xz' 'protobuf')
+install='hefur.install'
+source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz";
+'hefurd.service' 'tmpfiles.conf')
+md5sums=('f0461363f38105140a1f119a3b97d818'
+ '3107be29769b8afde3574dc6e31d5b6a'
+ '09c64ca9b66f7c7877a5a2ce81c0dcff')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   mkdir build
+   cd build
+   cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}/build
+   DESTDIR=${pkgdir} make install
+   install -D -m644 ${srcdir}/hefurd.service 
${pkgdir}/usr/lib/systemd/system/hefurd.service
+   install -D -m644 ${srcdir}/tmpfiles.conf 
${pkgdir}/usr/lib/tmpfiles.d/hefurd.conf
+   install -D -m644 ${srcdir}/${pkgname}-${pkgver}/LICENSE 
${pkgdir}/usr/share/licenses/hefur/LICENSE
+   install -d -m755 ${pkgdir}/var/lib/hefurd
+}

Deleted: extra-i686/hefur.install
===
--- extra-i686/hefur.install2015-05-15 12:16:22 UTC (rev 239399)
+++ extra-i686/hefur.install2015-05-15 12:16:41 UTC (rev 239400

[arch-commits] Commit in hefur/trunk (PKGBUILD hefur.install hefurd.service)

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:16:22
  Author: pierre
Revision: 239399

upgpkg: hefur 0.4-7

Modified:
  hefur/trunk/PKGBUILD
  hefur/trunk/hefur.install
  hefur/trunk/hefurd.service

+
 PKGBUILD   |4 ++--
 hefur.install  |5 -
 hefurd.service |2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:08:56 UTC (rev 239398)
+++ PKGBUILD2015-05-15 12:16:22 UTC (rev 239399)
@@ -4,7 +4,7 @@
 
 pkgname=hefur
 pkgver=0.4
-pkgrel=6
+pkgrel=7
 pkgdesc='A standalone and lightweight BitTorrent tracker'
 arch=('i686' 'x86_64')
 url='http://github.com/abique/hefur'
@@ -15,7 +15,7 @@
 
source=("https://github.com/downloads/abique/${pkgname}/${pkgname}-${pkgver}.tar.xz";
 'hefurd.service' 'tmpfiles.conf')
 md5sums=('f0461363f38105140a1f119a3b97d818'
- 'ea3acfe2087c1b46b7cd1002c454312d'
+ '3107be29769b8afde3574dc6e31d5b6a'
  '09c64ca9b66f7c7877a5a2ce81c0dcff')
 
 build() {

Modified: hefur.install
===
--- hefur.install   2015-05-15 12:08:56 UTC (rev 239398)
+++ hefur.install   2015-05-15 12:16:22 UTC (rev 239399)
@@ -10,8 +10,3 @@
 post_upgrade() {
post_install
 }
-
-pre_remove() {
-   userdel hefur &> /dev/null
-   groupdel hefur &> /dev/null
-}

Modified: hefurd.service
===
--- hefurd.service  2015-05-15 12:08:56 UTC (rev 239398)
+++ hefurd.service  2015-05-15 12:16:22 UTC (rev 239399)
@@ -1,5 +1,5 @@
 [Unit]
-Description=A standalone and lightweight BitTorrent tracker
+Description=Hefur BitTorrent tracker
 After=network.target
 
 [Service]


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

2015-05-15 Thread Maxime Gauduin
Date: Friday, May 15, 2015 @ 14:22:34
  Author: alucryd
Revision: 133504

upgpkg: vapoursynth R27-1

Modified:
  vapoursynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 11:43:43 UTC (rev 133503)
+++ PKGBUILD2015-05-15 12:22:34 UTC (rev 133504)
@@ -4,7 +4,7 @@
 # Contributor: jackoneill 
 
 pkgname=vapoursynth
-pkgver=R26
+pkgver=R27
 pkgrel=1
 pkgdesc='A video processing framework with the future in mind'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 install='vapoursynth.install'
 
source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz";
 'vapoursynth.xml')
-sha256sums=('33f5c1ff65ac3b34ae6c667f6cd18ba2efe3f7d1c14e065aa33dbf09de2c6fe1'
+sha256sums=('3af82faf8c085ff25b2ad87c2d7e56d31247227d0b291de7769362ac6629b43d'
 '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
 
 build() {


[arch-commits] Commit in vapoursynth/repos (12 files)

2015-05-15 Thread Maxime Gauduin
Date: Friday, May 15, 2015 @ 14:22:56
  Author: alucryd
Revision: 133505

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 133504, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.install
(from rev 133504, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 133504, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 133504, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.install
(from rev 133504, vapoursynth/trunk/vapoursynth.install)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 133504, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.install
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.install
  vapoursynth/repos/community-x86_64/vapoursynth.xml

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-15 12:22:34 UTC (rev 133504)
+++ community-i686/PKGBUILD 2015-05-15 12:22:56 UTC (rev 133505)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R26
-pkgrel=1
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
-makedepends=('cython' 'python-sphinx' 'yasm')
-install='vapoursynth.install'
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz";
-'vapoursynth.xml')
-sha256sums=('33f5c1ff65ac3b34ae6c667f6cd18ba2efe3f7d1c14e065aa33dbf09de2c6fe1'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 133504, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-15 12:22:56 UTC (rev 133505)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R27
+pkgrel=1
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('ffmpeg' 'python' 'shared-mime-info' 'tesseract')
+makedepends=('cython' 'python-sphinx' 'yasm')
+install='vapoursynth.install'
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz";
+'vapoursynth.xml')
+sha256sums=('3af82faf8c085ff25b2ad87c2d7e56d31247227d0b291de7769362ac6629b43d'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr'
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.install
===
--- community-i686/vapoursynth.install  2015-05-15 12:22:34 UTC (rev 133504)
+++ community-i686/vapoursynth.install  2015-05-15 12:22:56 UTC (rev 133505)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/vapoursynth.install (from rev 133504

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

2015-05-15 Thread Florian Pritz
Date: Friday, May 15, 2015 @ 14:31:22
  Author: bluewind
Revision: 133506

upgpkg: opencascade 6.9.0-1

upstream update

Modified:
  opencascade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:22:56 UTC (rev 133505)
+++ PKGBUILD2015-05-15 12:31:22 UTC (rev 133506)
@@ -3,16 +3,16 @@
 # Contributor: Brice Malier 
 # Contributor: Michele Mocciola 
 pkgname=opencascade
-pkgver=6.8.0
+pkgver=6.9.0
 pkgrel=1
 pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
 arch=('i686' 'x86_64')
 url="http://www.opencascade.org";
 license=('custom')
-depends=('tk' 'mesa' 'java-runtime' 'libxmu' 'ftgl')
+depends=('tk' 'mesa' 'java-runtime' 'libxmu' 'ftgl' 'vtk')
 makedepends=('java-environment')
 
source=("http://files.opencascade.com/OCCT/OCC_${pkgver}_release/$pkgname-${pkgver}.tgz";
 "env.sh" "opencascade.sh" "opencascade.conf")
-md5sums=('702bfebbfb3cc0e0d35104ac1642040d'
+md5sums=('ba87fe9f5ca47e3dfd62aad7223f0e7f'
  'a96f28ee7f4273ae1771ee033a2a3af3'
  'd9368b8d348ced3ec4462012977552d2'
  '2924ecf57c95d25888f51071fdc72ad0')
@@ -25,6 +25,7 @@
   ./build_configure
   ./configure --disable-debug --enable-production \
 --with-java-include=/usr/lib/jvm/default/include \
+--with-vtk-library=/usr/lib/ --with-vtk-include=/usr/include/vtk-6.1/ \
 --prefix=/opt/$pkgname
   make
 }


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

2015-05-15 Thread Florian Pritz
Date: Friday, May 15, 2015 @ 14:31:24
  Author: bluewind
Revision: 133507

upgpkg: freecad 0.15.4671-3

opencascade rebuild

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:31:22 UTC (rev 133506)
+++ PKGBUILD2015-05-15 12:31:24 UTC (rev 133507)
@@ -9,7 +9,7 @@
 
 pkgname=freecad
 pkgver=0.15.4671
-pkgrel=2
+pkgrel=3
 pkgdesc='A general purpose 3D CAD modeler'
 arch=('i686' 'x86_64')
 url='http://www.freecadweb.org/'


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

2015-05-15 Thread Florian Pritz
Date: Friday, May 15, 2015 @ 14:31:28
  Author: bluewind
Revision: 133508

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

Added:
  opencascade/repos/community-testing-i686/
  opencascade/repos/community-testing-i686/PKGBUILD
(from rev 133506, opencascade/trunk/PKGBUILD)
  opencascade/repos/community-testing-i686/env.sh
(from rev 133506, opencascade/trunk/env.sh)
  opencascade/repos/community-testing-i686/opencascade.conf
(from rev 133506, opencascade/trunk/opencascade.conf)
  opencascade/repos/community-testing-i686/opencascade.sh
(from rev 133506, opencascade/trunk/opencascade.sh)
  opencascade/repos/community-testing-x86_64/
  opencascade/repos/community-testing-x86_64/PKGBUILD
(from rev 133507, opencascade/trunk/PKGBUILD)
  opencascade/repos/community-testing-x86_64/env.sh
(from rev 133507, opencascade/trunk/env.sh)
  opencascade/repos/community-testing-x86_64/opencascade.conf
(from rev 133507, opencascade/trunk/opencascade.conf)
  opencascade/repos/community-testing-x86_64/opencascade.sh
(from rev 133507, opencascade/trunk/opencascade.sh)

---+
 community-testing-i686/PKGBUILD   |   46 
 community-testing-i686/env.sh |   22 +
 community-testing-i686/opencascade.conf   |1 
 community-testing-i686/opencascade.sh |2 +
 community-testing-x86_64/PKGBUILD |   46 
 community-testing-x86_64/env.sh   |   22 +
 community-testing-x86_64/opencascade.conf |1 
 community-testing-x86_64/opencascade.sh   |2 +
 8 files changed, 142 insertions(+)

Copied: opencascade/repos/community-testing-i686/PKGBUILD (from rev 133506, 
opencascade/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-15 12:31:28 UTC (rev 133508)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+# Contributor: Giuseppe Borzi 
+# Contributor: Brice Malier 
+# Contributor: Michele Mocciola 
+pkgname=opencascade
+pkgver=6.9.0
+pkgrel=1
+pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
+arch=('i686' 'x86_64')
+url="http://www.opencascade.org";
+license=('custom')
+depends=('tk' 'mesa' 'java-runtime' 'libxmu' 'ftgl' 'vtk')
+makedepends=('java-environment')
+source=("http://files.opencascade.com/OCCT/OCC_${pkgver}_release/$pkgname-${pkgver}.tgz";
 "env.sh" "opencascade.sh" "opencascade.conf")
+md5sums=('ba87fe9f5ca47e3dfd62aad7223f0e7f'
+ 'a96f28ee7f4273ae1771ee033a2a3af3'
+ 'd9368b8d348ced3ec4462012977552d2'
+ '2924ecf57c95d25888f51071fdc72ad0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # fix for automake 1.13
+  sed -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+  ./build_configure
+  ./configure --disable-debug --enable-production \
+--with-java-include=/usr/lib/jvm/default/include \
+--with-vtk-library=/usr/lib/ --with-vtk-include=/usr/include/vtk-6.1/ \
+--prefix=/opt/$pkgname
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # no DESTDIR support so use prefix. This has to suffix match the prefix in 
./configure
+  make prefix="$pkgdir/opt/$pkgname" install
+  cp -r src/UnitsAPI/ "${pkgdir}/opt/$pkgname/src"
+  install -D -m644 "${srcdir}/opencascade.conf" 
"${pkgdir}/etc/ld.so.conf.d/opencascade.conf"
+  install -D -m 755 "${srcdir}/opencascade.sh" 
"${pkgdir}/etc/profile.d/opencascade.sh"
+  install -m 755 "${srcdir}/env.sh" "${pkgdir}/opt/$pkgname"
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+  install -m644 LICENSE_LGPL_21.txt OCCT_LGPL_EXCEPTION.txt 
"$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: opencascade/repos/community-testing-i686/env.sh (from rev 133506, 
opencascade/trunk/env.sh)
===
--- community-testing-i686/env.sh   (rev 0)
+++ community-testing-i686/env.sh   2015-05-15 12:31:28 UTC (rev 133508)
@@ -0,0 +1,22 @@
+#!/bin/sh -f
+
+export PATH="$PATH:$CASROOT/bin"
+export LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}$CASROOT/lib"
+
+export CSF_LANGUAGE=us
+export MMGT_CLEAR=1
+export CSF_EXCEPTION_PROMPT=1
+
+export CSF_SHMessage="$CASROOT"/src/SHMessage
+export CSF_MDTVTexturesDirectory="$CASROOT"/src/Textures
+export CSF_XSMessage="$CASROOT"/src/XSMessage
+export CSF_StandardDefaults="$CASROOT"/src/StdResource
+export CSF_PluginDefaults="$CASROOT"/src/StdResource
+export CSF_XCAFDefaults="$CASROOT"/src/StdResource
+export CSF_StandardLiteDefaults="$CASROOT"/src/StdResource
+export CSF_UnitsLexicon="$CASROOT"/src/UnitsAPI/Lexi_Expr.dat
+export CSF_UnitsDefinition="$CASROOT"/src/UnitsAPI/Units.dat
+export CSF_IGESDefaults="$CASROOT"/src/XSTEPResource
+export CSF_STEPDefaults="$CASROOT"/src/XSTEPResource
+export CSF_XmlO

[arch-commits] Commit in freecad/repos (community-testing-i686)

2015-05-15 Thread Florian Pritz
Date: Friday, May 15, 2015 @ 14:31:31
  Author: bluewind
Revision: 133509

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

Added:
  freecad/repos/community-testing-i686/


[arch-commits] Commit in freecad/repos/community-testing-i686 (4 files)

2015-05-15 Thread Florian Pritz
Date: Friday, May 15, 2015 @ 14:31:59
  Author: bluewind
Revision: 133510

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

Added:
  freecad/repos/community-testing-i686/PKGBUILD
(from rev 133509, freecad/trunk/PKGBUILD)
  freecad/repos/community-testing-i686/freecad.desktop
(from rev 133509, freecad/trunk/freecad.desktop)
  freecad/repos/community-testing-i686/freecad.install
(from rev 133509, freecad/trunk/freecad.install)
  freecad/repos/community-testing-i686/freecad.xml
(from rev 133509, freecad/trunk/freecad.xml)

-+
 PKGBUILD|   74 ++
 freecad.desktop |   14 ++
 freecad.install |   15 ++
 3 files changed, 103 insertions(+)

Copied: freecad/repos/community-testing-i686/PKGBUILD (from rev 133509, 
freecad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-15 12:31:59 UTC (rev 133510)
@@ -0,0 +1,74 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.15.4671
+pkgrel=3
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+install=freecad.install
+source=("http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz";
+   "${pkgname}.desktop"
+   "${pkgname}.xml")
+md5sums=('7afa95d3e8cd845bef83202e76db7f24'
+ '382cd66757dae635b53105d207679fce'
+ 'c2f4154c8e4678825411de8e7fa54c6b')
+
+prepare() {
+  sed -i \
+-e "46i\\\tModDir = '/usr/share/freecad/Mod'" \
+-e "50i\\\tLibDir = '/usr/lib/freecad'" \
+"${srcdir}/freecad-${pkgver}/src/App/FreeCADInit.py"
+
+  sed -i \
+ -e 's|\bpyside-uic\b|python2-pyside-uic|' \
+ $srcdir/freecad-$pkgver/cMake/FindPySideTools.cmake
+}
+
+build() {
+  cd "${srcdir}/freecad-${pkgver}/"
+  cmake \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX:PATH="/usr" \
+-DCMAKE_INSTALL_DOCDIR:PATH="share/freecad/doc" \
+-DCMAKE_INSTALL_DATADIR:PATH="share/freecad" \
+-DCMAKE_INSTALL_LIBDIR:PATH="lib/freecad" \
+-DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
+-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
+-DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON
+  make
+}
+
+package() {
+  cd "${srcdir}/freecad-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Symlink to /usr/bin
+  ln -sf "FreeCAD" "${pkgdir}/usr/bin/freecad"
+  ln -sf "FreeCADCmd" "${pkgdir}/usr/bin/freecadcmd"
+
+  cp -ra "${pkgdir}/usr/Mod" "${pkgdir}/usr/share/freecad/"
+  rm -r "${pkgdir}/usr/Mod"
+
+  # Install pixmaps and desktop shortcut
+  desktop-file-install \
+--dir="${pkgdir}/usr/share/applications" \
+"${srcdir}/${pkgname}.desktop"
+
+  # Mime info
+  install -D -m644 "${srcdir}/${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
+}

Copied: freecad/repos/community-testing-i686/freecad.desktop (from rev 133509, 
freecad/trunk/freecad.desktop)
===
--- freecad.desktop (rev 0)
+++ freecad.desktop 2015-05-15 12:31:59 UTC (rev 133510)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=FreeCAD
+Comment=A general purpose 3D CAD modeler
+GenericName=CAD Application
+Exec=/usr/bin/freecad %F
+Path=/usr/share/freecad
+Terminal=false
+Type=Application
+Icon=/usr/share/freecad/freecad.xpm
+Categories=Application;Science;Math;Education;
+StartupNotify=true
+MimeType=application/x-extension-fcstd;

Copied: freecad/repos/community-testing-i686/freecad.install (from rev 133509, 
freecad/trunk/freecad.install)
===
--- freecad.install (rev 0)
+++ freecad.install 2015-05-15 12:31:59 UTC (rev 133510)
@@ -0,0 +1,15 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+update-mime-database usr/share/mime
+}

Copied: freecad/repos/community-testing-i686/freecad.xml (from rev 133509, 
freecad/trunk/free

[arch-commits] Commit in freecad/repos/community-testing-i686 (8 files)

2015-05-15 Thread Florian Pritz
Date: Friday, May 15, 2015 @ 14:32:30
  Author: bluewind
Revision: 133511

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

Added:
  freecad/repos/community-testing-i686/PKGBUILD
(from rev 133510, freecad/trunk/PKGBUILD)
  freecad/repos/community-testing-i686/freecad.desktop
(from rev 133510, freecad/trunk/freecad.desktop)
  freecad/repos/community-testing-i686/freecad.install
(from rev 133510, freecad/trunk/freecad.install)
  freecad/repos/community-testing-i686/freecad.xml
(from rev 133510, freecad/trunk/freecad.xml)
Deleted:
  freecad/repos/community-testing-i686/PKGBUILD
  freecad/repos/community-testing-i686/freecad.desktop
  freecad/repos/community-testing-i686/freecad.install
  freecad/repos/community-testing-i686/freecad.xml

-+
 PKGBUILD|  148 +++---
 freecad.desktop |   28 +-
 freecad.install |   30 +-
 3 files changed, 103 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-15 12:31:59 UTC (rev 133510)
+++ PKGBUILD2015-05-15 12:32:30 UTC (rev 133511)
@@ -1,74 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.15.4671
-pkgrel=3
-pkgdesc='A general purpose 3D CAD modeler'
-arch=('i686' 'x86_64')
-url='http://www.freecadweb.org/'
-license=('LGPL')
-depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
- 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
- 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
-makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
-# TODO add reasons
-optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-install=freecad.install
-source=("http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz";
-   "${pkgname}.desktop"
-   "${pkgname}.xml")
-md5sums=('7afa95d3e8cd845bef83202e76db7f24'
- '382cd66757dae635b53105d207679fce'
- 'c2f4154c8e4678825411de8e7fa54c6b')
-
-prepare() {
-  sed -i \
--e "46i\\\tModDir = '/usr/share/freecad/Mod'" \
--e "50i\\\tLibDir = '/usr/lib/freecad'" \
-"${srcdir}/freecad-${pkgver}/src/App/FreeCADInit.py"
-
-  sed -i \
- -e 's|\bpyside-uic\b|python2-pyside-uic|' \
- $srcdir/freecad-$pkgver/cMake/FindPySideTools.cmake
-}
-
-build() {
-  cd "${srcdir}/freecad-${pkgver}/"
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH="/usr" \
--DCMAKE_INSTALL_DOCDIR:PATH="share/freecad/doc" \
--DCMAKE_INSTALL_DATADIR:PATH="share/freecad" \
--DCMAKE_INSTALL_LIBDIR:PATH="lib/freecad" \
--DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
--DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON
-  make
-}
-
-package() {
-  cd "${srcdir}/freecad-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Symlink to /usr/bin
-  ln -sf "FreeCAD" "${pkgdir}/usr/bin/freecad"
-  ln -sf "FreeCADCmd" "${pkgdir}/usr/bin/freecadcmd"
-
-  cp -ra "${pkgdir}/usr/Mod" "${pkgdir}/usr/share/freecad/"
-  rm -r "${pkgdir}/usr/Mod"
-
-  # Install pixmaps and desktop shortcut
-  desktop-file-install \
---dir="${pkgdir}/usr/share/applications" \
-"${srcdir}/${pkgname}.desktop"
-
-  # Mime info
-  install -D -m644 "${srcdir}/${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
-}

Copied: freecad/repos/community-testing-i686/PKGBUILD (from rev 133510, 
freecad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-15 12:32:30 UTC (rev 133511)
@@ -0,0 +1,74 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.15.4671
+pkgrel=3
+pkgdesc='A general purpose 3D CAD modeler'
+arch=('i686' 'x86_64')
+url='http://www.freecadweb.org/'
+license=('LGPL')
+depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
+ 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
+ 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
+makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
+# TODO add reasons
+optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
+install=freecad.install
+source=("http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz";
+   "${pkgname}.desktop"
+   "${pkg

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

2015-05-15 Thread Evangelos Foutras
Date: Friday, May 15, 2015 @ 14:36:00
  Author: foutrelis
Revision: 239401

upgpkg: firefox 38.0.1-1

New upstream release.

Modified:
  firefox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:16:41 UTC (rev 239400)
+++ PKGBUILD2015-05-15 12:36:00 UTC (rev 239401)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke 
 
 pkgname=firefox
-pkgver=38.0
+pkgver=38.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 
source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
 mozconfig firefox.desktop firefox-install-dir.patch vendor.js
 firefox-fixed-loading-icon.png)
-sha256sums=('0f2877fe4528a91c19e89249c19b13bac846d7b9f9f6528abb7d8387197c31f3'
+sha256sums=('aeccd6ea6eebb3bd0fd259758aeb8831ec1e1c42a707813e77f8642625491a88'
 'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
 'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
 'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'


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

2015-05-15 Thread Evangelos Foutras
Date: Friday, May 15, 2015 @ 14:36:25
  Author: foutrelis
Revision: 239402

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

Added:
  firefox/repos/extra-i686/PKGBUILD
(from rev 239401, firefox/trunk/PKGBUILD)
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
(from rev 239401, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-i686/firefox-install-dir.patch
(from rev 239401, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-i686/firefox.desktop
(from rev 239401, firefox/trunk/firefox.desktop)
  firefox/repos/extra-i686/firefox.install
(from rev 239401, firefox/trunk/firefox.install)
  firefox/repos/extra-i686/mozconfig
(from rev 239401, firefox/trunk/mozconfig)
  firefox/repos/extra-i686/vendor.js
(from rev 239401, firefox/trunk/vendor.js)
  firefox/repos/extra-x86_64/PKGBUILD
(from rev 239401, firefox/trunk/PKGBUILD)
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
(from rev 239401, firefox/trunk/firefox-fixed-loading-icon.png)
  firefox/repos/extra-x86_64/firefox-install-dir.patch
(from rev 239401, firefox/trunk/firefox-install-dir.patch)
  firefox/repos/extra-x86_64/firefox.desktop
(from rev 239401, firefox/trunk/firefox.desktop)
  firefox/repos/extra-x86_64/firefox.install
(from rev 239401, firefox/trunk/firefox.install)
  firefox/repos/extra-x86_64/mozconfig
(from rev 239401, firefox/trunk/mozconfig)
  firefox/repos/extra-x86_64/vendor.js
(from rev 239401, firefox/trunk/vendor.js)
Deleted:
  firefox/repos/extra-i686/PKGBUILD
  firefox/repos/extra-i686/firefox-fixed-loading-icon.png
  firefox/repos/extra-i686/firefox-install-dir.patch
  firefox/repos/extra-i686/firefox.desktop
  firefox/repos/extra-i686/firefox.install
  firefox/repos/extra-i686/mozconfig
  firefox/repos/extra-i686/vendor.js
  firefox/repos/extra-x86_64/PKGBUILD
  firefox/repos/extra-x86_64/firefox-fixed-loading-icon.png
  firefox/repos/extra-x86_64/firefox-install-dir.patch
  firefox/repos/extra-x86_64/firefox.desktop
  firefox/repos/extra-x86_64/firefox.install
  firefox/repos/extra-x86_64/mozconfig
  firefox/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  212 +
 /firefox-install-dir.patch |   24 +
 /firefox.desktop   |  704 +++
 /firefox.install   |   26 +
 /mozconfig |   68 ++
 /vendor.js |   18 
 extra-i686/PKGBUILD|  106 
 extra-i686/firefox-install-dir.patch   |   12 
 extra-i686/firefox.desktop |  352 ---
 extra-i686/firefox.install |   13 
 extra-i686/mozconfig   |   34 -
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |  106 
 extra-x86_64/firefox-install-dir.patch |   12 
 extra-x86_64/firefox.desktop   |  352 ---
 extra-x86_64/firefox.install   |   13 
 extra-x86_64/mozconfig |   34 -
 extra-x86_64/vendor.js |9 
 18 files changed, 1052 insertions(+), 1052 deletions(-)

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


[arch-commits] Commit in freecad/repos (13 files)

2015-05-15 Thread Florian Pritz
Date: Friday, May 15, 2015 @ 14:38:10
  Author: bluewind
Revision: 133512

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

Added:
  freecad/repos/community-testing-i686/PKGBUILD
(from rev 133511, freecad/trunk/PKGBUILD)
  freecad/repos/community-testing-i686/freecad.desktop
(from rev 133511, freecad/trunk/freecad.desktop)
  freecad/repos/community-testing-i686/freecad.install
(from rev 133511, freecad/trunk/freecad.install)
  freecad/repos/community-testing-i686/freecad.xml
(from rev 133511, freecad/trunk/freecad.xml)
  freecad/repos/community-testing-x86_64/
  freecad/repos/community-testing-x86_64/PKGBUILD
(from rev 133511, freecad/trunk/PKGBUILD)
  freecad/repos/community-testing-x86_64/freecad.desktop
(from rev 133511, freecad/trunk/freecad.desktop)
  freecad/repos/community-testing-x86_64/freecad.install
(from rev 133511, freecad/trunk/freecad.install)
  freecad/repos/community-testing-x86_64/freecad.xml
(from rev 133511, freecad/trunk/freecad.xml)
Deleted:
  freecad/repos/community-testing-i686/PKGBUILD
  freecad/repos/community-testing-i686/freecad.desktop
  freecad/repos/community-testing-i686/freecad.install
  freecad/repos/community-testing-i686/freecad.xml

--+
 /PKGBUILD|   74 +
 /freecad.desktop |   14 +
 /freecad.install |   15 +
 community-testing-i686/PKGBUILD  |   74 -
 community-testing-i686/freecad.desktop   |   14 -
 community-testing-i686/freecad.install   |   15 -
 community-testing-x86_64/PKGBUILD|   74 +
 community-testing-x86_64/freecad.desktop |   14 +
 community-testing-x86_64/freecad.install |   15 +
 9 files changed, 206 insertions(+), 103 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-05-15 12:32:30 UTC (rev 133511)
+++ community-testing-i686/PKGBUILD 2015-05-15 12:38:10 UTC (rev 133512)
@@ -1,74 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-# Contributor: Jordi De Groof 
-# Contributor: mickele
-# Contributor: manwithgrenade
-# Contributor: bricem13
-# Contributor: gborzi
-
-pkgname=freecad
-pkgver=0.15.4671
-pkgrel=3
-pkgdesc='A general purpose 3D CAD modeler'
-arch=('i686' 'x86_64')
-url='http://www.freecadweb.org/'
-license=('LGPL')
-depends=('boost-libs' 'curl' 'opencascade>=6.6.0' 'python2-pivy' 'xerces-c'
- 'libspnav' 'shared-mime-info' 'hicolor-icon-theme'
- 'python2-matplotlib' 'python2-shiboken' 'python2-pyside-tools' 
'pyside-tools-common' 'qtwebkit')
-makedepends=('boost' 'eigen' 'gcc-fortran' 'swig' 'xerces-c' 
'desktop-file-utils' 'cmake' 'coin>=3.1.3-9')
-# TODO add reasons
-optdepends=('python2-matplotlib' 'pycollada-git' 'python2-pyqt4')
-install=freecad.install
-source=("http://downloads.sourceforge.net/sourceforge/free-cad/freecad_${pkgver}.tar.gz";
-   "${pkgname}.desktop"
-   "${pkgname}.xml")
-md5sums=('7afa95d3e8cd845bef83202e76db7f24'
- '382cd66757dae635b53105d207679fce'
- 'c2f4154c8e4678825411de8e7fa54c6b')
-
-prepare() {
-  sed -i \
--e "46i\\\tModDir = '/usr/share/freecad/Mod'" \
--e "50i\\\tLibDir = '/usr/lib/freecad'" \
-"${srcdir}/freecad-${pkgver}/src/App/FreeCADInit.py"
-
-  sed -i \
- -e 's|\bpyside-uic\b|python2-pyside-uic|' \
- $srcdir/freecad-$pkgver/cMake/FindPySideTools.cmake
-}
-
-build() {
-  cd "${srcdir}/freecad-${pkgver}/"
-  cmake \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX:PATH="/usr" \
--DCMAKE_INSTALL_DOCDIR:PATH="share/freecad/doc" \
--DCMAKE_INSTALL_DATADIR:PATH="share/freecad" \
--DCMAKE_INSTALL_LIBDIR:PATH="lib/freecad" \
--DOCC_INCLUDE_DIR:PATH=/opt/opencascade/inc/ \
--DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 \
--DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON
-  make
-}
-
-package() {
-  cd "${srcdir}/freecad-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # Symlink to /usr/bin
-  ln -sf "FreeCAD" "${pkgdir}/usr/bin/freecad"
-  ln -sf "FreeCADCmd" "${pkgdir}/usr/bin/freecadcmd"
-
-  cp -ra "${pkgdir}/usr/Mod" "${pkgdir}/usr/share/freecad/"
-  rm -r "${pkgdir}/usr/Mod"
-
-  # Install pixmaps and desktop shortcut
-  desktop-file-install \
---dir="${pkgdir}/usr/share/applications" \
-"${srcdir}/${pkgname}.desktop"
-
-  # Mime info
-  install -D -m644 "${srcdir}/${pkgname}.xml" 
"${pkgdir}/usr/share/mime/packages/${pkgname}.xml"
-}

Copied: freecad/repos/community-testing-i686/PKGBUILD (from rev 133511, 
freecad/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-15 12:38:10 UTC (rev 

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:42:29
  Author: pierre
Revision: 239403

upgpkg: rsync 3.1.1-3

Modified:
  rsync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:36:25 UTC (rev 239402)
+++ PKGBUILD2015-05-15 12:42:29 UTC (rev 239403)
@@ -2,7 +2,7 @@
 
 pkgname=rsync
 pkgver=3.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A file transfer program to keep remote files in sync"
 arch=('i686' 'x86_64')
 url="http://rsync.samba.org/";
@@ -20,6 +20,7 @@
  'f90ba7f3717028769d6f230a2402b5aa'
  'ae4c381e0c02d6132c7f6ded3f473041'
  '53f94e613e0bc502d38dd61bd2cd7636')
+validpgpkeys=('0048C8B026D4C96F0E589C2F6C859FB14B96A8C5')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 14:42:53
  Author: pierre
Revision: 239404

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

Added:
  rsync/repos/extra-i686/PKGBUILD
(from rev 239403, rsync/trunk/PKGBUILD)
  rsync/repos/extra-i686/rsync.xinetd
(from rev 239403, rsync/trunk/rsync.xinetd)
  rsync/repos/extra-i686/rsyncd.conf
(from rev 239403, rsync/trunk/rsyncd.conf)
  rsync/repos/extra-i686/rsyncd.service
(from rev 239403, rsync/trunk/rsyncd.service)
  rsync/repos/extra-i686/rsyncd.socket
(from rev 239403, rsync/trunk/rsyncd.socket)
  rsync/repos/extra-i686/rsyncd@.service
(from rev 239403, rsync/trunk/rsyncd@.service)
  rsync/repos/extra-x86_64/PKGBUILD
(from rev 239403, rsync/trunk/PKGBUILD)
  rsync/repos/extra-x86_64/rsync.xinetd
(from rev 239403, rsync/trunk/rsync.xinetd)
  rsync/repos/extra-x86_64/rsyncd.conf
(from rev 239403, rsync/trunk/rsyncd.conf)
  rsync/repos/extra-x86_64/rsyncd.service
(from rev 239403, rsync/trunk/rsyncd.service)
  rsync/repos/extra-x86_64/rsyncd.socket
(from rev 239403, rsync/trunk/rsyncd.socket)
  rsync/repos/extra-x86_64/rsyncd@.service
(from rev 239403, rsync/trunk/rsyncd@.service)
Deleted:
  rsync/repos/extra-i686/PKGBUILD
  rsync/repos/extra-i686/rsync.xinetd
  rsync/repos/extra-i686/rsyncd.conf
  rsync/repos/extra-i686/rsyncd.service
  rsync/repos/extra-i686/rsyncd.socket
  rsync/repos/extra-i686/rsyncd@.service
  rsync/repos/extra-x86_64/PKGBUILD
  rsync/repos/extra-x86_64/rsync.xinetd
  rsync/repos/extra-x86_64/rsyncd.conf
  rsync/repos/extra-x86_64/rsyncd.service
  rsync/repos/extra-x86_64/rsyncd.socket
  rsync/repos/extra-x86_64/rsyncd@.service

--+
 /PKGBUILD|   94 +
 /rsync.xinetd|   22 +
 /rsyncd.conf |   20 
 /rsyncd.service  |   20 
 /rsyncd.socket   |   20 
 /rsyncd@.service |   22 +
 extra-i686/PKGBUILD  |   46 
 extra-i686/rsync.xinetd  |   11 
 extra-i686/rsyncd.conf   |   10 
 extra-i686/rsyncd.service|   10 
 extra-i686/rsyncd.socket |   10 
 extra-i686/rsyncd@.service   |   11 
 extra-x86_64/PKGBUILD|   46 
 extra-x86_64/rsync.xinetd|   11 
 extra-x86_64/rsyncd.conf |   10 
 extra-x86_64/rsyncd.service  |   10 
 extra-x86_64/rsyncd.socket   |   10 
 extra-x86_64/rsyncd@.service |   11 
 18 files changed, 198 insertions(+), 196 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 12:42:29 UTC (rev 239403)
+++ extra-i686/PKGBUILD 2015-05-15 12:42:53 UTC (rev 239404)
@@ -1,46 +0,0 @@
-# $Id$
-
-pkgname=rsync
-pkgver=3.1.1
-pkgrel=2
-pkgdesc="A file transfer program to keep remote files in sync"
-arch=('i686' 'x86_64')
-url="http://rsync.samba.org/";
-license=('GPL3')
-depends=('perl' 'popt' 'acl' 'zlib')
-backup=('etc/rsyncd.conf' 'etc/xinetd.d/rsync')
-source=("http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz";
-"http://rsync.samba.org/ftp/rsync/$pkgname-$pkgver.tar.gz.asc";
-'rsyncd.conf' 'rsync.xinetd' 'rsyncd.service'
-'rsyncd.socket' 'rsyncd@.service')
-md5sums=('43bd6676f0b404326eee2d63be3cdcfe'
- 'SKIP'
- 'bce64d122a8e0f86872a4a21a03bc7f3'
- 'ea3e9277dc908bc51f9eddc0f6b935c1'
- 'f90ba7f3717028769d6f230a2402b5aa'
- 'ae4c381e0c02d6132c7f6ded3f473041'
- '53f94e613e0bc502d38dd61bd2cd7636')
-
-build() {
-   cd "$srcdir/$pkgname-$pkgver"
-   ./configure --prefix=/usr \
-   --with-included-popt=no \
-   --disable-debug
-   make
-}
-
-check() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make test
-}
-
-package() {
-   cd "$srcdir/$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 ../rsyncd.conf "$pkgdir/etc/rsyncd.conf"
-   install -Dm644 ../rsync.xinetd "$pkgdir/etc/xinetd.d/rsync"
-   install -Dm644 ../rsyncd.service 
"$pkgdir/usr/lib/systemd/system/rsyncd.service"
-   install -m644 ../rsyncd.socket 
"$pkgdir/usr/lib/systemd/system/rsyncd.socket"
-   install -m644 ../rsyncd@.service 
"$pkgdir/usr/lib/systemd/system/rsyncd@.service"
-   install -Dm755 support/rrsync "$pkgdir/usr/lib/rsync/rrsync"
-}

Copied: rsync/repos/extra-i686/PKGBUILD (from rev 239403, rsync/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-15 12:42:53 UTC (rev 239404)
@@ -0,0 +1,47 @@
+# $Id$
+
+pkgname=rsync
+pkgver=3.1.1
+pkgrel=3
+pkgdesc="A file transfer program to keep remote files in sync"
+arch=('i686' 'x86_64')
+url="http://rsync.samba.org/";
+license=('GPL3')
+depends=('perl' 'popt' 'acl' 'zlib')
+backup=('etc/rsyncd.conf' 'etc/xinetd.

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

2015-05-15 Thread Andreas Radke
Date: Friday, May 15, 2015 @ 14:56:16
  Author: andyrtr
Revision: 239406

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

Added:
  dovecot/repos/staging-i686/
  dovecot/repos/staging-i686/PKGBUILD
(from rev 239405, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-i686/dovecot.install
(from rev 239405, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-i686/dovecot.tmpfilesd
(from rev 239405, dovecot/trunk/dovecot.tmpfilesd)
  dovecot/repos/staging-x86_64/
  dovecot/repos/staging-x86_64/PKGBUILD
(from rev 239405, dovecot/trunk/PKGBUILD)
  dovecot/repos/staging-x86_64/dovecot.install
(from rev 239405, dovecot/trunk/dovecot.install)
  dovecot/repos/staging-x86_64/dovecot.tmpfilesd
(from rev 239405, dovecot/trunk/dovecot.tmpfilesd)

--+
 staging-i686/PKGBUILD|   95 +
 staging-i686/dovecot.install |   10 +++
 staging-i686/dovecot.tmpfilesd   |1 
 staging-x86_64/PKGBUILD  |   95 +
 staging-x86_64/dovecot.install   |   10 +++
 staging-x86_64/dovecot.tmpfilesd |1 
 6 files changed, 212 insertions(+)

Copied: dovecot/repos/staging-i686/PKGBUILD (from rev 239405, 
dovecot/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-05-15 12:56:16 UTC (rev 239406)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.2.18
+pkgrel=1
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+arch=('i686' 'x86_64')
+url="http://dovecot.org/";
+license=("LGPL")
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+provides=('imap-server' 'pop3-server')
+install=$pkgname.install
+source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
+dovecot.tmpfilesd)
+md5sums=('1e42eb3b69544c447ad882d7858f3630'
+ 'SKIP'
+ '342a28251d40f983c98c0d1f1bf3d07d')
+validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix path in helper script
+  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  # configure with openssl, mysql, and postgresql support
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+   --libexecdir=/usr/lib \
+   --with-moduledir=/usr/lib/dovecot/modules \
+   --with-systemdsystemunitdir=/usr/lib/systemd/system \
+   --disable-static \
+   --with-nss \
+   --with-pam \
+   --with-mysql \
+   --with-pgsql \
+   --with-sqlite \
+   --with-ssl=openssl \
+   --with-ssldir=/etc/ssl \
+   --with-gssapi \
+   --with-ldap=plugin \
+   --with-zlib \
+   --with-bzlib \
+   --with-lzma \
+   --with-lz4 \
+   --with-libcap \
+   --with-solr \
+   --with-lucene \
+   --with-docs #--help
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+   
+  # system user/group dovenull - 74
+  # system user/group dovecot  - 76
+  
+  cd $pkgname-$pkgver
+  make DESTDIR=${pkgdir} install
+
+  # install example conf files and ssl.conf
+  install -d -m755 ${pkgdir}/etc/dovecot/conf.d
+  install -m 644 ${pkgdir}/usr/share/doc/dovecot/example-config/dovecot.conf 
${pkgdir}/etc/dovecot/dovecot.conf.sample
+  install -d -m755 ${pkgdir}/etc/ssl
+  install -m 644  ${srcdir}/$pkgname-$pkgver/doc/dovecot-openssl.cnf 
${pkgdir}/etc/ssl/dovecot-openssl.cnf.sample
+
+  # install mkcert helper script
+  install -m 755  ${srcdir}/$pkgname-$pkgver/doc/mkcert.sh 
${pkgdir}/usr/lib/dovecot/mkcert.sh
+
+  rm ${pkgdir}/etc/dovecot/README
+  
+  # systemd tmpfile
+  install -d -m755 ${pkgdir}/usr/lib/tmpfiles.d
+  install -m 644  ${srcdir}/dovecot.tmpfilesd 
${pkgdir}/usr/lib/tmpfiles.d/dovecot.conf
+}

Copied: dovecot/repos/staging-i686/dovecot.install (from rev 239405, 
dovecot/trunk/dovecot.install)
===
--- staging-i686/dovecot.install(rev 0)
+++ staging-i686/dovecot.install2015-05-15 12:56:16 UTC (rev 239406)
@@ -0,0 +1,10 @@
+post_install() {
+  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
+  getent group dovecot &> /dev/null  || groupadd -g 76 dovecot &> /dev/null
+  getent passwd dovenull &> /dev/n

[arch-commits] Commit in dovecot/trunk (CVE-2015-3420.patch PKGBUILD)

2015-05-15 Thread Andreas Radke
Date: Friday, May 15, 2015 @ 14:56:03
  Author: andyrtr
Revision: 239405

upgpkg: dovecot 2.2.18-1

upstream update 2.2.18

Modified:
  dovecot/trunk/PKGBUILD
Deleted:
  dovecot/trunk/CVE-2015-3420.patch

-+
 CVE-2015-3420.patch |   58 --
 PKGBUILD|   16 -
 2 files changed, 5 insertions(+), 69 deletions(-)

Deleted: CVE-2015-3420.patch
===
--- CVE-2015-3420.patch 2015-05-15 12:42:53 UTC (rev 239404)
+++ CVE-2015-3420.patch 2015-05-15 12:56:03 UTC (rev 239405)
@@ -1,58 +0,0 @@
-
-diff -r a2d342257b25 -r 86f535375750 src/login-common/ssl-proxy-openssl.c
 a/src/login-common/ssl-proxy-openssl.c Sat Apr 25 12:16:07 2015 +0300
-+++ b/src/login-common/ssl-proxy-openssl.c Tue Apr 28 11:27:04 2015 +0200
-@@ -80,6 +80,7 @@
-   unsigned int cert_broken:1;
-   unsigned int client_proxy:1;
-   unsigned int flushing:1;
-+  unsigned int failed:1;
- };
- 
- struct ssl_parameters {
-@@ -131,6 +132,12 @@
- static int ssl_proxy_ctx_get_pkey_ec_curve_name(const struct 
master_service_ssl_settings *set);
- #endif
- 
-+static void ssl_proxy_destroy_failed(struct ssl_proxy *proxy)
-+{
-+  proxy->failed = TRUE;
-+  ssl_proxy_destroy(proxy);
-+}
-+
- static unsigned int ssl_server_context_hash(const struct ssl_server_context 
*ctx)
- {
-   unsigned int i, g, h = 0;
-@@ -462,7 +469,7 @@
- 
-   if (errstr != NULL) {
-   proxy->last_error = i_strdup(errstr);
--  ssl_proxy_destroy(proxy);
-+  ssl_proxy_destroy_failed(proxy);
-   }
-   ssl_proxy_unref(proxy);
- }
-@@ -492,7 +499,7 @@
- 
-   if (proxy->handshake_callback != NULL) {
-   if (proxy->handshake_callback(proxy->handshake_context) < 0)
--  ssl_proxy_destroy(proxy);
-+  ssl_proxy_destroy_failed(proxy);
-   }
- }
- 
-@@ -822,7 +829,8 @@
-   if (proxy->destroyed || proxy->flushing)
-   return;
-   proxy->flushing = TRUE;
--  ssl_proxy_flush(proxy);
-+  if (!proxy->failed && proxy->handshaked)
-+  ssl_proxy_flush(proxy);
-   proxy->destroyed = TRUE;
- 
-   ssl_proxy_count--;
-
-
-
-
-

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:42:53 UTC (rev 239404)
+++ PKGBUILD2015-05-15 12:56:03 UTC (rev 239405)
@@ -8,15 +8,15 @@
 # --->>> remember to rebuild/bump pigeonhole in one step <<<---
 
 pkgname=dovecot
-pkgver=2.2.16
-pkgrel=2
+pkgver=2.2.18
+pkgrel=1
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 arch=('i686' 'x86_64')
 url="http://dovecot.org/";
 license=("LGPL")
 depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
-'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl')
-makedepends=('pam' 'libcap' 'libldap' 'clucene')
+'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
 optdepends=('libldap: ldap plugin'
 'xz: imap zlib  plugin'
 'clucene: alternative FTS indexer')
@@ -23,20 +23,14 @@
 provides=('imap-server' 'pop3-server')
 install=$pkgname.install
 source=(http://dovecot.org/releases/2.2/${pkgname}-${pkgver}.tar.gz{,.sig}
-CVE-2015-3420.patch
 dovecot.tmpfilesd)
-md5sums=('8dba21e817b4239e462d98a925233418'
+md5sums=('1e42eb3b69544c447ad882d7858f3630'
  'SKIP'
- '730366bb5895a3092f1b6511e254709a'
  '342a28251d40f983c98c0d1f1bf3d07d')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9') # Timo Sirainen 

 
 prepare() {
   cd $pkgname-$pkgver
-  
-  # https://bugs.archlinux.org/task/44757
-  patch -Np1 -i ${srcdir}/CVE-2015-3420.patch
-  
   # fix path in helper script
   sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
 }


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 15:33:41
  Author: pierre
Revision: 239407

upgpkg: imap 2007f-5

Split imap server and c-client FS#38182

Modified:
  imap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:56:16 UTC (rev 239406)
+++ PKGBUILD2015-05-15 13:33:41 UTC (rev 239407)
@@ -1,20 +1,16 @@
 # $Id$
 
-pkgname=imap
+pkgbase=imap
+pkgname=(imap c-client)
 pkgver=2007f
 pkgrel=5
-pkgdesc="An IMAP/POP server"
 arch=('i686' 'x86_64')
 license=('APACHE')
 url="http://www.washington.edu/imap";
-depends=('openssl' 'pam')
-provides=('imap-server' 'pop3-server')
-conflicts=('courier-mta' 'courier-imap')
 source=("ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz";
 'c-client-2006k_GENTOO_amd64-so-fix.patch'
 'imap' 'ipop2' 'ipop3')
 options=('staticlibs')
-backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
 md5sums=('2126fd125ea26b73b20f01fcd5940369'
  '7f3937a871edd54203fe51f91423e204'
  '3ae5b3b333bc8ea2da106f6a97d7bd8d'
@@ -22,7 +18,7 @@
  '1499b13015075f0aafba04324a6f523a')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgbase-$pkgver
 
   sed \
 -e "s:-g -fno-omit-frame-pointer -O6:\${CFLAGS}:" \
@@ -34,7 +30,7 @@
 }
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgbase-$pkgver
   # NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
 
   yes "y" | make lnp EXTRAAUTHENTICATORS=gss PASSWDTYPE=pam 
SPECIALAUTHENTICATORS=ssl SSLTYPE=unix EXTRACFLAGS="${CFLAGS} -fPIC 
-lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lpam"
@@ -62,12 +58,35 @@
   done
 }
 
-package() {
-  cd $srcdir/$pkgname-$pkgver
+package_imap() {
+  pkgdesc="An IMAP/POP server"
+  depends=('c-client')
+  provides=('imap-server' 'pop3-server')
+  conflicts=('courier-mta' 'courier-imap')
+  backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
+
+  cd $srcdir/$pkgbase-$pkgver
   install -d $pkgdir/usr/bin
   install -D -m755 imapd/imapd $pkgdir/usr/bin/imapd
   install -D -m755 ipopd/ipop2d $pkgdir/usr/bin/ipop2d
   install -D -m755 ipopd/ipop3d $pkgdir/usr/bin/ipop3d
+
+  # install certs
+  install -D -m600 imapd.pem $pkgdir/etc/ssl/certs/imapd.pem
+  install -D -m600 ipop3d.pem $pkgdir/etc/ssl/certs/ipop3d.pem
+
+  # install xinetd.d configs
+  install -D -m644 ../imap $pkgdir/etc/xinetd.d/imap
+  install -D -m644 ../ipop2 $pkgdir/etc/xinetd.d/ipop2
+  install -D -m644 ../ipop3 $pkgdir/etc/xinetd.d/ipop3
+}
+
+package_c-client() {
+  pkgdesc="Imap client library"
+  depends=('pam')
+
+  cd $srcdir/$pkgbase-$pkgver
+
   for i in c-client mail imap4r1 rfc822 linkage misc smtp nntp \
 osdep env_unix env fs ftl nl tcp sslio utf8 utf8aux; do
 install -D -m644 c-client/${i}.h $pkgdir/usr/include/imap/${i}.h
@@ -78,13 +97,4 @@
   install -D -m755 c-client/libc-client.so.1.0.0 
$pkgdir/usr/lib/libc-client.so.1.0.0
   ln -sf /usr/lib/libc-client.so.1.0.0 $pkgdir/usr/lib/libc-client.so.1
   ln -sf /usr/lib/libc-client.so.1.0.0 $pkgdir/usr/lib/libc-client.so
-
-  # install certs
-  install -D -m600 imapd.pem $pkgdir/etc/ssl/certs/imapd.pem
-  install -D -m600 ipop3d.pem $pkgdir/etc/ssl/certs/ipop3d.pem
-
-  # install xinetd.d configs
-  install -D -m644 ../imap $pkgdir/etc/xinetd.d/imap
-  install -D -m644 ../ipop2 $pkgdir/etc/xinetd.d/ipop2
-  install -D -m644 ../ipop3 $pkgdir/etc/xinetd.d/ipop3
 }


[arch-commits] Commit in imap/repos (18 files)

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 15:34:03
  Author: pierre
Revision: 239408

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

Added:
  imap/repos/extra-i686/PKGBUILD
(from rev 239407, imap/trunk/PKGBUILD)
  imap/repos/extra-i686/c-client-2006k_GENTOO_amd64-so-fix.patch
(from rev 239407, imap/trunk/c-client-2006k_GENTOO_amd64-so-fix.patch)
  imap/repos/extra-i686/imap
(from rev 239407, imap/trunk/imap)
  imap/repos/extra-i686/ipop2
(from rev 239407, imap/trunk/ipop2)
  imap/repos/extra-i686/ipop3
(from rev 239407, imap/trunk/ipop3)
  imap/repos/extra-x86_64/PKGBUILD
(from rev 239407, imap/trunk/PKGBUILD)
  imap/repos/extra-x86_64/c-client-2006k_GENTOO_amd64-so-fix.patch
(from rev 239407, imap/trunk/c-client-2006k_GENTOO_amd64-so-fix.patch)
  imap/repos/extra-x86_64/imap
(from rev 239407, imap/trunk/imap)
  imap/repos/extra-x86_64/ipop2
(from rev 239407, imap/trunk/ipop2)
  imap/repos/extra-x86_64/ipop3
(from rev 239407, imap/trunk/ipop3)
Deleted:
  imap/repos/extra-i686/PKGBUILD
  imap/repos/extra-i686/imap
  imap/repos/extra-i686/ipop2
  imap/repos/extra-i686/ipop3
  imap/repos/extra-x86_64/PKGBUILD
  imap/repos/extra-x86_64/imap
  imap/repos/extra-x86_64/ipop2
  imap/repos/extra-x86_64/ipop3

---+
 /PKGBUILD |  200 
 /imap |   20 +
 /ipop2|   20 +
 /ipop3|   20 +
 extra-i686/PKGBUILD   |   83 --
 extra-i686/c-client-2006k_GENTOO_amd64-so-fix.patch   |   13 +
 extra-i686/imap   |   10 
 extra-i686/ipop2  |   10 
 extra-i686/ipop3  |   10 
 extra-x86_64/PKGBUILD |   83 --
 extra-x86_64/c-client-2006k_GENTOO_amd64-so-fix.patch |   13 +
 extra-x86_64/imap |   10 
 extra-x86_64/ipop2|   10 
 extra-x86_64/ipop3|   10 
 14 files changed, 286 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 13:33:41 UTC (rev 239407)
+++ extra-i686/PKGBUILD 2015-05-15 13:34:03 UTC (rev 239408)
@@ -1,83 +0,0 @@
-# $Id$
-
-pkgname=imap
-pkgver=2007f
-pkgrel=4
-pkgdesc="An IMAP/POP server"
-arch=('i686' 'x86_64')
-license=('APACHE')
-url="http://www.washington.edu/imap";
-depends=('openssl' 'pam')
-provides=('imap-server' 'pop3-server')
-conflicts=('courier-mta' 'courier-imap')
-source=("ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz";
-'imap' 'ipop2' 'ipop3')
-options=('staticlibs')
-backup=(etc/xinetd.d/{imap,ipop2,ipop3} etc/ssl/certs/{imapd,ipop3d}.pem)
-md5sums=('2126fd125ea26b73b20f01fcd5940369'
- '3ae5b3b333bc8ea2da106f6a97d7bd8d'
- '448f988dc5f9bdb2223dcea3abc4f5f1'
- '1499b13015075f0aafba04324a6f523a')
-
-prepare() {
-  sed \
--e "s:-g -fno-omit-frame-pointer -O6:\${CFLAGS}:" \
--e "s:SSLDIR=/usr/local/ssl:SSLDIR=/usr:" \
--e "s:SSLCERTS=\$(SSLDIR)/certs:SSLCERTS=/etc/ssl/certs:" \
--i $srcdir/$pkgname-$pkgver/src/osdep/unix/Makefile
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  # NOTE: if you wish to enforce SSL, use SSLTYPE=unix.nopwd
-
-  if [ "$CARCH" == "x86_64" ]; then
- yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix 
EXTRACFLAGS="${CFLAGS} -fPIC"
-else yes "y" | make lnp SPECIALAUTHENTICATORS=ssl SSLTYPE=unix
-  fi
-
-  # create ssl certs for secure imap
-  for i in imapd ipop3d; do
-PEM1=$srcdir/pem1
-PEM2=$srcdir/pem2
-/usr/bin/openssl req -newkey rsa:1024 -keyout $PEM1 \
-  -nodes -x509 -days 365 -out  $PEM2 << EOF
---
-SomeState
-SomeCity
-SomeOrganization
-SomeOrganizationalUnit
-localhost.localdomain
-root@localhost.localdomain
-EOF
-
-cat $PEM1 >  ${i}.pem
-echo "">> ${i}.pem
-cat $PEM2 >> ${i}.pem
-rm $PEM1 $PEM2
-umask 022
-  done
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  install -d $pkgdir/usr/bin
-  install -D -m755 imapd/imapd $pkgdir/usr/bin/imapd
-  install -D -m755 ipopd/ipop2d $pkgdir/usr/bin/ipop2d
-  install -D -m755 ipopd/ipop3d $pkgdir/usr/bin/ipop3d
-  for i in c-client mail imap4r1 rfc822 linkage misc smtp nntp \
-osdep env_unix env fs ftl nl tcp sslio utf8 utf8aux; do
-install -D -m644 c-client/${i}.h $pkgdir/usr/include/imap/${i}.h
-  done
-  install -D -m644 c-client/c-client.a $pkgdir/usr/lib/c-client.a
-  ln -sf c-client.a $pkgdir/usr/lib/libc-client.a
-
-  # install certs
-  install -D -m600 imapd.pem $pkgdir/etc/ssl/certs/imapd.pem
-  install -D -m600 ipop3d.pem $pkgdir/etc/ssl/certs/ipop3d.pem
-
-  # install xinetd.d configs
-  install -D -m644 ../imap 

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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 15:35:15
  Author: pierre
Revision: 239409

Add makedepend to split package

Modified:
  imap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 13:34:03 UTC (rev 239408)
+++ PKGBUILD2015-05-15 13:35:15 UTC (rev 239409)
@@ -7,6 +7,7 @@
 arch=('i686' 'x86_64')
 license=('APACHE')
 url="http://www.washington.edu/imap";
+makedepends=('pam')
 source=("ftp://ftp.cac.washington.edu/imap/${pkgname}-${pkgver}.tar.gz";
 'c-client-2006k_GENTOO_amd64-so-fix.patch'
 'imap' 'ipop2' 'ipop3')


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

2015-05-15 Thread Pierre Schmitz
Date: Friday, May 15, 2015 @ 15:55:38
  Author: pierre
Revision: 239410

Add imap module which depends on c-client

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 13:35:15 UTC (rev 239409)
+++ PKGBUILD2015-05-15 13:55:38 UTC (rev 239410)
@@ -11,6 +11,7 @@
  'php-pear'
  'php-enchant'
  'php-gd'
+ 'php-imap'
  'php-intl'
  'php-ldap'
  'php-mcrypt'
@@ -27,7 +28,7 @@
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
-makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
+makedepends=('apache' 'c-client' 'postgresql-libs' 'libldap' 'postfix'
  'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
  'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu'
  'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
@@ -104,6 +105,7 @@
--with-icu-dir=/usr \
--with-imap-ssl \
--with-imap=shared \
+   --with-kerberos=/usr \
--with-jpeg-dir=/usr \
--with-vpx-dir=/usr \
--with-ldap=shared \
@@ -237,7 +239,7 @@
# remove static modules
rm -f ${pkgdir}/usr/lib/php/modules/*.a
# remove modules provided by sub packages
-   rm -f 
${pkgdir}/usr/lib/php/modules/{enchant,gd,intl,ldap,mcrypt,mssql,odbc,pdo_odbc,pgsql,pdo_pgsql,pspell,snmp,sqlite3,pdo_sqlite,tidy,xsl}.so
+   rm -f 
${pkgdir}/usr/lib/php/modules/{enchant,gd,imap,intl,ldap,mcrypt,mssql,odbc,pdo_odbc,pgsql,pdo_pgsql,pspell,snmp,sqlite3,pdo_sqlite,tidy,xsl}.so
# remove empty directory
rmdir ${pkgdir}/usr/include/php/include
# fix broken link
@@ -314,6 +316,13 @@
install -D -m755 ${srcdir}/build-php/modules/gd.so 
${pkgdir}/usr/lib/php/modules/gd.so
 }
 
+package_php-imap() {
+   pkgdesc='imap module for PHP'
+   depends=('php' 'c-client')
+
+   install -D -m755 ${srcdir}/build-php/modules/imap.so 
${pkgdir}/usr/lib/php/modules/imap.so
+}
+
 package_php-intl() {
pkgdesc='intl module for PHP'
depends=('php' 'icu')


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

2015-05-15 Thread Sergej Pupykin
Date: Friday, May 15, 2015 @ 16:25:15
  Author: spupykin
Revision: 133513

upgpkg: owncloud 8.0.3-3

upd

Modified:
  owncloud/trunk/PKGBUILD

--+
 PKGBUILD |   27 ++-
 1 file changed, 26 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 12:38:10 UTC (rev 133512)
+++ PKGBUILD2015-05-15 14:25:15 UTC (rev 133513)
@@ -5,7 +5,7 @@
 
 pkgname=owncloud
 pkgver=8.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
 url="http://owncloud.org/";
@@ -31,9 +31,23 @@
 
#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz";

"$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz";
+   
"$pkgname-apps-$pkgver.tar.gz::https://github.com/owncloud/apps/archive/v$pkgver.tar.gz";
+   
"$pkgname-updater-$pkgver.tar.gz::https://github.com/owncloud/updater/archive/v$pkgver.tar.gz";
+   
"$pkgname-templateeditor-$pkgver.tar.gz::https://github.com/owncloud/templateeditor/archive/v$pkgver.tar.gz";
+   
"$pkgname-firstrunwizard-$pkgver.tar.gz::https://github.com/owncloud/firstrunwizard/archive/v$pkgver.tar.gz";
+   
"$pkgname-files_texteditor-$pkgver.tar.gz::https://github.com/owncloud/files_texteditor/archive/v$pkgver.tar.gz";
+   
"$pkgname-files_locking-$pkgver.tar.gz::https://github.com/owncloud/files_locking/archive/v$pkgver.tar.gz";
+   
"$pkgname-files_pdfviewer-$pkgver.tar.gz::https://github.com/owncloud/files_pdfviewer/archive/v$pkgver.tar.gz";
'apache.example.conf')
 md5sums=('db1827324136469067191ea31c167da5'
  '3cf86b2a131e42ebd7e324228be1920a'
+ 'a7880aab5930314f378357c5d6abfe81'
+ '130cef30d2c79020180cc11ac82960d7'
+ '5a4360af1cf3ec8ed4ea00709f0ccdc2'
+ 'aa760ca8cb34f0bd7aaf2d70ff93ba1d'
+ 'de0787438cfd32de7a141eb27caa9f58'
+ 'd47ef71e3896ece0852bb13472f3b729'
+ '0d51764343cb12c71cfa3b921ff17e38'
  '64c6edf88bcbb37d063e4bf77b39237f')
 
 prepare() {
@@ -41,6 +55,17 @@
   sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
   rm -rf $srcdir/core-$pkgver/3rdparty
   mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
+  mv $srcdir/apps-$pkgver/* $srcdir/core-$pkgver/apps
+  for i in files_locking files_pdfviewer files_texteditor firstrunwizard \
+   templateeditor updater; do
+mv $srcdir/$i-$pkgver $srcdir/core-$pkgver/apps/$i
+  done
+  find . -type f -name .gitattributes -delete
+  find . -type f -name .gitkeep -delete
+  find . -type f -name .gitignore -delete
+  find . -type f -name .gitmodules -delete
+  find . -type f -name .travis.yml -delete
+  find . -type d -name .git -exec rm -rf {} \;
 }
 
 package() {


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

2015-05-15 Thread Sergej Pupykin
Date: Friday, May 15, 2015 @ 16:25:23
  Author: spupykin
Revision: 133514

archrelease: copy trunk to community-any

Added:
  owncloud/repos/community-any/PKGBUILD
(from rev 133513, owncloud/trunk/PKGBUILD)
  owncloud/repos/community-any/apache.example.conf
(from rev 133513, owncloud/trunk/apache.example.conf)
Deleted:
  owncloud/repos/community-any/PKGBUILD
  owncloud/repos/community-any/apache.example.conf

-+
 PKGBUILD|  165 --
 apache.example.conf |   36 +-
 2 files changed, 113 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-15 14:25:15 UTC (rev 133513)
+++ PKGBUILD2015-05-15 14:25:23 UTC (rev 133514)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Antonio Rojas 
-# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-
-pkgname=owncloud
-pkgver=8.0.3
-pkgrel=2
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="http://owncloud.org/";
-license=('GPL')
-depends=('php-gd')
-optdepends=('php-apache: to use the Apache web server'
-   'php-sqlite: to use the SQLite database backend'
-   'php-pgsql: to use the PostgreSQL database backend'
-   'php-ldap: LDAP authentication'
-   'php-intl'
-   'php-apcu'
-   'php-xcache'
-   'mariadb: to use the MySQL database backend'
-   'smbclient: to mount SAMBA shares'
-   'php-mcrypt'
-#  'php-imagick: file preview'
-   'ffmpeg: file preview'
-   'libreoffice: file preview')
-makedepends=()
-options=('!strip')
-backup=('etc/webapps/owncloud/apache.example.conf')
-validpgpkeys=('E3036906AD9F30807351FAC32D5D5E97F6978A26')
-#source=("http://download.owncloud.org/community/$pkgname-${pkgver}.tar.bz2"{,.asc}
-source=("$pkgname-$pkgver.tar.gz::https://github.com/owncloud/core/archive/v$pkgver.tar.gz";
-   
"$pkgname-3rdparty-$pkgver.tar.gz::https://github.com/owncloud/3rdparty/archive/v$pkgver.tar.gz";
-   'apache.example.conf')
-md5sums=('db1827324136469067191ea31c167da5'
- '3cf86b2a131e42ebd7e324228be1920a'
- '64c6edf88bcbb37d063e4bf77b39237f')
-
-prepare() {
-  cd $srcdir/core-$pkgver
-  sed -i "s|'appstoreenabled'.*|'appstoreenabled' => false,|" 
config/config.sample.php
-  rm -rf $srcdir/core-$pkgver/3rdparty
-  mv $srcdir/3rdparty-$pkgver $srcdir/core-$pkgver/3rdparty
-}
-
-package() {
-  # install license
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  cp ${srcdir}/core-$pkgver/COPYING-* ${pkgdir}/usr/share/licenses/${pkgname}
-
-  # install project
-  install -d ${pkgdir}/usr/share/webapps/
-  cp -a ${srcdir}/core-$pkgver ${pkgdir}/usr/share/webapps/${pkgname}
-  rm -rf ${pkgdir}/usr/share/webapps/${pkgname}/tests
-
-  # install apache config file
-  install -d  ${pkgdir}/etc/webapps/${pkgname}
-  install -m 644 ${srcdir}/apache.example.conf  
${pkgdir}/etc/webapps/${pkgname}
-
-  # move config to /etc
-  mv ${pkgdir}/usr/share/webapps/owncloud/config 
${pkgdir}/etc/webapps/${pkgname}/config
-  chown -R http:http ${pkgdir}/etc/webapps/${pkgname}
-  ln -s /etc/webapps/${pkgname}/config 
${pkgdir}/usr/share/webapps/owncloud/config
-  chown -R root:http ${pkgdir}/usr/share/webapps/${pkgname}
-
-  find ${pkgdir}/usr/share/webapps/owncloud -type f -exec chmod 0644 {} \;
-  find ${pkgdir}/usr/share/webapps/owncloud -type d -exec chmod 0755 {} \;
-#  find ${pkgdir}/etc/webapps/owncloud -type f -print0 | xargs -0 chmod 0640
-#  find ${pkgdir}/etc/webapps/owncloud -type d -print0 | xargs -0 chmod 0750
-}

Copied: owncloud/repos/community-any/PKGBUILD (from rev 133513, 
owncloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-15 14:25:23 UTC (rev 133514)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Antonio Rojas 
+# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
+
+pkgname=owncloud
+pkgver=8.0.3
+pkgrel=3
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="http://owncloud.org/";
+license=('GPL')
+depends=('php-gd')
+optdepends=('php-apache: to use the Apache web server'
+   'php-sqlite: to use the SQLite database backend'
+   'php-pgsql: to use the PostgreSQL database backend'
+   'php-ldap: LDAP authentication'
+   'php-intl'
+   'php-apcu'
+   'php-xcache'
+   'mariadb: to use the MySQL database backend'
+   'smbclient: to mount SAMBA shares'
+   'php-mcrypt'
+#  'php-imagick: file preview'
+   'ffmpeg: file preview'
+   'libreoffice: file preview')
+makedepends=()
+options=('!strip')
+backup=('etc/webapps/owncloud/apache.example.conf')
+validpgpkeys=('E3036906AD9F30807351FAC32D5D5E

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

2015-05-15 Thread Dan McGee
Date: Friday, May 15, 2015 @ 17:54:58
  Author: dan
Revision: 239411

upgpkg: git 2.4.1-1

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 13:55:38 UTC (rev 239410)
+++ PKGBUILD2015-05-15 15:54:58 UTC (rev 239411)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
@@ -26,7 +26,7 @@
 source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
 git-daemon@.service
 git-daemon.socket)
-md5sums=('cd0aa04a037c2520a648ed790862d5f7'
+md5sums=('aed4a96723f600dfc879a2eb58e6e673'
  '042524f942785772d7bd52a1f02fe5ae'
  'f67869315c2cc112e076f0c73f248002')
 


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

2015-05-15 Thread Dan McGee
Date: Friday, May 15, 2015 @ 17:55:13
  Author: dan
Revision: 239412

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

Added:
  git/repos/extra-i686/PKGBUILD
(from rev 239411, git/trunk/PKGBUILD)
  git/repos/extra-i686/git-daemon.socket
(from rev 239411, git/trunk/git-daemon.socket)
  git/repos/extra-i686/git-daemon@.service
(from rev 239411, git/trunk/git-daemon@.service)
  git/repos/extra-i686/git.install
(from rev 239411, git/trunk/git.install)
  git/repos/extra-x86_64/PKGBUILD
(from rev 239411, git/trunk/PKGBUILD)
  git/repos/extra-x86_64/git-daemon.socket
(from rev 239411, git/trunk/git-daemon.socket)
  git/repos/extra-x86_64/git-daemon@.service
(from rev 239411, git/trunk/git-daemon@.service)
  git/repos/extra-x86_64/git.install
(from rev 239411, git/trunk/git.install)
Deleted:
  git/repos/extra-i686/PKGBUILD
  git/repos/extra-i686/git-daemon.socket
  git/repos/extra-i686/git-daemon@.service
  git/repos/extra-i686/git.install
  git/repos/extra-x86_64/PKGBUILD
  git/repos/extra-x86_64/git-daemon.socket
  git/repos/extra-x86_64/git-daemon@.service
  git/repos/extra-x86_64/git.install

--+
 /PKGBUILD|  224 +
 /git-daemon.socket   |   18 ++
 /git-daemon@.service |   20 +++
 /git.install |   42 ++
 extra-i686/PKGBUILD  |  112 --
 extra-i686/git-daemon.socket |9 -
 extra-i686/git-daemon@.service   |   10 -
 extra-i686/git.install   |   21 ---
 extra-x86_64/PKGBUILD|  112 --
 extra-x86_64/git-daemon.socket   |9 -
 extra-x86_64/git-daemon@.service |   10 -
 extra-x86_64/git.install |   21 ---
 12 files changed, 304 insertions(+), 304 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-15 15:54:58 UTC (rev 239411)
+++ extra-i686/PKGBUILD 2015-05-15 15:55:13 UTC (rev 239412)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-
-pkgname=git
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="the fast distributed version control system"
-arch=(i686 x86_64)
-url="http://git-scm.com/";
-license=('GPL2')
-depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
-makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
-optdepends=('tk: gitk and git gui'
-'perl-libwww: git svn'
-'perl-term-readkey: git svn'
-'perl-mime-tools: git send-email'
-'perl-net-smtp-ssl: git send-email TLS support'
-'perl-authen-sasl: git send-email TLS support'
-'python2: various helper scripts'
-'subversion: git svn'
-'cvsps2: git cvsimport'
-'gnome-keyring: GNOME keyring credential helper')
-replaces=('git-core')
-provides=('git-core')
-install=git.install
-source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz";
-git-daemon@.service
-git-daemon.socket)
-md5sums=('cd0aa04a037c2520a648ed790862d5f7'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-all doc
-
-  make -C contrib/emacs prefix=/usr
-  make -C contrib/credential/gnome-keyring
-  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
-}
-
-check() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  local jobs
-  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
-  mkdir -p /dev/shm/git-test
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-NO_SVN_TESTS=y \
-DEFAULT_TEST_TARGET=prove \
-GIT_PROVE_OPTS="$jobs -Q" \
-GIT_TEST_OPTS="--root=/dev/shm/git-test" \
-test
-}
-
-package() {
-  export PYTHON_PATH='/usr/bin/python2'
-  cd "$srcdir/$pkgname-$pkgver"
-  make prefix=/usr gitexecdir=/usr/lib/git-core \
-CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
-USE_LIBPCRE=1 \
-NO_CROSS_DIRECTORY_HARDLINKS=1 \
-MAN_BOLD_LITERAL=1 \
-INSTALLDIRS=vendor DESTDIR="$pkgdir" install install-doc
-
-  # bash completion
-  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
-  install -m644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
-  # fancy git prompt
-  mkdir -p "$pkgdir"/usr/share/git/
-  install -m644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
-  # emacs
-  make -C contrib/emacs prefix=/usr DESTDIR="$pkgdir" install
-  # gnome credentials helpe

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

2015-05-15 Thread Andrzej Giniewicz
Date: Friday, May 15, 2015 @ 18:28:35
  Author: aginiewicz
Revision: 133515

upgpkg: python-pytables 3.2.0-2

python-pytables: fix FS#44971

Modified:
  python-pytables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-15 14:25:23 UTC (rev 133514)
+++ PKGBUILD2015-05-15 16:28:35 UTC (rev 133515)
@@ -5,7 +5,7 @@
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to 
efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org";
@@ -39,10 +39,11 @@
 
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
-  # see FS#36015
+  # see FS#36015 and FS#44971
   mv "$pkgdir"/usr/bin/pt2to3{,-2.7}
   mv "$pkgdir"/usr/bin/ptdump{,-2.7}
   mv "$pkgdir"/usr/bin/ptrepack{,-2.7}
+  mv "$pkgdir"/usr/bin/pttree{,-2.7}
 }
 
 package_python-pytables() {


  1   2   >