summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2006-03-24 14:42:07 +0000
committerJoseph Jezak <josejx@gentoo.org>2006-03-24 14:42:07 +0000
commit4eaa693dabade8dc3d561e3da78d66bda5db323d (patch)
tree5f2721149786f1fba1683bbfe3deebf4a652d7b9 /app-laptop/pbbuttonsd
parentMarked ppc stable for bug #125166, thanks to mabi for testing. (diff)
downloadgentoo-2-4eaa693dabade8dc3d561e3da78d66bda5db323d.tar.gz
gentoo-2-4eaa693dabade8dc3d561e3da78d66bda5db323d.tar.bz2
gentoo-2-4eaa693dabade8dc3d561e3da78d66bda5db323d.zip
Removed old versions.
(Portage version: 2.0.54)
Diffstat (limited to 'app-laptop/pbbuttonsd')
-rw-r--r--app-laptop/pbbuttonsd/ChangeLog6
-rw-r--r--app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.11
-rw-r--r--app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.21
-rw-r--r--app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.31
-rw-r--r--app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild65
-rw-r--r--app-laptop/pbbuttonsd/pbbuttonsd-0.7.2.ebuild64
-rw-r--r--app-laptop/pbbuttonsd/pbbuttonsd-0.7.3.ebuild67
7 files changed, 5 insertions, 200 deletions
diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog
index d1e8416c11bc..955a33db9828 100644
--- a/app-laptop/pbbuttonsd/ChangeLog
+++ b/app-laptop/pbbuttonsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/pbbuttonsd
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.45 2006/03/18 16:19:57 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.46 2006/03/24 14:42:07 josejx Exp $
+
+ 24 Mar 2006; Joseph Jezak <josejx@gentoo.org> -pbbuttonsd-0.7.1.ebuild,
+ -pbbuttonsd-0.7.2.ebuild, -pbbuttonsd-0.7.3.ebuild:
+ Removed old versions.
18 Mar 2006; Markus Rothe <corsair@gentoo.org> pbbuttonsd-0.7.4.ebuild:
Stable on ppc64
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.1 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.1
deleted file mode 100644
index 3a490919e469..000000000000
--- a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aa8421806a5875ba5c46341a1f2b57cb pbbuttonsd-0.7.1.tar.gz 398822
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.2 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.2
deleted file mode 100644
index ee6f96d02eb7..000000000000
--- a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22b4fba5874452f12a3fee01d7b16710 pbbuttonsd-0.7.2.tar.gz 403797
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.3 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.3
deleted file mode 100644
index 5d9bf4c46a7e..000000000000
--- a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 22048c04e5ec03c479a78bd8955c11df pbbuttonsd-0.7.3.tar.gz 417338
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild
deleted file mode 100644
index 465d20511ac9..000000000000
--- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild
+++ /dev/null
@@ -1,65 +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/pbbuttonsd/pbbuttonsd-0.7.1.ebuild,v 1.7 2005/11/05 04:13:43 pylon Exp $
-
-inherit eutils linux-info
-
-DESCRIPTION="program to map special Powerbook/iBook keys"
-HOMEPAGE="http://pbbuttons.sf.net"
-SRC_URI="mirror://sourceforge/pbbuttons/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc ~x86"
-IUSE="acpi debug"
-
-DEPEND="virtual/libc
- >=sys-apps/baselayout-1.8.6.12-r1"
-RDEPEND=""
-
-src_compile() {
- if ! linux_chkconfig_present INPUT_EVDEV ; then
- eerror "Please enable CONFIG_INPUT_EVDEV in your kernel"
- eerror "pbbuttonsd will not work without it."
- die "Kernel not compiled with CONFIG_INPUT_EVDEV support"
- fi
-
- if use x86; then
- if use acpi; then
- laptop=acpi
- else
- laptop=i386
- fi
- else
- laptop=powerbook
- fi
-
- econf laptop=$laptop \
- $(use_enable debug) || die "Sorry, failed to configure pbbuttonsd"
- emake || die "Sorry, failed to compile pbbuttonsd"
-}
-
-src_install() {
- dodir /etc/power
- make DESTDIR=${D} install || die "failed to install"
- exeinto /etc/init.d
- newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd
- dodoc README
-}
-
-pkg_postinst() {
- if linux_chkconfig_module INPUT_EVDEV ; then
- ewarn "Ensure that the evdev kernel module is loaded otherwise"
- ewarn "pbbuttonsd won't work."
- fi
-
- if use ppc; then
- einfo
- einfo "This version of pbbuttonsd can replace PMUD functionality."
- einfo "If you want PMUD installed and running, you should set"
- einfo "replace_pmud=no in /etc/pbbuttonsd.conf. Otherwise you can"
- einfo "try setting replace_pmud=yes in /etc/pbbuttonsd.conf and"
- einfo "disabling PMUD"
- ewarn "Warning: the NoTapTyping option is unstable, see bug #86768."
- fi
-}
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.2.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.2.ebuild
deleted file mode 100644
index 5f174a6b7999..000000000000
--- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.2.ebuild,v 1.4 2006/01/30 02:44:35 josejx Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="program to map special Powerbook/iBook keys"
-HOMEPAGE="http://pbbuttons.sf.net"
-SRC_URI="mirror://sourceforge/pbbuttons/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc ~x86"
-IUSE="acpi debug alsa oss"
-
-DEPEND=">=sys-apps/baselayout-1.8.6.12-r1"
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0 )"
-
-src_compile() {
- # Fix crash bug on some systems
- replace-flags -O? -O1
-
- if use x86; then
- if use acpi; then
- laptop=acpi
- else
- laptop=i386
- fi
- else
- laptop=powerbook
- fi
-
- econf laptop=$laptop \
- $(use_enable debug) \
- $(use_enable alsa) \
- $(use_enable oss) \
- || die "Sorry, failed to configure pbbuttonsd"
- emake || die "Sorry, failed to compile pbbuttonsd"
-}
-
-src_install() {
- dodir /etc/power
- make DESTDIR=${D} install || die "failed to install"
- exeinto /etc/init.d
- newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd
- dodoc README
-}
-
-pkg_postinst() {
- ewarn "Ensure that the evdev kernel module is loaded or built in"
- ewarn "pbbuttonsd won't work without it."
- einfo
-
- if use ppc; then
- einfo
- einfo "This version of pbbuttonsd can replace PMUD functionality."
- einfo "If you want PMUD installed and running, you should set"
- einfo "replace_pmud=no in /etc/pbbuttonsd.conf. Otherwise you can"
- einfo "try setting replace_pmud=yes in /etc/pbbuttonsd.conf and"
- einfo "disabling PMUD"
- einfo
- ewarn "Warning: the NoTapTyping option is unstable, see bug #86768."
- fi
-}
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.3.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.3.ebuild
deleted file mode 100644
index 8759c27da894..000000000000
--- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.3.ebuild,v 1.2 2006/02/26 02:00:03 josejx Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Handles power management and special keys on laptops."
-HOMEPAGE="http://pbbuttons.sf.net"
-SRC_URI="mirror://sourceforge/pbbuttons/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="ppc ~x86"
-IUSE="acpi debug alsa oss ibam"
-
-DEPEND=">=sys-apps/baselayout-1.8.6.12-r1"
-RDEPEND="alsa? ( >=media-libs/alsa-lib-1.0 )"
-
-src_compile() {
- # Fix crash bug on some systems
- replace-flags -O? -O1
-
- if use x86; then
- if use acpi; then
- laptop=acpi
- else
- laptop=i386
- fi
- else
- laptop=powerbook
- fi
-
- econf laptop=$laptop \
- $(use_with debug) \
- $(use_with alsa) \
- $(use_with oss) \
- $(use_with ibam) \
- || die "Sorry, failed to configure pbbuttonsd"
- emake || die "Sorry, failed to compile pbbuttonsd"
-}
-
-src_install() {
- dodir /etc/power
- make DESTDIR=${D} install || die "failed to install"
- exeinto /etc/init.d
- newexe ${FILESDIR}/pbbuttonsd.rc6 pbbuttonsd
- dodoc README
-}
-
-pkg_postinst() {
- ewarn "Ensure that the evdev kernel module is loaded or built in, otherwise"
- ewarn "pbbuttonsd won't work."
- einfo
-
- if use ppc ; then
- einfo "It's recommended that you let pbbuttonsd act as the low level"
- einfo "power manager instead of using pmud."
- einfo
- fi
- if use ibam; then
- einfo "To properly initialize the IBaM battery database, you will"
- einfo "need to perform a full discharge/charge cycle. For more"
- einfo "details, please see the pbbuttonsd man page."
- einfo
- fi
- ewarn "Warning: the NoTapTyping option is unstable, see bug #86768."
-}