Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562078 - =games-util/pyfa-1.15.0: version bump
Summary: =games-util/pyfa-1.15.0: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexandre Rostovtsev (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-02 18:41 UTC by Captain Crutches
Modified: 2015-10-04 23:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pyfa-1.15.0.ebuild (pyfa-1.15.0.ebuild,2.50 KB, text/plain)
2015-10-02 18:43 UTC, Captain Crutches
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Captain Crutches 2015-10-02 18:41:38 UTC
Pyfa has been updated to 1.15.0 (Eve's Vanguard release, featuring battlecruiser rebalances among other things); the latest currently in portage is 1.12.0.  I'll attach an ebuild I've got working, it's only one line different from the 1.12.0 one, specifically in pyfa_py_install(), line 63:

-               doins -r eos gui icons service config*.py __init__.py gpl.txt
+               doins -r eos gui icons service utils config*.py __init__.py gpl.txt

Reproducible: Always
Comment 1 Captain Crutches 2015-10-02 18:43:08 UTC
Created attachment 413556 [details]
pyfa-1.15.0.ebuild

Working ebuild for 1.15.0, differs from 1.12.0 only in that it also installs the utils/ folder from the source, which is now required.
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-10-04 23:21:47 UTC
Bumped, thanks for reporting and for the patch.

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ea00927ecdce893aa99c1ba174d2b8bd5d59d8

commit c5ea00927ecdce893aa99c1ba174d2b8bd5d59d8
Author: Alexandre Rostovtsev <tetromino@gentoo.org>
Date:   Sun Oct 4 19:19:08 2015 -0400

    games-util/pyfa: bump to 1.15.0 for Vanguard
    
    Gentoo-Bug: 562078
    Reported-by: Captain Crutches