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': 'Miscellaneous Gentoo ebuilds'},
'feed': ['https://github.com/bobwya/miscellaneous_ebuilds/commits/master.atom'],
'homepage': 'https://github.com/bobwya/miscellaneous_ebuilds',
'name': 'bobwya',
'owner': [{'email': 'bob.mt.wya@gmail.com',
'name': 'Bob Wya',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git@github.com:bobwya/miscellaneous_ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync bobwya
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
From https://github.com/bobwya/miscellaneous_ebuilds
b34e57c..dd11eff master -> origin/master
Updating b34e57c..dd11eff
Fast-forward
app-emulation/wine/Manifest | 26 +-
app-emulation/wine/metadata.xml | 23 --
app-emulation/wine/tools/common-functions.awk | 67 +++++
app-emulation/wine/tools/common-functions.sh | 128 +++++++++
app-emulation/wine/tools/wine-patch.awk | 297 +++++++++++++++++++
app-emulation/wine/tools/wine-patch.sh | 335 +++-------------------
app-emulation/wine/wine-1.8.1.ebuild | 393 ++++++++++++++++++++++++++
app-emulation/wine/wine-1.8.ebuild | 12 +-
app-emulation/wine/wine-1.8_rc1.ebuild | 12 +-
app-emulation/wine/wine-1.8_rc2.ebuild | 12 +-
app-emulation/wine/wine-1.8_rc3.ebuild | 12 +-
app-emulation/wine/wine-1.8_rc4.ebuild | 12 +-
app-emulation/wine/wine-1.9.0.ebuild | 15 +-
app-emulation/wine/wine-1.9.1.ebuild | 12 +-
app-emulation/wine/wine-1.9.2.ebuild | 15 +-
app-emulation/wine/wine-1.9.3.ebuild | 15 +-
app-emulation/wine/wine-1.9.4.ebuild | 15 +-
app-emulation/wine/wine-9999.ebuild | 15 +-
18 files changed, 1021 insertions(+), 395 deletions(-)
create mode 100644 app-emulation/wine/tools/common-functions.awk
create mode 100644 app-emulation/wine/tools/common-functions.sh
create mode 100644 app-emulation/wine/tools/wine-patch.awk
create mode 100644 app-emulation/wine/wine-1.8.1.ebuild
*** syncing bobwya
*** synced bobwya
* Sync succeeded
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bobwya
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
WARNING:pkgcore:repository at '/home/mgorny/repos/steveeJ' has unsupported profile format(s): 'profile-set'
* Cache regenerated successfully
|