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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
{'description': {'en': "AstroFloyd's Gentoo overlay"},
'feed': ['https://cgit.gentoo.org/user/AstroFloyd.git/atom/'],
'homepage': 'https://cgit.gentoo.org/user/AstroFloyd.git/',
'name': 'AstroFloyd',
'owner': [{'email': 'AstroFloyd@gmail.com',
'name': 'AstroFloyd',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/AstroFloyd.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/user/AstroFloyd.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/AstroFloyd.git'}],
'status': 'unofficial'}
$ pmaint sync AstroFloyd
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://anongit.gentoo.org/git/user/AstroFloyd
3f7b5bd..4fd5bad master -> origin/master
Updating 3f7b5bd..4fd5bad
Fast-forward
dev-python/py_sg/ChangeLog | 13 -----
dev-python/py_sg/Manifest | 4 --
dev-python/py_sg/metadata.xml | 8 ---
dev-python/py_sg/py_sg-0.11-r1.ebuild | 20 -------
dev-python/tweepy/ChangeLog | 8 ---
dev-python/tweepy/Manifest | 4 --
dev-python/tweepy/metadata.xml | 8 ---
dev-python/tweepy/tweepy-1.7.1-r1.ebuild | 21 -------
net-misc/googlecl/ChangeLog | 5 +-
net-misc/googlecl/Manifest | 7 +--
.../files/googlecl-0.9.12-calendar_dates.patch | 64 ----------------------
net-misc/googlecl/googlecl-0.9.15-r1.ebuild | 34 ------------
net-misc/owncloud-client/ChangeLog | 6 ++
net-misc/owncloud-client/Manifest | 8 +--
....3.1.ebuild => owncloud-client-2.3.1-r1.ebuild} | 8 +--
sci-geosciences/gmapcatcher/Manifest | 4 --
.../files/gmapcatcher-0.8.0.4-setuppy-docs.patch | 18 ------
.../gmapcatcher/gmapcatcher-0.8.0.4.ebuild | 41 --------------
sci-geosciences/gmapcatcher/metadata.xml | 8 ---
sci-geosciences/gpsman/ChangeLog | 8 +++
sci-geosciences/gpsman/Manifest | 7 ++-
...man-6.4.4.2.ebuild => gpsman-6.4.4.2-r1.ebuild} | 7 +--
sci-geosciences/gpsman/metadata.xml | 2 +-
23 files changed, 36 insertions(+), 277 deletions(-)
delete mode 100644 dev-python/py_sg/ChangeLog
delete mode 100644 dev-python/py_sg/Manifest
delete mode 100644 dev-python/py_sg/metadata.xml
delete mode 100644 dev-python/py_sg/py_sg-0.11-r1.ebuild
delete mode 100644 dev-python/tweepy/ChangeLog
delete mode 100644 dev-python/tweepy/Manifest
delete mode 100644 dev-python/tweepy/metadata.xml
delete mode 100644 dev-python/tweepy/tweepy-1.7.1-r1.ebuild
delete mode 100644 net-misc/googlecl/files/googlecl-0.9.12-calendar_dates.patch
delete mode 100644 net-misc/googlecl/googlecl-0.9.15-r1.ebuild
rename net-misc/owncloud-client/{owncloud-client-2.3.1.ebuild => owncloud-client-2.3.1-r1.ebuild} (95%)
delete mode 100644 sci-geosciences/gmapcatcher/Manifest
delete mode 100644 sci-geosciences/gmapcatcher/files/gmapcatcher-0.8.0.4-setuppy-docs.patch
delete mode 100644 sci-geosciences/gmapcatcher/gmapcatcher-0.8.0.4.ebuild
delete mode 100644 sci-geosciences/gmapcatcher/metadata.xml
create mode 100644 sci-geosciences/gpsman/ChangeLog
rename sci-geosciences/gpsman/{gpsman-6.4.4.2.ebuild => gpsman-6.4.4.2-r1.ebuild} (92%)
*** syncing AstroFloyd
*** synced AstroFloyd
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 AstroFloyd
* sci-libs/plplot-5.13.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* sci-libs/plplot-5.14.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* sci-libs/plplot-5.15.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* sci-misc/simso-0.8.5: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* sci-misc/simsogui-0.8.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|