summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* actually provided by PangoThierry Vignaud2016-11-061-35/+0
|
* blacklist Date::Manip for urpm::parallelThierry Vignaud2016-11-062-1/+2
|
* sortThierry Vignaud2016-11-061-1/+1
|
* add Glib::IOThierry Vignaud2016-11-062-0/+3423
| | | | | if using Glib::IO instead of manually setting GIO, that's the right namespace
* update RPM4Thierry Vignaud2016-11-062-0/+6
| | | | reversing bogus bits in commit 41b84c8fb5027e151a2e6b3d4cb3981c4881e225
* add NotifyThierry Vignaud2016-11-061-0/+41
| | | | for those not wanting to use perl-Gtk3-Notify
* add fake packages for Pango::CairoThierry Vignaud2016-11-042-0/+38
|
* 1.2.321.2.32Thierry Vignaud2016-11-042-1/+3
|
* update NotifyThierry Vignaud2016-11-041-1/+7
|
* remove Gtk3 from Gtk3::NotifyThierry Vignaud2016-11-041-6809/+0
| | | | (needed for next commit)
* update Gtk3 & co with relation to parent classesThierry Vignaud2016-11-044-3/+416
| | | | thus increasing SNR
* add fake packages for Atk, Gio, GObjectThierry Vignaud2016-11-045-0/+4651
| | | | | | | | This prevent the following errors after next commit: can't find package Atk::Object can't find package Gio::* can't find package GObject::TypeModule
* 1.2.311.2.31Thierry Vignaud2016-11-022-1/+3
|
* update Cairo fake packageThierry Vignaud2016-11-022-1/+4
|
* Revert "remove Cairo fake packages (unused)"Thierry Vignaud2016-11-022-0/+350
| | | | This reverts commit 7dd999c823ecfe916ca05b8b6d58f499d9f14767.
* make it parsable by perl_checkerThierry Vignaud2016-10-112-3/+6
|
* 1.2.301.2.30Thierry Vignaud2016-10-112-1/+3
|
* update Gtk3::WebKitThierry Vignaud2016-10-111-644/+753
|
* add Gtk3::WebKit2 fake packageThierry Vignaud2016-10-112-0/+860
|
* update Gtk3 fake package from 3.22Thierry Vignaud2016-10-112-46/+981
|
* no need to protect length() anymoreThierry Vignaud2016-10-111-4/+4
|
* no need to protect y() anymoreThierry Vignaud2016-10-111-10/+10
|
* 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
* recognize ~~ (smartmatch)Thierry Vignaud2016-10-113-2/+7
|
* blacklist File::Spec::Unix, Test::Builder for iurtThierry Vignaud2016-10-112-2/+3
|
* 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-172-0/+5
| | | | thus increasing SNR in eg: rpmdrake, userdrake
* 1.2.291.2.29Thierry Vignaud2016-09-162-1/+3
|
* shrink blacklist accordinglyThierry Vignaud2016-09-161-69/+0
|
* blacklist some basic packagesThierry Vignaud2016-09-162-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | they are not parsable by perl_checker and thus end in every project blacklist, so ... AutoLoader B Compress::Gzip Compress::Raw::Zlib Config::IniFiles Convert::ASN1 DateTime Digest::base Digest::Perl::MD5 encoding Errno Exporter::Heavy Exporter::Tiny ExtUtils::MakeMaker File::Copy File::Copy::Recursive File::Find File::FnMatch File::GlobMapper FileHandle File::MimeInfo::Magic File::NCopy File::Path File::Slurp File::Sync File::Temp Gtk2::Gdk::Keysyms Hash::Util::FieldHash HTTP::Message HTTP::Request::Common IO::Compress::Base::Common IO::Compress::Gzip IO::File IO::Handle IO::Pipe IO::Socket::INET IO::Socket::IP IO::Socket::SSL IO::Uncompress::Gunzip Libconf::Glueconf Libconf::Templates::Generic::KeyValue List::MoreUtils LWP::UserAgent MDV::Distribconf::Build MIME::Base64 MIME::Words Net::DBus::Binding::Introspector Net::DBus::Binding::Iterator Net::DBus::RemoteObject Net::DBus::Test::MockIterator Net::HTTP Net::HTTP::Methods Net::LDAP Net::LDAP::Constant Net::LDAP::Control Net::LDAP::Filter Net::LDAP::Intermediate Net::LDAP::Schema Net::LDAP::Util Net::SSL overload parent Perl::Tidy Pod::Usage String::Escape Symbol Sys::Syslog Term::ReadKey Test::More Text::ParseWords Text::Wrap Time::ZoneInfo URI::Escape XML::LibXML::AttributeHash XML::LibXML::Boolean XML::LibXML::Error XML::LibXML::Literal XML::LibXML::NodeList XML::LibXML::Number XML::Parser XML::Simple XML::Writer
* recognize "bytes", "open" & "constant" pragmasThierry Vignaud2016-09-162-1/+3
| | | | also sort them
* help perl_checkerThierry Vignaud2016-09-161-1/+1
| | | | it doesn't like package names starting with numbers :-(
* 1.2.281.2.28Thierry Vignaud2016-09-162-1/+3
|
* 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-162-1/+166
|
* do not blacklist POSIXThierry Vignaud2016-09-161-1/+1
| | | | using a fake package is better...
* Gtk package is long dead (sicne nearly 15 years)Thierry Vignaud2016-09-161-1/+1
|
* add Cwd fake packageThierry Vignaud2016-09-132-1/+29
|
* 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-132-33/+62
|
* remove Cairo fake packages (unused)Thierry Vignaud2016-09-132-350/+1
|
* remove Gnome2 fake packages (unused)Thierry Vignaud2016-09-133-730/+1
|
* update Net::DNS fake packageThierry Vignaud2016-09-132-5/+995
|