metadata/repoman: remove experimental files for now

This files are all bundled with repoman now.

See: 2ecf4e2b0e
This commit is contained in:
Zac Medico
2018-03-30 01:51:29 -07:00
parent d65eb3185f
commit f62e76a1e0
3 changed files with 0 additions and 488 deletions

View File

@@ -1,252 +0,0 @@
---
# linecheck.yaml
# configuration file for the LineCheck plugins run via the multicheck
# scan module
# no random drive-by commits please
# Please obtain authorization from the portage team
#
# Overlay maintainers override/add/negate checks at your discression
# but support for third party module will be limited to the plugin API
#
# Repoman API version (do not edit)
version: 1
# minimum
repoman_version: 2.3.3
eclass_export_functions:
- ant-tasks
- apache-2
- apache-module
- aspell-dict
- autotools-utils
- base
- bsdmk
- cannadic
- clutter
- cmake-utils
- db
- distutils
- elisp
- embassy
- emboss
- emul-linux-x86
- enlightenment
- font-ebdftopcf
- font
- fox
- freebsd
- freedict
- games
- games-ggz
- games-mods
- gdesklets
- gems
- gkrellm-plugin
- gnatbuild
- gnat
- gnome2
- gnome-python-common
- gnustep-base
- go-mono
- gpe
- gst-plugins-bad
- gst-plugins-base
- gst-plugins-good
- gst-plugins-ugly
- gtk-sharp-module
- haskell-cabal
- horde
- java-ant-2
- java-pkg-2
- java-pkg-simple
- java-virtuals-2
- kde4-base
- kde4-meta
- kernel-2
- latex-package
- linux-mod
- mozlinguas
- myspell
- myspell-r2
- mysql
- mysql-v2
- mythtv-plugins
- oasis
- obs-service
- office-ext
- perl-app
- perl-module
- php-ext-base-r1
- php-ext-pecl-r2
- php-ext-source-r2
- php-lib-r1
- php-pear-lib-r1
- php-pear-r1
- python-distutils-ng
- python
- qt4-build
- qt4-r2
- rox-0install
- rox
- ruby
- ruby-ng
- scsh
- selinux-policy-2
- sgml-catalog
- stardict
- sword-module
- tetex-3
- tetex
- texlive-module
- toolchain-binutils
- toolchain
- twisted
- vdr-plugin-2
- vdr-plugin
- vim
- vim-plugin
- vim-spell
- virtuoso
- vmware
- vmware-mod
- waf-utils
- webapp
- xemacs-elisp
- xemacs-packages
- xfconf
- x-modular
- xorg-2
- zproduct
eclass_info_experimental_inherit:
autotools:
funcs:
- eaclocal
- eautoconf
- eautoheader
- eautomake
- eautoreconf
- _elibtoolize
- eautopoint
comprehensive: true
# Exempt eclasses:
# git - An EGIT_BOOTSTRAP variable may be used to call one of
# the autotools functions.
# subversion - An ESVN_BOOTSTRAP variable may be used to call one of
# the autotools functions.
exempt_eclasses:
- git
- git-2
- subversion
- autotools-utils
eutils:
funcs:
- estack_push
- estack_pop
- eshopts_push
- eshopts_pop
- eumask_push
- eumask_pop
- epatch
- epatch_user
- emktemp
- edos2unix
- in_iuse
- use_if_iuse
- usex
comprehensive: false
flag-o-matic:
funcs:
- 'filter-(ld)?flags'
- 'strip-flags'
- 'strip-unsupported-flags'
- 'append-((ld|c(pp|xx)?))?flags'
- 'append-libs'
comprehensive: false
libtool:
funcs:
- elibtoolize
comprehensive: true
exempt_eclasses:
- autotools
multilib:
funcs:
- get_libdir
# These are "eclasses are the whole ebuild" type thing.
exempt_eclasses:
- autotools
- libtool
- multilib-minimal
comprehensive: false
multiprocessing:
funcs:
- makeopts_jobs
comprehensive: false
prefix:
funcs:
- eprefixify
comprehensive: true
toolchain-funcs:
funcs:
- gen_usr_ldscript
comprehensive: false
user:
funcs:
- enewuser
- enewgroup
- egetent
- egethome
- egetshell
- esethome
comprehensive: true
# non experimental_inherit
eclass_info:
autotools:
funcs:
- eaclocal
- eautoconf
- eautoheader
- eautomake
- eautoreconf
- _elibtoolize
- eautopoint
comprehensive: true
ignore_missing: true
# Exempt eclasses:
# git - An EGIT_BOOTSTRAP variable may be used to call one of
# the autotools functions.
# subversion - An ESVN_BOOTSTRAP variable may be used to call one of
# the autotools functions.
exempt_eclasses:
- git
- git-2
- subversion
- autotools-utils
prefix:
funcs:
- eprefixify
comprehensive: true
usex_supported_eapis:
- "0"
- "1"
- "2"
- "3"
- "4"
- "4-python"
- "4-slot-abi"
in_iuse_supported_eapis:
- "0"
- "1"
- "2"
- "3"
- "4"
- "4-python"
- "4-slot-abi"
- "5"
- "5-hdepend"
- "5-progress"

View File

@@ -1,160 +0,0 @@
---
# This yaml syntax file holds various configuration data for
# the Quality-Assurance checks performed.
# no random drive-by commits please
# Please obtain authorization from the portage team
#
# Overlay maintainers override/add/negate checks at your discression
# but support for third party module will be limited to the plugin API
#
# Repoman API version (do not edit)
version: 1
# minimum
repoman_version: 2.3.3
allowed_filename_chars: "a-zA-Z0-9._-+:"
max_description_length: 80
# missingvars check: Mandatory (non-defaulted) ebuild variables
# list
missingvars:
- KEYWORDS
- LICENSE
- DESCRIPTION
- HOMEPAGE
# file.executable check, non executable files
# list
no_exec_files:
- Manifest
- ChangeLog
- metadata.xml
# qawarnings: Non-fatal warnings,
# all values in here MUST have a corresponding qahelp entry
# list
qawarnings:
- changelog.missing
- changelog.notadded
- dependency.unknown
- dependency.badmasked
- dependency.badindev
- dependency.badmaskedindev
- dependency.badtilde
- dependency.missingslot
- dependency.perlcore
- DESCRIPTION.toolong
- digest.assumed
- digest.unused
- EAPI.deprecated
- ebuild.notadded
- ebuild.nesteddie
- ebuild.absdosym
- ebuild.minorsyn
- ebuild.badheader
- ebuild.patches
- file.empty
- file.size
- HOMEPAGE.virtual
- inherit.unused
- inherit.deprecated
- IUSE.rubydeprecated
- java.eclassesnotused
- KEYWORDS.dropped
- KEYWORDS.stupid
- KEYWORDS.missing
- LICENSE.deprecated
- LICENSE.virtual
- metadata.warning
- PDEPEND.suspect
- portage.internal
- RDEPEND.implicit
- RDEPEND.suspect
- repo.eapi-deprecated
- RESTRICT.invalid
- usage.obsolete
- upstream.workaround
- uri.https
- virtual.suspect
- wxwidgets.eclassnotused
# ruby_deprecated: Deprecated ruby targets
# list
ruby_deprecated:
- ruby_targets_ruby18
- ruby_targets_ruby19
- ruby_targets_ruby20
# suspect_rdepend: Common build only Dependencies
# not usually run time dependencies
# list
suspect_rdepend:
- app-arch/cabextract
- app-arch/rpm2targz
- app-doc/doxygen
- dev-lang/nasm
- dev-lang/swig
- dev-lang/yasm
- dev-perl/extutils-pkgconfig
- dev-qt/linguist-tools
- dev-util/byacc
- dev-util/cmake
- dev-util/ftjam
- dev-util/gperf
- dev-util/gtk-doc
- dev-util/gtk-doc-am
- dev-util/intltool
- dev-util/jam
- dev-util/pkg-config-lite
- dev-util/pkgconf
- dev-util/pkgconfig
- dev-util/pkgconfig-openbsd
- dev-util/scons
- dev-util/unifdef
- dev-util/yacc
- media-gfx/ebdftopcf
- sys-apps/help2man
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/bin86
- sys-devel/bison
- sys-devel/dev86
- sys-devel/flex
- sys-devel/m4
- sys-devel/pmake
- virtual/linux-sources
- virtual/linuxtv-dvb-headers
- virtual/os-headers
- virtual/pkgconfig
- x11-misc/bdftopcf
- x11-misc/imake
# suspect_virtual: Dependencies that should usually be made to the virtual
# Not to the final target library
# dictionary
suspect_virtual:
dev-libs/libusb: virtual/libusb
dev-libs/libusb-compat: virtual/libusb
dev-libs/libusbx: virtual/libusb
dev-util/pkg-config-lite: virtual/pkgconfig
dev-util/pkgconf: virtual/pkgconfig
dev-util/pkgconfig: virtual/pkgconfig
dev-util/pkgconfig-openbsd: virtual/pkgconfig
# valid_restrict: ???
# list
valid_restrict:
- binchecks
- bindist
- fetch
- installsources
- mirror
- preserve-libs
- primaryuri
- splitdebug
- strip
- test
- userpriv

View File

@@ -1,76 +0,0 @@
---
# repository-modules.yaml
#
# This is the repository configuration file for repoman modules
#
# no random drive-by commits please
# Please obtain authorization from the portage team
#
# Overlay maintainers override/add/negate checks at your discression
# but support for third party module will be limited to the plugin API
#
# Repoman API version (do not edit)
version: 1
# minimum
repoman_version: 2.3.3
# NOTE: for non-gentoo repos, any custom modules added will need their
# module names to the modules list in order for them to run.
# These are the non-mandatory modules that can be disabled/enabled.
# use -foo notation to disable, just like use flags
# Add custom modules to enable them too
scan_modules:
description
eapi
ebuild_metadata
fetches
files
keywords
live
manifests
multicheck
pkgmetadata
profile
restrict
ruby
linechecks_modules:
assignment
eapi3assignment
implicitdepend
hasq
useq
preservelib
bindnow
inherit
dosym
definition
srcprepare
eapi3deprecated
pkgpretend
eapi4incompatible
eapi4gonevars
paralleldisabled
autodefault
gentooheader
nooffset
nesteddie
patches
emakeparallel
srccompileeconf
srcunpackpatches
portageinternal
portageinternalvariableassignment
quote
quoteda
httpsuri
builtwith
uselesscds
uselessdodoc
whitespace
blankline
addpredict
noasneeded