tarantool / gentoo-overlay

Tarantool Gentoo Overlay
8 stars 4 forks source link

www-servers/nginx: drop the ebuild #49

Closed Totktonada closed 2 years ago

Totktonada commented 2 years ago

This ebuild provides nginx with tarantool upstream module 1. It mostly just copy-paste from the ebuild from the main Gentoo tree.

Patching it each time when a next nginx version lands to the main tree is cumbersome, so the ebuild was not updated for a quite long time. It seems, the ebuild becomes too old now: the automated QA check reports the following problem:

$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 tarantool
 * www-servers/nginx-1.17.8: failed sourcing ebuild: perl-module: EAPI 6 not supported, (perl-module.eclass, line  32:  called die)     [FATAL]
 * Cache regen failed with 1

This commit just removes the obsolete version of the web server. I don't want to support it until there will be a convenient mechanism like one proposed in 2.

Sorry for possible inconvenience.

Fixes https://bugs.gentoo.org/859109