Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560768 - sci-electronics/kicad-4.0.0_rc1 version bump
Summary: sci-electronics/kicad-4.0.0_rc1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on: 129368
Blocks: wxwidgets-3.0
  Show dependency tree
 
Reported: 2015-09-18 16:25 UTC by Łukasz Stelmach
Modified: 2015-11-01 20:16 UTC (History)
3 users (show)

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


Attachments
kicad-20150320.ebuild (kicad-20150320.ebuild,5.86 KB, text/plain)
2015-10-25 11:38 UTC, Pacho Ramos
Details
Patch the kicad ebuild to address github comments and QA issues. (kicad-ebuild.patch,4.63 KB, patch)
2015-11-01 18:22 UTC, Zoltan Puskas
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Łukasz Stelmach 2015-09-18 16:25:06 UTC
There is an RC1 of KiCad version available.

https://launchpad.net/~js-reynaud/+archive/ubuntu/kicad-4


Reproducible: Always
Comment 1 Alex Xu (Hello71) 2015-09-22 23:27:50 UTC
Hello, 

This package has no maintainer so this bug may go unnoticed for a long time.
Gentoo has a dedicated team[1] for assisting users in maintaining orphaned
packages. If you are interested in maintaining this package, please contact
proxy-maint@gentoo.org or join #gentoo-proxy-maint on Freenode IRC.

[1]: https://wiki.gentoo.org/index.php?title=Project:Proxy_Maintainers
Comment 2 Pacho Ramos gentoo-dev 2015-10-25 11:33:32 UTC
I cannot find the tarballs... that look to be like autogenerated snapshots or something, I have looked at their github page and neither :S
Comment 3 Pacho Ramos gentoo-dev 2015-10-25 11:38:00 UTC
Created attachment 415442 [details]
kicad-20150320.ebuild

This ebuild is from https://github.com/zpuskas/sinustrom-gentoo-overlay/tree/master/sci-electronics/kicad

Can you try it?
Comment 4 Pacho Ramos gentoo-dev 2015-10-25 11:39:25 UTC
@zoltab, are you the author of that ebuild? Would you be willing to proxy maintain this package?
https://wiki.gentoo.org/index.php?title=Project:Proxy_Maintainers
Comment 5 Zoltan Puskas 2015-10-25 16:22:36 UTC
@Pacho: Yes, I'll proxy maintain the package till I become a full Gentoo maintainer/dev. Then I'll take full maintainership of the pacakge.
Comment 6 Pacho Ramos gentoo-dev 2015-10-25 17:34:23 UTC
Nice, I will CC proxy-maintainers here then to help you to get this into the tree finally :D

Thanks a lot for volunteering
Comment 7 Ian Delaney (RETIRED) gentoo-dev 2015-10-26 12:45:00 UTC
(In reply to Zoltan Puskas from comment #5)
> @Pacho: Yes, I'll proxy maintain the package till I become a full Gentoo
> maintainer/dev. Then I'll take full maintainership of the pacakge.

ok the ebuild is close. I am uncertain about having to take out python3s from  FindPythonLibs.cmake. Also the inheriting of python-r1 requires a couple of specialist components to be added/

Either way, can you login to irc and /j #gentoo-proxy-maint for further support to work this to a fit state.  We can help with both those goals.
Comment 8 Zoltan Puskas 2015-10-27 00:33:58 UTC
Generating help files is blocked on #560768).
Comment 9 Zoltan Puskas 2015-10-27 00:34:54 UTC
Sorry, pasted wrong number. It's blocked on #129368.
Comment 10 Ian Delaney (RETIRED) gentoo-dev 2015-11-01 09:57:53 UTC
Author: Zoltan Puskas <zoltan@sinustrom.info>
Date:   Tue Oct 27 02:41:27 2015 +0000

    sci-electronics/kicad: bump to KiCad-4.0.0-rc1
    
    New use flags: examples, github, i18n, minimal, python, webkit.
    More languages for i18n. Package source now downloads from project
    website. Update dependencies and address wxwidgets upgrade issue.
    USE flag 'debug' made functional in the bumped ebuild. Remove
    outdated kicad-20130518.ebuild
    
    Gentoo-Bug: #560768
    Gentoo-Bug: #499040
    Gentoo-Bug: #560766
    
    Pull request https://github.com/gentoo/gentoo/pull/313

A minor residual qa issue, a warning re .desktop files

* QA Notice: This package installs one or more .desktop files that do not
 * pass validation.
 * 
 * 	/usr/share/applications/bitmap2component.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
 * 	/usr/share/applications/cvpcb.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
 * 	/usr/share/applications/eeschema.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
 * 	/usr/share/applications/gerbview.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
 * 	/usr/share/applications/kicad.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
 * 	/usr/share/applications/pcbcalculator.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
 * 	/usr/share/applications/pcbnew.desktop: error: file contains at least one line ending with a carriage return, while lines should only be separated by a line feed character. First such line is: "[Desktop Entry]"
 *
Comment 11 Zoltan Puskas 2015-11-01 18:22:49 UTC
Created attachment 415912 [details, diff]
Patch the kicad ebuild to address github comments and QA issues.