Date: Monday, April 22, 2013 @ 11:26:36
  Author: tpowa
Revision: 88745

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

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

-------------------------------------------+
 /PKGBUILD                                 |   64 ++++++++++++++++++++++++++++
 /bbswitch.install                         |   24 ++++++++++
 community-testing-i686/PKGBUILD           |   32 --------------
 community-testing-i686/bbswitch.install   |   12 -----
 community-testing-x86_64/PKGBUILD         |   32 --------------
 community-testing-x86_64/bbswitch.install |   12 -----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD     2013-04-22 09:26:13 UTC (rev 88744)
+++ community-testing-i686/PKGBUILD     2013-04-22 09:26:36 UTC (rev 88745)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-# Contributor: M0Rf30
-# Contributor: Samsagax <samsa...@gmail.com>
-
-pkgname=bbswitch
-pkgver=0.6
-_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=4
-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>=3.8' 'linux<3.9')
-makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
-install=bbswitch.install
-source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
-md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-   
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                
      
-}

Copied: bbswitch/repos/community-testing-i686/PKGBUILD (from rev 88744, 
bbswitch/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2013-04-22 09:26:36 UTC (rev 88745)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsa...@gmail.com>
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=4
+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>=3.8' 'linux<3.9')
+makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                
      
+}

Deleted: community-testing-i686/bbswitch.install
===================================================================
--- community-testing-i686/bbswitch.install     2013-04-22 09:26:13 UTC (rev 
88744)
+++ community-testing-i686/bbswitch.install     2013-04-22 09:26:36 UTC (rev 
88745)
@@ -1,12 +0,0 @@
-post_install() {
-    EXTRAMODULES='extramodules-3.8-ARCH'
-    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: bbswitch/repos/community-testing-i686/bbswitch.install (from rev 88744, 
bbswitch/trunk/bbswitch.install)
===================================================================
--- community-testing-i686/bbswitch.install                             (rev 0)
+++ community-testing-i686/bbswitch.install     2013-04-22 09:26:36 UTC (rev 
88745)
@@ -0,0 +1,12 @@
+post_install() {
+    EXTRAMODULES='extramodules-3.8-ARCH'
+    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD   2013-04-22 09:26:13 UTC (rev 88744)
+++ community-testing-x86_64/PKGBUILD   2013-04-22 09:26:36 UTC (rev 88745)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-# Contributor: M0Rf30
-# Contributor: Samsagax <samsa...@gmail.com>
-
-pkgname=bbswitch
-pkgver=0.6
-_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
-pkgrel=4
-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>=3.8' 'linux<3.9')
-makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
-install=bbswitch.install
-source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
-md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-   
-  make KDIR=/usr/src/linux-${_kernver}
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-   
-  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
-  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                
      
-}

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 88744, 
bbswitch/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2013-04-22 09:26:36 UTC (rev 88745)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+# Contributor: M0Rf30
+# Contributor: Samsagax <samsa...@gmail.com>
+
+pkgname=bbswitch
+pkgver=0.6
+_extramodules=extramodules-3.8-ARCH # Don't forget to update bbswitch.install
+pkgrel=4
+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>=3.8' 'linux<3.9')
+makedepends=('linux-headers>=3.8' 'linux-headers<3.9')
+install=bbswitch.install
+source=("https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";)
+md5sums=('c5496e3225c8e70d02a24bfd8a50faf6')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  _kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
+   
+  make KDIR=/usr/src/linux-${_kernver}
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+   
+  install -Dm644 bbswitch.ko 
"${pkgdir}"/usr/lib/modules/${_extramodules}/bbswitch.ko
+  gzip "${pkgdir}/usr/lib/modules/${_extramodules}/bbswitch.ko"                
      
+}

Deleted: community-testing-x86_64/bbswitch.install
===================================================================
--- community-testing-x86_64/bbswitch.install   2013-04-22 09:26:13 UTC (rev 
88744)
+++ community-testing-x86_64/bbswitch.install   2013-04-22 09:26:36 UTC (rev 
88745)
@@ -1,12 +0,0 @@
-post_install() {
-    EXTRAMODULES='extramodules-3.8-ARCH'
-    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: bbswitch/repos/community-testing-x86_64/bbswitch.install (from rev 
88744, bbswitch/trunk/bbswitch.install)
===================================================================
--- community-testing-x86_64/bbswitch.install                           (rev 0)
+++ community-testing-x86_64/bbswitch.install   2013-04-22 09:26:36 UTC (rev 
88745)
@@ -0,0 +1,12 @@
+post_install() {
+    EXTRAMODULES='extramodules-3.8-ARCH'
+    depmod $(cat /usr/lib/modules/$EXTRAMODULES/version)
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Reply via email to