An open API service indexing awesome lists of open source software.

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

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
```