<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>8799</bug_id>
          
          <creation_ts>2002-10-05 21:15 0000</creation_ts>
          <short_desc>introducing avr-gcc, -binutils and -libc to Gentoo portage (was: GNU binutils for the AVR microcontroller)</short_desc>
          <delta_ts>2004-09-23 19:50:49 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <keywords>EBUILD</keywords>
          <priority>P2</priority>
          <bug_severity>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>jhuntnz@users.sourceforge.net</reporter>
          <assigned_to>pappy@gentoo.org</assigned_to>
          <cc>jacques@gentoo.org</cc>
    
    <cc>jhuntnz@users.sourceforge.net</cc>
    
    <cc>kyron@neuralbs.com</cc>
    
    <cc>pappy@gentoo.org</cc>
    
    <cc>prices@dflytech.com</cc>
    
    <cc>radek@podgorny.cz</cc>
    
    <cc>sascha-gentoo-bugzilla@silbe.org</cc>

      

      
          <long_desc isprivate="0">
            <who>jhuntnz@users.sourceforge.net</who>
            <bug_when>2002-10-05 21:15:53 0000</bug_when>
            <thetext>Hi, 
 
Please find attached avr-binutils-2.13.ebuild. 
 
This ebuild is for building the GNU Binutils for the AVR Microcontroller made 
by Atmel (http://www.atmel.com). I&apos;m not sure where this really belongs in the 
portage tree. 
 
Jonathan</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jhuntnz@users.sourceforge.net</who>
            <bug_when>2002-10-05 21:17:25 0000</bug_when>
            <thetext>Created an attachment (id=4441)
ebuild to build AVR binutils
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>karltk@gentoo.org</who>
            <bug_when>2003-05-03 08:41:23 0000</bug_when>
            <thetext>Can&apos;t get around to fixing this anytime soon, I&apos;m afraid.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2003-05-22 17:07:59 0000</bug_when>
            <thetext>
I have not tested if it actually compiles correctly or not, but aiken&apos;s (Can&apos;t remember his real name) cross-gcc ( http://cvs.gentoo.org/~aiken/gentoo-cross/ ) script builds binutils and gcc for the avr.  It crashes on glibc, but that is really as far as it would needs to go.  There is a library for the AVR but I don&apos;t think there is a port for it yet.

If that system gets working this ebuild seems redundant.

Scott  =) </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>seemant@gentoo.org</who>
            <bug_when>2003-06-09 08:21:58 0000</bug_when>
            <thetext>*** Bug 21869 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aiken@gentoo.org</who>
            <bug_when>2003-06-12 18:58:19 0000</bug_when>
            <thetext>The general purpose cross toolchain ebuilds seem to have this covered. 
 
The ebuilds at http://cvs.gentoo.org/~aiken/files/portage/ have support 
for this. The gcc-config, binutils, gcc ebuilds will be needed. 
These 3 ebuilds are what I am currently playing with, not what has been 
released with the cross compile effort. The eclass crosscompile.eclass will 
also be needed. Some more info is at http://cvs.gentoo.org/~zwelch/xcompile.html 
 
gcc-config --install-toolchain --pretend avr-3.2.3 
 
will setup some needed sym links followed by 
 
CCHOST=avr USE=build emerge arch-avr/binutils arch-avr/gcc 
 
You should then be able to build avr-libc to give a usefull tool chain. </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2003-08-07 12:37:26 0000</bug_when>
            <thetext>Created an attachment (id=15699)
Updated ebuild for version 2.14

This new ebuild is also modified to be compatible with my avr-gcc ebuild.  That
ebuild can be found in at http://bugs.gentoo.org/show_bug.cgi?id=26146 as well
as my explaination why I changed my mind about the necessity of this ebuild
compared to the generic cross-compiler effort.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2003-08-07 12:37:37 0000</bug_when>
            <thetext>Created an attachment (id=15700)
Updated ebuild for version 2.14

This new ebuild is also modified to be compatible with my avr-gcc ebuild.  That
ebuild can be found in at http://bugs.gentoo.org/show_bug.cgi?id=26146 as well
as my explaination why I changed my mind about the necessity of this ebuild
compared to the generic cross-compiler effort.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2003-08-07 13:25:47 0000</bug_when>
            <thetext>Created an attachment (id=15706)
Ebuild for version 2.14


Things are now put in the correct places.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mholzer@gentoo.org</who>
            <bug_when>2003-08-10 14:52:22 0000</bug_when>
            <thetext>*** Bug 26146 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-02-06 09:56:05 0000</bug_when>
            <thetext>
I have been using binutils created by the latest ebuild here for 6 months in my job and at home.  How do we get this into the main portage?

Scott  =)

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-03-04 06:54:06 0000</bug_when>
            <thetext>this is related to the avr gcc ebuild and the embedded project

i would like to put your avr-gcc and avr-binutils into dev-embedded and maintain it with the help of you, Scott

thanks for your work, i will put this on my TODO list for the next few weeks,

Alex</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-03-04 06:58:16 0000</bug_when>
            <thetext>Sounds good.  I am more than willing to help.

Could we also add avr-libc? http://bugs.gentoo.org/show_bug.cgi?id=26151

Thanks!

Scott  =)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-03-05 02:17:31 0000</bug_when>
            <thetext>yes we can :-)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-03-05 02:19:52 0000</bug_when>
            <thetext>can you send me the versions of your ebuilds to pappy@gentoo.org, i will look 
at it tonight when i come home

Your name will be reserved as the person who submitted and created the ebuilds but the copyright will be moved to Gentoo, as you may already know.

thanks in advance,

Alex</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-03-08 00:55:38 0000</bug_when>
            <thetext>hello

can you test the ebuilds in dev-embedded please

currently marked x86

thanks, Alex</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-03-08 07:16:29 0000</bug_when>
            <thetext>When I emerged avr-libc I got the following error right after it successfully downloaded the file:

!!! Couldn&apos;t download avr-libc-1.0.2.tar.gz. Aborting.


I do not think that it is a problem with this ebuild, but may be a bug in portage.  When I ran emerge again it all merged fine.

That was the only error I got merging them.  I have checked that both avr-gcc and avr-binutils create working executables.  I have not done extensive testing yet.

Scott  =)

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-03-11 00:37:45 0000</bug_when>
            <thetext>when the file is truncated and the file you have on your local disk or in a digest is longer than the one you are about to download, it fails with that &quot;odd&quot; error message that it cannot download it

removing the digest and/or removing the file in DISTFILES solves this portage problem.

so, its alright now and i gonna hunt down the miscellaneous dupes in bugs.g.o., okay?

thanks for your help,

Alex</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-03-11 00:38:09 0000</bug_when>
            <thetext>*** Bug 26151 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-03-15 09:24:29 0000</bug_when>
            <thetext>The packages will be removed by Seemant Kulleen at a later point in time.

Thanks for your help and sorry for interfering with the embedded herd.

Alex</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-03-15 09:29:25 0000</bug_when>
            <thetext>
Does this mean we are going to lose them again from the portage tree?

Scott  =)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-04-13 09:48:29 0000</bug_when>
            <thetext>Created an attachment (id=29216)
binutils 2.14.90.0.7 ebuild

updated ebuild.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-05-04 16:49:59 0000</bug_when>
            <thetext>(From update of attachment 15706)
The 2.14.90.0.7 ebuild builds a bad linker.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-05-04 16:51:03 0000</bug_when>
            <thetext>(From update of attachment 29216)
This patch builds a broken linker.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>prices@dflytech.com</who>
            <bug_when>2004-05-04 16:52:02 0000</bug_when>
            <thetext>(From update of attachment 15706)
Woops.	This is outdated.  The one in Portage works.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-07-08 12:51:58 0000</bug_when>
            <thetext>any status change or something you want me to do on this one?

i still feel responsible because i added it back then... and now it seems i have more time to look for my bugs...

sinc,

Alex</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-07-08 13:08:51 0000</bug_when>
            <thetext>coherent to this master bug id are:

- bug 52979 - update request for the avr toolchain suite
- bug 52790 - patch for crossdev support for the avr toolchain

thanks to Scott,

Alex</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-09-23 18:22:28 0000</bug_when>
            <thetext>I will remove the avr toolchain from portage tonight to save myself the trouble it has introduced so far.

The author keeps changing the versions and the tar files and makes the ebuild unusable.

I hope this makes everybody happy: the embedded team and the disappointed users.

-Alex
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pappy@gentoo.org</who>
            <bug_when>2004-09-23 19:50:49 0000</bug_when>
            <thetext>dragonheart is taking over maintenance of the avr toolchain</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>4441</attachid>
            <date>2002-10-05 21:17 0000</date>
            <desc>ebuild to build AVR binutils</desc>
            <filename>avr-binutils-2.13.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAyIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKREVTQ1JJUFRJT049IlRoZSBHTlUgYmludXRpbHMgZm9yIHRoZSBBVlIg
bWljcm9jb250cm9sbGVyIGFyY2hpdGVjdHVyZSIKCiMgSG9tZXBhZ2UsIG5vdCB1c2VkIGJ5IFBv
cnRhZ2UgZGlyZWN0bHkgYnV0IGhhbmR5IGZvciBkZXZlbG9wZXIgcmVmZXJlbmNlCgpIT01FUEFH
RT0iaHR0cDovL3NvdXJjZXMucmVkaGF0LmNvbS9iaW51dGlscyIKCgpTPSIke1dPUktESVJ9L2Jp
bnV0aWxzLTIuMTMiCgpBPSJiaW51dGlscy0yLjEzLnRhci5neiIKClNSQ19VUkk9Imh0dHA6Ly9m
dHAuZ251Lm9yZy9nbnUvYmludXRpbHMvJHtBfSIKCkxJQ0VOU0U9IkdQTC0yIgoKU0xPVD0iMCIK
CktFWVdPUkRTPSJ4ODYiCgoKIyBCdWlsZC10aW1lIGRlcGVuZGVuY2llcywgc3VjaCBhcwojICAg
IHNzbD8gKCA+PW9wZW5zc2wtMC45LjZiICkKIyAgICA+PXBlcmwtNS42LjEtcjEKIyBJdCBpcyBh
ZHZpc2FibGUgdG8gdXNlIHRoZSA+PSBzeW50YXggc2hvdyBhYm92ZSwgdG8gcmVmbGVjdCB3aGF0
IHlvdQojIGhhZCBpbnN0YWxsZWQgb24geW91ciBzeXN0ZW0gd2hlbiB5b3UgdGVzdGVkIHRoZSBw
YWNrYWdlLiAgVGhlbgojIG90aGVyIHVzZXJzIGhvcGVmdWxseSB3b24ndCBiZSBjYXVnaHQgd2l0
aG91dCB0aGUgcmlnaHQgdmVyc2lvbiBvZgojIGEgZGVwZW5kZW5jeS4KREVQRU5EPSJ2aXJ0dWFs
L2dsaWJjIgoKIyBSdW4tdGltZSBkZXBlbmRlbmNpZXMsIHNhbWUgYXMgREVQRU5EIGlmIFJERVBF
TkQgaXNuJ3QgZGVmaW5lZDoKI1JERVBFTkQ9IiIKCnNyY19jb21waWxlKCkgewoJcHdkCgkuL2Nv
bmZpZ3VyZSBcCgkJLS1ob3N0PSR7Q0hPU1R9IFwKCQktLXRhcmdldD1hdnIgXAoJCS0tcHJlZml4
PS91c3IgXAoJCS0taW5mb2Rpcj0vdXNyL3NoYXJlL2luZm8gXAoJCS0tbWFuZGlyPS91c3Ivc2hh
cmUvbWFuIHx8IGRpZSAiLi9jb25maWd1cmUgZmFpbGVkIgoKCWVtYWtlIHx8IGRpZQp9CgpzcmNf
aW5zdGFsbCgpIHsKICAgICAgIG1ha2UgcHJlZml4PSR7RH0vdXNyIFwKICAgICAgICAgICBtYW5k
aXI9JHtEfS91c3Ivc2hhcmUvbWFuIFwKICAgICAgICAgICBpbmZvZGlyPSR7RH0vdXNyL3NoYXJl
L2luZm8gXAogICAgICAgICAgIGluc3RhbGwgfHwgZGllCgkJCQkJCSAgICAgICAKfQo=
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>15699</attachid>
            <date>2003-08-07 12:37 0000</date>
            <desc>Updated ebuild for version 2.14</desc>
            <filename>avr-binutils-2.14.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAyIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKREVTQ1JJUFRJT049IlRoZSBHTlUgYmludXRpbHMgZm9yIHRoZSBBVlIg
bWljcm9jb250cm9sbGVyIGFyY2hpdGVjdHVyZSIKCiMgSG9tZXBhZ2UsIG5vdCB1c2VkIGJ5IFBv
cnRhZ2UgZGlyZWN0bHkgYnV0IGhhbmR5IGZvciBkZXZlbG9wZXIgcmVmZXJlbmNlCgpIT01FUEFH
RT0iaHR0cDovL3NvdXJjZXMucmVkaGF0LmNvbS9iaW51dGlscyIKCgpTPSIke1dPUktESVJ9L2Jp
bnV0aWxzLTIuMTQiCgpBPSJiaW51dGlscy0yLjE0LnRhci5iejIiCgpTUkNfVVJJPSJodHRwOi8v
ZnRwLmdudS5vcmcvZ251L2JpbnV0aWxzLyR7QX0iCgpMSUNFTlNFPSJHUEwtMiIKClNMT1Q9IjAi
CgpLRVlXT1JEUz0ieDg2IgpJVVNFPSIiCgpJTlNUQUxMRElSPS91c3IvYXZyCk1BTkRJUj0vdXNy
L3NoYXJlL21hbgpJTkZPRElSPS91c3Ivc2hhcmUvaW5mbwoKIyBCdWlsZC10aW1lIGRlcGVuZGVu
Y2llcywgc3VjaCBhcwojICAgIHNzbD8gKCA+PW9wZW5zc2wtMC45LjZiICkKIyAgICA+PXBlcmwt
NS42LjEtcjEKIyBJdCBpcyBhZHZpc2FibGUgdG8gdXNlIHRoZSA+PSBzeW50YXggc2hvdyBhYm92
ZSwgdG8gcmVmbGVjdCB3aGF0IHlvdQojIGhhZCBpbnN0YWxsZWQgb24geW91ciBzeXN0ZW0gd2hl
biB5b3UgdGVzdGVkIHRoZSBwYWNrYWdlLiAgVGhlbgojIG90aGVyIHVzZXJzIGhvcGVmdWxseSB3
b24ndCBiZSBjYXVnaHQgd2l0aG91dCB0aGUgcmlnaHQgdmVyc2lvbiBvZgojIGEgZGVwZW5kZW5j
eS4KREVQRU5EPSJ2aXJ0dWFsL2dsaWJjIgoKIyBSdW4tdGltZSBkZXBlbmRlbmNpZXMsIHNhbWUg
YXMgREVQRU5EIGlmIFJERVBFTkQgaXNuJ3QgZGVmaW5lZDoKI1JERVBFTkQ9IiIKCnNyY19jb21w
aWxlKCkgewoJcHdkCgkuL2NvbmZpZ3VyZSBcCgkJLS1ob3N0PSR7Q0hPU1R9IFwKCQktLXRhcmdl
dD1hdnIgXAoJCS0tcHJlZml4PSR7SU5TVEFMTERJUn0gXAoJCS0taW5mb2Rpcj0ke0lORk9ESVJ9
IFwKCQktLW1hbmRpcj0ke01BTkRJUn0gfHwgZGllICIuL2NvbmZpZ3VyZSBmYWlsZWQiCgoJZW1h
a2UgfHwgZGllCn0KCnNyY19pbnN0YWxsKCkgewogICAgICAgbWFrZSBwcmVmaXg9JHtEfSR7SU5T
VEFMTERJUn0gXAogICAgICAgICAgIG1hbmRpcj0ke0R9JHtNQU5ESVJ9IFwKICAgICAgICAgICBp
bmZvZGlyPSR7RH0ke0lORk9ESVJ9IFwKICAgICAgICAgICBpbnN0YWxsIHx8IGRpZQoKICAgICAg
ICBkb2RpciAvZXRjL2Vudi5kCiAgICAgICAgZWNobyAtZSAiUEFUSD0ke0lOU1RBTExESVJ9L2Jp
blxuUk9PVFBBVEg9JHtJTlNUQUxMRElSfS9iaW4iID4gXAogICAgICAgICAgICAgICAgJHtEfS9l
dGMvZW52LmQvMTFhdnJiaW51dGlscwoKCQkJCQkJICAgICAgIAp9Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>15700</attachid>
            <date>2003-08-07 12:37 0000</date>
            <desc>Updated ebuild for version 2.14</desc>
            <filename>avr-binutils-2.14.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAyIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKREVTQ1JJUFRJT049IlRoZSBHTlUgYmludXRpbHMgZm9yIHRoZSBBVlIg
bWljcm9jb250cm9sbGVyIGFyY2hpdGVjdHVyZSIKCiMgSG9tZXBhZ2UsIG5vdCB1c2VkIGJ5IFBv
cnRhZ2UgZGlyZWN0bHkgYnV0IGhhbmR5IGZvciBkZXZlbG9wZXIgcmVmZXJlbmNlCgpIT01FUEFH
RT0iaHR0cDovL3NvdXJjZXMucmVkaGF0LmNvbS9iaW51dGlscyIKCgpTPSIke1dPUktESVJ9L2Jp
bnV0aWxzLTIuMTQiCgpBPSJiaW51dGlscy0yLjE0LnRhci5iejIiCgpTUkNfVVJJPSJodHRwOi8v
ZnRwLmdudS5vcmcvZ251L2JpbnV0aWxzLyR7QX0iCgpMSUNFTlNFPSJHUEwtMiIKClNMT1Q9IjAi
CgpLRVlXT1JEUz0ieDg2IgpJVVNFPSIiCgpJTlNUQUxMRElSPS91c3IvYXZyCk1BTkRJUj0vdXNy
L3NoYXJlL21hbgpJTkZPRElSPS91c3Ivc2hhcmUvaW5mbwoKIyBCdWlsZC10aW1lIGRlcGVuZGVu
Y2llcywgc3VjaCBhcwojICAgIHNzbD8gKCA+PW9wZW5zc2wtMC45LjZiICkKIyAgICA+PXBlcmwt
NS42LjEtcjEKIyBJdCBpcyBhZHZpc2FibGUgdG8gdXNlIHRoZSA+PSBzeW50YXggc2hvdyBhYm92
ZSwgdG8gcmVmbGVjdCB3aGF0IHlvdQojIGhhZCBpbnN0YWxsZWQgb24geW91ciBzeXN0ZW0gd2hl
biB5b3UgdGVzdGVkIHRoZSBwYWNrYWdlLiAgVGhlbgojIG90aGVyIHVzZXJzIGhvcGVmdWxseSB3
b24ndCBiZSBjYXVnaHQgd2l0aG91dCB0aGUgcmlnaHQgdmVyc2lvbiBvZgojIGEgZGVwZW5kZW5j
eS4KREVQRU5EPSJ2aXJ0dWFsL2dsaWJjIgoKIyBSdW4tdGltZSBkZXBlbmRlbmNpZXMsIHNhbWUg
YXMgREVQRU5EIGlmIFJERVBFTkQgaXNuJ3QgZGVmaW5lZDoKI1JERVBFTkQ9IiIKCnNyY19jb21w
aWxlKCkgewoJcHdkCgkuL2NvbmZpZ3VyZSBcCgkJLS1ob3N0PSR7Q0hPU1R9IFwKCQktLXRhcmdl
dD1hdnIgXAoJCS0tcHJlZml4PSR7SU5TVEFMTERJUn0gXAoJCS0taW5mb2Rpcj0ke0lORk9ESVJ9
IFwKCQktLW1hbmRpcj0ke01BTkRJUn0gfHwgZGllICIuL2NvbmZpZ3VyZSBmYWlsZWQiCgoJZW1h
a2UgfHwgZGllCn0KCnNyY19pbnN0YWxsKCkgewogICAgICAgbWFrZSBwcmVmaXg9JHtEfSR7SU5T
VEFMTERJUn0gXAogICAgICAgICAgIG1hbmRpcj0ke0R9JHtNQU5ESVJ9IFwKICAgICAgICAgICBp
bmZvZGlyPSR7RH0ke0lORk9ESVJ9IFwKICAgICAgICAgICBpbnN0YWxsIHx8IGRpZQoKICAgICAg
ICBkb2RpciAvZXRjL2Vudi5kCiAgICAgICAgZWNobyAtZSAiUEFUSD0ke0lOU1RBTExESVJ9L2Jp
blxuUk9PVFBBVEg9JHtJTlNUQUxMRElSfS9iaW4iID4gXAogICAgICAgICAgICAgICAgJHtEfS9l
dGMvZW52LmQvMTFhdnJiaW51dGlscwoKCQkJCQkJICAgICAgIAp9Cg==
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>15706</attachid>
            <date>2003-08-07 13:25 0000</date>
            <desc>Ebuild for version 2.14</desc>
            <filename>avr-binutils-2.14.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDAyIEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogJAoKREVTQ1JJUFRJT049IlRoZSBHTlUgYmludXRpbHMgZm9yIHRoZSBBVlIg
bWljcm9jb250cm9sbGVyIGFyY2hpdGVjdHVyZSIKCiMgSG9tZXBhZ2UsIG5vdCB1c2VkIGJ5IFBv
cnRhZ2UgZGlyZWN0bHkgYnV0IGhhbmR5IGZvciBkZXZlbG9wZXIgcmVmZXJlbmNlCgpIT01FUEFH
RT0iaHR0cDovL3NvdXJjZXMucmVkaGF0LmNvbS9iaW51dGlscyIKCgpTPSIke1dPUktESVJ9L2Jp
bnV0aWxzLTIuMTQiCgpBPSJiaW51dGlscy0yLjE0LnRhci5iejIiCgpTUkNfVVJJPSJodHRwOi8v
ZnRwLmdudS5vcmcvZ251L2JpbnV0aWxzLyR7QX0iCgpMSUNFTlNFPSJHUEwtMiIKClNMT1Q9IjAi
CgpLRVlXT1JEUz0ieDg2IgpJVVNFPSIiCgpJTlNUQUxMRElSPS91c3IvCk1BTkRJUj0vdXNyL3No
YXJlL21hbgpJTkZPRElSPS91c3Ivc2hhcmUvaW5mbwoKIyBCdWlsZC10aW1lIGRlcGVuZGVuY2ll
cywgc3VjaCBhcwojICAgIHNzbD8gKCA+PW9wZW5zc2wtMC45LjZiICkKIyAgICA+PXBlcmwtNS42
LjEtcjEKIyBJdCBpcyBhZHZpc2FibGUgdG8gdXNlIHRoZSA+PSBzeW50YXggc2hvdyBhYm92ZSwg
dG8gcmVmbGVjdCB3aGF0IHlvdQojIGhhZCBpbnN0YWxsZWQgb24geW91ciBzeXN0ZW0gd2hlbiB5
b3UgdGVzdGVkIHRoZSBwYWNrYWdlLiAgVGhlbgojIG90aGVyIHVzZXJzIGhvcGVmdWxseSB3b24n
dCBiZSBjYXVnaHQgd2l0aG91dCB0aGUgcmlnaHQgdmVyc2lvbiBvZgojIGEgZGVwZW5kZW5jeS4K
REVQRU5EPSJ2aXJ0dWFsL2dsaWJjIgoKIyBSdW4tdGltZSBkZXBlbmRlbmNpZXMsIHNhbWUgYXMg
REVQRU5EIGlmIFJERVBFTkQgaXNuJ3QgZGVmaW5lZDoKI1JERVBFTkQ9IiIKCnNyY19jb21waWxl
KCkgewoJcHdkCgkuL2NvbmZpZ3VyZSBcCgkJLS1ob3N0PSR7Q0hPU1R9IFwKCQktLXRhcmdldD1h
dnIgXAoJCS0tcHJlZml4PSR7SU5TVEFMTERJUn0gXAoJCS0taW5mb2Rpcj0ke0lORk9ESVJ9IFwK
CQktLW1hbmRpcj0ke01BTkRJUn0gfHwgZGllICIuL2NvbmZpZ3VyZSBmYWlsZWQiCgoJZW1ha2Ug
fHwgZGllCn0KCnNyY19pbnN0YWxsKCkgewogICAgICAgbWFrZSBwcmVmaXg9JHtEfSR7SU5TVEFM
TERJUn0gXAogICAgICAgICAgIG1hbmRpcj0ke0R9JHtNQU5ESVJ9IFwKICAgICAgICAgICBpbmZv
ZGlyPSR7RH0ke0lORk9ESVJ9IFwKICAgICAgICAgICBpbnN0YWxsIHx8IGRpZQoKfQo=
</data>        

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="0"
              isprivate="0"
          >
            <attachid>29216</attachid>
            <date>2004-04-13 09:48 0000</date>
            <desc>binutils 2.14.90.0.7 ebuild</desc>
            <filename>avr-binutils-2.14.90.0.7.ebuild</filename>
            <type>text/plain</type>
            <data encoding="base64">IyBDb3B5cmlnaHQgMTk5OS0yMDA0IEdlbnRvbyBUZWNobm9sb2dpZXMsIEluYy4KIyBEaXN0cmli
dXRlZCB1bmRlciB0aGUgdGVybXMgb2YgdGhlIEdOVSBHZW5lcmFsIFB1YmxpYyBMaWNlbnNlIHYy
CiMgJEhlYWRlcjogL2hvbWUvY3Zzcm9vdC9nZW50b28teDg2L2Rldi1lbWJlZGRlZC9hdnItYmlu
dXRpbHMvYXZyLWJpbnV0aWxzLTIuMTQuZWJ1aWxkLHYgMS4zIDIwMDQvMDMvMTUgMDI6MTU6MDgg
c2VlbWFudCBFeHAgJAoKSVVTRT0ibmxzIgoKTVlfUD0ke1AvYXZyLS99ClM9JHtXT1JLRElSfS8k
e01ZX1B9CkRFU0NSSVBUSU9OPSJUaGUgR05VIGJpbnV0aWxzIGZvciB0aGUgQVZSIG1pY3JvY29u
dHJvbGxlciBhcmNoaXRlY3R1cmUiCkhPTUVQQUdFPSJodHRwOi8vc291cmNlcy5yZWRoYXQuY29t
L2JpbnV0aWxzIgpTUkNfVVJJPSJodHRwOi8vZnRwLmdudS5vcmcvZ251L2JpbnV0aWxzLyR7TVlf
UH0udGFyLmJ6MiIKClNMT1Q9IjAiCkxJQ0VOU0U9IkdQTC0yIgpLRVlXT1JEUz0ieDg2IgoKREVQ
RU5EPSJ2aXJ0dWFsL2dsaWJjIgoKc3JjX2NvbXBpbGUoKSB7CgllY29uZiBcCgkJLS10YXJnZXQ9
YXZyIFwKCQlgdXNlX2VuYWJsZSBubHNgIHx8IGRpZQoJZW1ha2UgfHwgZGllCn0KCnNyY19pbnN0
YWxsKCkgewoJZWluc3RhbGwgfHwgZGllCn0K
</data>        

          </attachment>
    </bug>

</bugzilla>