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
|
{'description': {'en': "anomen's personal Gentoo overlay"},
'feed': ['https://github.com/anomen-s/anomen-overlay/commits/master.atom'],
'homepage': 'https://github.com/anomen-s/anomen-overlay',
'name': 'anomen',
'owner': [{'email': 'ludek_h@seznam.cz', 'name': 'anomen', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/anomen-s/anomen-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/anomen-s/anomen-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:anomen-s/anomen-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync anomen
From https://github.com/anomen-s/anomen-overlay
897a6a5..689a94e master -> origin/master
Updating 897a6a5..689a94e
Fast-forward
app-emulation/wine/Manifest | 17 -
app-emulation/wine/files/43315.patch | 11 -
app-emulation/wine/files/builtin_ms_va_list.c | 9 -
app-emulation/wine/files/pr66838.c | 36 --
app-emulation/wine/files/pr69140.c | 37 --
app-emulation/wine/files/wine-1.5.26-winegcc.patch | 59 ---
app-emulation/wine/files/wine-1.6-memset-O3.patch | 21 -
.../wine/files/wine-1.7.12-osmesa-check.patch | 38 --
.../wine/files/wine-1.9.5-multilib-portage.patch | 31 --
app-emulation/wine/metadata.xml | 49 --
app-emulation/wine/wine-2.3.ebuild | 583 ---------------------
11 files changed, 891 deletions(-)
delete mode 100644 app-emulation/wine/Manifest
delete mode 100644 app-emulation/wine/files/43315.patch
delete mode 100644 app-emulation/wine/files/builtin_ms_va_list.c
delete mode 100644 app-emulation/wine/files/pr66838.c
delete mode 100644 app-emulation/wine/files/pr69140.c
delete mode 100644 app-emulation/wine/files/wine-1.5.26-winegcc.patch
delete mode 100644 app-emulation/wine/files/wine-1.6-memset-O3.patch
delete mode 100644 app-emulation/wine/files/wine-1.7.12-osmesa-check.patch
delete mode 100644 app-emulation/wine/files/wine-1.9.5-multilib-portage.patch
delete mode 100644 app-emulation/wine/metadata.xml
delete mode 100644 app-emulation/wine/wine-2.3.ebuild
*** syncing anomen
*** synced anomen
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 anomen
* Cache regenerated successfully
|