Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net-nntp/sabnzbd: Fix starting when default Python is not 2.x and more #2874

Closed
wants to merge 4 commits into from
Closed

net-nntp/sabnzbd: Fix starting when default Python is not 2.x and more #2874

wants to merge 4 commits into from

Conversation

kempniu
Copy link
Contributor

@kempniu kempniu commented Nov 20, 2016

This pull request fixes two issues that popped up after the recent changes to SABnzbd+ ebuilds, adds support for Gentoo Prefix and removes a superfluous post-install message (I suggested this as a bonus to #2861, feel free to ignore this commit if you are against the change it suggests).

/cc @jsbronder (maintainer)

@jsbronder
Copy link
Contributor

Too fast for me, all merged ;)

603cdce net-nntp/sabnzbd: Fix patch paths
b8cecaf net-nntp/sabnzbd: Remove superfluous post-install message
4191d76 net-nntp/sabnzbd: Support Prefix
044d613 net-nntp/sabnzbd: Fix starting when default Python is not 2.x

Copy link
Member

@SoapGentoo SoapGentoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kempniu could you squash your commits into one? Have alook at https://wiki.gentoo.org/wiki/Gentoo_Github#Rebasing_commits

@@ -88,7 +88,8 @@ src_install() {
insopts -m 0755
doins SABnzbd.py

python_optimize "${D}usr/share/${PN}"
python_fix_shebang "${ED}usr/share/${PN}"
python_optimize "${ED}usr/share/${PN}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use "${ED%/}/usr/share/${PN}" instead as that will work with slashes possibly removed in some future EAPI.

@jsbronder
Copy link
Contributor

As a maintainer, the separate commits per logical change are much appreciated and easier to review. This PR separated commits nicely as there were 4 distinct changes.

Now, had I not already merged, squashing the prefix change mentioned above into the first prefix related commit would have been justified.

I'll add it tomorrow when I'm near a box with keys again.

@jsbronder jsbronder closed this Nov 21, 2016
gentoo-bot pushed a commit that referenced this pull request Nov 22, 2016
@kempniu kempniu deleted the sabnzbd-fixes branch November 29, 2016 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants