summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Cohen <mjc@gentoo.org>2002-12-25 00:36:43 +0000
committerMichael J. Cohen <mjc@gentoo.org>2002-12-25 00:36:43 +0000
commit5fcd4ac843d2d01018b91f6d0d2f128756549482 (patch)
tree2774833d851202ea3663aa913af911d497a45c0c /sys-apps/lm_sensors
parentmoving to sys-kmods (diff)
downloadgentoo-2-5fcd4ac843d2d01018b91f6d0d2f128756549482.tar.gz
gentoo-2-5fcd4ac843d2d01018b91f6d0d2f128756549482.tar.bz2
gentoo-2-5fcd4ac843d2d01018b91f6d0d2f128756549482.zip
moved to sys-kmods
Diffstat (limited to 'sys-apps/lm_sensors')
-rw-r--r--sys-apps/lm_sensors/ChangeLog55
-rw-r--r--sys-apps/lm_sensors/lm_sensors-2.6.3-r1.ebuild48
-rw-r--r--sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild46
-rw-r--r--sys-apps/lm_sensors/lm_sensors-2.6.4-r1.ebuild48
-rw-r--r--sys-apps/lm_sensors/lm_sensors-2.6.4.ebuild46
-rw-r--r--sys-apps/lm_sensors/lm_sensors-2.6.5.ebuild49
-rw-r--r--sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild52
7 files changed, 0 insertions, 344 deletions
diff --git a/sys-apps/lm_sensors/ChangeLog b/sys-apps/lm_sensors/ChangeLog
deleted file mode 100644
index c794f493dfa5..000000000000
--- a/sys-apps/lm_sensors/ChangeLog
+++ /dev/null
@@ -1,55 +0,0 @@
-# ChangeLog for sys-apps/lm_sensors
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/ChangeLog,v 1.12 2002/12/24 19:58:03 lostlogic Exp $
-
-*lm_sensors-2.7.0 (24 Dec 2002)
-
- 24 Dec 2002; Brandon Low <lostlogic@gentoo.org> lm_sensors-2.7.0.ebuild :
- This version is going to be marked -arch until kernels have support for it.
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*lm_sensors-2.6.5 (30 Oct 2002)
-
- 30 Oct 2002; Kevyn Shortell <kevyn@gentoo.org> lm_sensors-2.6.5.ebuild :
- Update to latest version.
-
-*lm_sensors-2.6.4-r1 (04 Aug 2002)
-
- 04 Aug 2002; Kevyn Shortell <kevyn@gentoo.org> : Added
- digest that blizzy forgot =P
-
-*lm_sensors-2.6.3-r1 (04 Aug 2002)
-
- 04 Aug 2002; Kevyn Shortell <kevyn@gentoo.org> : Added
- digest that blizzy forgot =P
-
-*lm_sensors-2.6.4-r1 (04 Aug 2002)
-
- 04 Aug 2002; Maik Schreiber <blizzy@gentoo.org> : Added
- /etc/init.d/lm_sensors script to automatically load lm_sensors
- modules on startup.
-
-*lm_sensors-2.6.3-r1 (04 Aug 2002)
-
- 04 Aug 2002; Maik Schreiber <blizzy@gentoo.org> : Added
- /etc/init.d/lm_sensors script to automatically load lm_sensors
- modules on startup.
-
-*lm_sensors-2.6.4 (26 May 2002)
-
- 26 May 2002; Michael Nazaroff <naz@gentoo.org> :
- Ebuild bumped to the newest release.
-
- 15 Jul 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords
-
- 14 Jul 2002; phoen][x <phoenix@gentoo.org> lm_sensors-2.6.3.ebuild:
- Added LICENSE, KEYWORDS.
-
- SRC_URI updated thanks to c.vanfleteren@pandora.be (Christophe
- Vanfleteren) in bug #3032
-
-*lm_sensors-2.6.3 (27 Apr 2002)
-
- 27 Apr 2002; Bruce A. Locke <blocke@shivan.org> : First version added
- to Portage.
diff --git a/sys-apps/lm_sensors/lm_sensors-2.6.3-r1.ebuild b/sys-apps/lm_sensors/lm_sensors-2.6.3-r1.ebuild
deleted file mode 100644
index 88a7d5b4385d..000000000000
--- a/sys-apps/lm_sensors/lm_sensors-2.6.3-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.6.3-r1.ebuild,v 1.6 2002/12/09 04:37:25 manson Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Hardware Sensors Monitoring by lm_sensors"
-SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
-HOMEPAGE="http://www2.lm-sensors.nu/~lm78"
-KEYWORDS="x86 ppc sparc "
-LICENSE="GPL-2"
-
-SLOT="0"
-
-DEPEND="virtual/linux-sources"
-
-src_compile() {
- emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules"
-}
-
-src_install() {
- emake DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man install || die
- exeinto /etc/init.d
- newexe ${FILESDIR}/rc_lm_sensors 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
-}
diff --git a/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild b/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild
deleted file mode 100644
index 387249cf2307..000000000000
--- a/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild,v 1.9 2002/12/09 04:37:25 manson Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Hardware Sensors Monitoring by lm_sensors"
-SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
-HOMEPAGE="http://www2.lm-sensors.nu/~lm78"
-KEYWORDS="x86 ppc sparc "
-LICENSE="GPL-2"
-
-SLOT="0"
-
-DEPEND="virtual/linux-sources"
-
-src_compile() {
- emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules"
-}
-
-src_install() {
- emake DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man install || die
-}
-
-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
-}
diff --git a/sys-apps/lm_sensors/lm_sensors-2.6.4-r1.ebuild b/sys-apps/lm_sensors/lm_sensors-2.6.4-r1.ebuild
deleted file mode 100644
index 658590b6f906..000000000000
--- a/sys-apps/lm_sensors/lm_sensors-2.6.4-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.6.4-r1.ebuild,v 1.6 2002/12/09 04:37:25 manson Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Hardware Sensors Monitoring by lm_sensors"
-SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
-HOMEPAGE="http://www2.lm-sensors.nu/~lm78"
-KEYWORDS="x86 ppc sparc "
-LICENSE="GPL-2"
-
-SLOT="0"
-
-DEPEND="virtual/linux-sources"
-
-src_compile() {
- emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules"
-}
-
-src_install() {
- emake DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man install || die
- exeinto /etc/init.d
- newexe ${FILESDIR}/rc_lm_sensors 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
-}
diff --git a/sys-apps/lm_sensors/lm_sensors-2.6.4.ebuild b/sys-apps/lm_sensors/lm_sensors-2.6.4.ebuild
deleted file mode 100644
index 963b03fafd8b..000000000000
--- a/sys-apps/lm_sensors/lm_sensors-2.6.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.6.4.ebuild,v 1.6 2002/12/09 04:37:25 manson Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Hardware Sensors Monitoring by lm_sensors"
-SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
-HOMEPAGE="http://www2.lm-sensors.nu/~lm78"
-KEYWORDS="x86 ppc sparc "
-LICENSE="GPL-2"
-
-SLOT="0"
-
-DEPEND="virtual/linux-sources"
-
-src_compile() {
- emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules"
-}
-
-src_install() {
- emake DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man install || die
-}
-
-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
-}
diff --git a/sys-apps/lm_sensors/lm_sensors-2.6.5.ebuild b/sys-apps/lm_sensors/lm_sensors-2.6.5.ebuild
deleted file mode 100644
index 2f647758a1ba..000000000000
--- a/sys-apps/lm_sensors/lm_sensors-2.6.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.6.5.ebuild,v 1.3 2002/12/24 19:58:03 lostlogic Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Hardware Sensors Monitoring by lm_sensors"
-SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
-HOMEPAGE="http://www2.lm-sensors.nu/~lm78"
-KEYWORDS="x86 ppc sparc"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-DEPEND="virtual/linux-sources"
-
-src_compile() {
- emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules"
-}
-
-src_install() {
- emake DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man install \
- || die "Install failed"
- exeinto /etc/init.d
- newexe ${FILESDIR}/rc_lm_sensors 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
-}
diff --git a/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild b/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild
deleted file mode 100644
index 75aa5cfe0049..000000000000
--- a/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.7.0.ebuild,v 1.1 2002/12/24 19:58:03 lostlogic Exp $
-
-S="${WORKDIR}/${P}"
-DESCRIPTION="Hardware Sensors Monitoring by lm_sensors"
-SRC_URI="http://www2.lm-sensors.nu/~lm78/archive/${P}.tar.gz"
-HOMEPAGE="http://www2.lm-sensors.nu/~lm78"
-
-# 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 -ppc -sparc"
-LICENSE="GPL-2"
-
-SLOT="0"
-
-DEPEND="virtual/linux-sources"
-
-src_compile() {
- emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules"
-}
-
-src_install() {
- einstall DESTDIR=${D} PREFIX=/usr MANDIR=/usr/share/man || die "Install failed"
- exeinto /etc/init.d
- newexe ${FILESDIR}/rc_lm_sensors 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
-}