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
   950f941cb..35bfc9e26  master     -> origin/master
30
Updating 950f941cb..35bfc9e26
31
Fast-forward
32
 .../{cron-0.7.0.ebuild => cron-0.7.0-r1.ebuild}    | 12 +++----
33
 dev-haskell/cron/metadata.xml                      | 13 -------
34
 dev-haskell/lens/metadata.xml                      | 36 ++++++++++++++-----
35
 dev-haskell/retry/Manifest                         |  1 -
36
 dev-haskell/retry/metadata.xml                     | 15 --------
37
 dev-haskell/retry/retry-0.7.7.0.ebuild             | 40 ----------------------
38
 dev-haskell/retry/retry-0.8.1.2.ebuild             | 14 ++++----
39
 dev-haskell/shakespeare/metadata.xml               |  2 +-
40
 dev-haskell/store-core/metadata.xml                |  2 +-
41
 dev-haskell/unagi-chan/metadata.xml                |  4 ++-
42
 10 files changed, 45 insertions(+), 94 deletions(-)
43
 rename dev-haskell/cron/{cron-0.7.0.ebuild => cron-0.7.0-r1.ebuild} (83%)
44
 delete mode 100644 dev-haskell/retry/retry-0.7.7.0.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 32 haskell
51
 * Cache regenerated successfully