summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-03-11 23:03:25 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-03-11 23:03:25 +0000
commitd310061672892238d2387ea42a18a5f3fef83436 (patch)
tree1ac0b3845ea8665a0cbb11d2e3b133f9b7e2be4a /app-laptop/ibm-acpi
parentnew upstream version, fixes #82194 (diff)
downloadgentoo-2-d310061672892238d2387ea42a18a5f3fef83436.tar.gz
gentoo-2-d310061672892238d2387ea42a18a5f3fef83436.tar.bz2
gentoo-2-d310061672892238d2387ea42a18a5f3fef83436.zip
Pruned old versions.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-laptop/ibm-acpi')
-rw-r--r--app-laptop/ibm-acpi/ChangeLog6
-rw-r--r--app-laptop/ibm-acpi/files/digest-ibm-acpi-0.81
-rw-r--r--app-laptop/ibm-acpi/files/digest-ibm-acpi-0.8-r11
-rw-r--r--app-laptop/ibm-acpi/ibm-acpi-0.8-r1.ebuild69
-rw-r--r--app-laptop/ibm-acpi/ibm-acpi-0.8.ebuild110
5 files changed, 5 insertions, 182 deletions
diff --git a/app-laptop/ibm-acpi/ChangeLog b/app-laptop/ibm-acpi/ChangeLog
index c87fede10154..444d8da364de 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.19 2005/02/06 12:33:14 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/ibm-acpi/ChangeLog,v 1.20 2005/03/11 23:03:25 brix Exp $
+
+ 12 Mar 2005; Henrik Brix Andersen <brix@gentoo.org> -ibm-acpi-0.8-r1.ebuild,
+ -ibm-acpi-0.8.ebuild:
+ Pruned old versions.
06 Feb 2005; Henrik Brix Andersen <brix@gentoo.org> ibm-acpi-0.10.ebuild:
Stable on x86.
diff --git a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.8 b/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.8
deleted file mode 100644
index 3e5373d66ad7..000000000000
--- a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e5fa7d61a8e613513629133f9d7208c ibm-acpi-0.8.tar.gz 25979
diff --git a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.8-r1 b/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.8-r1
deleted file mode 100644
index 3e5373d66ad7..000000000000
--- a/app-laptop/ibm-acpi/files/digest-ibm-acpi-0.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e5fa7d61a8e613513629133f9d7208c ibm-acpi-0.8.tar.gz 25979
diff --git a/app-laptop/ibm-acpi/ibm-acpi-0.8-r1.ebuild b/app-laptop/ibm-acpi/ibm-acpi-0.8-r1.ebuild
deleted file mode 100644
index fd11ec9693a6..000000000000
--- a/app-laptop/ibm-acpi/ibm-acpi-0.8-r1.ebuild
+++ /dev/null
@@ -1,69 +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.8-r1.ebuild,v 1.2 2005/01/04 10:12:51 brix Exp $
-
-inherit linux-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="doc"
-
-BUILD_PARAMS="KDIR=${KV_DIR}"
-BUILD_TARGETS="default"
-MODULE_NAMES="ibm_acpi(acpi:)"
-MODULESD_IBM_ACPI_DOCS="README"
-
-CONFIG_CHECK="!ACPI_IBM ACPI"
-ACPI_IBM_ERROR="${P} requires IBM ThinkPad Laptop Extras (CONFIG_ACPI_IBM) to be DISABLED in the kernel."
-ACPI_ERROR="${P} requires an ACPI (CONFIG_ACPI) enabled kernel."
-
-pkg_setup() {
- if kernel_is 2 4; then
- die "${P} does not support kernel 2.4.x"
- fi
-
- linux-mod_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
-
- convert_to_m ${S}/Makefile
-}
-
-src_install() {
- linux-mod_src_install
-
- 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 ""
- einfo "You may wish to install sys-apps/acpid to handle the ACPI events generated"
- einfo "by ${PN}."
-
- if useq doc; 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 ""
-
- linux-mod_pkg_postinst
-}
diff --git a/app-laptop/ibm-acpi/ibm-acpi-0.8.ebuild b/app-laptop/ibm-acpi/ibm-acpi-0.8.ebuild
deleted file mode 100644
index 6e451716393a..000000000000
--- a/app-laptop/ibm-acpi/ibm-acpi-0.8.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.8.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 ""
-}