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
|
{'description': {'en': "FearedBliss's Gentoo Overlay"},
'feed': ['https://github.com/fearedbliss/bliss-overlay/commits/master.atom'],
'homepage': 'https://github.com/fearedbliss',
'name': 'bliss-overlay',
'owner': [{'email': 'jvasquez1011@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/fearedbliss/bliss-overlay.git'},
{'type': 'git',
'uri': 'git://github.com:fearedbliss/bliss-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:fearedbliss/bliss-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync bliss-overlay
From https://github.com/fearedbliss/bliss-overlay
aadb67c..e61bebf master -> origin/master
Updating aadb67c..e61bebf
Fast-forward
sys-kernel/bliss-initramfs/Manifest | 2 +-
.../bliss-initramfs/bliss-initramfs-8.0.0.ebuild | 2 +-
sys-kernel/bliss-kernel-bin/Manifest | 2 ++
.../bliss-kernel-bin/bliss-kernel-bin-5.5.2.ebuild | 33 ++++++++++++++++++++++
4 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 sys-kernel/bliss-kernel-bin/bliss-kernel-bin-5.5.2.ebuild
*** syncing bliss-overlay
*** synced bliss-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 bliss-overlay
* Cache regenerated successfully
|