summaryrefslogtreecommitdiffstats
path: root/preps/perl.d/perl-dist
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11Perl mod pkgbuilds use $_ddir now.Justin Davis1-1/+1
With pacman 4.1 $srcdir is no longer set outside of PKGBUILD functions. Yipee! This breaks all of my PKGBUILDs. Now we switch to storing the distribution's tarballed directory in the _ddir custom variable. We cd into $srcdir/$_ddir at the beginning of every func. Custom variable mechanics have changed in bin/pbfields as well. Instead of hard-coding _dir as an accepted field, any PKGDATA entry with a name starting with underscore (_) is considered a custom variable and printed in the PKGBUILD.
2012-07-04Strip zeros from dependencies upon the perl package.Justin Davis1-5/+4
2012-06-15Remove forgotten LWP::UserAgent.Justin Davis1-1/+0
2012-06-06Remove tracing output.Justin Davis1-1/+0
2012-06-06Module::Build dists were totally borked.Justin Davis1-2/+3
2012-06-02Fix perlcore to work properly. Mark core-only modules.Justin Davis1-11/+6
Find every module, not just the main module in the distribution. This acted like provides.pl in perlpkgscripts. Now I remember why I used Module::CoreList instead of going through this. Updates the perlcore.mods-* files under misc/ as well. Fix perl-dist to parse the extra * properly.
2012-06-01Update CPAN index filenames everywhere they are used.Justin Davis1-9/+10
cpandists => cpan.dists cpanmods => cpan.mods Fixes a bug where loadcore tried to use _vardir in perl-dist.
2012-06-01Use our own list instead of Module::CoreList.Justin Davis1-26/+35
2012-06-01Move scrapecore script. Perl corelist will be bundled now.Justin Davis1-6/+4
The core module list for perl might as well be bundled with genpkg. The setup script will install it to the proper place. The scrapecore script will still be included for completeness but shouldn't have to be used by the user, hopefully.
2012-05-14Add feature to replace ver-strings with $pkgver.Justin Davis1-2/+1
Alot of logic was added to allow changing versions in mods while still preserving the version in the $_ver custom variable.
2012-04-22Add _distdir var to perl PKGBUILDs.Justin Davis1-25/+22
pbfields now recognizes a customvars field which names other fields it should print in the PKGBUILD header. These field names are prefixed with an underscore ("_").
2012-04-21Use the GENPKGDBG var in perl-dist.Justin Davis1-1/+1
2012-04-21Make missing coremods message friendlier.Justin Davis1-7/+11
Use the PREPSPATH env variable to tell the user exactly where the scrapecore script is located.
2012-04-16Rename the metas/ directory to preps/.Justin Davis1-0/+617
This matches the prepkg script name.