Skip to content

Ineluctable Overlay offers a repository of Gentoo ebuilds for projects that I am interested in, or are not yet available through Portage tree.

License

Notifications You must be signed in to change notification settings

Dr-Terrible/ineluctable-overlay

Repository files navigation

Ineluctable Overlay

Build Status

Ineluctable Overlay offers a repository of Gentoo ebuilds maintained by me for projects that are not yet available through the Portage tree.

Managing This Overlay

This section will show you how to install the Ineluctable Overlay into your Gentoo system, hence the following instructions assume a certain level of expertise using Portage.

Install

As per the current Portage specifications, ebuild repositories (a.k.a. overlays) can be managed via file collections under /etc/portage/repos.conf/.

To enable this overlay, you first need to have git installed:

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

Then you need to add this overlay to the Portage sync system, by downloading the ineluctable-overlay.conf file:

wget https://raw.githubusercontent.com/Dr-Terrible/ineluctable-overlay/master/ineluctable-overlay.conf \
	-O /etc/portage/repos.conf/ineluctable-overlay.conf

Using Packages from ::ineluctable-overlay

To start using this overlay, you need to download the entire ebuild repository via:

emerge --sync ineluctable-overlay

Uninstall

To uninstall the overlay, simply run:

rm /etc/portage/repos.conf/ineluctable-overlay.conf
rm -r /var/db/repos/ineluctable-overlay

Disclaimer

Keep in mind that this overlay provides packages that differ from the ones in the Portage tree.

If you do have troubles with an ebuild provided by this overlay, please take it up with the ebuild provider (the owner of this GitHub account) and not with the official Gentoo's developers. In short, in case of issues, please DO NOT report bugs at bugs.gentoo.org for these ebuilds.

Supported Architectures

This repository offers packages that are known to work on the following architectures:

  1. x86 (32bit)
  2. amd64 (64bit)
  3. arm
  4. arm64

Contributing

I welcome issue reports, feedbacks, and ebuild requests; I encourage you to use the issues list on GitHub to provide them.

Code contributions and bug fixes are welcome too, and I encourage the use of pull requests to discuss and review your ebuild code changes. Before proposing a large change, please discuss it by raising an issue.

Before You Begin

This overlay assumes that you have read, and properly understood, the Gentoo Developer Manual.

Code of Conduct

Help me to keep this overlay open and inclusive for everyone. Please, read and follow the Code of Conduct.

Making and Submitting Changes

To make the process of pull requests submission as seamless as possible, I ask for the following:

  1. Go ahead and fork this project and make your changes.

  2. When your code changes are ready, make sure to run repoman fix -d, repoman full -d, and repoman -vx full in the root of the repository to ensure that all the Gentoo's QA tests pass. This is necessary to assure nothing was accidentally broken by your changes; for the purpose, this GitHub repository integrates Travis for Continuous Integration of repoman tests. I only take pull requests with passing repoman tests.

  3. If your commits are all related to the same ebuild, it's advisable to squash then into a single one with git rebase -i. It's okay to force update your pull request with git push -f, if necessary.

  4. Make sure your git commit messages are in the proper format to make reading history easier. Commit message should look like:

    [category/package-name] Short description
    
    Long description
    

    If you have questions about how to write the short / long descriptions, please read these blog articles: How to Write a Commit Message, 5 Useful Tips For A Better Commit Message. Both of them are excellent resources for learning how to write a well-crafted git commit message. If your commit references one or more GitHub issues, always end your commit message body with See #1234 or Fixes #1234 (replace 1234 with the desired GitHub issue ID).

  5. GPG signing your changes is a good idea, but not mandatory.

  6. Push your changes to your branch in your fork, and then submit a pull request agains this repository.

  7. Comment in the pull request when you are ready for the changes to be reviewed: PR ready for review.

At this point you are waiting for my feedbacks. I look at pull requests within few days. I may suggest some improvements or alternatives.

About

Ineluctable Overlay offers a repository of Gentoo ebuilds for projects that I am interested in, or are not yet available through Portage tree.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages