Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69336 - Ebuild for source of freepascal - problem with name fpc-source
Summary: Ebuild for source of freepascal - problem with name fpc-source
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-28 17:21 UTC by samx
Modified: 2004-10-30 21:22 UTC (History)
1 user (show)

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


Attachments
fpcsrc-1.9.4.ebuild (fpcsrc-1.9.4.ebuild,931 bytes, text/plain)
2004-10-28 17:28 UTC, samx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description samx 2004-10-28 17:21:40 UTC
I wrote an ebuild for the source of Freepascal (which is needed by lazarus).
I'm not sure what the right name for it should be. 
I think the name for the current fpc-source ebuild is misleading because it contains only the compiler, not the source. Perhaps this ebuild should just be moved to dev-lang/fpc because it's only a slightly newer build of fpc?
I would suggest to name my new ebuild dev-lang/fpcsrc because that's what it is called on sourceforge: http://sourceforge.net/project/showfiles.php?group_id=89339

Reproducible: Always
Steps to Reproduce:
Comment 1 samx 2004-10-28 17:28:37 UTC
Created attachment 42819 [details]
fpcsrc-1.9.4.ebuild

The source of the Free Pascal compiler
Comment 2 Chris White (RETIRED) gentoo-dev 2004-10-29 07:37:35 UTC
I will probably get to adding this.  The thing with fpc-sources is, they ARE 
indeed the source, they just don't INSTALL the sources.  This is mainly done
for the sake of space, and up until now, there's never really been a need of
the sources themselves being avaliable.  However, this seems to be the case,
and as such, a seperate ebuild would most definately work.  This way users 
aren't stuck with the entire fpc-source when they may just want the compiler.

I'll try and get to this after classes :).
Comment 3 Chris White (RETIRED) gentoo-dev 2004-10-30 21:22:45 UTC
Alright, it's in portage now.  A couple of things though:

1) I really don't like -* things.  I usually leave that up to the arch
maintainers.

2) you don't need to have tar as a DEP.  Every Gentoo system needs it to run.

Other than that it looks ok.  Thanks for posting :).