nest

1
{'description': {'en': 'Personal Gentoo overlay'},
2
 'feed': ['https://github.com/SpiderX/portage-overlay/commits/master.atom'],
3
 'homepage': 'https://github.com/SpiderX/portage-overlay',
4
 'name': 'nest',
5
 'owner': [{'email': 'spiderx@spiderx.dp.ua',
6
            'name': 'Vladimir Pavljuchenkov',
7
            'type': 'person'}],
8
 'quality': 'experimental',
9
 'source': [{'type': 'git',
10
             'uri': 'https://github.com/SpiderX/portage-overlay.git'},
11
            {'type': 'git',
12
             'uri': 'git+ssh://git@github.com/SpiderX/portage-overlay.git'}],
13
 'status': 'unofficial'}
14
$ pmaint sync nest
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/SpiderX/portage-overlay
29
   b07c41f..4d1e54b  master     -> origin/master
30
Updating b07c41f..4d1e54b
31
Fast-forward
32
 README.md                                          |   3 +-
33
 net-ftp/weex/Manifest                              |   2 +
34
 net-ftp/weex/files/strlib.c                        | 395 +++++++++++++++++++++
35
 net-ftp/weex/files/strlib.h                        |  42 +++
36
 net-ftp/weex/files/weex-2.8.2-Makefile.am.patch    |   8 +
37
 net-ftp/weex/files/weex-2.8.2-configure.in.patch   |  36 ++
38
 net-ftp/weex/files/weex-2.8.2-po-fr.po.patch       |  11 +
39
 .../weex/files/weex-2.8.2-src-Makefile.am.patch    |  10 +
40
 net-ftp/weex/files/weex-2.8.3-configure.in.patch   |  27 ++
41
 net-ftp/weex/files/weex-9999-configure.in.patch    |  20 ++
42
 net-ftp/weex/files/weex-9999-src-Makefile.am.patch |   9 +
43
 net-ftp/weex/metadata.xml                          |  21 ++
44
 net-ftp/weex/weex-2.8.2.ebuild                     |  38 ++
45
 net-ftp/weex/weex-2.8.3.ebuild                     |  38 ++
46
 net-ftp/weex/weex-9999.ebuild                      |  45 +++
47
 15 files changed, 704 insertions(+), 1 deletion(-)
48
 create mode 100644 net-ftp/weex/Manifest
49
 create mode 100644 net-ftp/weex/files/strlib.c
50
 create mode 100644 net-ftp/weex/files/strlib.h
51
 create mode 100644 net-ftp/weex/files/weex-2.8.2-Makefile.am.patch
52
 create mode 100644 net-ftp/weex/files/weex-2.8.2-configure.in.patch
53
 create mode 100644 net-ftp/weex/files/weex-2.8.2-po-fr.po.patch
54
 create mode 100644 net-ftp/weex/files/weex-2.8.2-src-Makefile.am.patch
55
 create mode 100644 net-ftp/weex/files/weex-2.8.3-configure.in.patch
56
 create mode 100644 net-ftp/weex/files/weex-9999-configure.in.patch
57
 create mode 100644 net-ftp/weex/files/weex-9999-src-Makefile.am.patch
58
 create mode 100644 net-ftp/weex/metadata.xml
59
 create mode 100644 net-ftp/weex/weex-2.8.2.ebuild
60
 create mode 100644 net-ftp/weex/weex-2.8.3.ebuild
61
 create mode 100644 net-ftp/weex/weex-9999.ebuild
62
*** syncing nest
63
*** synced nest
64
 * Sync succeeded
65
$ git log --format=%ci -1
66
$ git show -q --pretty=format:%G? HEAD
67
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 nest
68
 * Cache regenerated successfully