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
|
{'description': {'en': 'The Official Gentoo Haskell overlay.'},
'feed': ['https://github.com/gentoo-haskell/gentoo-haskell/commits/master.atom'],
'homepage': 'https://github.com/gentoo-haskell',
'name': 'haskell',
'owner': [{'email': 'haskell@gentoo.org', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/gentoo-haskell/gentoo-haskell.git'},
{'type': 'git',
'uri': 'git://github.com/gentoo-haskell/gentoo-haskell.git'},
{'type': 'git',
'uri': 'https://github.com/gentoo-haskell/gentoo-haskell.git'}],
'status': 'official'}
$ pmaint sync haskell
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
*** syncing haskell
From https://github.com/gentoo-haskell/gentoo-haskell
94d278be3..62cfec907 master -> origin/master
Updating 94d278be3..62cfec907
Fast-forward
dev-haskell/ghc-prof/Manifest | 2 +-
.../ghc-prof/{ghc-prof-1.4.1.3.ebuild => ghc-prof-1.4.1.4.ebuild} | 2 +-
dev-haskell/haskell-gi-base/Manifest | 2 +-
...askell-gi-base-0.21.1.ebuild => haskell-gi-base-0.21.3.ebuild} | 4 ++--
dev-haskell/http-types/Manifest | 2 +-
.../{http-types-0.12.1.ebuild => http-types-0.12.2.ebuild} | 4 ++--
dev-haskell/pqueue/Manifest | 2 +-
.../pqueue/{pqueue-1.4.1.1.ebuild => pqueue-1.4.1.2.ebuild} | 8 ++++----
dev-haskell/stm-conduit/Manifest | 2 +-
.../{stm-conduit-4.0.0.ebuild => stm-conduit-4.0.1.ebuild} | 6 +++---
10 files changed, 17 insertions(+), 17 deletions(-)
rename dev-haskell/ghc-prof/{ghc-prof-1.4.1.3.ebuild => ghc-prof-1.4.1.4.ebuild} (95%)
rename dev-haskell/haskell-gi-base/{haskell-gi-base-0.21.1.ebuild => haskell-gi-base-0.21.3.ebuild} (87%)
rename dev-haskell/http-types/{http-types-0.12.1.ebuild => http-types-0.12.2.ebuild} (90%)
rename dev-haskell/pqueue/{pqueue-1.4.1.1.ebuild => pqueue-1.4.1.2.ebuild} (77%)
rename dev-haskell/stm-conduit/{stm-conduit-4.0.0.ebuild => stm-conduit-4.0.1.ebuild} (90%)
*** synced haskell
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 haskell
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
|