Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 485688

Summary: www-apps/nikola-6.1.0 version bump
Product: Gentoo Linux Reporter: Wicher Minnaard <wicher>
Component: Current packagesAssignee: Ben de Groot (RETIRED) <yngwin>
Status: RESOLVED FIXED    
Severity: enhancement CC: python, wicher
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://getnikola.com/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 485686, 485706    
Bug Blocks:    
Attachments: Patch to metadata.xml
Patch to nikola-5.2.ebuild
Patch to nikola-5.2.ebuild
Patch to metadata.xml

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!