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
|
{'description': {'en': 'Experimental overlay for .NET packages.'},
'feed': ['https://github.com/gentoo/dotnet/commits/master.atom'],
'homepage': 'https://github.com/gentoo/dotnet',
'name': 'dotnet',
'owner': [{'email': 'dotnet@gentoo.org',
'name': 'Dotnet team',
'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/dotnet.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo/dotnet.git'}],
'status': 'official'}
$ pmaint sync dotnet
From https://github.com/gentoo/dotnet
2b9da41..7dd49a1 master -> origin/master
Updating 2b9da41..7dd49a1
Fast-forward
dev-dotnet/dotnetcore-sdk-bin-common/Manifest | 6 +++---
...mmon-2.1.607.ebuild => dotnetcore-sdk-bin-common-2.1.803.ebuild} | 2 +-
.../dotnetcore-sdk-bin-common-2.2.207.ebuild | 2 +-
...mmon-3.0.101.ebuild => dotnetcore-sdk-bin-common-3.0.102.ebuild} | 2 +-
...mmon-3.1.100.ebuild => dotnetcore-sdk-bin-common-3.1.101.ebuild} | 2 +-
dev-dotnet/dotnetcore-sdk-bin/Manifest | 6 +++---
...ore-sdk-bin-2.1.607.ebuild => dotnetcore-sdk-bin-2.1.803.ebuild} | 2 +-
dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.2.207.ebuild | 2 +-
...ore-sdk-bin-3.0.101.ebuild => dotnetcore-sdk-bin-3.0.102.ebuild} | 2 +-
...ore-sdk-bin-3.1.100.ebuild => dotnetcore-sdk-bin-3.1.101.ebuild} | 2 +-
10 files changed, 14 insertions(+), 14 deletions(-)
rename dev-dotnet/dotnetcore-sdk-bin-common/{dotnetcore-sdk-bin-common-2.1.607.ebuild => dotnetcore-sdk-bin-common-2.1.803.ebuild} (93%)
rename dev-dotnet/dotnetcore-sdk-bin-common/{dotnetcore-sdk-bin-common-3.0.101.ebuild => dotnetcore-sdk-bin-common-3.0.102.ebuild} (94%)
rename dev-dotnet/dotnetcore-sdk-bin-common/{dotnetcore-sdk-bin-common-3.1.100.ebuild => dotnetcore-sdk-bin-common-3.1.101.ebuild} (94%)
rename dev-dotnet/dotnetcore-sdk-bin/{dotnetcore-sdk-bin-2.1.607.ebuild => dotnetcore-sdk-bin-2.1.803.ebuild} (94%)
rename dev-dotnet/dotnetcore-sdk-bin/{dotnetcore-sdk-bin-3.0.101.ebuild => dotnetcore-sdk-bin-3.0.102.ebuild} (94%)
rename dev-dotnet/dotnetcore-sdk-bin/{dotnetcore-sdk-bin-3.1.100.ebuild => dotnetcore-sdk-bin-3.1.101.ebuild} (94%)
*** syncing dotnet
*** synced dotnet
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 dotnet
* Cache regenerated successfully
|