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

Tom Gundersen tomegun at archlinux.org
Wed Apr 11 12:26:27 UTC 2012


    Date: Wednesday, April 11, 2012 @ 08:26:27
  Author: tomegun
Revision: 156008

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

Added:
  v86d/repos/extra-i686/PKGBUILD
    (from rev 156007, v86d/trunk/PKGBUILD)
  v86d/repos/extra-i686/modprobe.uvesafb
    (from rev 156007, v86d/trunk/modprobe.uvesafb)
  v86d/repos/extra-i686/v86d
    (from rev 156007, v86d/trunk/v86d)
  v86d/repos/extra-i686/v86d_hook
    (from rev 156007, v86d/trunk/v86d_hook)
  v86d/repos/extra-x86_64/PKGBUILD
    (from rev 156007, v86d/trunk/PKGBUILD)
  v86d/repos/extra-x86_64/modprobe.uvesafb
    (from rev 156007, v86d/trunk/modprobe.uvesafb)
  v86d/repos/extra-x86_64/v86d
    (from rev 156007, v86d/trunk/v86d)
  v86d/repos/extra-x86_64/v86d_hook
    (from rev 156007, 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           |   74 +++++++++++++++++++---------------------
 extra-i686/modprobe.uvesafb   |   20 +++++-----
 extra-i686/v86d               |   24 ++++++------
 extra-i686/v86d_hook          |    8 ++--
 extra-x86_64/PKGBUILD         |   74 +++++++++++++++++++---------------------
 extra-x86_64/modprobe.uvesafb |   20 +++++-----
 extra-x86_64/v86d             |   24 ++++++------
 extra-x86_64/v86d_hook        |    8 ++--
 8 files changed, 124 insertions(+), 128 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-11 12:25:53 UTC (rev 156007)
+++ extra-i686/PKGBUILD	2012-04-11 12:26:27 UTC (rev 156008)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=v86d
-pkgver=0.1.10
-pkgrel=2
-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')
-conflicts=('mkinitcpio<0.7')
-backup=('etc/modprobe.d/uvesafb.conf')
-options=('!makeflags')
-source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
-        v86d
-        v86d_hook
-        modprobe.uvesafb)
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
-         '2748ca01397e5c4435f87692f7d042a8'
-         '813958b8f6c75a7063e4858f31509694'
-         '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/lib/initcpio/install/v86d"
-  install -D -m644 "$srcdir/v86d_hook" "$pkgdir/lib/initcpio/hooks/v86d"
-  install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/etc/modprobe.d/uvesafb.conf"
-}

Copied: v86d/repos/extra-i686/PKGBUILD (from rev 156007, v86d/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-11 12:26:27 UTC (rev 156008)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Baechler <thomas at 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')

Deleted: extra-i686/modprobe.uvesafb
===================================================================
--- extra-i686/modprobe.uvesafb	2012-04-11 12:25:53 UTC (rev 156007)
+++ extra-i686/modprobe.uvesafb	2012-04-11 12:26:27 UTC (rev 156008)
@@ -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 156007, v86d/trunk/modprobe.uvesafb)
===================================================================
--- extra-i686/modprobe.uvesafb	                        (rev 0)
+++ extra-i686/modprobe.uvesafb	2012-04-11 12:26:27 UTC (rev 156008)
@@ -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-04-11 12:25:53 UTC (rev 156007)
+++ extra-i686/v86d	2012-04-11 12:26:27 UTC (rev 156008)
@@ -1,12 +0,0 @@
-build() {
-    add_binary "/sbin/v86d"
-    add_file "/etc/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 156007, v86d/trunk/v86d)
===================================================================
--- extra-i686/v86d	                        (rev 0)
+++ extra-i686/v86d	2012-04-11 12:26:27 UTC (rev 156008)
@@ -0,0 +1,12 @@
+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:

Deleted: extra-i686/v86d_hook
===================================================================
--- extra-i686/v86d_hook	2012-04-11 12:25:53 UTC (rev 156007)
+++ extra-i686/v86d_hook	2012-04-11 12:26:27 UTC (rev 156008)
@@ -1,4 +0,0 @@
-run_hook()
-{
-  /sbin/modprobe uvesafb
-}
\ No newline at end of file

Copied: v86d/repos/extra-i686/v86d_hook (from rev 156007, v86d/trunk/v86d_hook)
===================================================================
--- extra-i686/v86d_hook	                        (rev 0)
+++ extra-i686/v86d_hook	2012-04-11 12:26:27 UTC (rev 156008)
@@ -0,0 +1,4 @@
+run_hook()
+{
+  /sbin/modprobe uvesafb
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-11 12:25:53 UTC (rev 156007)
+++ extra-x86_64/PKGBUILD	2012-04-11 12:26:27 UTC (rev 156008)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thomas Baechler <thomas at archlinux.org>
-
-pkgname=v86d
-pkgver=0.1.10
-pkgrel=2
-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')
-conflicts=('mkinitcpio<0.7')
-backup=('etc/modprobe.d/uvesafb.conf')
-options=('!makeflags')
-source=(http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-$pkgver.tar.bz2
-        v86d
-        v86d_hook
-        modprobe.uvesafb)
-md5sums=('51c792ba7b874ad8c43f0d3da4cfabe0'
-         '2748ca01397e5c4435f87692f7d042a8'
-         '813958b8f6c75a7063e4858f31509694'
-         '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/lib/initcpio/install/v86d"
-  install -D -m644 "$srcdir/v86d_hook" "$pkgdir/lib/initcpio/hooks/v86d"
-  install -D -m644 "$srcdir/modprobe.uvesafb" "$pkgdir/etc/modprobe.d/uvesafb.conf"
-}

Copied: v86d/repos/extra-x86_64/PKGBUILD (from rev 156007, v86d/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-11 12:26:27 UTC (rev 156008)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Thomas Baechler <thomas at 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')

Deleted: extra-x86_64/modprobe.uvesafb
===================================================================
--- extra-x86_64/modprobe.uvesafb	2012-04-11 12:25:53 UTC (rev 156007)
+++ extra-x86_64/modprobe.uvesafb	2012-04-11 12:26:27 UTC (rev 156008)
@@ -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 156007, v86d/trunk/modprobe.uvesafb)
===================================================================
--- extra-x86_64/modprobe.uvesafb	                        (rev 0)
+++ extra-x86_64/modprobe.uvesafb	2012-04-11 12:26:27 UTC (rev 156008)
@@ -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-04-11 12:25:53 UTC (rev 156007)
+++ extra-x86_64/v86d	2012-04-11 12:26:27 UTC (rev 156008)
@@ -1,12 +0,0 @@
-build() {
-    add_binary "/sbin/v86d"
-    add_file "/etc/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 156007, v86d/trunk/v86d)
===================================================================
--- extra-x86_64/v86d	                        (rev 0)
+++ extra-x86_64/v86d	2012-04-11 12:26:27 UTC (rev 156008)
@@ -0,0 +1,12 @@
+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:

Deleted: extra-x86_64/v86d_hook
===================================================================
--- extra-x86_64/v86d_hook	2012-04-11 12:25:53 UTC (rev 156007)
+++ extra-x86_64/v86d_hook	2012-04-11 12:26:27 UTC (rev 156008)
@@ -1,4 +0,0 @@
-run_hook()
-{
-  /sbin/modprobe uvesafb
-}
\ No newline at end of file

Copied: v86d/repos/extra-x86_64/v86d_hook (from rev 156007, v86d/trunk/v86d_hook)
===================================================================
--- extra-x86_64/v86d_hook	                        (rev 0)
+++ extra-x86_64/v86d_hook	2012-04-11 12:26:27 UTC (rev 156008)
@@ -0,0 +1,4 @@
+run_hook()
+{
+  /sbin/modprobe uvesafb
+}




More information about the arch-commits mailing list