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
|
{'description': {'en': 'An ebuild overlay for Gentoo.'},
'feed': ['https://github.com/dallenwilson/trolltoo/commits/master.atom'],
'homepage': 'https://github.com/dallenwilson/trolltoo',
'name': 'trolltoo',
'owner': [{'email': 'dallen.wilson@gmail.com',
'name': 'Dallen Wilson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/dallenwilson/trolltoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/dallenwilson/trolltoo.git'}],
'status': 'unofficial'}
$ pmaint sync trolltoo
From https://github.com/dallenwilson/trolltoo
60c9e96..c9c1065 master -> origin/master
Updating 60c9e96..c9c1065
Fast-forward
...enchant-1.6.1-r2.ebuild => enchant-1.6.1-r3.ebuild} | 5 ++++-
app-text/enchant/files/add-libtool-to-makefile.patch | 11 +++++++++++
app-text/enchant/files/libtool-tag-fix.patch | 18 ------------------
3 files changed, 15 insertions(+), 19 deletions(-)
rename app-text/enchant/{enchant-1.6.1-r2.ebuild => enchant-1.6.1-r3.ebuild} (94%)
create mode 100644 app-text/enchant/files/add-libtool-to-makefile.patch
delete mode 100644 app-text/enchant/files/libtool-tag-fix.patch
*** syncing trolltoo
*** synced trolltoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 trolltoo
* Cache regenerated successfully
|