Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15970 Details for
Bug 25004
sys-apps/lm-sensors -- new version 2.8.0 available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lm-sensors-2.8.0.ebuild
lm-sensors-2.8.0.ebuild (text/plain), 3.05 KB, created by
Tim Yamin (RETIRED)
on 2003-08-12 06:13:30 UTC
(
hide
)
Description:
lm-sensors-2.8.0.ebuild
Filename:
MIME Type:
Creator:
Tim Yamin (RETIRED)
Created:
2003-08-12 06:13:30 UTC
Size:
3.05 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/sys-apps/lm-sensors/lm-sensors-2.8.0.ebuild,v 1.0-pre1 plasmaroo Exp $ > >inherit flag-o-matic > >MY_P=${PN/-/_}-${PV} > >S="${WORKDIR}/${MY_P}" >MYI2C="${WORKDIR}/i2c-headers" > >DESCRIPTION="Hardware Sensors Monitoring by lm_sensors" >SRC_URI="http://www.lm-sensors.nu/archive/${MY_P}.tar.gz > mirror://gentoo/lm-sensors-2.7.0-sensors-detect-gentoo.diff.bz2" >HOMEPAGE="http://www2.lm-sensors.nu/~lm78" > >SLOT="0" ># gentoo-sources-2.4.20-r1 and xfs-sources-2.4.20-r1 will ># have support for this package, do not change these to ~ ># until your arch has i2c-2.7.0 in it's kernel. >KEYWORDS="x86 amd64 -ppc -sparc" >LICENSE="GPL-2" > >DEPEND="|| ( > >=sys-apps/i2c-2.8.0 > >=sys-kernel/gentoo-sources-2.4.20-r1 > >=sys-kernel/lolo-sources-2.4.20.1 > >=sys-kernel/xfs-sources-2.4.20_pre4 > )" > >src_unpack() { > unpack ${A} || die > cd ${S} || die > patch -p0 < ${FILESDIR}/${P}-sensors-detect-gentoo.diff || die > # get the right i2c includes without dropping the kernel includes > mkdir -p ${MYI2C}/linux > cp /usr/include/linux/i2c* ${MYI2C}/linux/ >} > >src_compile() { > > echo > einfo "*****************************************************************" > einfo > einfo "This ebuild assumes your *current* kernel is the one you used" > einfo "to build i2c-2.8.0." > einfo > einfo "To use another kernel, 'export LINUX=...' to your" > einfo "'/lib/modules/<my-kernel-version>/build' directory." > einfo > einfo "*****************************************************************" > sleep 7 > > check_KV > filter-flags -fPIC > > cd ${S} > export I2C_HEADERS=${MYI2C} > make clean > make -e || die "lm_sensors requires the source of a compatible kernel version running as the current kernel or specified in \$LINUX and >=i2c-2.8.0 support built as modules. This support is included in gentoo-sources as of 2.4.20-r1" >} > >src_install() { > einstall DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man || die "Install failed" > exeinto /etc/init.d > newexe ${FILESDIR}/rc lm_sensors >} > >pkg_postinst() { > [ -x /usr/sbin/update-modules ] && /usr/sbin/update-modules > > einfo > einfo "The lm_sensors hardware sensors package has been installed." > einfo > einfo "It is recommended that you read the lm_sensors documentation." > einfo "To enable lm_sensors you will need to compile i2c support in" > einfo "your kernel as a module and run /usr/sbin/sensors-detect to" > einfo "detect the hardware in your system." > einfo > einfo "Be warned, the probing of hardware in your system performed by" > einfo "sensors-detect could freeze your system. Also do not use" > einfo "lm_sensors on certain laptop models from IBM. See the lm_sensors" > einfo "documentation and website for more information." > einfo > einfo "IMPORTANT: When you merge this package it installs kernel modules" > einfo "that can only be used with the specific kernel version whose" > einfo "source is located in /usr/src/linux. If you upgrade to a new" > einfo "kernel, you will need to remerge the lm_sensors package to build" > einfo "new kernel modules." > einfo >}
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 25004
:
15933
|
15934
|
15935
|
15937
|
15969
|
15970
|
15997
|
15998
|
16030
|
16031
|
16032
|
16040
|
16041