From 442606b5f227ffef17d330c7ef8a3dea50c23c8d Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Wed, 26 Aug 2020 18:41:04 +0200 Subject: Add some documentation Signed-off-by: Max Magorsch --- repology/ignored-categories | 235 ++++++++++++++++++++++++++++++++++++++++++ repology/ignored-packages | 87 ++++++++++++++++ repology/ignored-repositories | 8 ++ 3 files changed, 330 insertions(+) diff --git a/repology/ignored-categories b/repology/ignored-categories index e69de29..21f0f43 100644 --- a/repology/ignored-categories +++ b/repology/ignored-categories @@ -0,0 +1,235 @@ +## +## You can disable the repology check for whole categories here. +## Just uncomment the desired category (or add the category if it +## is not listed below) to disable repology warnings for all +## packages in this category. +## + +# +# A +# + +#acct-group +#acct-user +#app-accessibility +#app-admin +#app-antivirus +#app-arch +#app-backup +#app-benchmarks +#app-cdr +#app-crypt +#app-dicts +#app-doc +#app-emacs +#app-emulation +#app-eselect +#app-forensics +#app-i18n +#app-laptop +#app-leechcraf +#app-metrics +#app-misc +#app-office +#app-officeext +#app-pda +#app-portage +#app-shells +#app-vim +#app-xemacs + + +# +# D +# + +#dev-ada +#dev-cpp +#dev-embedded +#dev-erlang +#dev-games +#dev-go +#dev-haskell +#dev-java +#dev-lang +#dev-libs +#dev-lisp +#dev-lua +#dev-php +#dev-python +#dev-qt +#dev-ros +#dev-ruby +#dev-scheme +#dev-tcltk +#dev-texlive +#dev-util + + +# +# G +# + +#games-action +#games-arcade +#games-board +#games-emulation +#games-engines +#games-fps +#games-kids +#games-puzzle +#games-roguelike +#games-rpg +#games-server +#games-simulation +#games-sports +#games-strategy +#games-util +#gnome-base +#gnome-extra +#gnustep-apps +#gnustep-base +#gnustep-libs +#gui-apps +#gui-libs +#gui-wm + + +# +# J +# + +#java-virtuals + + +# +# K +# + +#kde-apps +#kde-frameworks +#kde-misc +#kde-plasma + + +# +# L +# + +#lxde-base +#lxqt-base + + +# +# M +# + +#mail-client +#mail-filter +#mail-mta +#mate-base +#mate-extra +#media-fonts +#media-gfx +#media-libs +#media-plugins +#media-radio +#media-sound +#media-tv +#media-video + + +# +# N +# + +#net-analyzer +#net-dialup +#net-dns +#net-firewall +#net-fs +#net-ftp +#net-im +#net-irc +#net-libs +#net-mail +#net-misc +#net-news +#net-proxy +#net-voip +#net-vpn +#net-wireless + + +# +# P +# + +#perl-core + + +# +# R +# + +#ros-core + + +# +# S +# + +#sci-astronomy +#sci-biology +#sci-calculators +#sci-chemistry +#sci-electronics +#sci-geosciences +#sci-libs +#sci-mathematics +#sci-misc +#sci-physics +#sci-visualization +#sec-policy +#sys-apps +#sys-auth +#sys-block +#sys-boot +#sys-cluster +#sys-devel +#sys-fabric +#sys-firmware +#sys-fs +#sys-kernel +#sys-libs +#sys-process + + +# +# V +# + +#virtual + + +# +# W +# + +#www-apache +#www-apps +#www-servers + + +# +# X +# + +#x11-apps +#x11-base +#x11-misc +#x11-plugins +#x11-terms +#x11-themes +#x11-wm +#xfce-base diff --git a/repology/ignored-packages b/repology/ignored-packages index 1348a31..0f22265 100644 --- a/repology/ignored-packages +++ b/repology/ignored-packages @@ -1,2 +1,89 @@ +## +## You can disable the repology check for individual packages here. +## Just add the full atom of the package (e.g. x11-wm/xmonad) below +## disable repology warnings for this package. +## + +# +# A +# + + + +# +# D +# + + + +# +# G +# + + + +# +# J +# + + + +# +# K +# + + + +# +# L +# + + + +# +# M +# + + + +# +# N +# + + + +# +# P +# + + + +# +# R +# + + + +# +# S +# + sys-apps/inxi sys-auth/pambase + +# +# V +# + + + +# +# W +# + + + +# +#X +# + diff --git a/repology/ignored-repositories b/repology/ignored-repositories index 0653444..2875749 100644 --- a/repology/ignored-repositories +++ b/repology/ignored-repositories @@ -1 +1,9 @@ +## +## You can disable the repositories for the repology check here. +## E.g. Windows only repositories as appget might be disabled as +## they might include windows only versions. +## Furthermore repositories with a different versioning schema might +## be disabled if they don't work well with our versions. +## + appget -- cgit v1.2.3-65-gdbad