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
53
54
55
56
57
|
{'description': {'en': "Ebuilds from vowstar's git"},
'feed': ['https://github.com/vowstar/vowstar-overlay/commits/master.atom'],
'homepage': 'https://github.com/vowstar/vowstar-overlay',
'name': 'vowstar',
'owner': [{'email': 'vowstar@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/vowstar/vowstar-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/vowstar/vowstar-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:vowstar/vowstar-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync vowstar
WARNING:pkgcore:lanodanOverlay repo at '/var/lib/repo-mirror-ci/sync/lanodanOverlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
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://github.com/vowstar/vowstar-overlay
34ce829..39dcea3 master -> origin/master
Updating 34ce829..39dcea3
Fast-forward
dev-python/matplotlib/Manifest | 2 +
.../matplotlib/files/matplotlib-3.1.2-qhull.patch | 20 +
.../matplotlib/files/matplotlib-3.2.2-test.patch | 419 +++++++++++++++++++++
.../matplotlib/files/matplotlib-3.3.0-test.patch | 225 +++++++++++
.../files/matplotlib-3.3.2-test-extra.patch | 25 ++
.../files/matplotlib-3.3.3-disable-lto.patch | 25 ++
dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild | 282 ++++++++++++++
dev-python/matplotlib/metadata.xml | 27 ++
sci-electronics/bsc/bsc-9999.ebuild | 14 +-
9 files changed, 1037 insertions(+), 2 deletions(-)
create mode 100644 dev-python/matplotlib/Manifest
create mode 100644 dev-python/matplotlib/files/matplotlib-3.1.2-qhull.patch
create mode 100644 dev-python/matplotlib/files/matplotlib-3.2.2-test.patch
create mode 100644 dev-python/matplotlib/files/matplotlib-3.3.0-test.patch
create mode 100644 dev-python/matplotlib/files/matplotlib-3.3.2-test-extra.patch
create mode 100644 dev-python/matplotlib/files/matplotlib-3.3.3-disable-lto.patch
create mode 100644 dev-python/matplotlib/matplotlib-3.3.3-r1.ebuild
create mode 100644 dev-python/matplotlib/metadata.xml
*** syncing vowstar
*** synced vowstar
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 vowstar
* Cache regenerated successfully
|