]> Pileus Git - ~andy/sunrise/commitdiff
sys-power/acpitail: sys-power/acpitail added
authorJustin Lecher <jlec@gentoo.org>
Sun, 12 Apr 2009 13:04:30 +0000 (13:04 +0000)
committerJustin Lecher <jlec@gentoo.org>
Sun, 12 Apr 2009 13:04:30 +0000 (13:04 +0000)
svn path=/sunrise/; revision=8267

sys-power/acpitail/ChangeLog [new file with mode: 0644]
sys-power/acpitail/Manifest [new file with mode: 0644]
sys-power/acpitail/acpitail-0.1.ebuild [new file with mode: 0644]
sys-power/acpitail/metadata.xml [new file with mode: 0644]

diff --git a/sys-power/acpitail/ChangeLog b/sys-power/acpitail/ChangeLog
new file mode 100644 (file)
index 0000000..1ac184d
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for sys-power/acpitail
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  12 Apr 2009; Justin Lecher (jlec) <jlec@j-schmitz.net>
+  +acpitail-0.1.ebuild, +metadata.xml:
+  sys-power/acpitail added
+
diff --git a/sys-power/acpitail/Manifest b/sys-power/acpitail/Manifest
new file mode 100644 (file)
index 0000000..bc4a79f
--- /dev/null
@@ -0,0 +1,4 @@
+DIST acpitail-0.1.tgz 9097 RMD160 4061ddf9449600a2e8811973eb43ea31adcf06f4 SHA1 f22640622efff73090adb18ea2caa560ba3d2517 SHA256 1d3acb12bbb6cbd8b216ec3185c6bbe1124a746ccf86fde370407552d2d66f4d
+EBUILD acpitail-0.1.ebuild 612 RMD160 1b8197a7efb097f80f00421f376dc4ad5b213736 SHA1 bdc553e1a53b5490223e82359d0c1f02c0640b75 SHA256 162edd2fe2d68be9df72159f7038455dae5f6c1d8b820662637bc4627b5efd06
+MISC ChangeLog 243 RMD160 eb9eec5dc26019a4fbde7bc3a975695acc7ef3b6 SHA1 9cafea1287d34897814250b252ad1a1540b3754f SHA256 8172bad0769a2ea4f6b1f867431664497dfc34e67f3f391baaf3224003b1956b
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sys-power/acpitail/acpitail-0.1.ebuild b/sys-power/acpitail/acpitail-0.1.ebuild
new file mode 100644 (file)
index 0000000..bab2567
--- /dev/null
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit toolchain-funcs
+
+DESCRIPTION="Shows in a tail-like way information of the battery-state, fan-states, temperatures."
+HOMEPAGE="http://www.vanheusden.com/acpitail/"
+SRC_URI="${HOMEPAGE}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-libs/libacpi"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+       emake \
+               CC=$(tc-getCC) || \
+               die "emake failed"
+}
+
+src_install() {
+       dobin ${PN} || die "installation of ${PN} failed"
+       dodoc readme.txt || die "nothing to read"
+}
diff --git a/sys-power/acpitail/metadata.xml b/sys-power/acpitail/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>