diff options
author | David Shakaryan <omp@gentoo.org> | 2006-09-17 05:32:48 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-09-17 05:32:48 +0000 |
commit | 954b4c04bce0d1976d1313112e3e3148b2bc867a (patch) | |
tree | 49a8c3f3bb6e9ecfa80279a5d37bad2958ab0147 /sys-power | |
parent | x11-misc/kxstitch: use && if ; -> if use && ; (diff) | |
download | sunrise-reviewed-954b4c04bce0d1976d1313112e3e3148b2bc867a.tar.gz sunrise-reviewed-954b4c04bce0d1976d1313112e3e3148b2bc867a.tar.bz2 sunrise-reviewed-954b4c04bce0d1976d1313112e3e3148b2bc867a.zip |
sys-power/powerthend: Aesthetic changes.
svn path=/sunrise/; revision=1263
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/powerthend/Manifest | 8 | ||||
-rw-r--r-- | sys-power/powerthend/powerthend-1.1.1.ebuild | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys-power/powerthend/Manifest b/sys-power/powerthend/Manifest index d2de631a4..82b299096 100644 --- a/sys-power/powerthend/Manifest +++ b/sys-power/powerthend/Manifest @@ -7,10 +7,10 @@ MD5 a059fc8bd5a419abfbabce56c9923151 files/powerthend.rc 369 RMD160 2f991a2490f656cd5c4e02edf8a1e1cfa9a03903 files/powerthend.rc 369 SHA256 59929057f8a14065ff193885fd05161a67390198a9224b60640633fa8914c851 files/powerthend.rc 369 DIST powerthend-1.1.1.tar.gz 15825 RMD160 517f45b63cc42715a0b3117d9b0b12675ded5e46 SHA1 a6de3bd7f9f630bfa52ae8b7d50d7fd838345ff2 SHA256 f8c90436891a17db5821bee0aa6c185c3ecc331aee5767224fd6203334c1422f -EBUILD powerthend-1.1.1.ebuild 644 RMD160 cdb8ac8e992c96685a50658b0cb87cce26a50fc1 SHA1 88f6f43551218c24b2a6e121047987636eea64fe SHA256 8f67ad953adad427d7104f93fac01fec546d8d569014eaf997da2b19d10fe7c8 -MD5 adf1963c3645e14f6bce89dca080cc3f powerthend-1.1.1.ebuild 644 -RMD160 cdb8ac8e992c96685a50658b0cb87cce26a50fc1 powerthend-1.1.1.ebuild 644 -SHA256 8f67ad953adad427d7104f93fac01fec546d8d569014eaf997da2b19d10fe7c8 powerthend-1.1.1.ebuild 644 +EBUILD powerthend-1.1.1.ebuild 649 RMD160 3454921bea175bc6331d65d953f90d2cf234c74d SHA1 18ce56ec465a600358f131c645e95d8cf7aba6e6 SHA256 7d2658e9828c0d9226f71ecbef8a604096b52a65abc5b69db47cc84773f7a2e2 +MD5 7a128e2f0d9316f6bdd6445911b42393 powerthend-1.1.1.ebuild 649 +RMD160 3454921bea175bc6331d65d953f90d2cf234c74d powerthend-1.1.1.ebuild 649 +SHA256 7d2658e9828c0d9226f71ecbef8a604096b52a65abc5b69db47cc84773f7a2e2 powerthend-1.1.1.ebuild 649 MISC ChangeLog 290 RMD160 15c1bd176afc9dc4d5f527700752e5b6496aad91 SHA1 3d618564e74619bab0988e8c7134956bdc9e103c SHA256 d9054a7a3cd147a6b20af11b2b96838e5a3ca86ba92b50ee5b1fb279a63ae26b MD5 aca2e94ffe91558d75bc4fd449c24af3 ChangeLog 290 RMD160 15c1bd176afc9dc4d5f527700752e5b6496aad91 ChangeLog 290 diff --git a/sys-power/powerthend/powerthend-1.1.1.ebuild b/sys-power/powerthend/powerthend-1.1.1.ebuild index f9faef168..fb32be93d 100644 --- a/sys-power/powerthend/powerthend-1.1.1.ebuild +++ b/sys-power/powerthend/powerthend-1.1.1.ebuild @@ -18,13 +18,13 @@ src_unpack() { } src_compile() { - emake powerthend || die "make failed" + emake powerthend || die "emake failed" } src_install() { dosbin powerthend || die dodoc README - doconfd ${FILESDIR}/powerthend.confd powerthend - doinitd ${FILESDIR}/powerthend.rc powerthend + doconfd "${FILESDIR}/powerthend.confd" powerthend + doinitd "${FILESDIR}/powerthend.rc" powerthend } |