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
|
{'description': {'en': 'Pro audio overlay. Please file bugs or package '
'suggestions at '
'https://github.com/gentoo-audio/audio-overlay/issues/new'},
'feed': ['https://github.com/gentoo-audio/audio-overlay/commits/master.atom'],
'homepage': 'https://github.com/gentoo-audio/audio-overlay',
'name': 'audio-overlay',
'owner': [{'email': 'audio-overlay@googlegroups.com',
'name': 'Audio overlay',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/gentoo-audio/audio-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/gentoo-audio/audio-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:gentoo-audio/audio-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync audio-overlay
From https://github.com/gentoo-audio/audio-overlay
8d6c80a..5f78b1f master -> origin/master
601153e..126b6d3 gh-pages -> origin/gh-pages
Updating 8d6c80a..5f78b1f
Fast-forward
.circleci/config.yml | 14 ++--
media-sound/carla/carla-9999.ebuild | 10 +--
tests/emerge-all-ebuilds.sh | 16 ++++
tests/emerge-all-live-ebuilds.sh | 16 ++++
tests/emerge-ebuild.sh | 8 +-
tests/resources/emerge-ebuild.sh | 87 ++++++++++++----------
.../packages/media-plugins/deteriorate-lv2.conf | 6 +-
.../packages/media-plugins/distrho-ports.conf | 11 ++-
tests/resources/packages/media-plugins/fabla.conf | 12 +--
.../packages/media-sound/bitwig-studio.conf | 6 +-
tests/resources/packages/media-sound/cadence.conf | 19 ++---
tests/resources/packages/media-sound/drumkv1.conf | 4 +-
tests/resources/packages/media-sound/guitarix.conf | 4 +-
.../resources/packages/media-sound/mididings.conf | 4 +-
tests/resources/packages/media-sound/padthv1.conf | 4 +-
tests/resources/packages/media-sound/samplv1.conf | 4 +-
.../packages/media-sound/sequencer64.conf | 8 +-
tests/resources/packages/media-sound/synthv1.conf | 4 +-
18 files changed, 148 insertions(+), 89 deletions(-)
create mode 100755 tests/emerge-all-ebuilds.sh
create mode 100755 tests/emerge-all-live-ebuilds.sh
*** syncing audio-overlay
*** synced audio-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 audio-overlay
* Cache regenerated successfully
|