Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/lighttpd/
Date: Fri, 11 May 2018 10:35:11
Message-Id: 1526034886.46b0e5ea53634da166e91618d26d4a166fc83824.zlogene@gentoo
1 commit: 46b0e5ea53634da166e91618d26d4a166fc83824
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 10:34:21 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 10:34:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b0e5ea
7
8 www-servers/lighttpd: Alternate HOMEPAGE
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild | 3 ++-
13 www-servers/lighttpd/lighttpd-1.4.49.ebuild | 3 ++-
14 www-servers/lighttpd/lighttpd-9999.ebuild | 3 ++-
15 3 files changed, 6 insertions(+), 3 deletions(-)
16
17 diff --git a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
18 index daacfc1d3d9..517cf66fb0d 100644
19 --- a/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
20 +++ b/www-servers/lighttpd/lighttpd-1.4.45-r1.ebuild
21 @@ -6,7 +6,8 @@ EAPI=6
22 inherit autotools readme.gentoo-r1 systemd user
23
24 DESCRIPTION="Lightweight high-performance web server"
25 -HOMEPAGE="https://www.lighttpd.net/"
26 +HOMEPAGE="https://www.lighttpd.net
27 + https://github.com/lighttpd"
28 SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
29
30 LICENSE="BSD GPL-2"
31
32 diff --git a/www-servers/lighttpd/lighttpd-1.4.49.ebuild b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
33 index c04cbfda8a2..efcb7010d96 100644
34 --- a/www-servers/lighttpd/lighttpd-1.4.49.ebuild
35 +++ b/www-servers/lighttpd/lighttpd-1.4.49.ebuild
36 @@ -6,7 +6,8 @@ EAPI=6
37 inherit autotools flag-o-matic readme.gentoo-r1 systemd user
38
39 DESCRIPTION="Lightweight high-performance web server"
40 -HOMEPAGE="https://www.lighttpd.net/"
41 +HOMEPAGE="https://www.lighttpd.net
42 + https://github.com/lighttpd"
43 SRC_URI="https://download.lighttpd.net/lighttpd/releases-1.4.x/${P}.tar.xz"
44
45 LICENSE="BSD GPL-2"
46
47 diff --git a/www-servers/lighttpd/lighttpd-9999.ebuild b/www-servers/lighttpd/lighttpd-9999.ebuild
48 index a42b97220c9..72943866311 100644
49 --- a/www-servers/lighttpd/lighttpd-9999.ebuild
50 +++ b/www-servers/lighttpd/lighttpd-9999.ebuild
51 @@ -5,7 +5,8 @@ EAPI="6"
52 inherit autotools eutils readme.gentoo-r1 user systemd git-r3
53
54 DESCRIPTION="Lightweight high-performance web server"
55 -HOMEPAGE="https://www.lighttpd.net/"
56 +HOMEPAGE="https://www.lighttpd.net
57 + https://github.com/lighttpd"
58 EGIT_REPO_URI="https://git.lighttpd.net/lighttpd1.4.git git+ssh://git@××××××××.net/lighttpd/lighttpd1.4.git git://git.lighttpd.net/lighttpd/lighttpd1.4.git"
59
60 LICENSE="BSD GPL-2"