Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 485688 - www-apps/nikola-6.1.0 version bump
Summary: www-apps/nikola-6.1.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Ben de Groot (RETIRED)
URL: http://getnikola.com/
Whiteboard:
Keywords: PATCH
Depends on: 485686 485706
Blocks:
  Show dependency tree
 
Reported: 2013-09-22 18:45 UTC by Wicher Minnaard
Modified: 2013-10-06 06:39 UTC (History)
2 users (show)

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


Attachments
Patch to metadata.xml (metadata.xml.patch,393 bytes, patch)
2013-09-22 18:52 UTC, Wicher Minnaard
Details | Diff
Patch to nikola-5.2.ebuild (nikola-5.2.ebuild_to_nikola-6.0.4.ebuild.patch,1.83 KB, patch)
2013-09-22 18:53 UTC, Wicher Minnaard
Details | Diff
Patch to nikola-5.2.ebuild (nikola-5.2.ebuild_to_nikola-6.0.4.ebuild.patch,1.94 KB, patch)
2013-09-23 06:17 UTC, Wicher Minnaard
Details | Diff
Patch to metadata.xml (metadata.xml.patch,518 bytes, patch)
2013-09-23 06:17 UTC, Wicher Minnaard
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wicher Minnaard 2013-09-22 18:45:41 UTC
Nikola-6.0.4 is out. Here's a patch to nikola-5.2.ebuild.
It depends on dev-python/yapsy-1.10.2 (latest version in portage is dev-python/yapsy-1.10.1; bug for bump request here: #485686 ).



Reproducible: Always
Comment 1 Wicher Minnaard 2013-09-22 18:52:27 UTC
Created attachment 359260 [details, diff]
Patch to metadata.xml
Comment 2 Wicher Minnaard 2013-09-22 18:53:30 UTC
Created attachment 359262 [details, diff]
Patch to nikola-5.2.ebuild
Comment 3 Wicher Minnaard 2013-09-23 06:17:22 UTC
Created attachment 359280 [details, diff]
Patch to nikola-5.2.ebuild
Comment 4 Wicher Minnaard 2013-09-23 06:17:45 UTC
Created attachment 359282 [details, diff]
Patch to metadata.xml
Comment 5 Dirkjan Ochtman (RETIRED) gentoo-dev 2013-09-23 08:18:10 UTC
So why does this bug depend on #485706?
Comment 6 Wicher Minnaard 2013-09-23 10:16:32 UTC
(In reply to Dirkjan Ochtman from comment #5)
> So why does this bug depend on #485706?

Nikola optionally supports chart generation through pygal. The ebuild declares a useflag for that:

  charts? ( dev-python/pygal )

And in the metadata.xml:

  <flag name='charts'>
    Add support for chart generation through dev-python/pygal
  </flag>

As pygal is not in portage yet I submitted an ebuild for it as bug #485706 .
Comment 7 Ben de Groot (RETIRED) gentoo-dev 2013-10-06 06:39:16 UTC
6.1.0 committed. Thanks for your contributions!