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

Bug 28897

Summary: as11-1.0.ebuild (New package)
Product: Gentoo Linux Reporter: Mark Lopes <_0o7_>
Component: New packagesAssignee: Chuck Short (RETIRED) <zul>
Status: RESOLVED FIXED    
Severity: enhancement CC: _0o7_
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: as11-1.0.ebuild (ebuild)
Suggestions for ebuild
as11-1.0.ebuild (with suggested changes)

Description Mark Lopes 2003-09-16 11:04:45 UTC
Hello,

This is an ebuild for the as11 assembeler which can be found at
http://www.ai.mit.edu/people/rsargent/as11.html

This is the offical assembeler from Motorola for the 68HC11 series of
microcontrollers. 

I would suggest that this ebuild be placed under dev-lang/as11
Comment 1 Mark Lopes 2003-09-16 11:06:12 UTC
Created attachment 17816 [details]
as11-1.0.ebuild (ebuild)

Ebuild for as11
Comment 2 Chuck Short (RETIRED) gentoo-dev 2003-09-18 18:52:53 UTC
Created attachment 17955 [details]
Suggestions for ebuild

Hello, I had a look at your ebuild and made a couple of suggestions. You didnt
need the MY_P because you could have used ${PN}, I also changed the DEPEND TO
virtual/glibc and removed the cd ${S}. If you make these changes to the ebuild
then I would be happy to add your ebuil to cvs. 

Thanks
zul
Comment 3 Mark Lopes 2003-09-20 23:23:28 UTC
Created attachment 18062 [details]
as11-1.0.ebuild (with suggested changes)

Great. I've made the necessary changes.
Comment 4 Chuck Short (RETIRED) gentoo-dev 2003-09-22 20:02:55 UTC
Added to cvs, thanks for the ebuild.