Bug 59494 - Ebuild for dev-embedded/yapide (yet another PIC IDE)
|
Bug#:
59494
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: dev-embedded@gentoo.org
|
Reported By: l@lwithers.me.uk
|
|
Component: Ebuilds
|
|
|
URL:
http://www.mtoussaint.de/yapide.html
|
|
Summary: Ebuild for dev-embedded/yapide (yet another PIC IDE)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-08-05 01:39 0000
|
This is an ebuild for a new application I noticed. It is yapide -- yet
another PIC ide -- and is currently at version 0.1. It's supposed to be an
emulator for Microchip PICs. I had a little play with it and it looks
promising. Unfortunately, it does require a tiny patch to get it to compile
properly.
Created an attachment (id=36803) [details]
Configure patch for yapide-0.1
This patch is required to get the configure script to pass the test. It
simply changes a call to gcc to a call to g++ to avoid a problem where the
standard C++ library is not linked in. I've emailed the patch to the author.
The ebuild expects this to be in the files/ subdirectory.
Good ebuild. I took a few tricks off other QT packages about redirecting the
HOME. Probably should create an eclass for it. Also had to get rid of the
CFLAGS and CXXFLAGS so the user's settings are used.
Hope you don't mind be doing a quick commit on it. Thanks for the ebuild.