fritteli's overlay of Gentoo ebuilds.
Go to file
Manuel Friedli e13dfa946a Remove ebuild for deprecated duplicati 1.3.4 (use duplicati-bin-2.* instead). 2019-03-18 23:39:28 +01:00
app-backup/duplicati-bin Remove ebuild for deprecated duplicati 1.3.4 (use duplicati-bin-2.* instead). 2019-03-18 23:39:28 +01:00
dev-java/nexus-oss-bin Update stale CVS headers 2018-02-16 00:00:19 +01:00
games-rpg Update stale CVS headers 2018-02-16 00:00:19 +01:00
media-fonts Update stale CVS headers 2018-02-16 00:00:19 +01:00
metadata Update news item format to 2.0, add the dev-go/... ebuilds to the list and append the ::fritteli classifier. 2018-09-05 16:18:20 +02:00
net-im Update stale CVS headers 2018-02-16 00:00:19 +01:00
net-news/feedreader net-news/feedreader: Add version 2.8.2 2019-03-18 23:38:18 +01:00
profiles www-servers/gitlab-gitaly: 2017-07-08 15:00:42 +02:00
sci-geosciences Use https instead of http. 2018-02-16 00:03:11 +01:00
sys-cluster/ganglia sys-cluster/ganglia: 2018-07-13 21:37:53 +02:00
.drone.yml Enable CI on drone (#5) 2018-09-03 23:42:33 +02:00
.gitignore Added simple shell script for generating HTML overviews of the overlay contents 2017-03-21 16:41:17 +01:00
.gitlab-pages-generator.sh Added simple shell script for generating HTML overviews of the overlay contents 2017-03-21 16:41:17 +01:00
CONTRIBUTING.md Added a short contribution guide 2015-10-07 18:39:25 +02:00
LICENSE Added license (GNU GPL v2) 2015-10-07 18:32:55 +02:00
README.md Add link to CI from the build badge in README.md 2018-09-05 13:55:26 +02:00
layman.xml Updated layman.xml to reflect the new project URL. 2015-10-07 18:20:50 +02:00

README.md

fritteli's Gentoo overlay

Gentoo overlay with some ebuilds that I found either outdated or missing in the official repository or in other overlays. Ebuilds are usually removed from this overlay whenever I find a version available in the official tree or in another overlay (provided I'm satisfied with them).

Build status of the master branch, as seen by repoman -p -x: Build status

Using with plain (recent) Portage

Create a new config file under /etc/portage/repos.conf/fritteli.conf with the following contents:

[fritteli]
auto-sync = yes
location = /usr/local/portage/overlays/fritteli
sync-type = git
sync-uri = https://gittr.ch/linux/gentoo-overlay.git

You may adapt the location attribute to your system's own setup.

If you prefer to use the overlay hostet at GitHub (which tends to be more stable but less up-to-date than the one hosted at gittr.ch), you may use https://github.com/fritteli/gentoo-overlay.git for the sync-uri.

Using with Layman

You may also use layman to manage this overlay. If you choose this method, you will be using the overlay hosted at GitHub.

If you haven't used layman yet, just install it running these commands:

USE=git emerge -va layman
echo PORTDIR_OVERLAY=\"\" > /var/lib/layman/make.conf
echo "source /var/lib/layman/make.conf" >> /etc/make.conf

Then you can add this overlay wih:

layman -a fritteli

You will be prompted for confirmation because this is an experimental overlay. Just continue by hitting y.

Keep the overlay up to date from Git:

layman -s fritteli

Bug reports and ebuild requests

If you find a bug in an ebuild, encounter a build error or would like me to add a new ebuild, please open an issue on GitHub or on gittr.ch.

Contributing

I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset repoman. Run the following command and fix warnings and errors:

repoman -x -p

Maintainers

Acknowledgements

Thanks go to Jakub Jirutka, the maintainer of the CVUT Overlay, from whom I shamelessly copied this README.md for a start.