1
0
Fork 0
TheChymera-overlay/README.md

28 lines
1.4 KiB
Markdown
Raw Normal View History

2014-02-26 00:37:57 +01:00
# Chymeric Gentoo Overlay
2013-08-30 06:02:59 +02:00
An overlay for Gentoo, with various packages used and/or maintained by [TheChymera](https://github.com/TheChymera).
2016-08-27 20:36:05 +02:00
A number of the ebuilds available from this overlay are regularly copied from external sources (see respective commit mesages), and thus have a different maintainer.
2013-08-30 06:02:59 +02:00
2018-10-21 00:56:33 +02:00
If you are looking for the neuroscience software packages maintained by [TheChymera](https://github.com/TheChymera), use the [Gentoo Science](https://github.com/gentoo/sci) instead.
2017-08-10 18:10:54 +02:00
## Install
As per the [current Portage specifications](https://dev.gentoo.org/~zmedico/portage/doc/man/portage.5.html), overlays should be managed via `/etc/portage/repos.conf/`.
2016-08-27 20:36:05 +02:00
To enable this overlay make sure you are using a recent Portage version (at least `2.2.14`), and create an `/etc/portage/repos.conf/chymeric` file containing precisely:
```
[chymeric]
2019-02-25 05:02:22 +01:00
masters = gentoo
2019-01-08 19:16:42 +01:00
location = /var/lib/overlays/chymeric
sync-type = git
sync-uri = https://github.com/TheChymera/gentoo-overlay.git
priority=8889
```
Afterwards, simply run `emerge --sync`, and Portage should seamlessly make all our ebuilds available.
Many of our packages are available as live (`*-9999`) ebuilds, and also need manual unmasking in `/etc/portage/package.accept_keywords` before they can be emerged.
---
*Please report issues via the GitHub tracking system! Please fork and submit pull requests! We're happy to merge!*