diff options
24 files changed, 83 insertions, 102 deletions
diff --git a/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild b/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild index a5b3e74fc88c..a502ef85b3ff 100644 --- a/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild +++ b/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-MD5/Digest-MD5-2.12.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -16,7 +16,8 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + echo $PERLINSTALL + perl Makefile.PL try make try make test } @@ -24,7 +25,7 @@ src_compile() { src_install () { cd ${S} - try make install + make PREFIX=${D}/usr install prepman dodoc Changes MANIFEST README rfc*.txt diff --git a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild index 7eddf4c763a7..00899ac3d1de 100644 --- a/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild +++ b/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-F77/ExtUtils-F77-1.13.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=ExtUtils-F77-1.13 A=${P}.tar.gz @@ -15,7 +15,7 @@ DEPEND=">=sys-devel/perl-5" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -24,7 +24,7 @@ src_compile() { src_install () { cd ${S} - try make install + try make PREFIX=${D}/usr install prepman dodoc CHANGES README MANIFEST } diff --git a/dev-perl/HTML-Parser/HTML-Parser-3.13.ebuild b/dev-perl/HTML-Parser/HTML-Parser-3.13.ebuild index 270a1ad8bfd7..4ecbec740d32 100644 --- a/dev-perl/HTML-Parser/HTML-Parser-3.13.ebuild +++ b/dev-perl/HTML-Parser/HTML-Parser-3.13.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.13.ebuild,v 1.2 2000/11/01 06:27:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Parser/HTML-Parser-3.13.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,14 +11,13 @@ SRC_URI="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_H HOMEPAGE="http://cpan.valueclick.com/modules/by-category/15_World_Wide_Web_HTML_HTTP_CGI/HTML/${P}.readme" DEPEND=">=sys-devel/perl-5 - >=sys-libs/glibc-2.1.3 >=dev-perl/HTML-Tagset-3.02" src_compile() { cd ${S} cp ${FILESDIR}/Makefile.PL . - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -26,8 +25,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc ANNOUNCEMENT Changes MANIFEST README TODO } diff --git a/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild b/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild index d31105e10176..fa2a0c8774c8 100644 --- a/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild +++ b/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tagset/HTML-Tagset-3.02.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -15,7 +15,7 @@ DEPEND=">=sys-devel/perl-5" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -23,8 +23,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc ChangeLog MANIFEST README } diff --git a/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild b/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild index 393b9832a325..d2ae6610264b 100644 --- a/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild +++ b/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MIME-Base64/MIME-Base64-2.11.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=MIME-Base64-2.11 A=${P}.tar.gz @@ -17,7 +17,7 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -25,8 +25,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes MANIFEST README } diff --git a/dev-perl/PDL/PDL-2.1.1.ebuild b/dev-perl/PDL/PDL-2.1.1.ebuild index 401263634e9d..752359ce0e99 100644 --- a/dev-perl/PDL/PDL-2.1.1.ebuild +++ b/dev-perl/PDL/PDL-2.1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.1.1.ebuild,v 1.4 2000/11/01 06:27:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.1.1.ebuild,v 1.5 2000/11/04 12:54:30 achim Exp $ P=PDL-2.1.1 A=${P}.tar.gz @@ -11,7 +11,6 @@ SRC_URI="http://cpan.valueclick.com/modules/by-module/PDL/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/PDL/${P}.readme" DEPEND=">=sys-devel/perl-5 - >=sys-libs/glibc-2.1.3 >=sys-libs/gpm-1.19.3 >=sys-libs/ncurses-5.1 >=dev-perl/ExtUtils-F77-1.13" @@ -25,7 +24,7 @@ src_unpack() { src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -34,9 +33,16 @@ src_compile() { src_install () { cd ${S} - try make install + try make PREFIX=${D}/usr install dodoc COPYING Changes DEPENDENCIES DEVELOPMENT README MANIFEST* - dodoc Release_Notes TODO + dodoc Release_Notes TODO + mv ${D}/usr/lib/perl5/site_perl/5.6.0/i686-linux-thread-multi/PDL/HtmlDocs ${D}/usr/doc/${P}/html + mydir=${D}/usr/doc/${P}/html/PDL + for i in ${mydir}/* ${mydir}/IO/* ${mydir}/Fit/* ${mydir}/Pod/* ${mydir}/Graphics/* + do + dosed ${i/${D}} + done + dosed /usr/lib/perl5/site_perl/5.6.0/i686-linux-thread-multi/PDL/pdldoc.db } diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild index 8b372ea34b7a..c0af2c450b12 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild,v 1.3 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.79.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=Parse-RecDescent-1.79 A=${P}.tar.gz @@ -15,7 +15,7 @@ DEPEND=">=sys-devel/perl-5" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -24,8 +24,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes README MANIFEST docinto html dodoc tutorial/* diff --git a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild index 564c646608f6..cead23ccf536 100644 --- a/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild +++ b/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.2 2000/11/01 04:44:15 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ A=${PN}-${PV}ii.tar.gz S=${WORKDIR}/${PN} @@ -26,7 +26,7 @@ src_compile() { src_install () { cd ${S} - dodir /usr/lib/perl5/site_perl/5.6.0/ + dodir /usr/lib/perl5/site_perl/5.6.0 dodir /usr/bin dodoc BUGS DOC README TODO COPYING ChangeLog try make diff --git a/dev-perl/SOAP/SOAP-0.25.ebuild b/dev-perl/SOAP/SOAP-0.25.ebuild index bfad7818780f..c8c167b6e1a3 100644 --- a/dev-perl/SOAP/SOAP-0.25.ebuild +++ b/dev-perl/SOAP/SOAP-0.25.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SOAP/SOAP-0.25.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=SOAP-0.25 A=${P}.tar.gz @@ -13,12 +13,13 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/SOAP/${P}.readme" DEPEND=">=sys-devel/perl-5 >=dev-perl/HTML-Parser-3.13 >=dev-perl/URI-1.09 - >=dev-perl/XML-Parser-2.29" + >=dev-perl/XML-Parser-2.29 + >=dev-perl/mod_perl-1.24" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make # try make test @@ -27,8 +28,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes README MANIFEST } diff --git a/dev-perl/URI/URI-1.09.ebuild b/dev-perl/URI/URI-1.09.ebuild index 29d36195c94e..9a1d28581415 100644 --- a/dev-perl/URI/URI-1.09.ebuild +++ b/dev-perl/URI/URI-1.09.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.09.ebuild,v 1.2 2000/11/01 06:27:09 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.09.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -16,7 +16,7 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -24,8 +24,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes MANIFEST README rfc2396.txt } diff --git a/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild b/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild index dc640342abc4..9f00e66feace 100644 --- a/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild +++ b/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild,v 1.4 2000/11/01 06:27:10 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Catalog/XML-Catalog-0.01.ebuild,v 1.5 2000/11/04 12:54:30 achim Exp $ P=XML-Catalog-0.01 A=${P}.tar.gz @@ -18,7 +18,7 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -27,8 +27,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes MANIFEST } diff --git a/dev-perl/XML-DOM/XML-DOM-1.25.ebuild b/dev-perl/XML-DOM/XML-DOM-1.25.ebuild index 5a49ce29322e..a8d95ece80ed 100644 --- a/dev-perl/XML-DOM/XML-DOM-1.25.ebuild +++ b/dev-perl/XML-DOM/XML-DOM-1.25.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DOM/XML-DOM-1.25.ebuild,v 1.4 2000/11/01 06:27:10 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DOM/XML-DOM-1.25.ebuild,v 1.5 2000/11/04 12:54:30 achim Exp $ P=XML-DOM-1.25 A=${P}.tar.gz @@ -17,7 +17,7 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make make test } @@ -25,8 +25,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes MANIFEST README rfc2396.txt } diff --git a/dev-perl/XML-DT/XML-DT-0.14.ebuild b/dev-perl/XML-DT/XML-DT-0.14.ebuild index c265d661b130..3ac12fbfb1cc 100644 --- a/dev-perl/XML-DT/XML-DT-0.14.ebuild +++ b/dev-perl/XML-DT/XML-DT-0.14.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DT/XML-DT-0.14.ebuild,v 1.4 2000/11/01 06:27:10 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-DT/XML-DT-0.14.ebuild,v 1.5 2000/11/04 12:54:30 achim Exp $ P=XML-DT-0.14 A=${P}.tar.gz @@ -23,7 +23,7 @@ src_unpack() { src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -32,8 +32,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes README MANIFEST docinto html dodoc DT.html diff --git a/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild b/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild index c41140ec25e0..2b26b638ce95 100644 --- a/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild +++ b/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild,v 1.3 2000/11/01 06:27:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Encoding/XML-Encoding-1.01.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=XML-Encoding-1.01 A=${P}.tar.gz @@ -17,15 +17,14 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make } src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes README MANIFEST } diff --git a/dev-perl/XML-Parser/XML-Parser-2.29.ebuild b/dev-perl/XML-Parser/XML-Parser-2.29.ebuild index fdfa379e38f6..0a41716e8d9b 100644 --- a/dev-perl/XML-Parser/XML-Parser-2.29.ebuild +++ b/dev-perl/XML-Parser/XML-Parser-2.29.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.29.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Parser/XML-Parser-2.29.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=XML-Parser-2.29 A=${P}.tar.gz @@ -11,13 +11,12 @@ DESCRIPTION="A Perl extension interface to James Clark's XML parser, expat." SRC_URI="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-category/11_String_Lang_Text_Proc/XML/${P}.readme" -DEPEND=">=sys-devel/perl-5 - >=sys-libs/glibc-2.1.3" +DEPEND=">=sys-devel/perl-5" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -25,8 +24,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes MANIFEST README } diff --git a/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild b/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild index a70eddd14f89..bd61e8234934 100644 --- a/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild +++ b/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild,v 1.2 2000/11/01 06:27:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Sablot/XML-Sablot-0.44.ebuild,v 1.3 2000/11/04 12:54:30 achim Exp $ P=XML-Sablotron-0.44 A=${P}.tar.gz @@ -12,13 +12,12 @@ SRC_URI="http://www.gingerall.com/perl/rd?url=sablot/${A}" HOMEPAGE="http://www.gingerall.com/charlie-bin/get/webGA/act/xml-sab.act" DEPEND=">=sys-devel/perl-5 - >=sys-libs/glibc-2.1.3 >=app-text/sablotron-0.44" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -27,8 +26,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Changes README MANIFEST } diff --git a/dev-perl/XML-Writer/XML-Writer-0.4.ebuild b/dev-perl/XML-Writer/XML-Writer-0.4.ebuild index 217c837cb56c..425fe6a25154 100644 --- a/dev-perl/XML-Writer/XML-Writer-0.4.ebuild +++ b/dev-perl/XML-Writer/XML-Writer-0.4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.4.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-Writer/XML-Writer-0.4.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=XML-Writer-0.4 A=${P}.tar.gz @@ -15,7 +15,7 @@ DEPEND=">=sys-devel/perl-5" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make # try make test @@ -24,7 +24,7 @@ src_compile() { src_install () { cd ${S} - try make install + try make PREFIX=${D}/usr install dodoc README MANIFEST Changes } diff --git a/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild b/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild index 3dddf894ad70..db97db39fe28 100644 --- a/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild +++ b/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild,v 1.3 2000/11/01 06:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/XML-XSLT/XML-XSLT-0.24.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=XML-XSLT-0.24 A=${P}.tar.gz @@ -19,7 +19,7 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -27,8 +27,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc MANIFEST README } diff --git a/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild b/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild index 1c0287528b61..27c903ac44cd 100644 --- a/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild +++ b/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild,v 1.5 2000/11/03 17:47:44 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk-perl/gtk-perl-0.7000-r1.ebuild,v 1.6 2000/11/04 12:54:30 achim Exp $ P=gtk-perl-0.7000 A=Gtk-Perl-0.7000.tar.gz @@ -12,21 +12,16 @@ HOEMPAGE="http://www.perl.org/" DEPEND=">=x11-libs/gtk+-1.2.8" -src_unpack() { - unpack ${A} -} src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make } src_install() { cd ${S} - echo $PERLINSTALL - try make prefix=${D}/usr install - prepman + try make PREFIX=${D}/usr install dodoc ChangeLog MANIFEST NOTES README VERSIONS WARNING } diff --git a/dev-perl/libnet/libnet-1.0703-r1.ebuild b/dev-perl/libnet/libnet-1.0703-r1.ebuild index 2963b787ddc5..d41d1fa79997 100644 --- a/dev-perl/libnet/libnet-1.0703-r1.ebuild +++ b/dev-perl/libnet/libnet-1.0703-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.0703-r1.ebuild,v 1.3 2000/11/01 04:44:16 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libnet/libnet-1.0703-r1.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=libnet-1.0703 A=${P}.tar.gz @@ -17,7 +17,7 @@ src_compile() { cd ${S} cp ${O}/files/libnet.cfg . - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -25,8 +25,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc ChangeLog README* MANIFEST } diff --git a/dev-perl/libwww-perl/libwww-perl-5.48.ebuild b/dev-perl/libwww-perl/libwww-perl-5.48.ebuild index 6ca2b7755381..f6ae08427e3c 100644 --- a/dev-perl/libwww-perl/libwww-perl-5.48.ebuild +++ b/dev-perl/libwww-perl/libwww-perl-5.48.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.48.ebuild,v 1.3 2000/11/01 06:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libwww-perl/libwww-perl-5.48.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=libwww-perl-5.48 A=${P}.tar.gz @@ -20,7 +20,7 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test } @@ -28,8 +28,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc ChangeLog MANIFEST README* TODO } diff --git a/dev-perl/libxml-perl/libxml-perl-0.07.ebuild b/dev-perl/libxml-perl/libxml-perl-0.07.ebuild index 3ac9d1da7379..cea84066a5fa 100644 --- a/dev-perl/libxml-perl/libxml-perl-0.07.ebuild +++ b/dev-perl/libxml-perl/libxml-perl-0.07.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.07.ebuild,v 1.3 2000/11/01 06:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libxml-perl/libxml-perl-0.07.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=libxml-perl-0.07 A=${P}.tar.gz @@ -17,7 +17,7 @@ DEPEND=">=sys-devel/perl-5 src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make try make test @@ -26,8 +26,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc README ChangeLog Changes } diff --git a/dev-perl/mod_perl/mod_perl-1.24.ebuild b/dev-perl/mod_perl/mod_perl-1.24.ebuild index f62fb3023333..e6ebcc8bec30 100644 --- a/dev-perl/mod_perl/mod_perl-1.24.ebuild +++ b/dev-perl/mod_perl/mod_perl-1.24.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.24.ebuild,v 1.3 2000/11/02 02:17:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.24.ebuild,v 1.4 2000/11/04 12:54:30 achim Exp $ P=mod_perl-1.24 A=${P}.tar.gz @@ -20,7 +20,7 @@ DEPEND=">=sys-libs/glibc-2.1.3 src_compile() { cd ${S} - perl Makefile.PL NO_HTTPD=1 $PERLINSTALL + perl Makefile.PL NO_HTTPD=1 try make cd src/modules/perl apxs -c -I /usr/lib/perl5/5.6.0/i686-linux-thread-multi/CORE mod_perl.c @@ -29,8 +29,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install cd src/modules/perl insinto /usr/lib/apache doins mod_perl.so diff --git a/dev-perl/perl-tk/perl-tk800-022.ebuild b/dev-perl/perl-tk/perl-tk800-022.ebuild index 678f220bfa48..72a9f3c85968 100644 --- a/dev-perl/perl-tk/perl-tk800-022.ebuild +++ b/dev-perl/perl-tk/perl-tk800-022.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk800-022.ebuild,v 1.3 2000/11/01 06:27:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-tk/perl-tk800-022.ebuild,v 1.4 2000/11/04 12:54:31 achim Exp $ P=Tk800.022 A=${P}.tar.gz @@ -11,13 +11,12 @@ SRC_URI="http://cpan.valueclick.com/modules/by-module/Tk/${A}" HOMEPAGE="http://cpan.valueclick.com/modules/by-module/Tk/${P}.readme" DEPEND=">=sys-devel/perl-5 - >=sys-libs/glibc-2.1.3 >=x11-base/xfree-4.0.1" src_compile() { cd ${S} - perl Makefile.PL $PERLINSTALL + perl Makefile.PL try make # try make test @@ -26,8 +25,7 @@ src_compile() { src_install () { cd ${S} - try make install - prepman + try make PREFIX=${D}/usr install dodoc Change.log Changes COPYING README* MANIFEST* dodoc ToDo VERSIONS } |