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
|
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'unofficial'}
$ pmaint sync guru
From https://anongit.gentoo.org/git/repo/proj/guru
29a8fba..c396318 master -> origin/master
841368e..c396318 dev -> origin/dev
Updating 29a8fba..c396318
Fast-forward
.../sphinxcontrib-katex-0.6.0.ebuild | 6 +--
...ib-1.50.ebuild => geographiclib-1.50-r1.ebuild} | 2 +-
www-apps/twint/Manifest | 1 +
www-apps/twint/metadata.xml | 34 +++++++++++++++++
www-apps/twint/twint-2.1.18.ebuild | 43 ++++++++++++++++++++++
5 files changed, 82 insertions(+), 4 deletions(-)
rename sci-geosciences/geographiclib/{geographiclib-1.50.ebuild => geographiclib-1.50-r1.ebuild} (99%)
create mode 100644 www-apps/twint/Manifest
create mode 100644 www-apps/twint/metadata.xml
create mode 100644 www-apps/twint/twint-2.1.18.ebuild
*** syncing guru
*** synced guru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 guru
* Cache regenerated successfully
|