Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/repoman/
Date: Fri, 30 Mar 2018 08:56:33
Message-Id: 1522400183.f62e76a1e0202dcf55faa2b0fd9b21a1cd184dc8.zmedico@gentoo
1 commit: f62e76a1e0202dcf55faa2b0fd9b21a1cd184dc8
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 30 08:51:29 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 08:56:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62e76a1
7
8 metadata/repoman: remove experimental files for now
9
10 This files are all bundled with repoman now.
11
12 See: https://github.com/gentoo/portage/commit/2ecf4e2b0ebdf727f2210f3b7db600e781cff1c4
13
14 metadata/repoman/linechecks.yaml | 252 ---------------------------------------
15 metadata/repoman/qa_data.yaml | 160 -------------------------
16 metadata/repoman/repository.yaml | 76 ------------
17 3 files changed, 488 deletions(-)
18
19 diff --git a/metadata/repoman/linechecks.yaml b/metadata/repoman/linechecks.yaml
20 deleted file mode 100644
21 index bad7df93d58..00000000000
22 --- a/metadata/repoman/linechecks.yaml
23 +++ /dev/null
24 @@ -1,252 +0,0 @@
25 ----
26 -# linecheck.yaml
27 -
28 -# configuration file for the LineCheck plugins run via the multicheck
29 -# scan module
30 -# no random drive-by commits please
31 -# Please obtain authorization from the portage team
32 -#
33 -# Overlay maintainers override/add/negate checks at your discression
34 -# but support for third party module will be limited to the plugin API
35 -#
36 -
37 -# Repoman API version (do not edit)
38 -version: 1
39 -# minimum
40 -repoman_version: 2.3.3
41 -
42 -eclass_export_functions:
43 - - ant-tasks
44 - - apache-2
45 - - apache-module
46 - - aspell-dict
47 - - autotools-utils
48 - - base
49 - - bsdmk
50 - - cannadic
51 - - clutter
52 - - cmake-utils
53 - - db
54 - - distutils
55 - - elisp
56 - - embassy
57 - - emboss
58 - - emul-linux-x86
59 - - enlightenment
60 - - font-ebdftopcf
61 - - font
62 - - fox
63 - - freebsd
64 - - freedict
65 - - games
66 - - games-ggz
67 - - games-mods
68 - - gdesklets
69 - - gems
70 - - gkrellm-plugin
71 - - gnatbuild
72 - - gnat
73 - - gnome2
74 - - gnome-python-common
75 - - gnustep-base
76 - - go-mono
77 - - gpe
78 - - gst-plugins-bad
79 - - gst-plugins-base
80 - - gst-plugins-good
81 - - gst-plugins-ugly
82 - - gtk-sharp-module
83 - - haskell-cabal
84 - - horde
85 - - java-ant-2
86 - - java-pkg-2
87 - - java-pkg-simple
88 - - java-virtuals-2
89 - - kde4-base
90 - - kde4-meta
91 - - kernel-2
92 - - latex-package
93 - - linux-mod
94 - - mozlinguas
95 - - myspell
96 - - myspell-r2
97 - - mysql
98 - - mysql-v2
99 - - mythtv-plugins
100 - - oasis
101 - - obs-service
102 - - office-ext
103 - - perl-app
104 - - perl-module
105 - - php-ext-base-r1
106 - - php-ext-pecl-r2
107 - - php-ext-source-r2
108 - - php-lib-r1
109 - - php-pear-lib-r1
110 - - php-pear-r1
111 - - python-distutils-ng
112 - - python
113 - - qt4-build
114 - - qt4-r2
115 - - rox-0install
116 - - rox
117 - - ruby
118 - - ruby-ng
119 - - scsh
120 - - selinux-policy-2
121 - - sgml-catalog
122 - - stardict
123 - - sword-module
124 - - tetex-3
125 - - tetex
126 - - texlive-module
127 - - toolchain-binutils
128 - - toolchain
129 - - twisted
130 - - vdr-plugin-2
131 - - vdr-plugin
132 - - vim
133 - - vim-plugin
134 - - vim-spell
135 - - virtuoso
136 - - vmware
137 - - vmware-mod
138 - - waf-utils
139 - - webapp
140 - - xemacs-elisp
141 - - xemacs-packages
142 - - xfconf
143 - - x-modular
144 - - xorg-2
145 - - zproduct
146 -
147 -eclass_info_experimental_inherit:
148 - autotools:
149 - funcs:
150 - - eaclocal
151 - - eautoconf
152 - - eautoheader
153 - - eautomake
154 - - eautoreconf
155 - - _elibtoolize
156 - - eautopoint
157 - comprehensive: true
158 - # Exempt eclasses:
159 - # git - An EGIT_BOOTSTRAP variable may be used to call one of
160 - # the autotools functions.
161 - # subversion - An ESVN_BOOTSTRAP variable may be used to call one of
162 - # the autotools functions.
163 - exempt_eclasses:
164 - - git
165 - - git-2
166 - - subversion
167 - - autotools-utils
168 - eutils:
169 - funcs:
170 - - estack_push
171 - - estack_pop
172 - - eshopts_push
173 - - eshopts_pop
174 - - eumask_push
175 - - eumask_pop
176 - - epatch
177 - - epatch_user
178 - - emktemp
179 - - edos2unix
180 - - in_iuse
181 - - use_if_iuse
182 - - usex
183 - comprehensive: false
184 - flag-o-matic:
185 - funcs:
186 - - 'filter-(ld)?flags'
187 - - 'strip-flags'
188 - - 'strip-unsupported-flags'
189 - - 'append-((ld|c(pp|xx)?))?flags'
190 - - 'append-libs'
191 - comprehensive: false
192 - libtool:
193 - funcs:
194 - - elibtoolize
195 - comprehensive: true
196 - exempt_eclasses:
197 - - autotools
198 - multilib:
199 - funcs:
200 - - get_libdir
201 - # These are "eclasses are the whole ebuild" type thing.
202 - exempt_eclasses:
203 - - autotools
204 - - libtool
205 - - multilib-minimal
206 - comprehensive: false
207 - multiprocessing:
208 - funcs:
209 - - makeopts_jobs
210 - comprehensive: false
211 - prefix:
212 - funcs:
213 - - eprefixify
214 - comprehensive: true
215 - toolchain-funcs:
216 - funcs:
217 - - gen_usr_ldscript
218 - comprehensive: false
219 - user:
220 - funcs:
221 - - enewuser
222 - - enewgroup
223 - - egetent
224 - - egethome
225 - - egetshell
226 - - esethome
227 - comprehensive: true
228 -
229 -# non experimental_inherit
230 -eclass_info:
231 - autotools:
232 - funcs:
233 - - eaclocal
234 - - eautoconf
235 - - eautoheader
236 - - eautomake
237 - - eautoreconf
238 - - _elibtoolize
239 - - eautopoint
240 - comprehensive: true
241 - ignore_missing: true
242 - # Exempt eclasses:
243 - # git - An EGIT_BOOTSTRAP variable may be used to call one of
244 - # the autotools functions.
245 - # subversion - An ESVN_BOOTSTRAP variable may be used to call one of
246 - # the autotools functions.
247 - exempt_eclasses:
248 - - git
249 - - git-2
250 - - subversion
251 - - autotools-utils
252 - prefix:
253 - funcs:
254 - - eprefixify
255 - comprehensive: true
256 -
257 -usex_supported_eapis:
258 - - "0"
259 - - "1"
260 - - "2"
261 - - "3"
262 - - "4"
263 - - "4-python"
264 - - "4-slot-abi"
265 -
266 -in_iuse_supported_eapis:
267 - - "0"
268 - - "1"
269 - - "2"
270 - - "3"
271 - - "4"
272 - - "4-python"
273 - - "4-slot-abi"
274 - - "5"
275 - - "5-hdepend"
276 - - "5-progress"
277
278 diff --git a/metadata/repoman/qa_data.yaml b/metadata/repoman/qa_data.yaml
279 deleted file mode 100644
280 index 4aa96163349..00000000000
281 --- a/metadata/repoman/qa_data.yaml
282 +++ /dev/null
283 @@ -1,160 +0,0 @@
284 ----
285 -# This yaml syntax file holds various configuration data for
286 -# the Quality-Assurance checks performed.
287 -
288 -# no random drive-by commits please
289 -# Please obtain authorization from the portage team
290 -#
291 -# Overlay maintainers override/add/negate checks at your discression
292 -# but support for third party module will be limited to the plugin API
293 -#
294 -
295 -# Repoman API version (do not edit)
296 -version: 1
297 -# minimum
298 -repoman_version: 2.3.3
299 -
300 -
301 -allowed_filename_chars: "a-zA-Z0-9._-+:"
302 -max_description_length: 80
303 -
304 -# missingvars check: Mandatory (non-defaulted) ebuild variables
305 -# list
306 -missingvars:
307 - - KEYWORDS
308 - - LICENSE
309 - - DESCRIPTION
310 - - HOMEPAGE
311 -
312 -# file.executable check, non executable files
313 -# list
314 -no_exec_files:
315 - - Manifest
316 - - ChangeLog
317 - - metadata.xml
318 -
319 -# qawarnings: Non-fatal warnings,
320 -# all values in here MUST have a corresponding qahelp entry
321 -# list
322 -qawarnings:
323 - - changelog.missing
324 - - changelog.notadded
325 - - dependency.unknown
326 - - dependency.badmasked
327 - - dependency.badindev
328 - - dependency.badmaskedindev
329 - - dependency.badtilde
330 - - dependency.missingslot
331 - - dependency.perlcore
332 - - DESCRIPTION.toolong
333 - - digest.assumed
334 - - digest.unused
335 - - EAPI.deprecated
336 - - ebuild.notadded
337 - - ebuild.nesteddie
338 - - ebuild.absdosym
339 - - ebuild.minorsyn
340 - - ebuild.badheader
341 - - ebuild.patches
342 - - file.empty
343 - - file.size
344 - - HOMEPAGE.virtual
345 - - inherit.unused
346 - - inherit.deprecated
347 - - IUSE.rubydeprecated
348 - - java.eclassesnotused
349 - - KEYWORDS.dropped
350 - - KEYWORDS.stupid
351 - - KEYWORDS.missing
352 - - LICENSE.deprecated
353 - - LICENSE.virtual
354 - - metadata.warning
355 - - PDEPEND.suspect
356 - - portage.internal
357 - - RDEPEND.implicit
358 - - RDEPEND.suspect
359 - - repo.eapi-deprecated
360 - - RESTRICT.invalid
361 - - usage.obsolete
362 - - upstream.workaround
363 - - uri.https
364 - - virtual.suspect
365 - - wxwidgets.eclassnotused
366 -
367 -# ruby_deprecated: Deprecated ruby targets
368 -# list
369 -ruby_deprecated:
370 - - ruby_targets_ruby18
371 - - ruby_targets_ruby19
372 - - ruby_targets_ruby20
373 -
374 -# suspect_rdepend: Common build only Dependencies
375 -# not usually run time dependencies
376 -# list
377 -suspect_rdepend:
378 - - app-arch/cabextract
379 - - app-arch/rpm2targz
380 - - app-doc/doxygen
381 - - dev-lang/nasm
382 - - dev-lang/swig
383 - - dev-lang/yasm
384 - - dev-perl/extutils-pkgconfig
385 - - dev-qt/linguist-tools
386 - - dev-util/byacc
387 - - dev-util/cmake
388 - - dev-util/ftjam
389 - - dev-util/gperf
390 - - dev-util/gtk-doc
391 - - dev-util/gtk-doc-am
392 - - dev-util/intltool
393 - - dev-util/jam
394 - - dev-util/pkg-config-lite
395 - - dev-util/pkgconf
396 - - dev-util/pkgconfig
397 - - dev-util/pkgconfig-openbsd
398 - - dev-util/scons
399 - - dev-util/unifdef
400 - - dev-util/yacc
401 - - media-gfx/ebdftopcf
402 - - sys-apps/help2man
403 - - sys-devel/autoconf
404 - - sys-devel/automake
405 - - sys-devel/bin86
406 - - sys-devel/bison
407 - - sys-devel/dev86
408 - - sys-devel/flex
409 - - sys-devel/m4
410 - - sys-devel/pmake
411 - - virtual/linux-sources
412 - - virtual/linuxtv-dvb-headers
413 - - virtual/os-headers
414 - - virtual/pkgconfig
415 - - x11-misc/bdftopcf
416 - - x11-misc/imake
417 -
418 -# suspect_virtual: Dependencies that should usually be made to the virtual
419 -# Not to the final target library
420 -# dictionary
421 -suspect_virtual:
422 - dev-libs/libusb: virtual/libusb
423 - dev-libs/libusb-compat: virtual/libusb
424 - dev-libs/libusbx: virtual/libusb
425 - dev-util/pkg-config-lite: virtual/pkgconfig
426 - dev-util/pkgconf: virtual/pkgconfig
427 - dev-util/pkgconfig: virtual/pkgconfig
428 - dev-util/pkgconfig-openbsd: virtual/pkgconfig
429 -
430 -# valid_restrict: ???
431 -# list
432 -valid_restrict:
433 - - binchecks
434 - - bindist
435 - - fetch
436 - - installsources
437 - - mirror
438 - - preserve-libs
439 - - primaryuri
440 - - splitdebug
441 - - strip
442 - - test
443 - - userpriv
444
445 diff --git a/metadata/repoman/repository.yaml b/metadata/repoman/repository.yaml
446 deleted file mode 100644
447 index 9352604243c..00000000000
448 --- a/metadata/repoman/repository.yaml
449 +++ /dev/null
450 @@ -1,76 +0,0 @@
451 ----
452 -# repository-modules.yaml
453 -#
454 -# This is the repository configuration file for repoman modules
455 -#
456 -# no random drive-by commits please
457 -# Please obtain authorization from the portage team
458 -#
459 -# Overlay maintainers override/add/negate checks at your discression
460 -# but support for third party module will be limited to the plugin API
461 -#
462 -
463 -# Repoman API version (do not edit)
464 -version: 1
465 -# minimum
466 -repoman_version: 2.3.3
467 -
468 -# NOTE: for non-gentoo repos, any custom modules added will need their
469 -# module names to the modules list in order for them to run.
470 -
471 -# These are the non-mandatory modules that can be disabled/enabled.
472 -# use -foo notation to disable, just like use flags
473 -# Add custom modules to enable them too
474 -scan_modules:
475 - description
476 - eapi
477 - ebuild_metadata
478 - fetches
479 - files
480 - keywords
481 - live
482 - manifests
483 - multicheck
484 - pkgmetadata
485 - profile
486 - restrict
487 - ruby
488 -
489 -linechecks_modules:
490 - assignment
491 - eapi3assignment
492 - implicitdepend
493 - hasq
494 - useq
495 - preservelib
496 - bindnow
497 - inherit
498 - dosym
499 - definition
500 - srcprepare
501 - eapi3deprecated
502 - pkgpretend
503 - eapi4incompatible
504 - eapi4gonevars
505 - paralleldisabled
506 - autodefault
507 - gentooheader
508 - nooffset
509 - nesteddie
510 - patches
511 - emakeparallel
512 - srccompileeconf
513 - srcunpackpatches
514 - portageinternal
515 - portageinternalvariableassignment
516 - quote
517 - quoteda
518 - httpsuri
519 - builtwith
520 - uselesscds
521 - uselessdodoc
522 - whitespace
523 - blankline
524 - addpredict
525 - noasneeded
526 -