Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arran4/arrans_overlay

Arrans Gentoo Overlay
https://github.com/arran4/arrans_overlay

gentoo gentoo-overlay gentoo-portage-overlay overlay portage-overlay

Last synced: about 1 month ago
JSON representation

Arrans Gentoo Overlay

Awesome Lists containing this project

README

        

# [Arran's overlay](https://github.com/arran4/arrans_overlay)

[![GitHub repo size in bytes](https://img.shields.io/github/repo-size/arran4/arrans-overlay.svg)](https://img.shields.io/github/repo-size/arran4/arrans-overlay.svg)
[![gentoo overlay](https://img.shields.io/badge/gentoo-overlay-yellow)](https://github.com/gentoo-mirror/arrans-overlay)

For more info on this checkout: https://wiki.gentoo.org/wiki/User:Arran4

Please leave a star to show that you're using this repo. If you possible let me know what you're using in case something
breaks: https://github.com/arran4/arrans_overlay/wiki/I'm-using-register

Issues will be read and considered.

Note: Half of the ebuilds are generated using workflows, and half of those workflows are generated using: https://github.com/arran4/arrans_overlay_workflow_builder I have tried to annotate it where.

## How to use this overlay

For automatic install, you must have [`app-eselect/eselect-repository`](https://packages.gentoo.org/packages/app-eselect/eselect-repository)
or [`app-portage/layman`](https://packages.gentoo.org/packages/app-portage/layman) installed on your system for this to work.

### `eselect-repository`
```console
eselect repository enable arrans-overlay
```

### `layman`
```console
layman -fa arrans-overlay
```

For manual install, through [local overlay](https://wiki.gentoo.org/wiki/Creating_an_ebuild_repository), you should add this in `/etc/portage/repos.conf/arrans-overlay.conf`:

```console
[arrans-overlay]
location = /var/db/repos/arrans-overlay
sync-type = git
sync-uri = https://github.com/gentoo-mirror/arrans-overlay.git
```

Afterwards, simply run `emerge --sync`, and Portage should seamlessly make all our ebuilds available.

## Links

* [Merge status](https://gitweb.gentoo.org/report/repos.git/tree/arrans-overlay.txt)
* [Browse](https://gpo.zugaina.org/Overlays/arrans-overlay)
* [Upstream](https://github.com/gentoo-mirror/arrans-overlay)