diff options
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/kthinkbat/ChangeLog | 10 | ||||
-rw-r--r-- | app-laptop/kthinkbat/Manifest | 14 | ||||
-rw-r--r-- | app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild | 45 | ||||
-rw-r--r-- | app-laptop/kthinkbat/metadata.xml | 9 |
4 files changed, 78 insertions, 0 deletions
diff --git a/app-laptop/kthinkbat/ChangeLog b/app-laptop/kthinkbat/ChangeLog new file mode 100644 index 000000000000..16e0d42fe7c1 --- /dev/null +++ b/app-laptop/kthinkbat/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-laptop/kthinkbat +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/kthinkbat/ChangeLog,v 1.1 2008/04/12 18:36:16 dirtyepic Exp $ + +*kthinkbat-0.2.9 (12 Apr 2008) + + 12 Apr 2008; Ryan Hill <dirtyepic@gentoo.org> +metadata.xml, + +kthinkbat-0.2.9.ebuild: + Initial import from bug #121120. + diff --git a/app-laptop/kthinkbat/Manifest b/app-laptop/kthinkbat/Manifest new file mode 100644 index 000000000000..b220f4be0712 --- /dev/null +++ b/app-laptop/kthinkbat/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST kthinkbat-0.2.9.tar.bz2 528285 RMD160 1785bdcf0216453a43189bb21d3d3d5ec499d747 SHA1 ea1001056e51aa96174070e81718aa75b04abca5 SHA256 8e30d1bec802fb1ce750ace623e892d4ffda9cc448c5344d8d3b456521f19b95 +EBUILD kthinkbat-0.2.9.ebuild 1139 RMD160 a661376c6e26501fba6a7fc87fd377777589afe3 SHA1 ce833c1264b968236113de3c98b6b0165c57139e SHA256 7afd7353834017528155efaa2b95c9de191f91280226368ca65d02f7d9673d87 +MISC ChangeLog 374 RMD160 97132d217c5e6518c714341d763adcde13291dc6 SHA1 9a51c964f0bde2fed0ddec1d6e415a1a76087d1a SHA256 a696d45795d8ba0f3abc5643a46ae1438bd87bf516d3cc785e2a0de41007f861 +MISC metadata.xml 252 RMD160 56c451540f8e5a18daa736e2346e3ad04545a803 SHA1 5c78c0fb96eabd4db00fa57a16a98c2d6a5117ce SHA256 11e17b3177c457abec5bfb6cdf9a10583219b41720a037456eb2114f57736ffe +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkgBAQ4ACgkQiqiDRvmkBmL1swCglWU7AHh8zKo+g+CBkqtDGH+N +73IAoIzvARmnMZEAcfjRlQEntorDw0tE +=ZNKc +-----END PGP SIGNATURE----- diff --git a/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild b/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild new file mode 100644 index 000000000000..052de44f6af9 --- /dev/null +++ b/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/kthinkbat/kthinkbat-0.2.9.ebuild,v 1.1 2008/04/12 18:36:16 dirtyepic Exp $ + +inherit kde + +DESCRIPTION="A ThinkPad Battery Viewer Applet" +HOMEPAGE="https://lepetitfou.dyndns.org/KThinkBat" +SRC_URI="http://lepetitfou.dyndns.org/download/kthinkbat/src/kthinkbat-0.2.x/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="smapi" + +DEPEND="" +RDEPEND="smapi? ( app-laptop/tp_smapi )" + +need-kde 3.3 + +src_install() { + kde_src_install + dodoc COPYING* Contributors README +} + +pkg_postinst() { + einfo + einfo "KThinkBat can make use of the SMAPI BIOS interface found on most" + einfo "ThinkPads. " + einfo + einfo "If you want to use this feature, make sure you have" + einfo "the kernel module tp_smapi (from app-laptop/tp_smapi)" + einfo "loaded." + einfo + einfo "To autoload this kernel module at system startup type" + einfo + einfo " # echo \"tp_smapi\" >> /etc/modules.autoload.d/kernel-2.6" + einfo + + buildsycoca +} + +src_install() { + kde_src_install + dodoc COPYING* Contributors README +} diff --git a/app-laptop/kthinkbat/metadata.xml b/app-laptop/kthinkbat/metadata.xml new file mode 100644 index 000000000000..e28ab9ffc92e --- /dev/null +++ b/app-laptop/kthinkbat/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>mobile</herd> + <maintainer> + <email>dirtyepic@gentoo.org</email> + <name>Ryan Hill</name> + </maintainer> +</pkgmetadata> |