Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27947 - pep-2.8 (new ebuild)
Summary: pep-2.8 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-09-04 12:22 UTC by Steingrim Dovland
Modified: 2004-03-14 11:26 UTC (History)
1 user (show)

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


Attachments
pep-2.8.ebuild (pep-2.8.ebuild,898 bytes, text/plain)
2003-09-04 12:22 UTC, Steingrim Dovland
Details
pep-2.8-gentoo.patch (pep-2.8-gentoo.patch,382 bytes, patch)
2003-09-04 12:23 UTC, Steingrim Dovland
Details | Diff
ChangeLog (ChangeLog,274 bytes, text/plain)
2003-09-04 12:24 UTC, Steingrim Dovland
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steingrim Dovland 2003-09-04 12:22:08 UTC
Attached you will find an ebuild for pep, a general purpose file filter. It may
be used to expand/compress tabs; convert to and from several character sets; to
interprete ANSI escape sequences; and to remove unwanted line noise from files.

I've also attached a patch to fix some things in the Makefile.

I suggest sys-apps/ or app-misc/
Comment 1 Steingrim Dovland 2003-09-04 12:22:53 UTC
Created attachment 17083 [details]
pep-2.8.ebuild
Comment 2 Steingrim Dovland 2003-09-04 12:23:31 UTC
Created attachment 17084 [details, diff]
pep-2.8-gentoo.patch
Comment 3 Steingrim Dovland 2003-09-04 12:24:15 UTC
Created attachment 17085 [details]
ChangeLog
Comment 4 SpanKY gentoo-dev 2003-09-04 13:00:50 UTC
app-text would be even better ... i guess i re-assigned this when i meant to 
re-assign cplay, sorry 
Comment 5 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-03-14 11:26:13 UTC
Hi, sorry about the delay. I emerged your ebuild and it worked fine.
However, I wanted to change a bit of your ebuild. I removed `inherit
eutils` because epatch is now part of Portage (the time you submitted 
the ebuild here, the line was necessary. So don't worry about it).
Also, I changed `dodir /usr/share/pep; cp ...` to `insinto
/usr/share/pep; doins Filter/*` as it looks much clean if we use doins.
Please use insinto/doins if you can write so. (doins doesn't support
recursive operation yet, so you need cp -R in some cases) I added
the ebuild to CVS with these modifications.

I would often use expand/unexpand/fold to tidy text files but pep
seems to do all the jobs I needed for these utilities. Thanks for the
contribution ;)