]> git.vpit.fr Git - perl/modules/CPANPLUS-Dist-Gentoo.git/shortlog
perl/modules/CPANPLUS-Dist-Gentoo.git
2010-04-17 Vincent PitThis is 0.10 v0.10
2010-04-17 Vincent PitMake sure the ebuild placeholder gets unlinked on failure
2010-04-17 Vincent PitIntroduce a scope guard object
2010-04-17 Vincent PitEnforce the right version of the perl dependency whenev...
2010-04-17 Vincent PitPut the META extraction logic into a separate ->meta...
2010-04-16 Vincent PitReduce namespace pollution
2010-04-16 Vincent PitOne more gentooism: XML-Sablot
2010-04-16 Vincent PitUpdate CPANPLUS version and url in the bootstrap section
2010-04-16 Vincent PitBump copyright year
2010-03-23 Vincent PitPOD tweaks
2009-11-29 Vincent Pitcmp_ok between overloaded objects considered harmful...
2009-11-29 Vincent PitThe perils of copypasta
2009-11-29 Vincent PitThis is 0.09 v0.09
2009-11-29 Vincent PitOne more gentooism: Date-Manip
2009-11-29 Vincent PitTest comparing an atom to an atom string
2009-11-29 Vincent PitTest C::D::G::Atom->{new,new_from_ebuild}
2009-11-29 Vincent PitStrengthen validation of the thingies an atom can be...
2009-11-29 Vincent PitAlso infer the range when initializing a C::D::G::Atom...
2009-11-29 Vincent PitFix wrong expected value in t/31-atom-and.t
2009-11-29 Vincent PitCorrectly propagate the dist-options to the SUPER calls
2009-11-29 Vincent PitC::D::G::Atom->and ought to handle only one atom
2009-11-29 Vincent PitDocument C::D::G::{Atom,Version}
2009-11-29 Vincent PitMake 'ebuild' a normal accessor for C::D::G::Atom objects
2009-11-29 Vincent PitAdd string comparison for atoms
2009-11-29 Vincent PitIntroduce C::D::G::Atom->qualified_name
2009-11-29 Vincent PitMake overload methods private
2009-11-28 Vincent PitFix the PATH in the bootstrap documentation
2009-11-28 Vincent PitRename the 'minimum' option to a more versatile 'range...
2009-11-27 Vincent PitC::D::G::Maps::version_c2g ought to return undef for...
2009-11-27 Vincent PitInfer the right category and name when creating an...
2009-11-27 Vincent PitFix typos in C::D::G::Atom
2009-11-27 Vincent PitStrip duplicated entries in the RDEPEND list
2009-11-26 Vincent PitIntroduce C::D::G::{Atom,Version}
2009-10-10 Vincent PitRename misc "depends" items to "requires"
2009-10-04 Vincent PitRe-indent WriteMakefile() arguments
2009-10-04 Vincent PitBuild the $name and the main $file from $dist
2009-10-04 Vincent PitPut prerequisites in their own separate hash
2009-10-04 Vincent PitGive an explicit value to dynamic_config
2009-09-26 Vincent PitKwalitee test overhaul
2009-09-22 Vincent PitDocument how to install or bootstrap the module on...
2009-09-08 Vincent PitThe samples/g-cpanp script doesn't need to specify...
2009-09-08 Vincent PitFix the gentooisms count in t/11-maps-name.t
2009-09-08 Vincent PitAdd a sensible default header
2009-09-08 Vincent PitThe dependencies we compute are the run-time dependenci...
2009-09-06 Vincent PitBetter handling of $file in ->update_manifest
2009-09-06 Vincent PitIgnore the lib/CPANPLUS/Dist/Gentoo/Maps.pm.bak file
2009-09-06 Vincent PitOne more gentooism: NTLM
2009-09-04 Vincent PitThis is 0.08 v0.08
2009-09-04 Vincent PitList::Util is now a dependency
2009-09-04 Vincent PitPreserve the existing $stat->dist when the dist has...
2009-09-04 Vincent PitCheck in prepare() if there isn't an ebuild available yet
2009-09-03 Vincent PitMake fatal the failure to map a dependency to an ebuild
2009-09-03 Vincent PitWrite the ebuild only after the dependencies were handled
2009-09-03 Vincent PitFix case of equality in version requirement
2009-09-03 Vincent PitDon't die if the prerequisite couldn't be found in...
2009-08-16 Vincent PitStyle nits
2009-08-16 Vincent PitBail out if the SUPER calls to prepare/create failed
2009-08-16 Vincent PitIntuit the correct license from the DSLIP or the META...
2009-08-16 Vincent PitPOD cleanups
2009-08-16 Vincent PitRename eb_(.*) accessors to ebuild_$1
2009-08-16 Vincent PitMove the formatting of the ebuild source into a new...
2009-08-16 Vincent Pitbase.pm is also a dependency
2009-08-16 Vincent PitAdd the _abort(), _notify() and _skip() diagnostics...
2009-08-16 Vincent PitPut the update Manifest logic into its own update_manif...
2009-08-15 Vincent PitProperly asset the situation at the end of prepare...
2009-08-15 Vincent PitReduce namespace pollution
2009-08-15 Vincent PitMake _unquote() into a private sub
2009-08-15 Vincent PitGet rid of t/90-boilerplate.t
2009-08-15 Vincent PitBetter logic for capturing "emerge --info" output
2009-07-01 Vincent PitThis is 0.07 v0.07
2009-07-01 Vincent PitUpdate the gentooisms test count
2009-06-04 Vincent PitRegenerate the gentooisms
2009-04-22 Vincent PitSlashes are reserved and hence must be encoded in the...
2009-04-16 Vincent PitPoint the repository to the gitweb instead of the bare...
2009-02-14 Vincent PitReplace an occurence of $self->status by $stat in _run()
2009-02-14 Vincent PitThis is 0.06 also for CPANPLUS::Dist::Gentoo::Maps...
2009-02-14 Vincent PitThis is 0.06 v0.06
2009-02-14 Vincent PitTest compilation of CPANPLUS::Dist::Gentoo::Maps
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
2009-02-01 Vincent PitDon't try to look for a version if none was passed...
2009-02-01 Vincent PitRefine the versioning logic
2009-01-31 Vincent PitMove the gentooisms to a new CPANPLUS::Dist::Gentoo...
2009-01-31 Vincent PitAdd some exceptional cases to samples/gengentooisms
2009-01-25 Vincent PitGenerate ebuild for the current dist before recursing
2009-01-25 Vincent PitRemove duplicated dependencies
2009-01-25 Vincent PitCache the result of format_available()
2009-01-25 Vincent PitPrevent infinite loop when forcing a distribution with...
2009-01-25 Vincent PitThis is 0.05 v0.05
2009-01-25 Vincent PitBump copyright year
2009-01-24 Vincent PitRevert "Specifying MODULE_AUTHOR sets S and SRC_URI...
2009-01-24 Vincent PitDon't try to find a versioned ebuild if the call to...
2009-01-07 Vincent PitFor each CPAN dependency, search in which category...
2009-01-07 Vincent PitMake $stat->portdir_overlay an array reference
2008-12-21 Vincent Pit%gentooism ought to be public
2008-12-21 Vincent PitThe default keywords are now good enough for g-cpanp
2008-12-21 Vincent PitSet the default distdir with emerge --info's DISTDIR
2008-12-21 Vincent PitPORTDIR_OVERLAY is supposed to be a space-delimited...
2008-12-21 Vincent PitSpecifying MODULE_AUTHOR sets S and SRC_URI, so we...
2008-12-20 Vincent PitSet the default keywords with ACCEPT_KEYWORDS from...
2008-12-20 Vincent PitBetter handling of the run of emerge --info
next