1
0
Fork 0
TheChymera-overlay/README.md

24 lines
1.5 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/`.
2019-03-24 06:03:56 +01:00
To enable this overlay make sure you are using a recent Portage version (at least `2.2.14`), and download our `.conf` file to the apropriate system directory (root access will likely be required):
```
2019-10-03 15:52:11 +02:00
mkdir /etc/portage/repos.conf
2019-03-24 06:03:56 +01:00
wget https://raw.githubusercontent.com/TheChymera/overlay/master/metadata/chymeric.conf -O /etc/portage/repos.conf/chymeric
```
2019-11-30 19:18:19 +01:00
Afterwards, simply run `emerge --sync`, and Portage should seamlessly make all our ebuilds available.
2019-11-30 19:19:16 +01:00
Some of our packages are available as live (`*-9999`) ebuilds, and if you wish to use this feature (only advisable if you are well-informed on the day-to-day development of a package) these versions can be manually unmasked in a case-by-case basis under `/etc/portage/package.accept_keywords`.
---
*Please report issues via the GitHub tracking system! Please fork and submit pull requests! We're happy to merge!*