Skip to content

jamescherti/jc-gentoo-portage

Repository files navigation

jc-gentoo-portage

This repository houses James Cherti's Gentoo Portage (/etc/portage), which enables the compilation and installation of software packages on a Gentoo Linux system.

Portage uses ebuild scripts that define how software should be compiled and installed, providing a high degree of customization and optimization.

The configurations in this repository can serve as a foundation for your own Portage setup or inspire you to enhance your existing configuration.

Installation

Here's how to install James Cherti's portage in a new Gentoo installation:

  1. Clone the Repository:

    git clone https://github.com/jamescherti/jc-gentoo-portage /etc/portage
  2. Begin customizing it to fit your specific requirements.

License

The jc-gentoo-portage files have been written by James Cherti and is distributed under terms of the MIT license.

Copyright (C) 2022-2025 James Cherti.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Links