domenkozar / g-pypi

g-pypi manages ebuilds for Gentoo Linux using information in PyPi (Python Package Index)
Other
17 stars 2 forks source link

Issue 1: Allow non-root to run program #11

Closed Miriup closed 11 years ago

Miriup commented 11 years ago

Hi iElectric,

I faced exactly isssue https://github.com/iElectric/g-pypi/issues/1. The suggested modifications will allow you to do...

gpypi create -l pypi --config-file=$HOME/$CONFIGFILE $PACKAGE

...as a normal user. A warning will be issued, when you are not in the group that portage runs in when syncing with the main tree.

Cheers, Dirk.

domenkozar commented 11 years ago

Did you manage to create an ebuild with this patch? :)

Miriup commented 11 years ago

Nope. I instead "forked" the ebuild and pointed it to my git repository: https://github.com/Miriup/dirks-overlay/commit/e8a2fd03fc46071631af7123831438fe3a1f1b10 ;)

But I can make you a patch if you wish.

domenkozar commented 11 years ago

Thanks!