gentoo

1
{'description': {'en': 'Official Gentoo ebuild repository'},
2
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
3
 'homepage': 'https://gentoo.org/',
4
 'name': 'gentoo',
5
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
6
 'quality': 'core',
7
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
8
            {'type': 'git',
9
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
10
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
11
            {'type': 'git',
12
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
13
 'status': 'official'}
14
$ pmaint sync gentoo
15
warning: Pulling without specifying how to reconcile divergent branches is
16
discouraged. You can squelch this message by running one of the following
17
commands sometime before your next pull:
18
19
  git config pull.rebase false  # merge (the default strategy)
20
  git config pull.rebase true   # rebase
21
  git config pull.ff only       # fast-forward only
22
23
You can replace "git config" with "git config --global" to set a default
24
preference for all repositories. You can also pass --rebase, --no-rebase,
25
or --ff-only on the command line to override the configured default per
26
invocation.
27
28
From https://anongit.gentoo.org/git/repo/gentoo
29
   e8d2997ee07..2470da9c388  master     -> origin/master
30
Updating e8d2997ee07..2470da9c388
31
Fast-forward
32
 dev-lang/yasm/Manifest                             |  2 -
33
 .../yasm/files/yasm-1.2.0-fix_cython_check.patch   | 23 --------
34
 dev-lang/yasm/yasm-1.2.0-r1.ebuild                 | 50 -----------------
35
 dev-lang/yasm/yasm-1.3.0-r1.ebuild                 | 65 ++++++++++++++++++++++
36
 dev-lang/yasm/yasm-9999.ebuild                     | 30 +++-------
37
 dev-python/zope-configuration/Manifest             |  1 +
38
 .../zope-configuration-4.4.0.ebuild                | 32 +++++++++++
39
 dev-python/zope-exceptions/Manifest                |  1 +
40
 .../zope-exceptions/zope-exceptions-4.4.ebuild     | 34 +++++++++++
41
 dev-python/zope-i18nmessageid/Manifest             |  1 +
42
 .../zope-i18nmessageid-5.0.1.ebuild                | 33 +++++++++++
43
 dev-python/zope-schema/Manifest                    |  1 +
44
 dev-python/zope-schema/zope-schema-6.0.0.ebuild    | 37 ++++++++++++
45
 dev-python/zope-testrunner/Manifest                |  1 +
46
 .../zope-testrunner/zope-testrunner-5.2.ebuild     | 35 ++++++++++++
47
 15 files changed, 250 insertions(+), 96 deletions(-)
48
 delete mode 100644 dev-lang/yasm/files/yasm-1.2.0-fix_cython_check.patch
49
 delete mode 100644 dev-lang/yasm/yasm-1.2.0-r1.ebuild
50
 create mode 100644 dev-lang/yasm/yasm-1.3.0-r1.ebuild
51
 create mode 100644 dev-python/zope-configuration/zope-configuration-4.4.0.ebuild
52
 create mode 100644 dev-python/zope-exceptions/zope-exceptions-4.4.ebuild
53
 create mode 100644 dev-python/zope-i18nmessageid/zope-i18nmessageid-5.0.1.ebuild
54
 create mode 100644 dev-python/zope-schema/zope-schema-6.0.0.ebuild
55
 create mode 100644 dev-python/zope-testrunner/zope-testrunner-5.2.ebuild
56
*** syncing gentoo
57
*** synced gentoo
58
 * Sync succeeded
59
$ git log --format=%ci -1
60
$ git show -q --pretty=format:%G? HEAD
61
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
62
 * Cache regenerated successfully