Сравнение h2o-2.3.0_pre20250130 с h2o-9999
/usr/portage/www-servers/h2o/h2o-9999.ebuild 2024-12-25 14:59:52.847270184 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI="8" |
5 | 5 |
SSL_DEPS_SKIP=1 |
6 | 6 |
USE_RUBY="ruby31 ruby32 ruby33" |
7 | 7 | |
8 |
inherit cmake ruby-single ssl-cert systemd toolchain-funcs vcs-snapshot |
|
9 | ||
10 |
EGIT_COMMIT="26b116e9536be8cf07036185e3edf9d721c9bac2" |
|
8 |
inherit cmake git-r3 ruby-single ssl-cert systemd toolchain-funcs |
|
11 | 9 | |
12 | 10 |
DESCRIPTION="H2O - the optimized HTTP/1, HTTP/2 server" |
13 | 11 |
HOMEPAGE="https://h2o.examp1e.net/" |
14 |
SRC_URI="https://github.com/${PN}/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" |
|
12 |
EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" |
|
15 | 13 | |
16 | 14 |
LICENSE="MIT" |
17 | 15 |
SLOT="0" |
18 |
KEYWORDS="amd64 x86" |
|
16 |
KEYWORDS="" |
|
19 | 17 |
IUSE="libh2o +mruby" |
20 | 18 | |
21 | 19 |
RDEPEND="acct-group/h2o |