https://github.com/ananace/overlay
My own collection of Gentoo ebuilds
https://github.com/ananace/overlay
ebuilds gentoo gentoo-overlay
Last synced: 11 months ago
JSON representation
My own collection of Gentoo ebuilds
- Host: GitHub
- URL: https://github.com/ananace/overlay
- Owner: ananace
- Created: 2015-12-25T19:00:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T13:51:24.000Z (11 months ago)
- Last Synced: 2025-07-07T14:57:24.710Z (11 months ago)
- Topics: ebuilds, gentoo, gentoo-overlay
- Language: Shell
- Homepage:
- Size: 836 KB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My own collection of ebuilds
---
Please note that I'm not a Gentoo developer, so none of these ebuilds will probably have official support.
If you find an issue then please submit it on [the issue tracker](https://github.com/ananace/overlay/issues).
Pull Requests are also welcome.
Using
-----
This overlay is on the repository list as `ace`, so adding it is as simple as;
```
# eselect repository enable ace
```
If you're not using eselect-repository, you can also use this overlay by adding a file to `/etc/portage/repos.conf/` containing something like;
```
[ace]
priority = 50
location = /opt/portage/ace
sync-type = git
sync-uri = git://github.com/ananace/overlay.git
auto-sync = Yes
```