Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/afbinit: ChangeLog afbinit-1.0.1-r6.ebuild
Date: Wed, 31 Oct 2007 16:52:37
Message-Id: E1InGnt-0000ob-Tt@stork.gentoo.org
1 fmccor 07/10/31 16:52:29
2
3 Modified: ChangeLog
4 Added: afbinit-1.0.1-r6.ebuild
5 Log:
6 Version bump for change in dmesg format to report FFB devices.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.22 x11-misc/afbinit/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/afbinit/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/afbinit/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/afbinit/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 28 Apr 2007 21:53:45 -0000 1.21
23 +++ ChangeLog 31 Oct 2007 16:52:29 -0000 1.22
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-misc/afbinit
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.21 2007/04/28 21:53:45 swegener Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/ChangeLog,v 1.22 2007/10/31 16:52:29 fmccor Exp $
29 +
30 +*afbinit-1.0.1-r6 (31 Oct 2007)
31 +
32 + 31 Oct 2007; Ferris McCormick <fmccor@g.o>
33 + +files/rc.afb-1.0.1-r6.patch, +afbinit-1.0.1-r6.ebuild:
34 + Version bump for change in dmesg format to report FFB devices.
35
36 28 Apr 2007; Sven Wegener <swegener@g.o> afbinit-1.0.1-r4.ebuild:
37 Fix *initd, *confd and *envd calls (#173884, #174266)
38
39
40
41 1.1 x11-misc/afbinit/afbinit-1.0.1-r6.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: afbinit-1.0.1-r6.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/afbinit-1.0.1-r6.ebuild,v 1.1 2007/10/31 16:52:29 fmccor Exp $
51
52 inherit eutils
53
54 DESCRIPTION="loads the microcode for Elite3D framebuffers to use X"
55 HOMEPAGE="I dont have a home :("
56 SRC_URI="http://cvs.gentoo.org/~weeve/files/${P}.tar.bz2"
57 IUSE=""
58
59 LICENSE="GPL-1"
60 SLOT="0"
61 KEYWORDS="-* ~sparc"
62
63 DEPEND="virtual/libc"
64 RDEPEND="${DEPEND}
65 sys-apps/util-linux"
66
67 src_unpack() {
68 unpack ${A}
69 ##
70 # Patch rc.afb to handle both kernels 2.4.x and 2.6.x
71 einfo "Patching to handle both kernel 2.4.x and 2.6.x style afb identification"
72 cd "${S}"
73 epatch "${FILESDIR}"/rc.afb-${PVR}.patch || die "Cannot patch rc.afb init script"
74 einfo 'Patching afbinit.c to use MMAP_PUBLIC (needed for kernels > 2.6.14)'
75 epatch "${FILESDIR}"/afbinit-mmap-${PV}.patch || die "Cannot patch for mmap"
76 }
77
78 src_compile() {
79 emake || die "make failed"
80 }
81
82 src_install() {
83 dosbin afbinit
84 dosbin rc.afb
85 newinitd "${FILESDIR}"/afbinit.init afbinit
86 }
87
88 pkg_postinst() {
89 einfo "To use afbinit, you'll need the AFB microcode."
90 einfo "This is available via a Solaris install at /usr/lib/afb.ucode"
91 einfo "or via sun.com"
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list