summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2005-07-02 14:06:11 +0000
committerJoseph Jezak <josejx@gentoo.org>2005-07-02 14:06:11 +0000
commitc18564bab6a66847ba95e2638d8d89d35efa7b1a (patch)
tree4bd0bb4b68b9342e634af537777ad8ed48d1d52d /app-laptop/pbbuttonsd
parentMoved to sys-auth/pam_dotfile. (diff)
downloadhistorical-c18564bab6a66847ba95e2638d8d89d35efa7b1a.tar.gz
historical-c18564bab6a66847ba95e2638d8d89d35efa7b1a.tar.bz2
historical-c18564bab6a66847ba95e2638d8d89d35efa7b1a.zip
Added new beta version.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-laptop/pbbuttonsd')
-rw-r--r--app-laptop/pbbuttonsd/ChangeLog7
-rw-r--r--app-laptop/pbbuttonsd/Manifest4
-rw-r--r--app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre21
-rw-r--r--app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild41
4 files changed, 51 insertions, 2 deletions
diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog
index 8f261fb4bed1..8d86542bc715 100644
--- a/app-laptop/pbbuttonsd/ChangeLog
+++ b/app-laptop/pbbuttonsd/ChangeLog
@@ -1,6 +1,11 @@
# 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.24 2005/06/27 04:31:37 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.25 2005/07/02 14:06:11 josejx Exp $
+
+*pbbuttonsd-0.7_pre2 (02 Jul 2005)
+
+ 02 Jul 2005; Joseph Jezak <josejx@gentoo.org> +pbbuttonsd-0.7_pre2.ebuild:
+ Added new beta version.
*pbbuttonsd-0.7_pre1 (27 Jun 2005)
diff --git a/app-laptop/pbbuttonsd/Manifest b/app-laptop/pbbuttonsd/Manifest
index d00a0410bd3d..e32971613ca5 100644
--- a/app-laptop/pbbuttonsd/Manifest
+++ b/app-laptop/pbbuttonsd/Manifest
@@ -1,9 +1,11 @@
-MD5 d1138baf3525f10d2c200fc94d84fae5 ChangeLog 7990
+MD5 05989909c2ce77649b9bf6b8f5e91291 ChangeLog 8130
MD5 f0cdcf7c27493d60d25d76f479b82e63 pbbuttonsd-0.6.10.ebuild 1117
MD5 86caedd5742982169284b585959a54be pbbuttonsd-0.6.6.ebuild 1146
MD5 048caf6217e504f2c22e334f8eb9b65d pbbuttonsd-0.7_pre1.ebuild 1164
MD5 52f9d8e98c8931645c57a3de1c36727d metadata.xml 156
+MD5 41e65734bd45105204e09fd8b036bc24 pbbuttonsd-0.7_pre2.ebuild 1164
MD5 e87049121a8371a7173cb9aa7c5b167d files/pbbuttonsd.rc6 444
MD5 af23b978a8a629ecc99e95f3505e8a74 files/digest-pbbuttonsd-0.6.10 69
MD5 921e017fad1253b70863f48dc9dbf670 files/digest-pbbuttonsd-0.7_pre1 73
+MD5 4afa51eede3307c2e548862b1dd62241 files/digest-pbbuttonsd-0.7_pre2 73
MD5 72caa2adac6c8260c57c0ae15cc259f3 files/digest-pbbuttonsd-0.6.6 68
diff --git a/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre2 b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre2
new file mode 100644
index 000000000000..4fee30d1210c
--- /dev/null
+++ b/app-laptop/pbbuttonsd/files/digest-pbbuttonsd-0.7_pre2
@@ -0,0 +1 @@
+MD5 c6e590491acdd71d213b6cd6cfc977f4 pbbuttonsd-0.7.0beta2.tar.gz 399846
diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild
new file mode 100644
index 000000000000..1874b0b3e620
--- /dev/null
+++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7_pre2.ebuild
@@ -0,0 +1,41 @@
+# 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_pre2.ebuild,v 1.1 2005/07/02 14:06:11 josejx Exp $
+
+inherit eutils
+
+DESCRIPTION="program to map special Powerbook/iBook keys"
+HOMEPAGE="http://pbbuttons.sf.net"
+SRC_URI="mirror://sourceforge/pbbuttons/${PN}-0.7.0beta2.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~ppc"
+IUSE=""
+
+DEPEND="virtual/libc
+ >=sys-apps/baselayout-1.8.6.12-r1"
+RDEPEND=""
+
+S="${WORKDIR}/${PN}-0.7.0beta1"
+
+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"
+}