summaryrefslogtreecommitdiff
blob: 7672738aefdfbb862be1712b0f2cd6db0c954ab6 (plain)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{'description': {'en': 'Various ebuilds from different sources'},
 'feed': ['https://gitlab.com/menelkir/gentoo-overlay/commits/master.atom'],
 'homepage': 'https://gitlab.com/menelkir/gentoo-overlay',
 'name': 'menelkir',
 'owner': [{'email': 'menelkir@itroll.org',
            'name': 'Daniel Menelkir',
            'type': 'person'}],
 'quality': 'experimental',
 'source': [{'type': 'git',
             'uri': 'https://gitlab.com/menelkir/gentoo-overlay.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@gitlab.com/menelkir/gentoo-overlay.git'}],
 'status': 'unofficial'}
$ pmaint sync menelkir
*** syncing menelkir
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:

  git config pull.rebase false  # merge (the default strategy)
  git config pull.rebase true   # rebase
  git config pull.ff only       # fast-forward only

You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.

From https://gitlab.com/menelkir/gentoo-overlay
   8e2a2b42..225bf25b  master     -> origin/master
Updating 8e2a2b42..225bf25b
Fast-forward
 dev-games/godot/godot-3.2.3.ebuild                 |  2 +-
 dev-util/pmbootstrap/Manifest                      |  2 +-
 ...rap-1.29.2.ebuild => pmbootstrap-1.31.0.ebuild} |  2 +-
 metadata/md5-cache/dev-games/godot-3.2.3           |  4 +-
 .../{pmbootstrap-1.29.2 => pmbootstrap-1.31.0}     |  4 +-
 metadata/md5-cache/x11-misc/polybar-9999           | 14 ++++++
 x11-misc/polybar/metadata.xml                      | 21 ++++++++
 x11-misc/polybar/polybar-9999.ebuild               | 56 ++++++++++++++++++++++
 8 files changed, 98 insertions(+), 7 deletions(-)
 rename dev-util/pmbootstrap/{pmbootstrap-1.29.2.ebuild => pmbootstrap-1.31.0.ebuild} (72%)
 rename metadata/md5-cache/dev-util/{pmbootstrap-1.29.2 => pmbootstrap-1.31.0} (85%)
 create mode 100644 metadata/md5-cache/x11-misc/polybar-9999
 create mode 100644 x11-misc/polybar/metadata.xml
 create mode 100644 x11-misc/polybar/polybar-9999.ebuild
*** synced menelkir
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 menelkir
 * Cache regenerated successfully