From 17ba30fcfb7751f08296c8e4caa05f20bb0813c5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Jun 2023 19:38:44 +0100 Subject: gentoo auto-resync : 28:06:2023 - 19:38:44 --- www-servers/Manifest.gz | Bin 4715 -> 4713 bytes www-servers/varnish/Manifest | 2 +- www-servers/varnish/varnish-7.1.2-r1.ebuild | 108 ---------------------------- www-servers/varnish/varnish-7.1.2-r2.ebuild | 108 ++++++++++++++++++++++++++++ 4 files changed, 109 insertions(+), 109 deletions(-) delete mode 100644 www-servers/varnish/varnish-7.1.2-r1.ebuild create mode 100644 www-servers/varnish/varnish-7.1.2-r2.ebuild (limited to 'www-servers') diff --git a/www-servers/Manifest.gz b/www-servers/Manifest.gz index 207ffc0315e6..849a9a548f45 100644 Binary files a/www-servers/Manifest.gz and b/www-servers/Manifest.gz differ diff --git a/www-servers/varnish/Manifest b/www-servers/varnish/Manifest index 04ef760fbd7a..d09bb73d200f 100644 --- a/www-servers/varnish/Manifest +++ b/www-servers/varnish/Manifest @@ -10,5 +10,5 @@ AUX varnishncsa.initd 716 BLAKE2B 33fd6b044ab50aef629fa4501eb4a78bd3d690db52b86a DIST varnish-7.1.1.tgz 3742869 BLAKE2B d41e7214c3b51ac18b1a89012b48d3db58f4f777df675fa93d6ac75d3cf14b78af23f9d6e8b8686fdfa82add70a1a42e5e54f382506444ec81ad6d121a99e447 SHA512 7c3c081bd37c63b429337a25ebc0c14d780b0c4fd235d18b9ac1004e0bb2f65e70664c5bd25c5d941deeb6bc078f344fa2629cf0d641a0149fe29dcfa07ffcd2 DIST varnish-7.1.2.tgz 3758689 BLAKE2B a5c05d9dd7c5f0cd4dc0cae8cc365b658a15d017c7fb19cbe17088f009304375eb123f35935045c35c61ec3dfd7d8858774c2bbc918cc436415bd50b8894bb3b SHA512 e16a4b75ede25f3812dfc4e95545e39a80022835b9155a4e42118f911e41b691cbedd296db48d307ba4a4d0d01df1149306d752de07cabe459ccbf5bcdd49238 EBUILD varnish-7.1.1-r1.ebuild 2236 BLAKE2B 3739a63d84f77f25d459e8f4bd7bdac5ffbb1dec178194e67289b7d144cfc3dfd07394874627504d14a0adb3a633032818cd291aa925c991c33cbb38f406e1f6 SHA512 3924be9268e27da174ed05484e0b52049b252dab1b344fa908e8b71f4a3515a5d36424c709b83f7cb16dfc2108984b9c13b0ee8f528fba432d639fc448a53070 -EBUILD varnish-7.1.2-r1.ebuild 2400 BLAKE2B 85ab82d761acedda2e2c036ad8de3a60f65df576c87f7187d0403fa749f2d9a4a6288d83a0a1300b9b94ca9a97201ea5707678c6e30e56926e2aef3463532910 SHA512 9054d2ac38bc2adda3a74855a5ca5267919bedca38a7e9bfddf242a659466ac8fbf9ff2ac5ab48df5b056f965a04827ea8691a9ba300cd136febd98c9d60e6c0 +EBUILD varnish-7.1.2-r2.ebuild 2404 BLAKE2B 6777c80efc4ae1c65a16747aca2f057efc67e9c51b20703b8290a576784fe14beab81a8c849c3e99e411059785ab677ea6f5499c41bc9f5c125a958c76fc115a SHA512 470d4816739ff48bad51d07959f3dc5843f1e98f24ad4f251e3864822820a68d783e0bec5885dd84dc390f0d1d477f65720ffedd434f0abc7271137a76dd7c74 MISC metadata.xml 1161 BLAKE2B 994fcc5ff9cba689e7f7c8df067edd32159259032e58af1231466e0f9ed4a6a45a3d4cdd58cf79b89f2a72fcd99387934de20201d27aec86dadd2196dc07b249 SHA512 fd479350fa942242780e401a26a6c409fb2ec69cc69df1aee0fed31fa0ba8c2934b4c386eae5de33b470fb3ca23402b10d328feae39f215d4a1e634e4f22f827 diff --git a/www-servers/varnish/varnish-7.1.2-r1.ebuild b/www-servers/varnish/varnish-7.1.2-r1.ebuild deleted file mode 100644 index a17456ffee76..000000000000 --- a/www-servers/varnish/varnish-7.1.2-r1.ebuild +++ /dev/null @@ -1,108 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit autotools systemd python-r1 - -DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator" -HOMEPAGE="https://varnish-cache.org/" -SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" - -LICENSE="BSD-2 GPL-2" -SLOT="0/2" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="jemalloc jit selinux static-libs unwind" - -CDEPEND=" - sys-libs/readline:= - dev-libs/libedit - dev-libs/libpcre2[jit?] - sys-libs/ncurses:= - jemalloc? ( dev-libs/jemalloc:= ) - unwind? ( sys-libs/libunwind:= ) -" - -# varnish compiles stuff at run time -RDEPEND=" - ${PYTHON_DEPS} - ${CDEPEND} - acct-user/varnish - acct-group/varnish - sys-devel/gcc - selinux? ( sec-policy/selinux-tgtd ) -" -DEPEND=" - ${CDEPEND} - dev-python/docutils - dev-python/sphinx - virtual/pkgconfig -" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -PATCHES=( "${FILESDIR}/${PN}-7.1.2-disable-tests.patch" ) - -src_prepare() { - default - - # Remove -Werror bug #528354 - sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac || die - - # Upstream doesn't put varnish.m4 in the m4/ directory - # We link because the Makefiles look for the file in - # the original location - ln -sf ../varnish.m4 m4/varnish.m4 || die - - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable static-libs static) - $(use_enable jit pcre2-jit) - $(use_with jemalloc) - $(use_with unwind) - ) - econf "${myeconfargs[@]}" -} - -src_install() { - emake DESTDIR="${D}" install - - python_replicate_script "${D}/usr/share/varnish/vmodtool.py" - - newinitd "${FILESDIR}"/varnishlog.initd varnishlog - newconfd "${FILESDIR}"/varnishlog.confd varnishlog - - newinitd "${FILESDIR}"/varnishncsa.initd varnishncsa - newconfd "${FILESDIR}"/varnishncsa.confd varnishncsa - - newinitd "${FILESDIR}"/varnishd.initd-r4 varnishd - newconfd "${FILESDIR}"/varnishd.confd-r4 varnishd - - insinto /etc/logrotate.d/ - newins "${FILESDIR}/varnishd.logrotate-r2" varnishd - - diropts -m750 - - keepdir /var/lib/varnish - keepdir /var/log/varnish - - systemd_dounit "${FILESDIR}/${PN}d.service" - - insinto /etc/varnish/ - doins vmod/vmod_*.vcc - doins etc/example.vcl - - dodoc README.rst - dodoc doc/changes.rst - - fowners root:varnish /etc/varnish/ - fowners varnish:varnish /var/lib/varnish/ - fperms 0750 /var/lib/varnish/ /etc/varnish/ - - find "${ED}" -name "*.la" -delete || die -} diff --git a/www-servers/varnish/varnish-7.1.2-r2.ebuild b/www-servers/varnish/varnish-7.1.2-r2.ebuild new file mode 100644 index 000000000000..f6ae9129df5f --- /dev/null +++ b/www-servers/varnish/varnish-7.1.2-r2.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) + +inherit autotools systemd python-r1 + +DESCRIPTION="Varnish is a state-of-the-art, high-performance HTTP accelerator" +HOMEPAGE="https://varnish-cache.org/" +SRC_URI="http://varnish-cache.org/_downloads/${P}.tgz" + +LICENSE="BSD-2 GPL-2" +SLOT="0/2" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" +IUSE="jemalloc jit selinux static-libs unwind" + +CDEPEND=" + sys-libs/readline:= + dev-libs/libedit + dev-libs/libpcre2[jit?] + sys-libs/ncurses:= + jemalloc? ( dev-libs/jemalloc:= ) + unwind? ( sys-libs/libunwind:= ) +" + +# varnish compiles stuff at run time +RDEPEND=" + ${PYTHON_DEPS} + ${CDEPEND} + acct-user/varnish + acct-group/varnish + sys-devel/gcc + selinux? ( sec-policy/selinux-varnishd ) +" +DEPEND=" + ${CDEPEND} + dev-python/docutils + dev-python/sphinx + virtual/pkgconfig +" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +PATCHES=( "${FILESDIR}/${PN}-7.1.2-disable-tests.patch" ) + +src_prepare() { + default + + # Remove -Werror bug #528354 + sed -i -e 's/-Werror\([^=]\)/\1/g' configure.ac || die + + # Upstream doesn't put varnish.m4 in the m4/ directory + # We link because the Makefiles look for the file in + # the original location + ln -sf ../varnish.m4 m4/varnish.m4 || die + + eautoreconf +} + +src_configure() { + local myeconfargs=( + $(use_enable static-libs static) + $(use_enable jit pcre2-jit) + $(use_with jemalloc) + $(use_with unwind) + ) + econf "${myeconfargs[@]}" +} + +src_install() { + emake DESTDIR="${D}" install + + python_replicate_script "${D}/usr/share/varnish/vmodtool.py" + + newinitd "${FILESDIR}"/varnishlog.initd varnishlog + newconfd "${FILESDIR}"/varnishlog.confd varnishlog + + newinitd "${FILESDIR}"/varnishncsa.initd varnishncsa + newconfd "${FILESDIR}"/varnishncsa.confd varnishncsa + + newinitd "${FILESDIR}"/varnishd.initd-r4 varnishd + newconfd "${FILESDIR}"/varnishd.confd-r4 varnishd + + insinto /etc/logrotate.d/ + newins "${FILESDIR}/varnishd.logrotate-r2" varnishd + + diropts -m750 + + keepdir /var/lib/varnish + keepdir /var/log/varnish + + systemd_dounit "${FILESDIR}/${PN}d.service" + + insinto /etc/varnish/ + doins vmod/vmod_*.vcc + doins etc/example.vcl + + dodoc README.rst + dodoc doc/changes.rst + + fowners root:varnish /etc/varnish/ + fowners varnish:varnish /var/lib/varnish/ + fperms 0750 /var/lib/varnish/ /etc/varnish/ + + find "${ED}" -name "*.la" -delete || die +} -- cgit v1.2.3