summaryrefslogtreecommitdiff
blob: b95ff6bd138a1ef6a1f62ae16305ec99eb25d4a5 (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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{'description': {'en': 'Official Gentoo ebuild repository'},
 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
 'homepage': 'https://gentoo.org/',
 'name': 'gentoo',
 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
 'quality': 'core',
 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
            {'type': 'git',
             'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
            {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
            {'type': 'git',
             'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
 'status': 'official'}
$ pmaint sync gentoo
From https://anongit.gentoo.org/git/repo/gentoo
   8a6155fc69c..88cc97bc466  master     -> origin/master
Updating 8a6155fc69c..88cc97bc466
Fast-forward
 dev-python/osrf_pycommon/Manifest                  |    1 +
 dev-python/osrf_pycommon/files/str.patch           |   23 +
 dev-python/osrf_pycommon/metadata.xml              |   11 +
 .../osrf_pycommon/osrf_pycommon-0.1.10.ebuild      |   24 +
 dev-ros/ament_cmake_cppcheck/Manifest              |    1 +
 .../ament_cmake_cppcheck-0.9.5.ebuild              |   63 ++
 .../ament_cmake_cppcheck-9999.ebuild               |   63 ++
 dev-ros/ament_cmake_cppcheck/metadata.xml          |   11 +
 dev-ros/ament_cmake_cpplint/Manifest               |    1 +
 .../ament_cmake_cpplint-0.9.5.ebuild               |   62 ++
 .../ament_cmake_cpplint-9999.ebuild                |   62 ++
 dev-ros/ament_cmake_cpplint/metadata.xml           |   11 +
 dev-ros/ament_cmake_pytest/Manifest                |    1 +
 .../ament_cmake_pytest-1.0.0.ebuild                |   46 +
 .../ament_cmake_pytest-9999.ebuild                 |   46 +
 dev-ros/ament_cmake_pytest/metadata.xml            |   11 +
 dev-ros/ament_cmake_uncrustify/Manifest            |    1 +
 .../ament_cmake_uncrustify-0.9.5.ebuild            |   62 ++
 .../ament_cmake_uncrustify-9999.ebuild             |   62 ++
 dev-ros/ament_cmake_uncrustify/metadata.xml        |   11 +
 dev-ros/ament_cppcheck/Manifest                    |    1 +
 dev-ros/ament_cppcheck/ament_cppcheck-0.9.5.ebuild |   37 +
 dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild  |   37 +
 dev-ros/ament_cppcheck/metadata.xml                |   11 +
 dev-ros/ament_cpplint/Manifest                     |    1 +
 dev-ros/ament_cpplint/ament_cpplint-0.9.5.ebuild   |   45 +
 dev-ros/ament_cpplint/ament_cpplint-9999.ebuild    |   45 +
 dev-ros/ament_cpplint/metadata.xml                 |   11 +
 dev-ros/ament_uncrustify/Manifest                  |    1 +
 .../ament_uncrustify/ament_uncrustify-0.9.5.ebuild |   37 +
 .../ament_uncrustify/ament_uncrustify-9999.ebuild  |   37 +
 dev-ros/ament_uncrustify/metadata.xml              |   11 +
 dev-ros/python_cmake_module/Manifest               |    1 +
 dev-ros/python_cmake_module/metadata.xml           |   11 +
 .../python_cmake_module-0.8.0.ebuild               |   54 +
 .../python_cmake_module-9999.ebuild                |   54 +
 media-sound/rosegarden/Manifest                    |    2 -
 media-sound/rosegarden/rosegarden-19.06.ebuild     |   59 --
 media-sound/rosegarden/rosegarden-19.12.ebuild     |   66 --
 www-servers/nginx/Manifest                         |    5 +
 www-servers/nginx/nginx-1.19.2.ebuild              | 1093 ++++++++++++++++++++
 41 files changed, 2065 insertions(+), 127 deletions(-)
 create mode 100644 dev-python/osrf_pycommon/Manifest
 create mode 100644 dev-python/osrf_pycommon/files/str.patch
 create mode 100644 dev-python/osrf_pycommon/metadata.xml
 create mode 100644 dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild
 create mode 100644 dev-ros/ament_cmake_cppcheck/Manifest
 create mode 100644 dev-ros/ament_cmake_cppcheck/ament_cmake_cppcheck-0.9.5.ebuild
 create mode 100644 dev-ros/ament_cmake_cppcheck/ament_cmake_cppcheck-9999.ebuild
 create mode 100644 dev-ros/ament_cmake_cppcheck/metadata.xml
 create mode 100644 dev-ros/ament_cmake_cpplint/Manifest
 create mode 100644 dev-ros/ament_cmake_cpplint/ament_cmake_cpplint-0.9.5.ebuild
 create mode 100644 dev-ros/ament_cmake_cpplint/ament_cmake_cpplint-9999.ebuild
 create mode 100644 dev-ros/ament_cmake_cpplint/metadata.xml
 create mode 100644 dev-ros/ament_cmake_pytest/Manifest
 create mode 100644 dev-ros/ament_cmake_pytest/ament_cmake_pytest-1.0.0.ebuild
 create mode 100644 dev-ros/ament_cmake_pytest/ament_cmake_pytest-9999.ebuild
 create mode 100644 dev-ros/ament_cmake_pytest/metadata.xml
 create mode 100644 dev-ros/ament_cmake_uncrustify/Manifest
 create mode 100644 dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-0.9.5.ebuild
 create mode 100644 dev-ros/ament_cmake_uncrustify/ament_cmake_uncrustify-9999.ebuild
 create mode 100644 dev-ros/ament_cmake_uncrustify/metadata.xml
 create mode 100644 dev-ros/ament_cppcheck/Manifest
 create mode 100644 dev-ros/ament_cppcheck/ament_cppcheck-0.9.5.ebuild
 create mode 100644 dev-ros/ament_cppcheck/ament_cppcheck-9999.ebuild
 create mode 100644 dev-ros/ament_cppcheck/metadata.xml
 create mode 100644 dev-ros/ament_cpplint/Manifest
 create mode 100644 dev-ros/ament_cpplint/ament_cpplint-0.9.5.ebuild
 create mode 100644 dev-ros/ament_cpplint/ament_cpplint-9999.ebuild
 create mode 100644 dev-ros/ament_cpplint/metadata.xml
 create mode 100644 dev-ros/ament_uncrustify/Manifest
 create mode 100644 dev-ros/ament_uncrustify/ament_uncrustify-0.9.5.ebuild
 create mode 100644 dev-ros/ament_uncrustify/ament_uncrustify-9999.ebuild
 create mode 100644 dev-ros/ament_uncrustify/metadata.xml
 create mode 100644 dev-ros/python_cmake_module/Manifest
 create mode 100644 dev-ros/python_cmake_module/metadata.xml
 create mode 100644 dev-ros/python_cmake_module/python_cmake_module-0.8.0.ebuild
 create mode 100644 dev-ros/python_cmake_module/python_cmake_module-9999.ebuild
 delete mode 100644 media-sound/rosegarden/rosegarden-19.06.ebuild
 delete mode 100644 media-sound/rosegarden/rosegarden-19.12.ebuild
 create mode 100644 www-servers/nginx/nginx-1.19.2.ebuild
*** syncing gentoo
*** synced gentoo
 * Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
 * Cache regenerated successfully