Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519416 - games-util/pyfa-1.5.1 version bump
Summary: games-util/pyfa-1.5.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Alexandre Rostovtsev (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2014-08-08 15:08 UTC by Hedin Ejdesgaard Møller
Modified: 2015-02-17 22:37 UTC (History)
1 user (show)

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


Attachments
this ebuild compiles but pulled in python-3.x with sqlite, but pyfa relies on python-2.7 with use flag sqlite (pyfa-1.3.0.ebuild,2.55 KB, text/plain)
2014-08-08 15:08 UTC, Hedin Ejdesgaard Møller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hedin Ejdesgaard Møller 2014-08-08 15:08:22 UTC
Created attachment 382530 [details]
this ebuild compiles but pulled in python-3.x with sqlite, but pyfa relies on python-2.7 with use flag sqlite

bump the ebuild from 1.2.1 to 1.3.0
To get download link to work, "Kronos" needs to be replaced with "Crius"
Comment 1 grey dot 2014-08-27 17:17:48 UTC
Bumpy bump!
Comment 2 grey dot 2014-08-29 09:35:05 UTC
Btw there's already version 1.4.0 out there.
Comment 3 grey dot 2014-10-04 14:24:24 UTC
BUMP!!!1

Version 1.5.1 is already out btw.
Comment 4 Stefan Reimer 2014-10-13 22:31:15 UTC
I created an update ebuild in my overlay, see details below:
http://www.startux.de/gitweb/quarks.git

diff -tub games-util/pyfa/pyfa-1.2.1.ebuild games-util/pyfa/pyfa-1.5.1.ebuild 
--- games-util/pyfa/pyfa-1.2.1.ebuild	2014-06-28 17:16:34.000000000 -0700
+++ games-util/pyfa/pyfa-1.5.1.ebuild	2014-10-13 15:04:01.031694263 -0700
@@ -18,7 +18,7 @@
         inherit git-2
         KEYWORDS=""
 else
-        SRC_URI="https://github.com/DarkFenX/Pyfa/releases/download/v${PV}/${P}-kronos-1.0-src.zip"
+        SRC_URI="https://github.com/DarkFenX/Pyfa/archive/v${PV}.zip"
         KEYWORDS="~amd64 ~arm ~x86"
 fi
 IUSE="+graph"
@@ -31,7 +31,7 @@
         ${PYTHON_DEPS}"
 DEPEND="app-arch/unzip"
 
-S=${WORKDIR}/${PN}
+S=${WORKDIR}/Pyfa-${PV}
 
 src_prepare() {
         # get rid of CRLF line endings introduced in 1.1.10 so patches work
Comment 5 Captain Crutches 2014-11-19 03:52:49 UTC
1.6.1 was just released.  Stefan's change above still works for this version and should also be made in the live ebuild, as I independently discovered before going to submit the ebuild and finding that there was still an open bug for it.
Comment 6 Captain Crutches 2014-11-19 04:41:49 UTC
Forgot to mention, in addition to the above changes, the line "dodoc readme.txt" also needs to be removed/commented out, as readme.txt no longer exists.
Comment 7 Stefan Reimer 2014-11-23 00:03:40 UTC
Updated my overlay for 1.6.1. incl. readme.txt fix.

http://www.startux.de/gitweb/quarks.git/blob/HEAD:/games-util/pyfa/pyfa-1.6.1.ebuild
Comment 8 Stefan Reimer 2014-12-15 00:19:31 UTC
Version bumped to 1.7.1 stable:
See: http://www.startux.de/gitweb/quarks.git/blob/HEAD:/games-util/pyfa/pyfa-1.7.1.ebuild
Comment 9 Alexandre Rostovtsev (RETIRED) gentoo-dev 2015-02-17 22:37:25 UTC
I apologize for not taking care of this sooner :/

+*pyfa-1.8.1 (17 Feb 2015)
+
+  17 Feb 2015; Alexandre Rostovtsev <tetromino@gentoo.org> -pyfa-1.2.0.ebuild,
+  -pyfa-1.2.1.ebuild, +pyfa-1.8.1.ebuild, pyfa-9999.ebuild:
+  Very late version bump for Proteus (bug #519416, tthanks to Hedin Ejdesgaard
+  Møller, Stefan Reimer et al); fix missing dep (bug #505192, thanks to Nick
+  Wallingford) and new readme location (bug #533094, thanks to Martin McCourt).