Go to file
Nils Freydank 9b8de7a4c3
net-vpn/headscale: Import and bump to 0.23.0
This ebuild is based on net-vpn/headscale-0.22.3::gentoo.

Changes to the ebuild beside the bump itself:
- src_compile: Switch to ego
- src_compile: strip away debug informations (-s -w)
- src_compile: Disable cgo, link statically
- pkg_postinstall: change style from early-return to if-then-fi
- pkg_postinstall: drop custom compression from mentioned example file
- pkg_postinstall: update the old 0.19.x ewarn from 2022-Feb to a new 0.23.0 ewarn
- SRC_URI: change style from dict to appended string (shorter here)
- add archiving and compression instructions for future maintenance
  and for improved reproducability
- fix copyright line (first submission was in 2022,
  see commit 5aa57d09a9ad9c907b69afc2c9cc340663980c18)

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2024-10-27 21:48:26 +01:00
app-crypt */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +02:00
app-emulation/nemu */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +02:00
app-misc */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +02:00
dev-libs/olm */*/metadata.xml: Update email address 2024-02-18 16:22:12 +01:00
dev-python */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +02:00
dev-ruby dev-ruby/asciidoctor-pdf: Bump to 2.3.19 2024-10-12 19:45:23 +02:00
games-puzzle/osmos */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +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: Update email address 2024-02-18 16:22:12 +01:00
media-gfx/catimg */*/metadata.xml: Update email address 2024-02-18 16:22:12 +01:00
metadata metadata/layout.conf: Increase EAPI ban to <= 7 2023-08-06 22:40:17 +02:00
net-im/toot net-im/toot: Bump to 0.45.0, drop py3.11 2024-09-29 20:33:44 +02:00
net-mail/urlscan */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +02:00
net-misc */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +02:00
net-vpn/headscale net-vpn/headscale: Import and bump to 0.23.0 2024-10-27 21:48:26 +01:00
profiles package.mask: Fix and extend template (removal date) 2024-07-27 22:35:31 +02:00
sys-apps sys-apps/pacman: Bump to 6.1.0 2024-04-14 13:38:42 +02:00
sys-fs/gocryptfs */*: Drop all KEYWORDS beside ~amd64 2024-08-19 05:00:00 +02:00
.gitignore Initial commit to new git overlay. 2016-03-08 11:25:08 +01:00
README.adoc Drop layman from README 2023-10-07 18:39:15 +02:00

personal gentoo overlay

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

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 out of the portage package:

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 me / the maintainer (see the resp. section above)!