www-apps/pleroma: Add keywords and nginx-warning to 2.0.2.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-04-08 23:52:03 +02:00
parent b58d8b50ab
commit 97df1c61b0
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 9 additions and 6 deletions

View File

@ -2,13 +2,13 @@
Hash: SHA256
AUX syslog.exs 193 BLAKE2B 63ec05041a10b7f3a5c7fbd8bf454819eafbd98efd635a2888d7db7333e212a872ea212889bb9ee81c1810bf9f55d6d7d7133e0a6619d23c9e3bdcac04d70c73 SHA512 fd47e00575a64cd519a1229ca429059eb9ca5c0a1e8454b56995606e25f9fcfad0107d92207eab41aad36ccf30b506a5475781225274fc55841fd55ec74928f1
EBUILD pleroma-2.0.2.ebuild 3319 BLAKE2B 20f211ab8dc38a3bfb3c6d3a88de9ab4dad6192fa462fcd298bbaeb51385e2a69d4c88da397ff2bca15672c7497f8020430076d38df8df5c45d5f6d2eefd508f SHA512 ed098b534036877042836a460a3072e47877130b4615b5a1e46e9b782c8f1e14b9587b0d93cb3f743fb537fee2fd17c82110fd4846da7bdf47240ddeb527f398
EBUILD pleroma-2.0.1.ebuild 3500 BLAKE2B c12303771fd88cf5fc74b6f68905bbe2128cd993002ddc3add447cfff7eba259ac1c45c60a95aaf35a640a30719f790c8e0a54a147908ffbef23a01fdfb69826 SHA512 9271665bf5def7834b844cdbdd5268fd6478e74d29616ad6051a471f28dc26c18e43b622d69a4b61fe28da9e5fc58c2dd4fb1c1188641549750f072a28bcf4d9
EBUILD pleroma-2.0.2.ebuild 3500 BLAKE2B c12303771fd88cf5fc74b6f68905bbe2128cd993002ddc3add447cfff7eba259ac1c45c60a95aaf35a640a30719f790c8e0a54a147908ffbef23a01fdfb69826 SHA512 9271665bf5def7834b844cdbdd5268fd6478e74d29616ad6051a471f28dc26c18e43b622d69a4b61fe28da9e5fc58c2dd4fb1c1188641549750f072a28bcf4d9
MISC metadata.xml 993 BLAKE2B adc5c72fe12b6fdb4eb20c1d79dde227b088b437ffd21d16cc5775fa5bb7fa6363890dd5017fbe7f5a00a794a38fb298ce17e6402f6d3d5441985effd0d7e1db SHA512 6ff23fa60c0f22ef7a433e3d1b4919d074508898504b7168c925da8840f542afcdc891a9f4df69dc8eb6c44b7d9c41e6b94fdecd404ca738169124bcdab0af0d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXo5HWwAKCRDPw5SX8bJu
B5rUAQCAmIQjlA6IrNzMlT8x1QaIuj8MWQkCLveKttkgo87qQgD/UVPU+YfCo8+0
DUxKirmM7y/wDIqYJuTRHjOkcFfhUsY=
=LRSX
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXo5HhAAKCRDPw5SX8bJu
B8HlAP9JsuzX6+Ooxeohl8focyA5AtXsJN6u0Rc3DNBPrZn0FQD+MG6e1eHnQjXS
comQmboncaaS2joLJLBSr83RqZkfld8=
=tQ+w
-----END PGP SIGNATURE-----

View File

@ -12,7 +12,7 @@ EGIT_COMMIT="v${PV}"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS=""
KEYWORDS="~amd64 ~x86"
IUSE="apache +nginx syslog"
RDEPEND="
@ -54,6 +54,9 @@ pkg_postinst() {
elog "You need to run emerge --config www-apps/pleroma after each upgrade."
if use nginx; then
einfo "An example config for nginx has been installed in the doc directory."
ewarn "If you're upgrading from pre-2.0.1, remove"
ewarn "proxy_ignore_headers Cache-Control; and"
ewarn "proxy_hide_header Cache-Control; from your nginx config."
fi
if use apache; then
einfo "An example config for apache has been installed in the doc directory."