Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124247 - projectmanager-0.1.2.ebuild (New Package)
Summary: projectmanager-0.1.2.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Gnustep project
URL: http://pmanager.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-02-27 04:27 UTC by Fabian Borschel
Modified: 2006-12-05 13:43 UTC (History)
0 users

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


Attachments
projectmanager-0.1.2.ebuild (projectmanager-0.1.2.ebuild,445 bytes, text/plain)
2006-02-27 04:29 UTC, Fabian Borschel
Details
projectmanager-0.1.2.ebuild (projectmanager-0.1.2.ebuild,475 bytes, patch)
2006-04-16 02:29 UTC, Fabian Groffen
Details | Diff
metadata.xml (metadata.xml,418 bytes, text/plain)
2006-04-16 02:30 UTC, Fabian Groffen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabian Borschel 2006-02-27 04:27:46 UTC
Hi,

ProjectManager is an IDE for GNUstep.

It is very nice and is developed very fast compared to
ProjectCenter.

This ebuild just depends on gnustep-make, gnustep-base, gnustep-gui
and gnustep-back-*

seirei
Comment 1 Fabian Borschel 2006-02-27 04:29:57 UTC
Created attachment 80827 [details]
projectmanager-0.1.2.ebuild
Comment 2 Fabian Groffen gentoo-dev 2006-04-16 02:28:25 UTC
Fails to compile for me:

 Compiling file NewFileTypeChooser.m ...
NewFileTypeChooser.m:29:40: warning: Foundation/NSSortDescriptor.h: No such file or directory
NewFileTypeChooser.m: In function `-[NewFileTypeChooser init]':
NewFileTypeChooser.m:133: error: `NSSortDescriptor' undeclared (first use in this function)
NewFileTypeChooser.m:133: error: (Each undeclared identifier is reported only once
NewFileTypeChooser.m:133: error: for each function it appears in.)
NewFileTypeChooser.m:133: error: `sd' undeclared (first use in this function)
NewFileTypeChooser.m:150: warning: (Messages without a matching method signature
NewFileTypeChooser.m:150: warning: will be assumed to return `id' and accept
NewFileTypeChooser.m:150: warning: `...' as arguments.)
make[1]: *** [shared_obj/NewFileTypeChooser.o] Error 1
make: *** [ProjectManager.all.app.variables] Error 2

!!! ERROR: gnustep-apps/projectmanager-0.1.2 failed.
Call stack:
  ebuild.sh, line 1532:   Called dyn_compile
  ebuild.sh, line 929:   Called src_compile
  ebuild.sh, line 1242:   Called gnustep_src_compile
  gnustep.eclass, line 107:   Called egnustep_make
  gnustep-funcs.eclass, line 173:   Called die

!!! package make failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 3 Fabian Groffen gentoo-dev 2006-04-16 02:29:39 UTC
Created attachment 84762 [details, diff]
projectmanager-0.1.2.ebuild

my ebuild with some changes to the original provided.
Comment 4 Fabian Groffen gentoo-dev 2006-04-16 02:30:42 UTC
Created attachment 84763 [details]
metadata.xml

the metadata.xml file for this package.
Comment 5 Fabian Groffen gentoo-dev 2006-12-05 13:43:24 UTC
Compiles fine with my current setup.  Added to portage.  Thanks!