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
|
{'description': {'en': 'Java overlay'},
'feed': ['https://cgit.gentoo.org/proj/java.git/atom/'],
'homepage': 'https://cgit.gentoo.org/proj/java.git/',
'name': 'java',
'owner': [{'email': 'java@gentoo.org',
'name': 'Gentoo Java team',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/java.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/java.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/proj/java.git'}],
'status': 'official'}
$ pmaint sync java
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing java
From https://anongit.gentoo.org/git/proj/java
e67f3395..131887e6 master -> origin/master
Updating e67f3395..131887e6
Fast-forward
dev-java/icedtea/ChangeLog | 8 +++++
dev-java/icedtea/Manifest | 42 +++++++++++-----------
.../{icedtea-3.7.0.ebuild => icedtea-3.8.0.ebuild} | 32 ++++++++---------
...8.0_pre01.ebuild => icedtea-3.9.0_pre00.ebuild} | 32 ++++++++---------
4 files changed, 61 insertions(+), 53 deletions(-)
rename dev-java/icedtea/{icedtea-3.7.0.ebuild => icedtea-3.8.0.ebuild} (94%)
rename dev-java/icedtea/{icedtea-3.8.0_pre01.ebuild => icedtea-3.9.0_pre00.ebuild} (94%)
*** synced java
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 java
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|