diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2024-03-16 18:39:38 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-06 17:32:38 +0100 |
commit | 6d11fbcd4176074fe1dbce19e620fae7e9dcb228 (patch) | |
tree | 8479c2afa06e9b1651080aecca6a0724d635047c /www-servers | |
parent | www-servers/lighttpd: update lighttpd.initd, lighttpd.service (diff) | |
download | gentoo-6d11fbcd4176074fe1dbce19e620fae7e9dcb228.tar.gz gentoo-6d11fbcd4176074fe1dbce19e620fae7e9dcb228.tar.bz2 gentoo-6d11fbcd4176074fe1dbce19e620fae7e9dcb228.zip |
www-servers/lighttpd: refresh lighttpd-1.4.75.ebuild
* use https://wiki.lighttpd.net/ links to lighttpd wiki doc
* add dev-db/sqlite dependency which is used by mod_webdav
* remove e2fsprogs; mod_webdav no longer uses uuid_*() from e2fsprogs
* remove libev; no longer used by lighttpd
lighttpd directly uses native event frameworks (e.g. epoll)
* remove 2+ year old deprecation warning trace
* remove reference to lighttpd2; no lighttpd2 production release planned
[sam: I've rebased this to fork the changes into a new ebuild revision
(1.4.75-r1). Any errors in rebasing are mine and not Glenn's.]
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild | 15 | ||||
-rw-r--r-- | www-servers/lighttpd/metadata.xml | 1 |
2 files changed, 3 insertions, 13 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild index 7f2690ba090d..2e375ce90cdd 100644 --- a/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.75-r1.ebuild @@ -49,7 +49,7 @@ COMMON_DEPEND=" unwind? ( sys-libs/libunwind:= ) webdav? ( dev-libs/libxml2 - sys-fs/e2fsprogs + dev-db/sqlite ) xattr? ( kernel_linux? ( sys-apps/attr ) ) zlib? ( >=sys-libs/zlib-1.1 ) @@ -100,7 +100,7 @@ pkg_setup() { fi DOC_CONTENTS="IPv6 migration guide:\n - https://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config + https://wiki.lighttpd.net/IPv6-Config " } @@ -124,9 +124,6 @@ src_configure() { $(meson_feature kerberos with_krb5) $(meson_feature ldap with_ldap) - # TODO: revisit (was off in autotools ebuild) - -Dwith_libev=disabled - $(meson_feature unwind with_libunwind) $(meson_use lua with_lua) @@ -195,7 +192,7 @@ src_install() { fowners lighttpd:lighttpd /var/l{ib,og}/lighttpd fperms 0750 /var/l{ib,og}/lighttpd - systemd_dounit "${FILESDIR}"/${PN}.service-r1 ${PN}.service + systemd_newunit "${FILESDIR}"/${PN}.service-r1 ${PN}.service newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.conf ${PN}.conf } @@ -217,10 +214,4 @@ pkg_postinst() { elog "output compression!" elog "https://wiki.lighttpd.net/Docs_ModDeflate" fi - - elog - elog "Upstream has deprecated a number of features. They are not missing" - elog "but have been migrated to other mechanisms. Please see upstream" - elog "changelog for details." - elog "https://www.lighttpd.net/2022/1/19/1.4.64/" } diff --git a/www-servers/lighttpd/metadata.xml b/www-servers/lighttpd/metadata.xml index 5b9bf4db4d25..33390f7e2be2 100644 --- a/www-servers/lighttpd/metadata.xml +++ b/www-servers/lighttpd/metadata.xml @@ -26,6 +26,5 @@ </use> <upstream> <remote-id type="github">lighttpd/lighttpd1.4</remote-id> - <remote-id type="github">lighttpd/lighttpd2</remote-id> </upstream> </pkgmetadata> |