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
   fcb2d6192..945b00cc1  master     -> origin/master
30
Updating fcb2d6192..945b00cc1
31
Fast-forward
32
 dev-haskell/mustache/files/mustache-2.3.1-r1-either.patch    | 12 ++++++++++++
33
 .../{mustache-2.3.1.ebuild => mustache-2.3.1-r1.ebuild}      |  5 ++++-
34
 2 files changed, 16 insertions(+), 1 deletion(-)
35
 create mode 100644 dev-haskell/mustache/files/mustache-2.3.1-r1-either.patch
36
 rename dev-haskell/mustache/{mustache-2.3.1.ebuild => mustache-2.3.1-r1.ebuild} (95%)
37
*** syncing haskell
38
*** synced haskell
39
 * Sync succeeded
40
$ git log --format=%ci -1
41
$ git show -q --pretty=format:%G? HEAD
42
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 haskell
43
 * Cache regenerated successfully