cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools. The compiler is almost ISO C compatible, so you should be able to translate many sources from other systems. Reproducible: Always
Created attachment 119363 [details] dev-embedded/cc65-2.11.9.20070329.ebuild The Ebuild for the cc65 CrossCompiler.
Created attachment 119364 [details] dev-embedded/cc65-2.11.9.20070329.ebuild Typo In Ebuild
Created attachment 152579 [details] dev-embedded/cc65-2.12.0.ebuild Update to the stable version
(this is an automated message based on filtering criteria that matched this bug) 'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached to this bug. This bug is assigned to maintainer-wanted which means that it is not in the main tree. Heuristics show that no Gentoo developer has commented on your ebuild. Hello, The Gentoo Team would like to firstly thank you for your ebuild submission. We also apologize for not being able to accommodate you in a timely manner. There are simply too many new packages. Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and all users can have ebuilds reviewed by Gentoo devs for entry into the overlay. So, the sunrise team is suggesting that you look into this and submit your ebuild to the overlay where even *you* can commit to. =) Because this is a mass message, we are also asking you to be patient with us. We anticipate a large number of requests in a short time. Thanks, On behalf of the Gentoo Sunrise Team, Jeremy. [1]: http://www.gentoo.org/proj/en/sunrise/ [2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Created attachment 188641 [details] dev-embedded/cc65-2.12.0.ebuild Sunrise suggested cleanup
Created attachment 214369 [details] dev-embedded/cc65-2.13.0.ebuild new upstream release
the 2.13.0 ebuild can be used for 2.13.1 version only name properly it is also in my overlay more at http://linamh.mars.arge.at/wiki/embedded
(In reply to comment #7) > the 2.13.0 ebuild can be used for 2.13.1 version only name properly > > it is also in my overlay > > more at http://linamh.mars.arge.at/wiki/embedded i changed it a bit so when emerging with -doc it will no more depend on linux-doc
Created attachment 215409 [details] cc65-2.13.1 ebuild - better handling of "doc" keyword - *.o files have been moved into the lib, so they do no more have to be installed
Created attachment 215416 [details, diff] dev-embedded/cc65-2.13.1.ebuild this patch corrects the problem with docs and also moves the ebuild to eapi2 it still install the .o files (not all o files where moved into the .lib)
Created attachment 253209 [details] dev-embedded/cc65-2.13.2.ebuild New upstream release. Also cleaned up the ebuild a little bit (removed commented lines and spelling mistakes).
Created attachment 253481 [details] dev-embedded/cc65-2.13.2-r1.ebuild this ebuild now respects CFLAGS & LDFLAGS the required patch has already been send upstream (hope it will get included into the next release)
Created attachment 253483 [details, diff] dev-embedded/cc65/files/cc65-2.13.2-asneeded-1.patch the patch that correct linking with the --as-needed ldflag
this howto shows you how to add my overlay http://linamh.disconnected-by-peer.at/wiki/embedded thx Mario
Created attachment 253587 [details] dev-embedded/cc65/cc65-2.13.2-r2.ebuild this patch correct some errors i just discoverd: correct some paths in makefile's that i have missed when use doc just build info and html (no need for dvi or txt this targets depend on a texsystem and in the old ebuild just info and html where installed) as usual already in my overlay
sed can operate on multiple files. you really should combine those.
(In reply to comment #16) > sed can operate on multiple files. you really should combine those. > this are not multiple lines but multiple files
(In reply to comment #17) > (In reply to comment #16) > > sed can operate on multiple files. you really should combine those. > > > > this are not multiple lines but multiple files > damm not awake now should read more then one time corrected
Created attachment 253837 [details] dev-embedded/cc65/cc65-2.13.2-r3.ebuild a new version that corrects: combine the similar seds into one sed (as suggested by SpanKY) correct the install of the cfg files (now required by ld65)
(In reply to comment #13) > Created an attachment (id=253483) [details] > dev-embedded/cc65/files/cc65-2.13.2-asneeded-1.patch > > the patch that correct linking with the --as-needed ldflag > accepted upstream http://www.cc65.org/mailarchive/2010-11/8796.html
just for info: the old maintainer resigned a while ago, the project is now hosted at github: https://github.com/cc65/cc65
Created attachment 833793 [details] cc65-2.19.ebuild new ebuild