Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671514 - app-shells/zsh-theme-powerlevel9k-0.6.6 - Powerlevel9k theme for ZSH which uses Powerline Fonts
Summary: app-shells/zsh-theme-powerlevel9k-0.6.6 - Powerlevel9k theme for ZSH which u...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: https://github.com/bhilburn/powerlevel9k
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2018-11-19 14:08 UTC by Fulgurance
Modified: 2021-10-20 15:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Manifest (Manifest,936 bytes, text/plain)
2018-11-19 14:08 UTC, Fulgurance
Details
Metadata (metadata.xml,439 bytes, text/xml)
2018-11-19 14:09 UTC, Fulgurance
Details
Ebuild (zsh-theme-powerlevel9k-0.6.6.ebuild,1.30 KB, text/plain)
2018-11-19 14:09 UTC, Fulgurance
Details
Ebuild (zsh-theme-powerlevel9k-0.6.6.ebuild,1.26 KB, text/plain)
2018-11-20 15:56 UTC, Fulgurance
Details
Manifest (Manifest,936 bytes, text/plain)
2018-11-20 15:56 UTC, Fulgurance
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fulgurance 2018-11-19 14:08:53 UTC
Created attachment 555716 [details]
Manifest

Hello, this is new package for Gentoo.

Powerlevel9k is a theme for ZSH which uses Powerline Fonts. It can be used with vanilla ZSH or ZSH frameworks such as Oh-My-Zsh, Prezto, Antigen, and many others.


This package is ready. I'm agree to proxy maintain it and become proxy-maintainer.

I have already created an overlay to maintain it: https://github.com/Fulgurance/Gentoo-Overlay
Comment 1 Fulgurance 2018-11-19 14:09:12 UTC
Created attachment 555718 [details]
Metadata
Comment 2 Fulgurance 2018-11-19 14:09:29 UTC
Created attachment 555720 [details]
Ebuild
Comment 3 Fulgurance 2018-11-20 15:56:18 UTC
Created attachment 555800 [details]
Ebuild

Repoman error with bad leading spaces corrected, ebuild is ready
Comment 4 Fulgurance 2018-11-20 15:56:40 UTC
Created attachment 555802 [details]
Manifest
Comment 5 Brian Evans (RETIRED) gentoo-dev 2019-08-27 16:27:39 UTC
You should eliminate EXTRACT_DIR and set S="${WORKDIR}/powerlevel9k-${PV}" instead.

This will simplify your doins calls which can have several files on one line. e.g.: doins powerlevel9k.zsh-theme prompt_powerlevel9k_setup

In addition, Gentoo does not install LICENSE files as we keep copies in our main repository for review and that's what the LICENSE="" variable is for.

The markdown files should go in a DOCS=( ) array and calling einstalldocs will put them in their rightful place