Some ebuilds for gentoo https://gentoo.org/

Andrey Syutkin fd6f2de3a1 Add FPC and Lazarus version bump 3 年 前
app-admin 6ccb9f08c4 Version bump 5 年 前
app-arch ea02b1cb20 Add streamlink-twitch-gui 3 年 前
app-editors 9fae88f410 vscode-bin version bump 3 年 前
app-misc 372c7c3043 Far2l version bump 3 年 前
app-text 3f1b5d6440 add Manifest 5 年 前
dev-lang fd6f2de3a1 Add FPC and Lazarus version bump 3 年 前
dev-python a0550d1827 Some updates 3 年 前
dev-util a0550d1827 Some updates 3 年 前
games-misc 6bfcb38d25 Add tlauncher 3 年 前
games-util e40d96a64e Add deadbeef manifest 4 年 前
media-sound c6591b0263 DeadBeef version bump 3 年 前
metadata 52255dc68f Change name 4 年 前
net-misc c40d01987d Streamlink version bump 3 年 前
net-vpn 2dd9b780cd protonvpn-cli version bump 3 年 前
profiles 84f986a019 Change name 4 年 前
sys-apps e33b60b7a5 Version bump 4 年 前
sys-libs d01dc0f11b Add libcpuid 3 年 前
x11-misc ea02b1cb20 Add streamlink-twitch-gui 3 年 前
x11-terms a0550d1827 Some updates 3 年 前
x11-themes d48558c320 papirus-icon-theme xdg error fix 4 年 前
.gitattributes 825bb8dd28 Initial commit 5 年 前
.gitignore 825bb8dd28 Initial commit 5 年 前
LICENSE 825bb8dd28 Initial commit 5 年 前
README.md 4235c0fdfa migrate to notabug 4 年 前
spot.xml 4235c0fdfa migrate to notabug 4 年 前

README.md

Spot Gentoo Overlay

Installation

As of version >= 2.2.16 of Portage, Spot is best installed (on Gentoo) via the new plug-in sync system.

The following are short form instructions. If you haven't already installed git(1), do so first:

# emerge --ask --verbose dev-vcs/git 

Next, create a custom /etc/portage/repos.conf entry for the Spot overlay, so Portage knows what to do. Make sure that /etc/portage/repos.conf exists, and is a directory. Then, fire up your favourite editor:

# nano -w /etc/portage/repos.conf/spot.conf

and put the following text in the file:

[spot]

# Maintainer: syutkin (syutkin@gmail.com)

location = /usr/local/portage/spot
sync-type = git
sync-uri = https://notabug.org/Syutkin/portage-overlay.git
priority = 50
auto-sync = yes

Then run:

# emaint sync --repo spot

Maintainers

Thanks sakaki for this readme and inspiration.