myrvolay

1
{'description': {'en': "myrvogna's personal Gentoo overlay"},
2
 'feed': ['https://github.com/myrvogna/myrvolay/commits/main.atom'],
3
 'homepage': 'https://github.com/myrvogna/myrvolay',
4
 'name': 'myrvolay',
5
 'owner': [{'email': 'octiabrina@myrvogna.net',
6
            'name': 'Octiabrina Terrien-Puig',
7
            'type': 'person'}],
8
 'quality': 'experimental',
9
 'source': [{'type': 'git', 'uri': 'https://github.com/myrvogna/myrvolay.git'},
10
            {'type': 'git', 'uri': 'git://github.com/myrvogna/myrvolay.git'},
11
            {'type': 'git', 'uri': 'git@github.com:myrvogna/myrvolay.git'}],
12
 'status': 'unofficial'}
13
$ pmaint sync myrvolay
14
warning: Pulling without specifying how to reconcile divergent branches is
15
discouraged. You can squelch this message by running one of the following
16
commands sometime before your next pull:
17
18
  git config pull.rebase false  # merge (the default strategy)
19
  git config pull.rebase true   # rebase
20
  git config pull.ff only       # fast-forward only
21
22
You can replace "git config" with "git config --global" to set a default
23
preference for all repositories. You can also pass --rebase, --no-rebase,
24
or --ff-only on the command line to override the configured default per
25
invocation.
26
27
From https://github.com/myrvogna/myrvolay
28
   01f457e..5a29ebd  main       -> origin/main
29
Updating 01f457e..5a29ebd
30
Fast-forward
31
 README.md                                          |  8 ++++---
32
 dev-python/texture2ddecoder/Manifest               |  3 +++
33
 dev-python/texture2ddecoder/metadata.xml           | 11 +++++++++
34
 .../texture2ddecoder/texture2ddecoder-1.0.2.ebuild | 27 ++++++++++++++++++++++
35
 .../texture2ddecoder/texture2ddecoder-9999.ebuild  | 26 +++++++++++++++++++++
36
 dev-python/unitypy/Manifest                        |  3 +++
37
 dev-python/unitypy/metadata.xml                    | 11 +++++++++
38
 dev-python/unitypy/unitypy-1.6.0.3.ebuild          | 27 ++++++++++++++++++++++
39
 dev-python/unitypy/unitypy-9999.ebuild             | 25 ++++++++++++++++++++
40
 9 files changed, 138 insertions(+), 3 deletions(-)
41
 create mode 100644 dev-python/texture2ddecoder/Manifest
42
 create mode 100644 dev-python/texture2ddecoder/metadata.xml
43
 create mode 100644 dev-python/texture2ddecoder/texture2ddecoder-1.0.2.ebuild
44
 create mode 100644 dev-python/texture2ddecoder/texture2ddecoder-9999.ebuild
45
 create mode 100644 dev-python/unitypy/Manifest
46
 create mode 100644 dev-python/unitypy/metadata.xml
47
 create mode 100644 dev-python/unitypy/unitypy-1.6.0.3.ebuild
48
 create mode 100644 dev-python/unitypy/unitypy-9999.ebuild
49
*** syncing myrvolay
50
*** synced myrvolay
51
 * Sync succeeded
52
$ git log --format=%ci -1
53
$ git show -q --pretty=format:%G? HEAD
54
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 myrvolay
55
 * Cache regenerated successfully