# ghopp-overlay
This is a gentoo/layman overlay used either to store ebuils customized by me
as well as ebuilds for my own projects, as far as I have them.
## Synopsis
To add this overlay:
~> layman -o https://gitlab.weird-web-workers.org/ghopp/ghopp-overlay/raw/production/overlay.xml -f -a ghopp
~> layman-updater -R
~> layman -a ghopp
## Description
### Ebuilds customized by me
### Ebuilds created by me
#### app-arch/arch-install-scripts
This one installs the [Arch Linux](https://www.archlinux.org/) install
scripts. You need them to bootstrap a **Arch Linux** LXC container.
#### app-arch/armrr
Arch Linux script that downloads a pacman ranked mirrorlist.
#### app-doc/doxygen
Customized doxygen, modified to generate better documentation for
trbase classes.
#### dev-python/python2-lxc
LXC api bindings for python2.
#### net-fs/djmount
As the djmount delivered with portage simply did not work for me anymore
I created this patched version.
#### net-libs/libupnp
Dependency of djmount.
#### sys-app/pacman
Arch package manager.
## Requirements
* layman
## Contributing
You may clone and modify this at your own will. If you modify it please
contact me, either with a patch containing your changes or to get an
account within gitlab.weird-web-workers.org, so that you can make a merge
request.
## License
GNU General Public License (Version 3)
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU General Public License
> along with this program. If not, see .
## Author
Georg Hopp <>