X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fg-cpanp;h=9f155ded7e5dab6e978740bdf8888340a7fd521a;hb=HEAD;hp=6208c23d767a4c019ec70aa29dc91fa3eb4ac6a7;hpb=2afdefe0eb7ee6588c31f08493e11371590aabfa;p=perl%2Fmodules%2FCPANPLUS-Dist-Gentoo.git diff --git a/samples/g-cpanp b/samples/g-cpanp index 6208c23..9f155de 100755 --- a/samples/g-cpanp +++ b/samples/g-cpanp @@ -1,13 +1,8 @@ #!/bin/sh -HEADER="# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2" - # For debugging only : # PERL5LIB=blib/lib \ -exec cpan2dist --format=CPANPLUS::Dist::Gentoo \ - --dist-opts manifest=yes \ - --dist-opts keywords=amd64 \ - --dist-opts header="$HEADER" \ - --skiptest --verbose \ +exec cpan2dist --format=CPANPLUS::Dist::Gentoo \ + --dist-opts manifest=yes \ + --skiptest --verbose --buildprereq \ $@