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
   835973f550f..be347ba7155  master     -> origin/master
30
Updating 835973f550f..be347ba7155
31
Fast-forward
32
 app-shells/dash/dash-0.5.11.2.ebuild               |   2 +-
33
 .../cfn-python-lint/cfn-python-lint-0.35.1.ebuild  |   2 +-
34
 dev-python/junit-xml/junit-xml-1.9.ebuild          |   2 +-
35
 .../pytest-ordering/pytest-ordering-0.6.ebuild     |   2 +-
36
 dev-tcltk/snack/snack-2.2.10-r9.ebuild             |   2 +-
37
 kde-misc/tellico/tellico-3.3.3.ebuild              |   2 +-
38
 media-libs/mlt/mlt-6.22.1-r1.ebuild                |   2 +-
39
 media-sound/ardour/ardour-6.3.ebuild               |   2 +-
40
 media-sound/cantata/cantata-2.4.2.ebuild           |   2 +-
41
 net-print/hplip-plugin/Manifest                    |   1 +
42
 net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild  |  72 ++++
43
 sci-libs/adolc/adolc-2.7.2.ebuild                  |  12 +-
44
 .../files/adolc-2.7.2-swig-python-configure.patch  | 391 +++++++++++++++++++++
45
 sys-block/sedutil/sedutil-1.15.1.ebuild            |   4 +-
46
 x11-wm/xpra/xpra-3.0.5-r1.ebuild                   |   2 +-
47
 15 files changed, 485 insertions(+), 15 deletions(-)
48
 create mode 100644 net-print/hplip-plugin/hplip-plugin-3.20.9.ebuild
49
 create mode 100644 sci-libs/adolc/files/adolc-2.7.2-swig-python-configure.patch
50
*** syncing gentoo
51
*** synced gentoo
52
 * Sync succeeded
53
$ git log --format=%ci -1
54
$ git show -q --pretty=format:%G? HEAD
55
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
56
 * Cache regenerated successfully