From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F13EE15808B for ; Tue, 12 Apr 2022 11:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11817E0817; Tue, 12 Apr 2022 11:13:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3DA4E0938 for ; Tue, 12 Apr 2022 11:13:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D51C341A85 for ; Tue, 12 Apr 2022 11:12:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B60B398 for ; Tue, 12 Apr 2022 11:12:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649761970.90f5d8ce6baf398c305e46fa37b6b67a50cc0295.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/lighttpd/lighttpd-1.4.55-r102.ebuild www-servers/lighttpd/lighttpd-1.4.58-r2.ebuild www-servers/lighttpd/lighttpd-1.4.59-r2.ebuild www-servers/lighttpd/lighttpd-1.4.64-r1.ebuild X-VCS-Directories: www-servers/lighttpd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 90f5d8ce6baf398c305e46fa37b6b67a50cc0295 X-VCS-Branch: master Date: Tue, 12 Apr 2022 11:12:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7491e5ce-65e2-4c10-91a1-0209312d1951 X-Archives-Hash: 4c585c833440a4831b742886120f3577 commit: 90f5d8ce6baf398c305e46fa37b6b67a50cc0295 Author: Sam James gentoo org> AuthorDate: Tue Apr 12 11:12:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 12 11:12:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90f5d8ce www-servers/lighttpd: use ver_cut in SRC_URI Signed-off-by: Sam James gentoo.org> www-servers/lighttpd/lighttpd-1.4.55-r102.ebuild | 2 +- www-servers/lighttpd/lighttpd-1.4.58-r2.ebuild | 2 +- www-servers/lighttpd/lighttpd-1.4.59-r2.ebuild | 2 +- 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"