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
|
{'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
From https://github.com/gentoo-haskell/gentoo-haskell
e90f845ac..0397746a2 master -> origin/master
Updating e90f845ac..0397746a2
Fast-forward
dev-haskell/binary/binary-0.8.7.0.ebuild | 4 +-
.../cabal-install/cabal-install-3.0.0.0.ebuild | 2 +-
dev-haskell/cabal/cabal-3.0.1.0.ebuild | 2 +-
dev-haskell/ghc-api/ghc-api-8.8.3.ebuild | 2 +-
dev-haskell/haddock-api/haddock-api-2.23.1.ebuild | 2 +-
.../haddock-library/haddock-library-1.8.0.ebuild | 2 +-
dev-haskell/haddock/haddock-2.23.1.ebuild | 2 +-
dev-haskell/haskeline/haskeline-0.7.5.0.ebuild | 4 +-
dev-haskell/parsec/parsec-3.1.14.0.ebuild | 2 +-
dev-haskell/terminfo/terminfo-0.4.1.4.ebuild | 2 +-
dev-haskell/text/text-1.2.4.0.ebuild | 4 +-
dev-lang/ghc/ghc-8.8.3.ebuild | 2 +-
profiles/package.mask | 49 ++--------------------
13 files changed, 19 insertions(+), 60 deletions(-)
*** syncing haskell
*** 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
* Cache regenerated successfully
|