summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-01-03 20:31:08 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-01-03 20:31:08 +0000
commit21ddc30bc8a26b4c8c7485565fb781c0a3a6fb7d (patch)
tree45bba07d7a9dab4b36a9a08d0164deadd7c8e24e /app-laptop
parentforce libast-0.5 #76525 (Manifest recommit) (diff)
downloadgentoo-2-21ddc30bc8a26b4c8c7485565fb781c0a3a6fb7d.tar.gz
gentoo-2-21ddc30bc8a26b4c8c7485565fb781c0a3a6fb7d.tar.bz2
gentoo-2-21ddc30bc8a26b4c8c7485565fb781c0a3a6fb7d.zip
Pruned old versions.
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/ibm-acpi/ChangeLog6
-rw-r--r--app-laptop/ibm-acpi/files/digest-ibm-acpi-0.41
-rw-r--r--app-laptop/ibm-acpi/files/digest-ibm-acpi-0.71
-rw-r--r--app-laptop/ibm-acpi/ibm-acpi-0.4.ebuild103
-rw-r--r--app-laptop/ibm-acpi/ibm-acpi-0.7.ebuild110
5 files changed, 5 insertions, 216 deletions
diff --git a/app-laptop/ibm-acpi/ChangeLog b/app-laptop/ibm-acpi/ChangeLog
index dcecdf44a70f..faa81e57b7f2 100644
--- a/app-laptop/ibm-acpi/ChangeLog
+++ b/app-laptop/ibm-acpi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/ibm-acpi
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibm-acpi/ChangeLog,v 1.14 2005/01/01 14:46:37 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibm-acpi/ChangeLog,v 1.15 2005/01/03 20:31:08 brix Exp $
+
+ 03 Jan 2005; Henrik Brix Andersen <brix@gentoo.org> -ibm-acpi-0.4.ebuild,
+ -ibm-acpi-0.7.ebuild:
+ Pruned old versions.
16 Dec 2004; Henrik Brix Andersen <brix@gentoo.org> ibm-acpi-0.8.ebuild:
Stable on x86.
diff --git a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.4 b/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.4
deleted file mode 100644
index e9f2abf5c27f..000000000000
--- a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 789dce28ccb2af54a8d5b9cb8589f084 ibm-acpi-0.4.tar.gz 23363
diff --git a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.7 b/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.7
deleted file mode 100644
index b8ebb7140e81..000000000000
--- a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22bad4e7c251d1ec5e9b954ecae5aba2 ibm-acpi-0.7.tar.gz 25924
diff --git a/app-laptop/ibm-acpi/ibm-acpi-0.4.ebuild b/app-laptop/ibm-acpi/ibm-acpi-0.4.ebuild
deleted file mode 100644
index 0d7edb9ca13a..000000000000
--- a/app-laptop/ibm-acpi/ibm-acpi-0.4.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibm-acpi/ibm-acpi-0.4.ebuild,v 1.6 2005/01/01 14:46:37 eradicator Exp $
-
-inherit kernel-mod
-
-DESCRIPTION="IBM ThinkPad ACPI extras"
-
-HOMEPAGE="http://ibm-acpi.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-pkg_setup() {
- local DIE=0
-
- if kernel-mod_is_2_4_kernel
- then
- die "${P} does not support kernel 2.4.x"
- fi
-
- if kernel-mod_configoption_present ACPI_IBM
- then
- eerror ""
- eerror "${P} requires IBM ThinkPad Laptop Extras (CONFIG_ACPI_IBM)"
- eerror "to be DISABLED in the kernel to avoid conflicting modules."
- DIE=1
- fi
-
- if ! kernel-mod_configoption_present ACPI
- then
- eerror ""
- eerror "${PN} requires an ACPI (CONFIG_ACPI) enabled kernel."
- eerror ""
- DIE=1
- fi
-
- kernel-mod_check_modules_supported
-
- if [ $DIE -eq 1 ]
- then
- eerror ""
- die "You kernel is missing the required option(s) listed above."
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- # let pkg_postinst() handle depmod
- sed -i -e "s:depmod -a::" ${S}/Makefile
-
- kernel-mod_getversion
-
- if [ ${KV_MINOR} -gt 5 ] && [ ${KV_PATCH} -gt 5 ]
- then
- sed -i 's:SUBDIRS=:M=:g' ${S}/Makefile
- fi
-}
-
-src_compile() {
- if [ ${KV_MINOR} -gt 5 ] && [ ${KV_PATCH} -gt 5 ]
- then
- unset ARCH
- fi
-
- emake KDIR=${ROOT}/usr/src/linux || die
-}
-
-src_install() {
- if [ ${KV_MINOR} -gt 5 ] && [ ${KV_PATCH} -gt 5 ]
- then
- unset ARCH
- fi
-
- emake MDIR=${D}/lib/modules/${KV}/acpi install || die
-
- dodoc LICENSE README
-
- docinto examples/etc/acpi/actions
- dodoc config/etc/acpi/actions/*
-
- docinto examples/etc/acpi/events
- dodoc config/etc/acpi/events/*
-}
-
-pkg_postinst() {
- einfo "Checking kernel module dependencies"
- test -r "${ROOT}/usr/src/linux/System.map" && \
- depmod -ae -F "${ROOT}/usr/src/linux/System.map" -b "${ROOT}" -r ${KV}
-
- einfo ""
- einfo "You may wish to install sys-apps/acpid to handle the ACPI events generated"
- einfo "by ${P}. Example acpid configuration has been installed to"
- einfo "/usr/share/doc/${PF}/examples/"
- einfo ""
- einfo "For further instructions please see /usr/share/doc/${PF}/README.gz"
- einfo ""
-}
diff --git a/app-laptop/ibm-acpi/ibm-acpi-0.7.ebuild b/app-laptop/ibm-acpi/ibm-acpi-0.7.ebuild
deleted file mode 100644
index b7241100013b..000000000000
--- a/app-laptop/ibm-acpi/ibm-acpi-0.7.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibm-acpi/ibm-acpi-0.7.ebuild,v 1.6 2005/01/01 14:46:37 eradicator Exp $
-
-inherit kernel-mod eutils
-
-DESCRIPTION="IBM ThinkPad ACPI extras"
-
-HOMEPAGE="http://ibm-acpi.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE="doc"
-
-DEPEND="virtual/linux-sources
- sys-apps/sed"
-
-pkg_setup() {
- local DIE=0
-
- if kernel-mod_is_2_4_kernel
- then
- die "${P} does not support kernel 2.4.x"
- fi
-
- if kernel-mod_configoption_present ACPI_IBM
- then
- eerror ""
- eerror "${P} requires IBM ThinkPad Laptop Extras (CONFIG_ACPI_IBM)"
- eerror "to be DISABLED in the kernel to avoid conflicting modules."
- DIE=1
- fi
-
- if ! kernel-mod_configoption_present ACPI
- then
- eerror ""
- eerror "${PN} requires an ACPI (CONFIG_ACPI) enabled kernel."
- eerror ""
- DIE=1
- fi
-
- kernel-mod_check_modules_supported
-
- if [ $DIE -eq 1 ]
- then
- eerror ""
- die "You kernel is missing the required option(s) listed above."
- fi
-}
-
-src_unpack() {
- unpack ${A}
-
- # let pkg_postinst() handle depmod
- sed -i "s:depmod -a::" ${S}/Makefile
-
- kernel-mod_getversion
-
- if [ ${KV_MINOR} -gt 5 ] && [ ${KV_PATCH} -gt 5 ]
- then
- sed -i 's:SUBDIRS=:M=:g' ${S}/Makefile
- fi
-}
-
-src_compile() {
- set_arch_to_kernel
-
- emake KDIR=${ROOT}/usr/src/linux || die
-}
-
-src_install() {
- set_arch_to_kernel
-
- emake MDIR=${D}/lib/modules/${KV}/acpi install || die
-
- set_arch_to_portage
-
- dodoc LICENSE README
-
- if use doc; then
- docinto examples/etc/acpi/actions
- dodoc config/etc/acpi/actions/*
-
- docinto examples/etc/acpi/events
- dodoc config/etc/acpi/events/*
- fi
-}
-
-pkg_postinst() {
- einfo "Checking kernel module dependencies"
- test -r "${ROOT}/usr/src/linux/System.map" && \
- depmod -ae -F "${ROOT}/usr/src/linux/System.map" -b "${ROOT}" -r ${KV}
-
- einfo ""
- einfo "You may wish to install sys-apps/acpid to handle the ACPI events generated"
- einfo "by ${PN}."
-
- if use doc &> /dev/null; then
- einfo ""
- einfo "Example acpid configuration has been installed to"
- einfo "/usr/share/doc/${PF}/examples/"
- fi
-
- einfo ""
- einfo "For further instructions please see /usr/share/doc/${PF}/README.gz"
- einfo ""
-}