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
   d3e086893..15d363939  master     -> origin/master
30
Updating d3e086893..15d363939
31
Fast-forward
32
 dev-haskell/massiv-test/Manifest                   |  2 +-
33
 ...est-0.1.3.1.ebuild => massiv-test-0.1.5.ebuild} |  5 ++--
34
 dev-haskell/massiv-test/metadata.xml               |  5 ----
35
 dev-haskell/massiv/Manifest                        |  2 +-
36
 ...massiv-0.5.3.2.ebuild => massiv-0.5.6.0.ebuild} |  4 +--
37
 dev-haskell/massiv/metadata.xml                    |  6 +----
38
 dev-haskell/pvar/Manifest                          |  1 +
39
 dev-haskell/pvar/metadata.xml                      |  8 ++++++
40
 dev-haskell/pvar/pvar-1.0.0.0.ebuild               | 29 ++++++++++++++++++++++
41
 dev-haskell/scheduler/Manifest                     |  2 +-
42
 dev-haskell/scheduler/metadata.xml                 |  5 ----
43
 ...duler-1.4.2.3.ebuild => scheduler-1.5.0.ebuild} |  3 ++-
44
 12 files changed, 48 insertions(+), 24 deletions(-)
45
 rename dev-haskell/massiv-test/{massiv-test-0.1.3.1.ebuild => massiv-test-0.1.5.ebuild} (90%)
46
 rename dev-haskell/massiv/{massiv-0.5.3.2.ebuild => massiv-0.5.6.0.ebuild} (92%)
47
 create mode 100644 dev-haskell/pvar/Manifest
48
 create mode 100644 dev-haskell/pvar/metadata.xml
49
 create mode 100644 dev-haskell/pvar/pvar-1.0.0.0.ebuild
50
 rename dev-haskell/scheduler/{scheduler-1.4.2.3.ebuild => scheduler-1.5.0.ebuild} (91%)
51
*** syncing haskell
52
*** synced haskell
53
 * Sync succeeded
54
$ git log --format=%ci -1
55
$ git show -q --pretty=format:%G? HEAD
56
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 haskell
57
 * Cache regenerated successfully