Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-25 | Use metacpan download URLsdev | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-11-04 | Remove .packlist and perllocal deletion since that is part of makepkg | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-21 | Change default CPAN mirror to leaseweb | Florian Pritz | 2 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-20 | Remove i686 since arch no longer lists it in official PKGBUILDs | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-09 | Add -- to module-build arguments for module-build-tiny | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-09 | Put $pkgver into pkgbuild when setting _ddir | Florian Pritz | 1 | -1/+3 | |
Allows for easier manual updates later on Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-18 | Bugfix for fetchcpan. Changed the dist/version splitting algorithm. | Justin Davis | 1 | -8/+4 | |
We split on hyphens and underscores and choose the last element for the version string. The earlier algorithm was mistaking the 3D in GD-3DBarcode for a version string. | |||||
2013-04-11 | Better error reporting if sync with CPAN fails. | Justin Davis | 2 | -4/+12 | |
2013-04-11 | Perl mod pkgbuilds use $_ddir now. | Justin Davis | 2 | -2/+2 | |
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-04 | Strip zeros from dependencies upon the perl package. | Justin Davis | 1 | -5/+4 | |
2012-06-15 | Cleanup pkg/dest when package is not found. | Justin Davis | 1 | -3/+3 | |
2012-06-15 | preps return 100 when they can't find matches. | Justin Davis | 1 | -2/+2 | |
2012-06-15 | Remove forgotten LWP::UserAgent. | Justin Davis | 1 | -1/+0 | |
2012-06-06 | Remove tracing output. | Justin Davis | 1 | -1/+0 | |
2012-06-06 | Module::Build dists were totally borked. | Justin Davis | 2 | -4/+6 | |
2012-06-02 | Fix perlcore to work properly. Mark core-only modules. | Justin Davis | 1 | -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-01 | Update CPAN index filenames everywhere they are used. | Justin Davis | 3 | -15/+16 | |
cpandists => cpan.dists cpanmods => cpan.mods Fixes a bug where loadcore tried to use _vardir in perl-dist. | |||||
2012-06-01 | Update the filenames in fetchcpan too whydontcha?! | Justin Davis | 1 | -2/+2 | |
2012-06-01 | Use our own list instead of Module::CoreList. | Justin Davis | 1 | -26/+35 | |
2012-06-01 | Move scrapecore script. Perl corelist will be bundled now. | Justin Davis | 2 | -255/+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-06-01 | Update style of scrapecore (again) and warn on missing versions. | Justin Davis | 1 | -31/+36 | |
2012-05-15 | s/PERL_MM_DEFAULT/PERL_MM_USE_DEFAULT/. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | s/prefix/beg/. | Justin Davis | 1 | -1/+1 | |
2012-05-15 | Be paranoid with env vars in check() for perl pkgs. | Justin Davis | 1 | -0/+8 | |
Re-adds export PERL_MM_DEFAULT=1 and unset PERL5LIB. | |||||
2012-05-15 | Rename $_distdir to _$dir in PKGBUILD. | Justin Davis | 1 | -1/+1 | |
2012-05-14 | Add feature to replace ver-strings with $pkgver. | Justin Davis | 1 | -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-22 | Add _distdir var to perl PKGBUILDs. | Justin Davis | 1 | -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-21 | Use the GENPKGDBG var in perl-dist. | Justin Davis | 1 | -1/+1 | |
2012-04-21 | Make missing cpanmods message friendlier. | Justin Davis | 1 | -0/+3 | |
Scrapecore needs ~/.genpkg/var/cpanmods data to exist. When it is missing try to give a friendlier error message. | |||||
2012-04-21 | Make missing coremods message friendlier. | Justin Davis | 1 | -7/+11 | |
Use the PREPSPATH env variable to tell the user exactly where the scrapecore script is located. | |||||
2012-04-16 | Rename the metas/ directory to preps/. | Justin Davis | 5 | -0/+1144 | |
This matches the prepkg script name. |