Skip to content

orangeturtle739/panther

Repository files navigation

Panther

A collection of Gentoo ebuilds which I couldn't find elsewhere.

Contents

  • app-admin
  • app-crypt
  • app-misc
    • ckb-next: open-source driver for Corsair keyboards and mice.
    • open-rgb: Open-source driver for RGB lighting on motherboards and other components.
  • kde-misc
    • krename: a hacked version of krename which supports timestamps accurate to the millisecond, and UTC times.
  • media-gfx
    • max2pdf: a tool to convert paperport max files to PDF files.
  • net-misc
    • can-utils: Linux-CAN / SocketCAN user space applications.
  • net-vpn
    • net-vpn/mlvpn: Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding).
  • sci-electronics
    • quartus-prime-lite: a quartus prime lite setup with included libfontconfig and libfreetype binaries.
    • verilator: the fastest free Verilog HDL simulator.
  • sys-devel

Installation

Layman

layman -a panther

Manual

/etc/portage/repos.conf/panther.conf:

[panther]
priority = 50
location = /var/lib/layman/panther
layman-type = git
sync-type = laymansync
sync-uri = https://github.com/orangeturtle739/panther.git
auto-sync = Yes

Selecting Specific Packages

To only install specific packages from this overlay, mask all of them, and then unmask specific packages. Mask all packages in /etc/portage/package.mask by adding:

*/*::panther

Then unamsk the package you want (in this case net-misc/can-utils) in /etc/portage/package.unmask by adding:

net-misc/can-utils::panther

Releases

No releases published

Packages

No packages published