summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2005-09-18 20:13:26 +0000
committerJoseph Jezak <josejx@gentoo.org>2005-09-18 20:13:26 +0000
commit75240d48ee42d51a22e2decf0cf696fd1a914362 (patch)
tree49ae8aeec8418d52fd52a06ec34206cc1640359a /app-laptop
parentStable on x86 (diff)
downloadgentoo-2-75240d48ee42d51a22e2decf0cf696fd1a914362.tar.gz
gentoo-2-75240d48ee42d51a22e2decf0cf696fd1a914362.tar.bz2
gentoo-2-75240d48ee42d51a22e2decf0cf696fd1a914362.zip
Marked ppc stable and removed old versions.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/pbbuttonsd/ChangeLog6
-rw-r--r--app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.101
-rw-r--r--app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.01
-rw-r--r--app-laptop/pbbuttonsd/pbbuttonsd-0.6.10.ebuild39
-rw-r--r--app-laptop/pbbuttonsd/pbbuttonsd-0.7.0.ebuild51
-rw-r--r--app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild4
6 files changed, 7 insertions, 95 deletions
diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog
index 34bf9d171ba3..4909217cdd51 100644
--- a/app-laptop/pbbuttonsd/ChangeLog
+++ b/app-laptop/pbbuttonsd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-laptop/pbbuttonsd
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.31 2005/09/09 04:48:54 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.32 2005/09/18 20:13:26 josejx Exp $
+
+ 18 Sep 2005; Joseph Jezak <josejx@gentoo.org> -pbbuttonsd-0.6.10.ebuild,
+ -pbbuttonsd-0.7.0.ebuild, pbbuttonsd-0.7.1.ebuild:
+ Marked 0.7.1 stable and removed old versions.
09 Sep 2005; Joseph Jezak <josejx@gentoo.org> pbbuttonsd-0.6.6.ebuild,
pbbuttonsd-0.7.1.ebuild:
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.10 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.10
deleted file mode 100644
index 806fb3e69a11..000000000000
--- a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.6.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4508ffb858a2d0897fedd3632908368d pbbuttonsd-0.6.10.tar.gz 394534
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.0 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.0
deleted file mode 100644
index 255a0e620fde..000000000000
--- a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd8e7c59ae9d752210a0c4b72fba456c pbbuttonsd-0.7.0.tar.gz 398338
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.6.10.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.6.10.ebuild
deleted file mode 100644
index e747dd942070..000000000000
--- a/app-laptop/pbbuttonsd/pbbuttonsd-0.6.10.ebuild
+++ /dev/null
@@ -1,39 +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.6.10.ebuild,v 1.1 2005/05/26 19:28:19 josejx Exp $
-
-inherit eutils
-
-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"
-IUSE=""
-
-DEPEND="virtual/libc
- >=sys-apps/baselayout-1.8.6.12-r1"
-RDEPEND=""
-
-src_compile() {
- econf || 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() {
- 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"
-}
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.0.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.0.ebuild
deleted file mode 100644
index eaa5f546b9f2..000000000000
--- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.0.ebuild
+++ /dev/null
@@ -1,51 +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.0.ebuild,v 1.2 2005/07/12 04:22:22 josejx 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"
-IUSE=""
-
-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
-
- econf || 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
-
- 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"
-}
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild
index f1acbe89952e..ed621780da50 100644
--- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild
+++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild
@@ -1,6 +1,6 @@
# 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.4 2005/09/09 04:48:54 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild,v 1.5 2005/09/18 20:13:26 josejx Exp $
inherit eutils linux-info
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pbbuttons/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="ppc ~x86"
IUSE="acpi debug"
DEPEND="virtual/libc