Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471708 - dev-util/ninja-ide-2.2 - fix internal version from "2.2-dev" to "2.2"
Summary: dev-util/ninja-ide-2.2 - fix internal version from "2.2-dev" to "2.2"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Julian Ospald
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-05-29 14:48 UTC by Aaron Burnett
Modified: 2013-07-03 13:42 UTC (History)
2 users (show)

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


Attachments
Fixes version (ninja-ide-2.2-version.patch,198 bytes, patch)
2013-05-29 14:48 UTC, Aaron Burnett
Details | Diff
Updated ebuild for new patch (ninja-ide-2.2-r1.ebuild,1.14 KB, text/plain)
2013-05-29 14:49 UTC, Aaron Burnett
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Burnett 2013-05-29 14:48:23 UTC
Created attachment 349556 [details, diff]
Fixes version

The version number for ninja-ide-2.2 is incorrect upstream.  This just corrects the version from "2.2-dev" to "2.2".
Comment 1 Aaron Burnett 2013-05-29 14:49:38 UTC
Created attachment 349558 [details]
Updated ebuild for new patch
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-05-29 14:52:01 UTC
Comment on attachment 349558 [details]
Updated ebuild for new patch

--- ninja-ide-2.2.ebuild        2013-04-25 00:02:20.000000000 +0200
+++ -   2013-05-29 16:51:53.152755888 +0200
@@ -26,7 +26,8 @@
        virtual/python-json[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/${P}-syntax.patch "${FILESDIR}"/${P}-python2_6.patch )
+PATCHES=( "${FILESDIR}"/${P}-syntax.patch "${FILESDIR}"/${P}-python2_6.patch
+"${FILESDIR}"/${P}-version.patch )
 
 python_install_all() {
        distutils-r1_python_install_all
Comment 3 Julian Ospald 2013-05-31 22:33:10 UTC
does this affect anything else like plugins? If not, then I will apply without revbump.
Comment 4 Aaron Burnett 2013-06-03 14:23:36 UTC
No, this shouldn't affect plugins or anything else.  It simply fixes __init__.py to reflect the proper version.
Comment 5 Julian Ospald 2013-07-03 13:42:13 UTC
+  03 Jul 2013; Julian Ospald <hasufell@gentoo.org> ninja-ide-2.2.ebuild,
+  +files/ninja-ide-2.2-version.patch:
+  fix version wrt #471708