Date: Monday, January 9, 2012 @ 11:15:38
  Author: ibiru
Revision: 146316

db-move: moved xf86-video-nouveau from [testing] to [extra] (x86_64)

Added:
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
    (from rev 146314, xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
    (from rev 146314, 
xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
Deleted:
  xf86-video-nouveau/repos/extra-x86_64/PKGBUILD
  xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install
  xf86-video-nouveau/repos/testing-x86_64/

----------------------------+
 PKGBUILD                   |   82 +++++++++++++++++++++----------------------
 xf86-video-nouveau.install |   32 ++++++++--------
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2012-01-09 16:15:37 UTC (rev 146315)
+++ extra-x86_64/PKGBUILD       2012-01-09 16:15:38 UTC (rev 146316)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <[email protected]>
-# Contributor: buddabrod <[email protected]>
-
-pkgname=xf86-video-nouveau
-_gitdate=20110829
-pkgver=0.0.16_git${_gitdate} # see configure.ac
-pkgrel=1
-pkgdesc="Open Source 3D acceleration driver for nVidia cards (experimental)"
-arch=('i686' 'x86_64')
-url="http://nouveau.freedesktop.org/wiki/";
-license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
-depends=('libdrm' 'udev')
-optdepends=('nouveau-dri:      experimental gallium3d features')
-makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
-conflicts=('xorg-server<1.11.0')
-options=('!libtool')
-install=${pkgname}.install
-source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
-md5sums=('8f484f6602a3711f4adfbce74fd886c1')
-
-# source PKGBUILD && mksource
-mksource() {
-       mkdir /tmp/${pkgname}-${_gitdate}
-       pushd /tmp/${pkgname}-${_gitdate}
-       git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
-       cd xf86-video-nouveau
-       git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2 > /tmp/${pkgname}-${_gitdate}/${pkgname}-${_gitdate}.tar.bz2
-       popd
-}
-
-build() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/xf86-video-nouveau-${_gitdate}
-  make DESTDIR=${pkgdir} install
-}

Copied: xf86-video-nouveau/repos/extra-x86_64/PKGBUILD (from rev 146314, 
xf86-video-nouveau/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2012-01-09 16:15:38 UTC (rev 146316)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andreas Radke <[email protected]>
+# Contributor: buddabrod <[email protected]>
+
+pkgname=xf86-video-nouveau
+_gitdate=20120106
+pkgver=0.0.16_git${_gitdate} # see configure.ac
+pkgrel=1
+pkgdesc="Open Source 3D acceleration driver for nVidia cards (experimental)"
+arch=('i686' 'x86_64')
+url="http://nouveau.freedesktop.org/wiki/";
+license=('GPL') #and MIT, not yet a license file, see 
http://nouveau.freedesktop.org/wiki/FAQ#head-09f75d03eb30011c754038a3893119a70745de4e
+depends=('libdrm' 'udev')
+optdepends=('nouveau-dri:      experimental gallium3d features')
+makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto')
+conflicts=('xorg-server<1.11.0')
+options=('!libtool')
+install=$pkgname.install
+source=(ftp://ftp.archlinux.org/other/$pkgname/xf86-video-nouveau-${_gitdate}.tar.bz2)
+md5sums=('4b0ee8643b3322ff3a0c5d70262a54af')
+
+# source PKGBUILD && mksource
+mksource() {
+       mkdir /tmp/$pkgname-${_gitdate}
+       pushd /tmp/$pkgname-${_gitdate}
+       git clone -v --depth 1 
git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
+       cd xf86-video-nouveau
+       git archive --prefix=xf86-video-nouveau-${_gitdate}/ --format=tar HEAD 
| bzip2 > /tmp/$pkgname-${_gitdate}/$pkgname-${_gitdate}.tar.bz2
+       popd
+}
+
+build() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/xf86-video-nouveau-${_gitdate}
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-x86_64/xf86-video-nouveau.install
===================================================================
--- extra-x86_64/xf86-video-nouveau.install     2012-01-09 16:15:37 UTC (rev 
146315)
+++ extra-x86_64/xf86-video-nouveau.install     2012-01-09 16:15:38 UTC (rev 
146316)
@@ -1,16 +0,0 @@
-post_install () {
-   cat << _EOF
-  ==> make sure you use KernelModeSetting (KMS)
-  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
-}
-
-post_upgrade() {
-  if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then
-    cat << _EOF
-  ==> ATTENTION: Usermode support has been dropped
-  ==> make sure you use KernelModeSetting (KMS)
-  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
-_EOF
- fi
-}

Copied: xf86-video-nouveau/repos/extra-x86_64/xf86-video-nouveau.install (from 
rev 146314, xf86-video-nouveau/repos/testing-x86_64/xf86-video-nouveau.install)
===================================================================
--- extra-x86_64/xf86-video-nouveau.install                             (rev 0)
+++ extra-x86_64/xf86-video-nouveau.install     2012-01-09 16:15:38 UTC (rev 
146316)
@@ -0,0 +1,16 @@
+post_install () {
+   cat << _EOF
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+}
+
+post_upgrade() {
+  if [ "`vercmp $2 0.0.15_git20100117-1`" -lt 0 ]; then
+    cat << _EOF
+  ==> ATTENTION: Usermode support has been dropped
+  ==> make sure you use KernelModeSetting (KMS)
+  ==> see http://wiki.archlinux.org/index.php/Nouveau#KMS for more
+_EOF
+ fi
+}

Reply via email to