Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29836 - cdecl-2.5.ebuild (new package)
Summary: cdecl-2.5.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: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-09-28 14:27 UTC by Joel Yliluoma
Modified: 2003-09-30 06:33 UTC (History)
1 user (show)

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


Attachments
The ebuild file of cdecl-2.5 (cdecl-2.5.ebuild,1.31 KB, text/plain)
2003-09-28 14:30 UTC, Joel Yliluoma
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Yliluoma 2003-09-28 14:27:49 UTC
From "apt-cache show cdecl":

Description: Turn English phrases to C or C++ declarations
 Cdecl is a program which will turn English-like phrases such as "declare
 foo as array 5 of pointer to function returning int" into C declarations
 such as "int (*foo[5])()". It can also translate the C into the pseudo-
 English. And it handles typecasts, too. Plus C++. And in this version
 it has command line editing and history with the GNU readline library.
Comment 1 Joel Yliluoma 2003-09-28 14:30:10 UTC
Created attachment 18436 [details]
The ebuild file of cdecl-2.5

This should be enhanced with an USE option to make libreadline dependency
optional.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2003-09-29 23:00:57 UTC
This needs a bit more fixing... will have a look at it soon.
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-09-30 06:33:12 UTC
Did quite a few changes and put it into portage. Please check.