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
|
{'description': {'en': 'musl development overlay'},
'feed': ['https://cgit.gentoo.org/proj/musl.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/musl.git/',
'name': 'musl',
'owner': [{'email': 'musl@gentoo.org', 'name': 'Gentoo musl team'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/musl.git'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/musl.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/musl.git'}],
'status': 'official'}
$ pmaint sync musl
WARNING:pkgcore:repository at '/home/mgorny/sync/hexedit-overlay', named 'hexedit-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
WARNING:pkgcore:repository at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/sync/hanno', named 'hanno', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
WARNING:pkgcore:repository at '/home/mgorny/sync/hexedit-overlay', named 'hexedit-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repository is standalone).
From git://anongit.gentoo.org/proj/musl
09ee727..64ee8fa master -> origin/master
Updating 09ee727..64ee8fa
Fast-forward
app-accessibility/speech-dispatcher/Manifest | 5 +
...-Make-some-includes-consistent-with-POSIX.patch | 54 ++++++
...lback-for-systems-without-TEMP_FAILURE_RE.patch | 182 +++++++++++++++++++++
app-accessibility/speech-dispatcher/metadata.xml | 19 +++
.../speech-dispatcher-0.8.1.ebuild | 116 +++++++++++++
app-crypt/chntpw/Manifest | 4 +
app-crypt/chntpw/chntpw-140201.ebuild | 52 ++++++
.../files/chntpw-140201-missing-stdint.patch | 11 ++
app-crypt/chntpw/metadata.xml | 8 +
9 files changed, 451 insertions(+)
create mode 100644 app-accessibility/speech-dispatcher/Manifest
create mode 100644 app-accessibility/speech-dispatcher/files/0001-Make-some-includes-consistent-with-POSIX.patch
create mode 100644 app-accessibility/speech-dispatcher/files/0001-Provide-fallback-for-systems-without-TEMP_FAILURE_RE.patch
create mode 100644 app-accessibility/speech-dispatcher/metadata.xml
create mode 100644 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild
create mode 100644 app-crypt/chntpw/Manifest
create mode 100644 app-crypt/chntpw/chntpw-140201.ebuild
create mode 100644 app-crypt/chntpw/files/chntpw-140201-missing-stdint.patch
create mode 100644 app-crypt/chntpw/metadata.xml
*** syncing musl
*** synced musl
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 musl
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* Cache regenerated successfully
|