[arch-commits] Commit in v86d/repos (3 files)
Thomas Bächler
thomas at archlinux.org
Thu Jun 11 11:31:09 UTC 2009
Date: Thursday, June 11, 2009 @ 07:31:09
Author: thomas
Revision: 42109
Merged revisions 41917,42058 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/v86d/trunk
........
r41917 | allan | 2009-06-08 04:59:34 +0200 (Mo, 08 Jun 2009) | 2 lines
upgpkg: v86d 0.1.9-6
fix /lib/initcpio/install/v86d to point at /etc/modprobe.d/uvesafb.conf (FS#15000)
........
r42058 | allan | 2009-06-10 06:39:40 +0200 (Mi, 10 Jun 2009) | 2 lines
upgpkg: v86d 0.1.9-7
build against right version of klibc... (FS#15026)
........
Modified:
v86d/repos/testing-x86_64/ (properties)
v86d/repos/testing-x86_64/PKGBUILD
v86d/repos/testing-x86_64/v86d
----------+
PKGBUILD | 4 ++--
v86d | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Property changes on: v86d/repos/testing-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /v86d/trunk:1-41799
+ /v86d/trunk:1-42108
Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2009-06-11 10:05:46 UTC (rev 42108)
+++ testing-x86_64/PKGBUILD 2009-06-11 11:31:09 UTC (rev 42109)
@@ -2,7 +2,7 @@
# Maintainer: Thomas Baechler <thomas at archlinux.org>
pkgname="v86d"
pkgver=0.1.9
-pkgrel=5
+pkgrel=7
pkgdesc="userspace helper for uvesafb that runs x86 code in an emulated environment"
url="http://dev.gentoo.org/~spock/projects/uvesafb/"
license=('GPL2')
@@ -18,7 +18,7 @@
v86d_hook
modprobe.uvesafb)
md5sums=('ebbbc8e7013c9544b6ba6981add43831'
- '4370f3c903fb005df0274b46ba4318e2'
+ 'ef0a9f2235cc3c00eb17457fc7eb6550'
'813958b8f6c75a7063e4858f31509694'
'2d7cc8dc6a41916a13869212d0191147')
options=(!makeflags)
Modified: testing-x86_64/v86d
===================================================================
--- testing-x86_64/v86d 2009-06-11 10:05:46 UTC (rev 42108)
+++ testing-x86_64/v86d 2009-06-11 11:31:09 UTC (rev 42109)
@@ -1,6 +1,6 @@
install() {
add_binary "/sbin/v86d_klibc" "/sbin/v86d"
- add_file "/etc/modprobe.d/uvesafb"
+ add_file "/etc/modprobe.d/uvesafb.conf"
MODULES="uvesafb"
SCRIPT="v86d"
}
More information about the arch-commits
mailing list