Сравнение nghttp2-1.65.0-r2 с nghttp2-9999
| /usr/portage/net-libs/nghttp2/nghttp2-9999.ebuild 2026-02-19 11:18:08.231303338 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 14 | 14 |
EGIT_REPO_URI="https://github.com/nghttp2/nghttp2.git" |
| 15 | 15 |
inherit git-r3 |
| 16 | 16 |
else |
| 17 |
inherit autotools |
|
| 18 |
SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz"
|
|
| 17 |
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/nghttp2.asc |
|
| 18 |
inherit autotools verify-sig |
|
| 19 |
SRC_URI=" |
|
| 20 |
https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz
|
|
| 21 |
verify-sig? ( https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz.asc )
|
|
| 22 |
" |
|
| 19 | 23 | |
| 20 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" |
|
| 24 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" |
|
| 25 |
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-nghttp2 )" |
|
| 21 | 26 |
fi |
| 22 | 27 | |
| 23 | 28 |
LICENSE="MIT" |
| ... | ... | |
| 38 | 43 |
xml? ( >=dev-libs/libxml2-2.7.7:2=[${MULTILIB_USEDEP}] )
|
| 39 | 44 |
" |
| 40 | 45 |
DEPEND="${RDEPEND}"
|
| 41 |
BDEPEND="virtual/pkgconfig" |
|
| 42 | ||
| 43 |
PATCHES=( |
|
| 44 |
"${FILESDIR}"/${P}-gcc16.patch
|
|
| 45 |
) |
|
| 46 |
BDEPEND+=" virtual/pkgconfig" |
|
| 46 | 47 | |
| 47 | 48 |
src_prepare() {
|
| 48 | 49 |
default |