haskell

1
{'description': {'en': 'The Official Gentoo Haskell overlay.'},
2
 'feed': ['https://github.com/gentoo-haskell/gentoo-haskell/commits/master.atom'],
3
 'homepage': 'https://github.com/gentoo-haskell',
4
 'name': 'haskell',
5
 'owner': [{'email': 'haskell@gentoo.org', 'type': 'project'}],
6
 'quality': 'experimental',
7
 'source': [{'type': 'git',
8
             'uri': 'https://github.com/gentoo-haskell/gentoo-haskell.git'},
9
            {'type': 'git',
10
             'uri': 'git://github.com/gentoo-haskell/gentoo-haskell.git'},
11
            {'type': 'git',
12
             'uri': 'https://github.com/gentoo-haskell/gentoo-haskell.git'}],
13
 'status': 'official'}
14
$ pmaint sync haskell
15
warning: Pulling without specifying how to reconcile divergent branches is
16
discouraged. You can squelch this message by running one of the following
17
commands sometime before your next pull:
18
19
  git config pull.rebase false  # merge (the default strategy)
20
  git config pull.rebase true   # rebase
21
  git config pull.ff only       # fast-forward only
22
23
You can replace "git config" with "git config --global" to set a default
24
preference for all repositories. You can also pass --rebase, --no-rebase,
25
or --ff-only on the command line to override the configured default per
26
invocation.
27
28
From https://github.com/gentoo-haskell/gentoo-haskell
29
   15d363939..75b7e0287  master     -> origin/master
30
Updating 15d363939..75b7e0287
31
Fast-forward
32
 dev-haskell/conduit-extra/Manifest                 |  1 -
33
 .../conduit-extra/conduit-extra-1.1.17.ebuild      | 40 ----------------
34
 dev-haskell/conduit/Manifest                       |  3 +-
35
 dev-haskell/conduit/conduit-1.2.13.ebuild          | 39 ----------------
36
 ...conduit-1.3.2.1.ebuild => conduit-1.3.4.ebuild} |  0
37
 dev-haskell/http-conduit/Manifest                  |  1 -
38
 dev-haskell/http-conduit/http-conduit-2.2.4.ebuild | 54 ----------------------
39
 profiles/package.mask                              |  5 ++
40
 8 files changed, 6 insertions(+), 137 deletions(-)
41
 delete mode 100644 dev-haskell/conduit-extra/conduit-extra-1.1.17.ebuild
42
 delete mode 100644 dev-haskell/conduit/conduit-1.2.13.ebuild
43
 rename dev-haskell/conduit/{conduit-1.3.2.1.ebuild => conduit-1.3.4.ebuild} (100%)
44
 delete mode 100644 dev-haskell/http-conduit/http-conduit-2.2.4.ebuild
45
*** syncing haskell
46
*** synced haskell
47
 * Sync succeeded
48
$ git log --format=%ci -1
49
$ git show -q --pretty=format:%G? HEAD
50
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 haskell
51
 * Cache regenerated successfully