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
|
{'description': {'en': 'A collection of ebuilds related to the D programming\n language.'},
'feed': ['https://github.com/gentoo/dlang/commits/master.atom'],
'homepage': 'https://github.com/gentoo/dlang',
'name': 'dlang',
'owner': [{'email': 'Marco.Leise@gmx.de', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/dlang.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo/dlang.git'},
{'type': 'git', 'uri': 'git://github.com/gentoo/dlang.git'}],
'status': 'unofficial'}
$ pmaint sync dlang
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 dlang
From https://github.com/gentoo/dlang
f034bca..ba28ea5 master -> origin/master
Updating f034bca..ba28ea5
Fast-forward
dev-lang/ldc2/Manifest | 5 --
dev-lang/ldc2/ldc2-0.17.4-r3.ebuild | 72 ---------------------------
dev-lang/ldc2/ldc2-1.1.0-r5.ebuild | 85 -------------------------------
dev-lang/ldc2/ldc2-1.1.1-r4.ebuild | 85 -------------------------------
dev-lang/ldc2/ldc2-1.2.0-r3.ebuild | 85 -------------------------------
dev-lang/ldc2/ldc2-1.3.0-r3.ebuild | 88 ---------------------------------
dev-util/dscanner/Manifest | 2 +
dev-util/dscanner/dscanner-0.7.2.ebuild | 81 ++++++++++++++++++++++++++++++
eclass/dlang-compilers.eclass | 3 --
profiles/use.desc | 3 --
10 files changed, 83 insertions(+), 426 deletions(-)
delete mode 100644 dev-lang/ldc2/ldc2-0.17.4-r3.ebuild
delete mode 100644 dev-lang/ldc2/ldc2-1.1.0-r5.ebuild
delete mode 100644 dev-lang/ldc2/ldc2-1.1.1-r4.ebuild
delete mode 100644 dev-lang/ldc2/ldc2-1.2.0-r3.ebuild
delete mode 100644 dev-lang/ldc2/ldc2-1.3.0-r3.ebuild
create mode 100644 dev-util/dscanner/dscanner-0.7.2.ebuild
*** synced dlang
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dlang
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
|