Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Software testing/collaboration request: pwrmand
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
jbaublitz
n00b
n00b


Joined: 23 Feb 2015
Posts: 10

PostPosted: Mon Jul 13, 2015 11:59 pm    Post subject: Software testing/collaboration request: pwrmand Reply with quote

Hi all,
I have recently release v1.0 of a power manager called pwrmand. A little bit about it:

It is written in C with an embedded python interpreter that executes scripts on certain events. This is much like acpid except that it allows much more ability to configure if you are familiar with Python. I provided a default Python script that uses the built-in functions for suspending after inactivity, changing CPU governors on AC adapter state changes, and battery monitoring among other things. I feel that it is fairly straightforward to use but hope to improve the documentation soon to make it easier to jump right in. If anyone is interested in trying it out, please do and file any bug reports, etc. on github. There is also a preliminary ebuild available to simplify installing pwrmand and an OpenRC init script to daemonize it.

Links:

pwmand:

https://github.com/jbaublitz/pwrmand

ebuild:

https://github.com/jbaublitz/gentoo-overlays

Please feel free to give me informal feedback as well.

Thanks!
jbaublitz
Back to top
View user's profile Send private message
timeraider
n00b
n00b


Joined: 27 Jul 2015
Posts: 41

PostPosted: Wed Aug 10, 2016 1:15 am    Post subject: Reply with quote

I am neither a Gentoo developer nor a Gentoo guru, but nevertheless here is my
feedback:

Why are you using git/egit when you are hosting your source code on Github?
You can use the Github source-releases directly in your ebuilds:
Code:
SRC_URI="https://github.com/jbaublitz/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"


Also note that EAPI6 is now the current one used by Gentoo and mirrors.

You might want to run
Code:
repoman full -dx
in the ebuild's directory to get some basic QA feedback.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum