Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41015 - avrdude-4.3.0.ebuild (New Package)
Summary: avrdude-4.3.0.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL: http://www.nongnu.org/avrdude/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-09 14:02 UTC by Eric Donnelly
Modified: 2004-09-23 20:21 UTC (History)
1 user (show)

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


Attachments
avrdude-4.3.0.ebuild (avrdude-4.3.0.ebuild,1.02 KB, text/plain)
2004-02-09 14:10 UTC, Eric Donnelly
Details
avrdude-4.3.0.ebuild (avrdude-4.3.0.ebuild,665 bytes, text/x-ebuild)
2004-03-08 13:03 UTC, Daniel Black (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Donnelly 2004-02-09 14:02:59 UTC
This is an ebuild for avrdude, the AVR Downloader/UploaDEr.

This ebuild was built w/ reference to http://forums.gentoo.org/viewtopic.php?t=126938&highlight=avrdude by Brian_Korsedal. 

This ebuild can be used to program an Atmel AVR using various programmers (AVRISP, STK500, etc...) and can be used in conjuction w/ avr-gcc, avr-libc, and avr-binutils (none in portage tree yet, but available, search avr in bugs.gentoo.org) to build your project.

This ebuild has not been extensively tested, but has a dependency for Tetex, which is a fairly large program. I was wondering if it is possible to somehow solve this dependency by other means, since it seems only to be used to render .html docs for the package.
Comment 1 Eric Donnelly 2004-02-09 14:10:23 UTC
Created attachment 25293 [details]
avrdude-4.3.0.ebuild
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-03-08 13:03:05 UTC
Created attachment 27050 [details]
avrdude-4.3.0.ebuild

Cleaned up to conform to a few QA rules. I get documentation faults as its
parsing the file. Its either using tex app-text/texi2html-1.64-r1
app-text/a2ps-4.13b-r5 *
sys-apps/texinfo-4.5 *
.
Comment 3 Alexander Gabert (RETIRED) gentoo-dev 2004-03-11 00:39:12 UTC
another one for me :-)
Comment 4 Alexander Gabert (RETIRED) gentoo-dev 2004-03-11 00:40:10 UTC
you may notice that the avr toolchain made it into portage

can you check those ebuilds in dev-embedded and tell me your feedback?

thanks,

Alex
Comment 5 Daniel Black (RETIRED) gentoo-dev 2004-03-12 16:30:23 UTC
dev-embedded/avr-* use A=... which is forbidded by policy http://www.gentoo.org/doc/en/gentoo-howto.xml#doc_chap2 (subsection "Variables" - "A is READ {only}").

Your version number of binutils is 2.14 compared to a standard binutils of 2.14.90.0.8? just curious as to the destinction.

Suggest using mirror://gnu or mirror://kernel.

I noticed you stripped CFLAGS. Did something not work or are you stripping march and mcpu settings that may be set. "replace-cpu-flags avr" (function in flag-o-matic.eclass) maybe?

avr-libc now has version 1.0.3 available.

Otherwise looks good.

Sorry for meddling with avrdude - didn't know it was yours and was cleaning up embedded bugs.

Is simulavr (http://savannah.nongnu.org/projects/simulavr) on the way?
Comment 6 Alexander Gabert (RETIRED) gentoo-dev 2004-04-28 01:18:56 UTC
it is not "mine" and i appreciate that you are cleaning up embedded bug reports- this was also the reason i found it when i got a hand into it: it was hanging around too long.
Comment 7 Alexander Gabert (RETIRED) gentoo-dev 2004-09-23 18:25:58 UTC
The AVR ebuilds introduced by me will be removed.  I have nothing to do with "avrdude".  I am out of this bug now.

-Alex
Comment 8 Daniel Black (RETIRED) gentoo-dev 2004-09-23 20:21:32 UTC
version 4.4 added. I haven't fixed the text errors. Maybe later.