Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 178918 Details for
Bug 255428
asus_oled-0.03 and 9999 kernel module ebuilds
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
asus_oled-9999.ebuild
asus_oled-9999.ebuild (text/plain), 1.14 KB, created by
Steffen 'j0inty' Stollfuß
on 2009-01-18 20:08:25 UTC
(
hide
)
Description:
asus_oled-9999.ebuild
Filename:
MIME Type:
Creator:
Steffen 'j0inty' Stollfuß
Created:
2009-01-18 20:08:25 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: app-laptop/asus_oled-9999.ebuild, v1.0 j0inty $ > >inherit eutils subversion linux-mod > >ESVN_REPO_URI="svn://svn.berlios.de/lapsus/asus_oled/trunk" > >DESCRIPTION="ASUS LCM (OLED) Driver" >HOMEPAGE="http://lapsus.berlios.de/asus_oled.html" >SRC_URI="" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >IUSE="" >DEPEND="" >RDEPEND="${DEPEND}" > >S="${WORKDIR}/${P}" > >MODULE_NAMES="asus_oled(extra:${S})" >BUILD_TARGETS="modules" > >src_compile() { > cd ${S} > BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S}" > linux-mod_src_compile >} > >pkg_postinst() { ># linux-mod_pkg_postinst > > elog "You will find some pictures for the oled device installed" > elog "in the documentation folder ending by .txt.bz2." > elog "" > elog "To install a picture you have do this here." > elog "Example:" > elog "# bzcat /usr/share/doc/${P}/tux_r2.txt.bz2 > /sys/class/asus_oled/oled_1/picture" > elog "" > elog "Or you install the asusg50oled daemon, which works fine for me." > elog "http://asusg50oled.sourceforge.net/" >} > >src_install() { > cd ${S} > linux-mod_src_install > dodoc README COPYING *.txt >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 255428
:
178916
| 178918 |
178919
|
178920
|
178921