[arch-commits] Commit in open-vm-tools-modules/repos (12 files)

2013-07-02 Thread Sergej Pupykin
Date: Tuesday, July 2, 2013 @ 11:34:44
  Author: spupykin
Revision: 93357

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

Added:
  open-vm-tools-modules/repos/community-i686/PKGBUILD
(from rev 93356, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-i686/modprobe.conf
(from rev 93356, open-vm-tools-modules/trunk/modprobe.conf)
  open-vm-tools-modules/repos/community-i686/open-vm-tools-modules.install
(from rev 93356, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
  open-vm-tools-modules/repos/community-x86_64/PKGBUILD
(from rev 93356, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-x86_64/modprobe.conf
(from rev 93356, open-vm-tools-modules/trunk/modprobe.conf)
  open-vm-tools-modules/repos/community-x86_64/open-vm-tools-modules.install
(from rev 93356, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
Deleted:
  open-vm-tools-modules/repos/community-i686/PKGBUILD
  open-vm-tools-modules/repos/community-i686/modprobe.conf
  open-vm-tools-modules/repos/community-i686/open-vm-tools-modules.install
  open-vm-tools-modules/repos/community-x86_64/PKGBUILD
  open-vm-tools-modules/repos/community-x86_64/modprobe.conf
  open-vm-tools-modules/repos/community-x86_64/open-vm-tools-modules.install

+
 /PKGBUILD  |  114 +++
 /modprobe.conf |2 
 /open-vm-tools-modules.install |   46 +
 community-i686/PKGBUILD|   56 ---
 community-i686/modprobe.conf   |1 
 community-i686/open-vm-tools-modules.install   |   23 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/modprobe.conf |1 
 community-x86_64/open-vm-tools-modules.install |   23 
 9 files changed, 162 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-02 09:34:18 UTC (rev 93356)
+++ community-i686/PKGBUILD 2013-07-02 09:34:44 UTC (rev 93357)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Krzysztof Raczkowski racz...@gmail.com
-
-pkgname=open-vm-tools-modules
-epoch=1
-pkgver=9.2.3
-_pkgsubver=1031360
-pkgrel=6
-pkgdesc=kernel modules for the open source implementation of VMware Tools
-arch=('i686' 'x86_64')
-url=http://open-vm-tools.sourceforge.net/;
-license=('GPL')
-makedepends=('libdnet' 'procps' 'icu' 'uriparser' 'linux-headers')
-depends=('linux')
-install=$pkgname.install
-options=('!strip' '!makeflags')
-source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
-   modprobe.conf)
-md5sums=('71a1d8065b632692af2cdcc9d82f305e'
- 'bc5518489077e91655489bd04b868584')
-
-build() {
-  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-  KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
-
-  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
-
-  sed -i 's|proc-3.2.8|procps|g' configure
-  sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
-
-  [ $NOEXTRACT -eq 1 ] || ./configure \
-  --prefix=/usr \
-  --without-x \
-  --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE
-
-  make -C modules modules
-}
-
-package() {
-  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-  depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-  KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
-  msg Kernel = $KERNEL_VERSION
-
-  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
-  mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/
-
-  find -type f -name '*.ko' \
--exec install -t $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH 
{} +
-
-  gzip $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/*.ko
-
-  install -D -m 644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
-  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/$pkgname.install
-}

Copied: open-vm-tools-modules/repos/community-i686/PKGBUILD (from rev 93356, 
open-vm-tools-modules/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-02 09:34:44 UTC (rev 93357)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools-modules
+epoch=2
+pkgver=2013.04.16
+_pkgsubver=1098359
+pkgrel=1
+pkgdesc=kernel modules for the open source implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('GPL')
+makedepends=('libdnet' 'procps' 'icu' 

[arch-commits] Commit in open-vm-tools-modules/repos (12 files)

2013-06-15 Thread Tobias Powalowski
Date: Saturday, June 15, 2013 @ 08:23:21
  Author: tpowa
Revision: 92787

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

Added:
  open-vm-tools-modules/repos/community-i686/PKGBUILD
(from rev 92786, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-i686/modprobe.conf
(from rev 92786, open-vm-tools-modules/trunk/modprobe.conf)
  open-vm-tools-modules/repos/community-i686/open-vm-tools-modules.install
(from rev 92786, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
  open-vm-tools-modules/repos/community-x86_64/PKGBUILD
(from rev 92786, open-vm-tools-modules/trunk/PKGBUILD)
  open-vm-tools-modules/repos/community-x86_64/modprobe.conf
(from rev 92786, open-vm-tools-modules/trunk/modprobe.conf)
  open-vm-tools-modules/repos/community-x86_64/open-vm-tools-modules.install
(from rev 92786, open-vm-tools-modules/trunk/open-vm-tools-modules.install)
Deleted:
  open-vm-tools-modules/repos/community-i686/PKGBUILD
  open-vm-tools-modules/repos/community-i686/modprobe.conf
  open-vm-tools-modules/repos/community-i686/open-vm-tools-modules.install
  open-vm-tools-modules/repos/community-x86_64/PKGBUILD
  open-vm-tools-modules/repos/community-x86_64/modprobe.conf
  open-vm-tools-modules/repos/community-x86_64/open-vm-tools-modules.install

+
 /PKGBUILD  |  112 +++
 /modprobe.conf |2 
 /open-vm-tools-modules.install |   46 +
 community-i686/PKGBUILD|   56 ---
 community-i686/modprobe.conf   |1 
 community-i686/open-vm-tools-modules.install   |   23 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/modprobe.conf |1 
 community-x86_64/open-vm-tools-modules.install |   23 
 9 files changed, 160 insertions(+), 160 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-15 06:23:03 UTC (rev 92786)
+++ community-i686/PKGBUILD 2013-06-15 06:23:21 UTC (rev 92787)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Krzysztof Raczkowski racz...@gmail.com
-
-pkgname=open-vm-tools-modules
-epoch=1
-pkgver=9.2.3
-_pkgsubver=1031360
-pkgrel=3
-pkgdesc=kernel modules for the open source implementation of VMware Tools
-arch=('i686' 'x86_64')
-url=http://open-vm-tools.sourceforge.net/;
-license=('GPL')
-makedepends=('libdnet' 'procps' 'icu' 'uriparser' 'linux-headers')
-depends=('linux')
-install=$pkgname.install
-options=('!strip' '!makeflags')
-source=(http://downloads.sourceforge.net/open-vm-tools/open-vm-tools-$pkgver-${_pkgsubver}.tar.gz;
-   modprobe.conf)
-md5sums=('71a1d8065b632692af2cdcc9d82f305e'
- 'bc5518489077e91655489bd04b868584')
-
-build() {
-  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-  KERNEL_RELEASE=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
-
-  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
-
-  sed -i 's|proc-3.2.8|procps|g' configure
-  sed -i 's|putname(name);|__putname(name);|' 
modules/linux/vmblock/linux/control.c
-
-  [ $NOEXTRACT -eq 1 ] || ./configure \
-  --prefix=/usr \
-  --without-x \
-  --with-linuxdir=/usr/lib/modules/$KERNEL_RELEASE
-
-  make -C modules modules
-}
-
-package() {
-  _kernver=$(pacman -Q linux | cut -d . -f 2 | cut -f 1 -d -)
-  depends=(linux=3.${_kernver} linux3.$(expr ${_kernver} + 1))
-  KERNEL_VERSION=$(cat 
/usr/lib/modules/extramodules-3.${_kernver}-ARCH/version)
-  msg Kernel = $KERNEL_VERSION
-
-  cd $srcdir/open-vm-tools-${pkgver}-${_pkgsubver}
-  mkdir -p $pkgdir/usr/lib/modules/extramodules-3.${_kernver}-ARCH/
-
-  find -type f -name '*.ko' \
--exec install -t $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH 
{} +
-
-  gzip $pkgdir/usr/lib/modules/extramodules-3.$_kernver-ARCH/*.ko
-
-  install -D -m 644 ${srcdir}/modprobe.conf 
${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf
-  sed -i s|extramodules-.*-ARCH|extramodules-3.${_kernver}-ARCH| 
$startdir/$pkgname.install
-}

Copied: open-vm-tools-modules/repos/community-i686/PKGBUILD (from rev 92786, 
open-vm-tools-modules/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-15 06:23:21 UTC (rev 92787)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Krzysztof Raczkowski racz...@gmail.com
+
+pkgname=open-vm-tools-modules
+epoch=1
+pkgver=9.2.3
+_pkgsubver=1031360
+pkgrel=4
+pkgdesc=kernel modules for the open source implementation of VMware Tools
+arch=('i686' 'x86_64')
+url=http://open-vm-tools.sourceforge.net/;
+license=('GPL')
+makedepends=('libdnet' 'procps' 'icu' 'uriparser'