summaryrefslogtreecommitdiffstats
path: root/fake_packages
Commit message (Collapse)AuthorAgeFilesLines
...
* move Pango functions in their own namespaceThierry Vignaud2016-10-111-11/+11
| | | | this will help next commits
* move gtk functions in their own namespaceThierry Vignaud2016-10-111-241/+241
| | | | this will help next commits
* move gdk functions in their own namespaceThierry Vignaud2016-10-111-2285/+2285
| | | | this will help next commits
* remove Gdk internal symbolsThierry Vignaud2016-10-111-8/+0
|
* sort some functionsThierry Vignaud2016-10-111-728/+678
| | | | make next commit more readable
* sort the fake Gtk3::* packagesThierry Vignaud2016-10-111-4788/+4785
| | | | it'll help making next commit more readable
* more Gtk3 functionsThierry Vignaud2016-09-211-0/+7
| | | | | | | thus increasing perl_checker SNR on drakx I really should resurect my Glib::Object::Introspection patch in order to generate fake introspection packages...
* list a cople missing Gtk3 'new' methodsThierry Vignaud2016-09-171-0/+3
| | | | thus increasing SNR in eg: rpmdrake, userdrake
* shrink blacklist accordinglyThierry Vignaud2016-09-161-69/+0
|
* help perl_checkerThierry Vignaud2016-09-161-1/+1
| | | | it doesn't like package names starting with numbers :-(
* tell perl_checker all func are exported by defaultThierry Vignaud2016-09-161-0/+2
| | | | well nearly all them anyway
* add POSIX fake packageThierry Vignaud2016-09-161-0/+165
|
* add Cwd fake packageThierry Vignaud2016-09-131-0/+28
|
* update Curses::UI fake packageThierry Vignaud2016-09-131-6/+16
|
* update Encode fake packageThierry Vignaud2016-09-131-6/+3
|
* update Getopt::Long fake packageThierry Vignaud2016-09-131-0/+1
|
* update MDV::Distribconf fake packageThierry Vignaud2016-09-131-32/+61
|
* remove Cairo fake packages (unused)Thierry Vignaud2016-09-131-349/+0
|
* remove Gnome2 fake packages (unused)Thierry Vignaud2016-09-132-730/+0
|
* update Net::DNS fake packageThierry Vignaud2016-09-131-4/+994
|
* update RPM4 fake packageThierry Vignaud2016-09-131-10/+0
|
* add c fake packageThierry Vignaud2016-09-131-0/+77
|
* add Encode fake packageThierry Vignaud2016-09-131-0/+179
|
* add Carp fake packageThierry Vignaud2016-09-131-0/+26
|
* add XSLoader fake packageThierry Vignaud2016-09-131-0/+5
|
* add Glib::Object::Introspection fake packageThierry Vignaud2016-09-131-0/+32
|
* update Gtk2 fake packageThierry Vignaud2016-09-131-0/+2
|
* update Glib fake packageThierry Vignaud2016-09-131-1/+13
|
* add USER fake package for userdrakeThierry Vignaud2016-08-271-0/+56
|
* update blacklist (from drakx)Thierry Vignaud2015-05-251-1/+69
|
* update GlibThierry Vignaud2015-05-251-0/+85
|
* update URPMThierry Vignaud2015-05-251-9/+12
|
* better fake Gtk3Thierry Vignaud2014-02-041-15/+2577
|
* blacklist some keywordsThierry Vignaud2014-01-191-4/+0
|
* fake packages: add Gtk3 & Gtk3::{Notify,WebKit}Thierry Vignaud2014-01-193-0/+16812
|
* update Glib fake packageThierry Vignaud2012-12-171-5/+7
|
* update URPM fake packageThierry Vignaud2012-10-041-2/+1
|
* update URPM fake packageThierry Vignaud2012-09-211-0/+2
|
* update RPM4 & URPM fake packagesThierry Vignaud2012-09-062-24/+11
|
* make it parse latest URPMThierry Vignaud2012-09-061-1/+1
|
* fake XML::LibXML::Reader for urpmiThierry Vignaud2012-03-271-0/+728
|
* (is_blacklisted) blacklist sub cmp tooThierry Vignaud2012-03-271-1/+1
|
* kill debug statementThierry Vignaud2012-03-271-1/+0
|
* recognize binmode() (for eg urpmi)Thierry Vignaud2012-03-271-0/+1
|
* (is_blacklisted) kill unused argThierry Vignaud2012-03-241-1/+1
|
* update Net::FTP for install::ftp now that gen.pl handles "sub foobar { ↵Thierry Vignaud2012-03-241-72/+51
| | | | shift->some_method(@_) }"
* handle special case "sub foobar { shift->method_call(...) } (eg: Net::FTP)Thierry Vignaud2012-03-241-2/+6
|
* add RPM4 fake package (for eg: iurt)Thierry Vignaud2012-03-242-0/+303
|
* add a FIXME noteThierry Vignaud2012-03-231-0/+2
|
* update Net::FTP fake package for installerThierry Vignaud2012-03-231-6/+118
|