Go to file
Nils Freydank 7a3fd0c7c5
dev-python/control: Bump to 0.9.3_p2 a.k.a. 0.9.3.post2
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2023-01-13 20:20:10 +01:00
app-containers/podman-compose app-containers/podman-compose: Revbump for PEP517 and other QA 2022-11-22 22:38:14 +01:00
app-crypt app-crypt/archlinux-keyring: Bump to 20221220 2022-12-31 16:17:57 +01:00
app-emulation/nemu app-emulation/nemu: Bump to 3.2.0_p20230106 2023-01-13 20:20:07 +01:00
app-misc/fff app-misc/gomatrix: Drop app-misc/gomatrix 2022-07-23 19:55:08 +02:00
app-vim app-vim/nvim-tree-sitter: Bump to 0.0_p20230112 2023-01-13 20:20:10 +01:00
dev-libs/olm dev-libs/olm: Bump to 3.2.14 2022-12-08 22:57:56 +01:00
dev-python dev-python/control: Bump to 0.9.3_p2 a.k.a. 0.9.3.post2 2023-01-13 20:20:10 +01:00
games-puzzle/osmos games-puzzle/osmos: Revbumpd to EAPI=8 and drop unused eclass 2021-09-19 09:27:56 +02:00
licenses licenses/{BCL-for-JAVA-SE,CeCILL-2.1}: Remove unused licenses 2021-05-09 14:56:27 +02:00
media-fonts/sans-bullshit-sans */*/metadata.xml: Migrate DOCTYPE to https 2021-09-13 07:49:13 +02:00
media-gfx/catimg Rewrite metadata.xml using tabs 2022-09-20 09:46:59 +02:00
metadata metadata/layout.conf: Drop deprecated line for banned EAPIs 2021-05-21 14:45:09 +02:00
net-im net-im/toot: Bump to 0.33.0 2023-01-02 20:09:54 +01:00
net-mail/urlscan net-mail/urlscan: Revbump for PEP517 and other QA 2022-11-22 22:38:14 +01:00
net-misc net-misc/ssh-tools: Fix DESCRIPTION and drop unused python dep 2022-12-31 16:17:59 +01:00
profiles app-vim/vimwiki: Drop package 2022-12-18 21:40:40 +01:00
sys-apps sys-apps/pacman-mirrorlist: Fix HOMEPAGE entries 2022-12-31 16:17:59 +01:00
sys-fs/gocryptfs sys-fs/gocryptfs: Fix HOMEPAGE 2022-12-31 16:17:59 +01:00
.gitignore Initial commit to new git overlay. 2016-03-08 11:25:08 +01:00
README.rst README.rst: Add the emirrordist command 2022-09-27 07:58:56 +02:00

Main

This is my private and unofficial overlay for Gentoo/Linux. There will be different ebuilds from different sources, hopefully only temporary before submitting to the main Gentoo bugtracker resp. to the main portage tree.

Setup and synchronisation

There are several possible ways of adding this overlay:

Adding the overlay manually

You can clone the repository and create /etc/portage/repos.conf/holgersson-overlay.conf with the following contents:

[holgersson-overlay]
priority = 50
location = /path/to/local/holgersson-overlay
sync-type = git
sync-uri = https://github.com/gentoo-mirror/holgersson-overlay.git

Using eselect-repository

Run eselect repository from `app-eselect/eselect-repository`:

$ eselect repository enable holgersson-overlay

Using layman

Run layman from `app-portage/layman`:

$ layman -a holgersson-overlay

and optional for global updates:

$ layman -S
$ emerge --sync

You might want to set USE="sync-plugin-portage" for layman, too.

Add the distfiles archive to GENTOO_MIRRORS

You may want to optionally add the distfiles mirror of this overlay to your GENTOO_MIRRORS configuration in /etc/portage:

GENTOO_MIRRORS="... https://files.holgersson.xyz/gentoo/distfiles/ ..."

The distfiles are updated daily using the tool emirrordist from portage:

emirrordist --delete --mirror --repo holgersson-overlay --distfiles <path to webroot>

Maintainer

If you encounter bugs, please send a mail to holgersson [ascii-symbol-64] posteo [ascii-symbol-46] de or open a bug report on the main Gentoo bugtracker (please remember to Cc me there). Bug descriptions, suggestions, patches, critics and chorus of praise are all welcome!

GPG key ID: 0x8AD9 60BB A57A F797 88CC FEC0 3CAA 2CA5 14E4 EE5E

License and copying

  • The contents of this document are licensed under the CC-BY-SA-3.0 license. The ebuilds are licensed under the GNU General Public License v2 for compability with the main Gentoo/portage tree. - Source files might have different licenses; these should be outlined in the ebuilds themselves.
  • The licenses are choosen to fit into the main gentoo licenses pool; if you suggest other licenses, or think Im mistaken in the licenses I indicate anywhere please contact the maintainer (see the resp. section above)!