https://github.com/nemunaire/gentoo-overlay
My personal Gentoo portage overlay
https://github.com/nemunaire/gentoo-overlay
Last synced: 3 months ago
JSON representation
My personal Gentoo portage overlay
- Host: GitHub
- URL: https://github.com/nemunaire/gentoo-overlay
- Owner: nemunaire
- Created: 2015-06-29T10:07:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T09:01:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T15:51:36.987Z (5 months ago)
- Language: Shell
- Size: 726 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nemunaire Gentoo Overlay
========================This overlay includes ebuilds for the following packages:
* `dev-python/qarnot`: Qarnot computing SDK (https://computing.qarnot.com)
* `net-im/netsoul-purple`: Netsoul plugin for libpurple (https://github.com/sekh/netsoul-purple)
* `net-irc/matterircd`: IRC gateway to Mattermost and Slack (https://github.com/42wim/matterircd)Usage with Layman
-----------------You can add this overlay using layman:
```
$ layman -f -a nemunaire -o https://raw.githubusercontent.com/nemunaire/gentoo-overlay/master/overlays.xml
```Usage with Portage
------------------```
mkdir /usr/local/portage
git clone git://github.com:nemunaire/gentoo-overlay.git /usr/local/portage
echo 'PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"' >> /etc/portage/make.conf
```