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
|
{'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
08558c309..016778d2b master -> origin/master
Updating 08558c309..016778d2b
Fast-forward
.../hjavascript/files/hjavascript-0.4.7-ghc84.patch | 6 ++++++
dev-haskell/hjavascript/hjavascript-0.4.7.ebuild | 11 +++++------
.../files/language-bash-0.6.2-ghc84.patch | 21 +++++++++++++++++++++
.../language-bash/language-bash-0.6.2.ebuild | 7 +++++--
.../files/language-css-0.0.3-ghc84.patch | 7 +++++++
dev-haskell/language-css/language-css-0.0.3.ebuild | 6 +++++-
6 files changed, 49 insertions(+), 9 deletions(-)
create mode 100644 dev-haskell/hjavascript/files/hjavascript-0.4.7-ghc84.patch
create mode 100644 dev-haskell/language-bash/files/language-bash-0.6.2-ghc84.patch
create mode 100644 dev-haskell/language-css/files/language-css-0.0.3-ghc84.patch
*** 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
|