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
|
{'description': {'en': 'Unofficial ebuilds for gentoo based distributions.'},
'feed': ['https://github.com/sandikata/ROKO__/commits/master.atom'],
'homepage': 'https://github.com/sandikata/ROKO__',
'name': 'ROKO__',
'owner': [{'email': 'sandikata@yandex.ru',
'name': 'Alexandrow Rosen',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/sandikata/ROKO__.git'},
{'type': 'git', 'uri': 'git://github.com/sandikata/ROKO__.git'}],
'status': 'unofficial'}
$ pmaint sync ROKO__
From https://github.com/sandikata/ROKO__
a479be1..78a60fe master -> origin/master
Updating a479be1..78a60fe
Fast-forward
dev-db/dbeaver-bin/Manifest | 2 -
dev-db/dbeaver-bin/dbeaver-bin-7.1.0.ebuild | 34 -
dev-db/mariadb/Manifest | 8 +
dev-db/mariadb/files/my.cnf-10.2 | 3 +
dev-db/mariadb/files/my.cnf-5.5 | 149 +++
dev-db/mariadb/files/my.cnf-5.6-r1 | 142 +++
dev-db/mariadb/files/my.cnf.distro-client | 21 +
dev-db/mariadb/files/my.cnf.distro-server | 28 +
dev-db/mariadb/mariadb-10.5.4.ebuild | 1030 ++++++++++++++++++++
sys-kernel/liquorix-sources/Manifest | 4 +-
...-5.7.5.ebuild => liquorix-sources-5.7.6.ebuild} | 0
x11-libs/bamf/Manifest | 3 +
x11-libs/bamf/bamf-0.5.4-r1.ebuild | 63 ++
.../files/0.5.4-add-compile-warning-flags.patch | 73 ++
x11-misc/mate-tweak/Manifest | 2 +
x11-misc/mate-tweak/mate-tweak-20.04.0.ebuild | 51 +
16 files changed, 1575 insertions(+), 38 deletions(-)
delete mode 100644 dev-db/dbeaver-bin/Manifest
delete mode 100644 dev-db/dbeaver-bin/dbeaver-bin-7.1.0.ebuild
create mode 100644 dev-db/mariadb/Manifest
create mode 100644 dev-db/mariadb/files/my.cnf-10.2
create mode 100644 dev-db/mariadb/files/my.cnf-5.5
create mode 100644 dev-db/mariadb/files/my.cnf-5.6-r1
create mode 100644 dev-db/mariadb/files/my.cnf.distro-client
create mode 100644 dev-db/mariadb/files/my.cnf.distro-server
create mode 100644 dev-db/mariadb/mariadb-10.5.4.ebuild
rename sys-kernel/liquorix-sources/{liquorix-sources-5.7.5.ebuild => liquorix-sources-5.7.6.ebuild} (100%)
create mode 100644 x11-libs/bamf/Manifest
create mode 100644 x11-libs/bamf/bamf-0.5.4-r1.ebuild
create mode 100644 x11-libs/bamf/files/0.5.4-add-compile-warning-flags.patch
create mode 100644 x11-misc/mate-tweak/Manifest
create mode 100644 x11-misc/mate-tweak/mate-tweak-20.04.0.ebuild
*** syncing ROKO__
*** synced ROKO__
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 ROKO__
* Cache regenerated successfully
|