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
|
{'description': {'en': 'Gentoo overlay with ebuilds by Stefan Talpalaru that are not in the tree'},
'feed': ['https://github.com/stefantalpalaru/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/stefantalpalaru/gentoo-overlay',
'name': 'stefantalpalaru',
'owner': [{'email': 'stefantalpalaru@yahoo.com',
'name': 'Stefan Talpalaru',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/stefantalpalaru/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/stefantalpalaru/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:stefantalpalaru/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync stefantalpalaru
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing stefantalpalaru
From https://github.com/stefantalpalaru/gentoo-overlay
a9086bb..21fc7a9 master -> origin/master
Updating a9086bb..21fc7a9
Fast-forward
media-libs/libgig/Manifest | 1 +
media-libs/libgig/libgig-4.1.0.ebuild | 42 +++++++++++++++
media-libs/libgig/metadata.xml | 8 +++
media-libs/liblscp/Manifest | 1 +
media-libs/liblscp/liblscp-0.6.0.ebuild | 25 +++++++++
media-libs/liblscp/metadata.xml | 8 +++
media-sound/gigedit/Manifest | 1 +
media-sound/gigedit/gigedit-1.1.0.ebuild | 35 +++++++++++++
media-sound/gigedit/metadata.xml | 8 +++
media-sound/linuxsampler/Manifest | 1 +
.../files/linuxsampler-2.0.0-lv2-automagic.patch | 21 ++++++++
.../files/linuxsampler-2.0.0-nptl-hardened.patch | 15 ++++++
media-sound/linuxsampler/linuxsampler-2.1.0.ebuild | 60 ++++++++++++++++++++++
media-sound/linuxsampler/metadata.xml | 11 ++++
media-sound/qsampler/Manifest | 1 +
media-sound/qsampler/metadata.xml | 15 ++++++
media-sound/qsampler/qsampler-0.5.0.ebuild | 42 +++++++++++++++
17 files changed, 295 insertions(+)
create mode 100644 media-libs/libgig/Manifest
create mode 100644 media-libs/libgig/libgig-4.1.0.ebuild
create mode 100644 media-libs/libgig/metadata.xml
create mode 100644 media-libs/liblscp/Manifest
create mode 100644 media-libs/liblscp/liblscp-0.6.0.ebuild
create mode 100644 media-libs/liblscp/metadata.xml
create mode 100644 media-sound/gigedit/Manifest
create mode 100644 media-sound/gigedit/gigedit-1.1.0.ebuild
create mode 100644 media-sound/gigedit/metadata.xml
create mode 100644 media-sound/linuxsampler/Manifest
create mode 100644 media-sound/linuxsampler/files/linuxsampler-2.0.0-lv2-automagic.patch
create mode 100644 media-sound/linuxsampler/files/linuxsampler-2.0.0-nptl-hardened.patch
create mode 100644 media-sound/linuxsampler/linuxsampler-2.1.0.ebuild
create mode 100644 media-sound/linuxsampler/metadata.xml
create mode 100644 media-sound/qsampler/Manifest
create mode 100644 media-sound/qsampler/metadata.xml
create mode 100644 media-sound/qsampler/qsampler-0.5.0.ebuild
*** synced stefantalpalaru
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 stefantalpalaru
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/home/mgorny/repos/genthree' has unsupported profile format: profile-bashrcs
* Cache regenerated successfully
|