Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2233 - perltidy ebuild
Summary: perltidy ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-29 10:32 UTC by Paul Belt
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Belt 2002-04-29 10:32:10 UTC
DESCRIPTION="Perltidy is a Perl script indenter and beautifier. By default it
approximately follows the suggestions in perlstyle(1), but the style can be
adjusted with command line parameters. Perltidy can also write syntax-colored
HTML output."
MY_P="Perl-Tidy-${PV}"
S=${WORKDIR}/${MY_P}
SRC_URI="http://prdownloads.sourceforge.net/perltidy/${MY_P}.tgz"
HOMEPAGE="http://perltidy.sourceforge.net/"

DEPEND="perl"

src_compile() {

    perl Makefile.PL || die
    make || die

}   

src_install () {

    make PREFIX=${D}/usr INSTALLMAN1DIR=${D}/usr/share/man/man1 \
    INSTALLMAN3DIR=${D}/usr/share/man/man3 install
    dodoc Changes MANIFEST README TODO BUGS COPYING INSTALL TODO

}
Comment 1 Paul Belt 2002-04-29 10:37:08 UTC
perltidy-20020425.ebuild
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-05-12 22:45:20 UTC
I'll take this.
Comment 3 Arcady Genkin (RETIRED) gentoo-dev 2002-05-15 14:19:52 UTC
Committed.

I modified the ebuild a bit.  Please have a look.

Thanks.