Date: Friday, May 25, 2012 @ 19:57:39
  Author: dreisner
Revision: 159626

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

Added:
  v86d/repos/extra-i686/PKGBUILD
    (from rev 159625, v86d/trunk/PKGBUILD)
  v86d/repos/extra-i686/modprobe.uvesafb
    (from rev 159625, v86d/trunk/modprobe.uvesafb)
  v86d/repos/extra-i686/v86d
    (from rev 159625, v86d/trunk/v86d)
  v86d/repos/extra-i686/v86d_hook
    (from rev 159625, v86d/trunk/v86d_hook)
  v86d/repos/extra-x86_64/PKGBUILD
    (from rev 159625, v86d/trunk/PKGBUILD)
  v86d/repos/extra-x86_64/modprobe.uvesafb
    (from rev 159625, v86d/trunk/modprobe.uvesafb)
  v86d/repos/extra-x86_64/v86d
    (from rev 159625, v86d/trunk/v86d)
  v86d/repos/extra-x86_64/v86d_hook
    (from rev 159625, v86d/trunk/v86d_hook)
Deleted:
  v86d/repos/extra-i686/PKGBUILD
  v86d/repos/extra-i686/modprobe.uvesafb
  v86d/repos/extra-i686/v86d
  v86d/repos/extra-i686/v86d_hook
  v86d/repos/extra-x86_64/PKGBUILD
  v86d/repos/extra-x86_64/modprobe.uvesafb
  v86d/repos/extra-x86_64/v86d
  v86d/repos/extra-x86_64/v86d_hook

-------------------------------+
 extra-i686/PKGBUILD           |   72 ++++++++++++++++++++--------------------
 extra-i686/modprobe.uvesafb   |   20 +++++------
 extra-i686/v86d               |   26 +++++++-------
 extra-i686/v86d_hook          |    8 ++--
 extra-x86_64/PKGBUILD         |   72 ++++++++++++++++++++--------------------
 extra-x86_64/modprobe.uvesafb |   20 +++++------
 extra-x86_64/v86d             |   26 +++++++-------
 extra-x86_64/v86d_hook        |    8 ++--
 8 files changed, 128 insertions(+), 124 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-i686/PKGBUILD 2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler <tho...@archlinux.org>
-
-pkgname=v86d
-pkgver=0.1.10
-pkgrel=3
-pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated 
environment"
-arch=('i686' 'x86_64')
-url="http://dev.gentoo.org/~spock/projects/uvesafb/";
-license=('GPL2')
-depends=('glibc')
-options=('!makeflags')
-source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
-        v86d
-        v86d_hook
-        modprobe.uvesafb)
-
-build() {
-  cd "$srcdir/v86d-$pkgver"
-  ./configure --with-x86emu
-  # we only need /usr/include/video/uvesafb.h
-  make KDIR=/usr
-}
-
-package() {
-  cd "$srcdir/v86d-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 "$srcdir/v86d" "$pkgdir/usr/lib/initcpio/install/v86d"
-  install -D -m644 "$srcdir/v86d_hook" "$pkgdir/usr/lib/initcpio/hooks/v86d"
-  install -D -m644 "$srcdir/modprobe.uvesafb" 
"$pkgdir/usr/lib/modprobe.d/uvesafb.conf"
-}
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
-         'b20042d1e5354958b62d4944998d68aa'
-         '5f75b8bc4a7ddf595014591e5db263cb'
-         '2d7cc8dc6a41916a13869212d0191147')

Copied: v86d/repos/extra-i686/PKGBUILD (from rev 159625, v86d/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Baechler <tho...@archlinux.org>
+
+pkgname=v86d
+pkgver=0.1.10
+pkgrel=4
+pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated 
environment"
+arch=('i686' 'x86_64')
+url="http://dev.gentoo.org/~spock/projects/uvesafb/";
+license=('GPL2')
+depends=('glibc')
+options=('!makeflags')
+source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
+        v86d
+        v86d_hook
+        modprobe.uvesafb)
+md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
+         '66ab32602ab29cc5635eaac7f3e42283'
+         '5f75b8bc4a7ddf595014591e5db263cb'
+         '2d7cc8dc6a41916a13869212d0191147')
+
+build() {
+  cd "$srcdir/v86d-$pkgver"
+  ./configure --with-x86emu
+  # we only need /usr/include/video/uvesafb.h
+  make KDIR=/usr
+}
+
+package() {
+  cd "$srcdir/v86d-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 "$srcdir/v86d" "$pkgdir/usr/lib/initcpio/install/v86d"
+  install -D -m644 "$srcdir/v86d_hook" "$pkgdir/usr/lib/initcpio/hooks/v86d"
+  install -D -m644 "$srcdir/modprobe.uvesafb" 
"$pkgdir/usr/lib/modprobe.d/uvesafb.conf"
+}

Deleted: extra-i686/modprobe.uvesafb
===================================================================
--- extra-i686/modprobe.uvesafb 2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-i686/modprobe.uvesafb 2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,10 +0,0 @@
-#
-# This file sets the parameters for uvesafb module.
-# The following format should be used:
-# options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] 
scroll=<ywrap|ypan|redraw> ...
-#
-# For more details see:
-# 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
-#
- 
-options uvesafb mode_option=1024x768-32 scroll=ywrap

Copied: v86d/repos/extra-i686/modprobe.uvesafb (from rev 159625, 
v86d/trunk/modprobe.uvesafb)
===================================================================
--- extra-i686/modprobe.uvesafb                         (rev 0)
+++ extra-i686/modprobe.uvesafb 2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,10 @@
+#
+# This file sets the parameters for uvesafb module.
+# The following format should be used:
+# options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] 
scroll=<ywrap|ypan|redraw> ...
+#
+# For more details see:
+# 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
+#
+ 
+options uvesafb mode_option=1024x768-32 scroll=ywrap

Deleted: extra-i686/v86d
===================================================================
--- extra-i686/v86d     2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-i686/v86d     2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,12 +0,0 @@
-build() {
-    add_binary "/sbin/v86d"
-    add_file "/usr/lib/modprobe.d/uvesafb.conf"
-    MODULES="uvesafb"
-    SCRIPT="v86d"
-}
-
-help() {
-    echo "This hook sets up v86d, the userspace helper for uvesafb."
-}
-
-# vim: set ft=sh ts=4 sw=4 expandtab:

Copied: v86d/repos/extra-i686/v86d (from rev 159625, v86d/trunk/v86d)
===================================================================
--- extra-i686/v86d                             (rev 0)
+++ extra-i686/v86d     2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,14 @@
+build() {
+    add_module 'uvesafb'
+
+    add_binary "v86d"
+    add_file "/usr/lib/modprobe.d/uvesafb.conf"
+
+    add_runscript
+}
+
+help() {
+    echo "This hook sets up v86d, the userspace helper for uvesafb."
+}
+
+# vim: set ft=sh ts=4 sw=4 expandtab:

Deleted: extra-i686/v86d_hook
===================================================================
--- extra-i686/v86d_hook        2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-i686/v86d_hook        2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,4 +0,0 @@
-run_hook()
-{
-  /sbin/modprobe uvesafb
-}

Copied: v86d/repos/extra-i686/v86d_hook (from rev 159625, v86d/trunk/v86d_hook)
===================================================================
--- extra-i686/v86d_hook                                (rev 0)
+++ extra-i686/v86d_hook        2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,4 @@
+run_hook()
+{
+  /sbin/modprobe uvesafb
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-x86_64/PKGBUILD       2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler <tho...@archlinux.org>
-
-pkgname=v86d
-pkgver=0.1.10
-pkgrel=3
-pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated 
environment"
-arch=('i686' 'x86_64')
-url="http://dev.gentoo.org/~spock/projects/uvesafb/";
-license=('GPL2')
-depends=('glibc')
-options=('!makeflags')
-source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
-        v86d
-        v86d_hook
-        modprobe.uvesafb)
-
-build() {
-  cd "$srcdir/v86d-$pkgver"
-  ./configure --with-x86emu
-  # we only need /usr/include/video/uvesafb.h
-  make KDIR=/usr
-}
-
-package() {
-  cd "$srcdir/v86d-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 "$srcdir/v86d" "$pkgdir/usr/lib/initcpio/install/v86d"
-  install -D -m644 "$srcdir/v86d_hook" "$pkgdir/usr/lib/initcpio/hooks/v86d"
-  install -D -m644 "$srcdir/modprobe.uvesafb" 
"$pkgdir/usr/lib/modprobe.d/uvesafb.conf"
-}
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
-         'b20042d1e5354958b62d4944998d68aa'
-         '5f75b8bc4a7ddf595014591e5db263cb'
-         '2d7cc8dc6a41916a13869212d0191147')

Copied: v86d/repos/extra-x86_64/PKGBUILD (from rev 159625, v86d/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Baechler <tho...@archlinux.org>
+
+pkgname=v86d
+pkgver=0.1.10
+pkgrel=4
+pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated 
environment"
+arch=('i686' 'x86_64')
+url="http://dev.gentoo.org/~spock/projects/uvesafb/";
+license=('GPL2')
+depends=('glibc')
+options=('!makeflags')
+source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
+        v86d
+        v86d_hook
+        modprobe.uvesafb)
+md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
+         '66ab32602ab29cc5635eaac7f3e42283'
+         '5f75b8bc4a7ddf595014591e5db263cb'
+         '2d7cc8dc6a41916a13869212d0191147')
+
+build() {
+  cd "$srcdir/v86d-$pkgver"
+  ./configure --with-x86emu
+  # we only need /usr/include/video/uvesafb.h
+  make KDIR=/usr
+}
+
+package() {
+  cd "$srcdir/v86d-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 "$srcdir/v86d" "$pkgdir/usr/lib/initcpio/install/v86d"
+  install -D -m644 "$srcdir/v86d_hook" "$pkgdir/usr/lib/initcpio/hooks/v86d"
+  install -D -m644 "$srcdir/modprobe.uvesafb" 
"$pkgdir/usr/lib/modprobe.d/uvesafb.conf"
+}

Deleted: extra-x86_64/modprobe.uvesafb
===================================================================
--- extra-x86_64/modprobe.uvesafb       2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-x86_64/modprobe.uvesafb       2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,10 +0,0 @@
-#
-# This file sets the parameters for uvesafb module.
-# The following format should be used:
-# options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] 
scroll=<ywrap|ypan|redraw> ...
-#
-# For more details see:
-# 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
-#
- 
-options uvesafb mode_option=1024x768-32 scroll=ywrap

Copied: v86d/repos/extra-x86_64/modprobe.uvesafb (from rev 159625, 
v86d/trunk/modprobe.uvesafb)
===================================================================
--- extra-x86_64/modprobe.uvesafb                               (rev 0)
+++ extra-x86_64/modprobe.uvesafb       2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,10 @@
+#
+# This file sets the parameters for uvesafb module.
+# The following format should be used:
+# options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] 
scroll=<ywrap|ypan|redraw> ...
+#
+# For more details see:
+# 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
+#
+ 
+options uvesafb mode_option=1024x768-32 scroll=ywrap

Deleted: extra-x86_64/v86d
===================================================================
--- extra-x86_64/v86d   2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-x86_64/v86d   2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,12 +0,0 @@
-build() {
-    add_binary "/sbin/v86d"
-    add_file "/usr/lib/modprobe.d/uvesafb.conf"
-    MODULES="uvesafb"
-    SCRIPT="v86d"
-}
-
-help() {
-    echo "This hook sets up v86d, the userspace helper for uvesafb."
-}
-
-# vim: set ft=sh ts=4 sw=4 expandtab:

Copied: v86d/repos/extra-x86_64/v86d (from rev 159625, v86d/trunk/v86d)
===================================================================
--- extra-x86_64/v86d                           (rev 0)
+++ extra-x86_64/v86d   2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,14 @@
+build() {
+    add_module 'uvesafb'
+
+    add_binary "v86d"
+    add_file "/usr/lib/modprobe.d/uvesafb.conf"
+
+    add_runscript
+}
+
+help() {
+    echo "This hook sets up v86d, the userspace helper for uvesafb."
+}
+
+# vim: set ft=sh ts=4 sw=4 expandtab:

Deleted: extra-x86_64/v86d_hook
===================================================================
--- extra-x86_64/v86d_hook      2012-05-25 23:57:17 UTC (rev 159625)
+++ extra-x86_64/v86d_hook      2012-05-25 23:57:39 UTC (rev 159626)
@@ -1,4 +0,0 @@
-run_hook()
-{
-  /sbin/modprobe uvesafb
-}

Copied: v86d/repos/extra-x86_64/v86d_hook (from rev 159625, 
v86d/trunk/v86d_hook)
===================================================================
--- extra-x86_64/v86d_hook                              (rev 0)
+++ extra-x86_64/v86d_hook      2012-05-25 23:57:39 UTC (rev 159626)
@@ -0,0 +1,4 @@
+run_hook()
+{
+  /sbin/modprobe uvesafb
+}

Reply via email to