diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 12:12:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 12:12:50 +0100 |
commit | 90f5d8ce6baf398c305e46fa37b6b67a50cc0295 (patch) | |
tree | 17c249a6820222359e230607803acb18095d0bc6 /www-servers | |
parent | sys-auth/pam_krb5: migrate to xz (diff) | |
download | gentoo-90f5d8ce6baf398c305e46fa37b6b67a50cc0295.tar.gz gentoo-90f5d8ce6baf398c305e46fa37b6b67a50cc0295.tar.bz2 gentoo-90f5d8ce6baf398c305e46fa37b6b67a50cc0295.zip |
www-servers/lighttpd: use ver_cut in SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.55-r102.ebuild | 2 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.58-r2.ebuild | 2 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.59-r2.ebuild | 2 | ||||
-rw-r--r-- | www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/www-servers/lighttpd/lighttpd-1.4.55-r102.ebuild b/www-servers/lighttpd/lighttpd-1.4.55-r102.ebuild index 2698968cdc42..28846dbdf248 100644 --- a/www-servers/lighttpd/lighttpd-1.4.55-r102.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.55-r102.ebuild @@ -9,7 +9,7 @@ inherit autotools flag-o-matic lua-single readme.gentoo-r1 systemd toolchain-fun DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd" -SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz" +SRC_URI="https://download.lighttpd.net/lighttpd/releases-$(ver_cut 1-2).x/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/www-servers/lighttpd/lighttpd-1.4.58-r2.ebuild b/www-servers/lighttpd/lighttpd-1.4.58-r2.ebuild index 9a96fe959b20..39fc0994fbb0 100644 --- a/www-servers/lighttpd/lighttpd-1.4.58-r2.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.58-r2.ebuild @@ -9,7 +9,7 @@ inherit autotools flag-o-matic lua-single readme.gentoo-r1 systemd tmpfiles tool DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd" -SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz" +SRC_URI="https://download.lighttpd.net/lighttpd/releases-$(ver_cut 1-2).x/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/www-servers/lighttpd/lighttpd-1.4.59-r2.ebuild b/www-servers/lighttpd/lighttpd-1.4.59-r2.ebuild index dd92f8508937..0af8832f9cad 100644 --- a/www-servers/lighttpd/lighttpd-1.4.59-r2.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.59-r2.ebuild @@ -9,7 +9,7 @@ inherit autotools flag-o-matic lua-single readme.gentoo-r1 systemd tmpfiles tool DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd" -SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz" +SRC_URI="https://download.lighttpd.net/lighttpd/releases-$(ver_cut 1-2).x/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" diff --git a/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild index 9211847ef77a..12579b23c2ff 100644 --- a/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild +++ b/www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild @@ -9,7 +9,7 @@ inherit autotools lua-single readme.gentoo-r1 systemd tmpfiles toolchain-funcs DESCRIPTION="Lightweight high-performance web server" HOMEPAGE="https://www.lighttpd.net https://github.com/lighttpd" -SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz" +SRC_URI="https://download.lighttpd.net/lighttpd/releases-$(ver_cut 1-2).x/${P}.tar.xz" LICENSE="BSD GPL-2" SLOT="0" |