summaryrefslogtreecommitdiff
blob: 3a7b9bece76b6a6e63dc360578bdcdb471e40ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{'description': {'en': 'Official Gentoo ebuild repository'},
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
 'homepage': 'https://gentoo.org/',
 'name': 'gentoo',
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
 'quality': 'core',
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
            {'type': 'git',
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
 'status': 'official'}
$ pmaint sync gentoo
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://anongit.gentoo.org/git/repo/gentoo
   9fceec84fcb..6202f7bf618  master     -> origin/master
Updating 9fceec84fcb..6202f7bf618
Fast-forward
 ...6.13-r1.ebuild => libguestfs-1.36.13-r2.ebuild} |   5 +-
 ...6.15-r1.ebuild => libguestfs-1.36.15-r2.ebuild} |   5 +-
 .../libguestfs/libguestfs-1.38.6-r1.ebuild         |   5 +-
 ...6-r101.ebuild => libguestfs-1.38.6-r102.ebuild} |   5 +-
 dev-ml/ocaml-gettext-camomile/Manifest             |   1 +
 dev-ml/ocaml-gettext-camomile/metadata.xml         |  21 ++
 .../ocaml-gettext-camomile-0.4.2.ebuild            |  37 +++
 dev-ml/ocaml-gettext-stub/Manifest                 |   1 +
 dev-ml/ocaml-gettext-stub/metadata.xml             |  21 ++
 .../ocaml-gettext-stub-0.4.2.ebuild                |  37 +++
 dev-ml/ocaml-gettext/metadata.xml                  |  21 +-
 dev-ml/ocaml-gettext/ocaml-gettext-0.4.2.ebuild    |  10 +-
 media-libs/libdvbpsi/Manifest                      |   1 +
 media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild        |  44 +++
 media-video/gpac/Manifest                          |   1 -
 media-video/gpac/files/gpac-0.8.1-configure.patch  | 100 -------
 media-video/gpac/gpac-0.8.1.ebuild                 | 149 ----------
 .../v4l2loopback/v4l2loopback-0.12.5-r1.ebuild     |   2 +-
 media-video/v4l2loopback/v4l2loopback-9999.ebuild  |   2 +-
 .../libmicrohttpd/libmicrohttpd-0.9.65-r1.ebuild   |   4 +-
 .../libmicrohttpd/libmicrohttpd-0.9.68-r1.ebuild   |   4 +-
 net-libs/libmicrohttpd/libmicrohttpd-0.9.69.ebuild |   4 +-
 .../libmicrohttpd/libmicrohttpd-0.9.70-r1.ebuild   |   4 +-
 net-libs/libmicrohttpd/libmicrohttpd-0.9.71.ebuild |   4 +-
 net-libs/libmicrohttpd/libmicrohttpd-0.9.72.ebuild |   4 +-
 net-misc/asterisk/asterisk-13.38.1-r2.ebuild       | 313 ++++++++++++++++++++
 net-misc/asterisk/asterisk-16.15.1-r2.ebuild       | 322 +++++++++++++++++++++
 .../files/asterisk-13.18.1-r2-autoconf-2.70.patch  |  10 +
 .../files/asterisk-16.15.1-r2-autoconf-2.70.patch  |  14 +
 net-misc/asterisk/files/asterisk.tmpfiles2.conf    |   1 +
 net-misc/asterisk/metadata.xml                     |   2 +
 profiles/arch/amd64/package.use.mask               |   5 +
 profiles/arch/base/package.use.mask                |   4 +
 profiles/arch/x86/package.use.mask                 |   5 +
 x11-terms/guake/guake-3.7.0.ebuild                 |   2 +-
 x11-terms/xterm/Manifest                           |   2 +
 x11-terms/xterm/xterm-362.ebuild                   |  99 +++++++
 x11-terms/xterm/xterm-363.ebuild                   |  99 +++++++
 38 files changed, 1092 insertions(+), 278 deletions(-)
 rename app-emulation/libguestfs/{libguestfs-1.36.13-r1.ebuild => libguestfs-1.36.13-r2.ebuild} (98%)
 rename app-emulation/libguestfs/{libguestfs-1.36.15-r1.ebuild => libguestfs-1.36.15-r2.ebuild} (98%)
 rename app-emulation/libguestfs/{libguestfs-1.38.6-r101.ebuild => libguestfs-1.38.6-r102.ebuild} (98%)
 create mode 100644 dev-ml/ocaml-gettext-camomile/Manifest
 create mode 100644 dev-ml/ocaml-gettext-camomile/metadata.xml
 create mode 100644 dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild
 create mode 100644 dev-ml/ocaml-gettext-stub/Manifest
 create mode 100644 dev-ml/ocaml-gettext-stub/metadata.xml
 create mode 100644 dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild
 create mode 100644 media-libs/libdvbpsi/libdvbpsi-1.3.3.ebuild
 delete mode 100644 media-video/gpac/files/gpac-0.8.1-configure.patch
 delete mode 100644 media-video/gpac/gpac-0.8.1.ebuild
 create mode 100644 net-misc/asterisk/asterisk-13.38.1-r2.ebuild
 create mode 100644 net-misc/asterisk/asterisk-16.15.1-r2.ebuild
 create mode 100644 net-misc/asterisk/files/asterisk-13.18.1-r2-autoconf-2.70.patch
 create mode 100644 net-misc/asterisk/files/asterisk-16.15.1-r2-autoconf-2.70.patch
 create mode 100644 net-misc/asterisk/files/asterisk.tmpfiles2.conf
 create mode 100644 x11-terms/xterm/xterm-362.ebuild
 create mode 100644 x11-terms/xterm/xterm-363.ebuild
*** syncing gentoo
*** synced gentoo
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
 * Cache regenerated successfully