mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
sys-apps/dnf5: drop 5.2.5.0-r2
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,6 +1 @@
|
|||||||
DIST dnf5-5.2.5.0-toml11-1.patch 19355 BLAKE2B 6de22ffcee99ab9eff5926b3d255af0f5be59524b4804048be900905a4750a740736454f56b0162af1f43a536495f1e1f644642c7902593c114ee4bbea859eb5 SHA512 f94103259e6b47ed41b97090a47c7a9978c82711c34c984285cbf704344147947c62f6f506c70bdfe9f678feda564da88fbbc8da2dfdb08a3e7abbf2fdce4bbf
|
|
||||||
DIST dnf5-5.2.5.0-toml11-2.patch 1245 BLAKE2B 8396ff3028462f91ea97174d43d511ebfe6b13fda0c8f419f590961a4207e62a2b0301ad8bab8d1a02050fd8124561ba1f29c880d04833ff96283d8d5c7b61a9 SHA512 2a56125d84024236d789797f6ede473f29367b4ca0a6fa64c2fa6f93909dbda7bae7fe8de34ab791bed148995cb44a99c6f8cd767186b086b0d15fb29d19d28a
|
|
||||||
DIST dnf5-5.2.5.0-toml11-3.patch 4223 BLAKE2B 2b1afd2188e7ca4a72208227d3f081041eef651299ea7242dff9273a23df7e0592777c3007af3ba3c581dc6737150d28212b94370d40d16567bfefa33bf5df96 SHA512 8f9abf420845c0240da4c2d776c933722af3858bfe638206390c62dbf3748ad5d4c6bf8482b864e2b43c74ba3b49bab5b2ac15d90a8d815a6e7f42069bd09ec4
|
|
||||||
DIST dnf5-5.2.5.0-toml11-4.patch 11747 BLAKE2B 83a6cd0f54bcb471b0009e204d10d2eeafc9bf1ad7af1e0a07c0294cb76ebcd728ce43403be8ae5428313adcfd0839886681273f75caefe915496f5e166d7468 SHA512 eb67693605cf6d401393fb11e5d8508f374bc92d10815a881890cbf73c70e057d3d0cfa9e48f888edbde07f24f7741f50162a60c7adbb6e94e84876be6061215
|
|
||||||
DIST dnf5-5.2.5.0.tar.gz 1303914 BLAKE2B c9fd30aaa74e7e063b1ffbce645a839ba1b82aad92bae70299254a6a62e087246d006af58205f46720f57c1f1eb193eaabe323b6b8d67b31b4ce763b98e573f5 SHA512 9339bdb39a2b55006941909bd9c5e2ebba01258a15952952c346d88bb270cf51b2db91d1938b2bb8ace3c20c58dab3ec11b25454394d270de76580ea6ee49980
|
|
||||||
DIST dnf5-5.2.6.0.tar.gz 1345711 BLAKE2B 5f5eb39379ec8f50c5a2ba5a92eaf4adeb2eefd1ad4cfa1a73bd1a1dd0e91f2882967864524f520c512f03eb7d04f58515e5356513a3cb490d06e733051ca2d7 SHA512 4c1ccf77e0f34415df2cd1530672053d9acb53c10ca0880c1f7c4ad0fcbebf13ffa31a075d0ccd740969b48f0634b80d8c014ecd0eaa36bbce40d49f420a3216
|
DIST dnf5-5.2.6.0.tar.gz 1345711 BLAKE2B 5f5eb39379ec8f50c5a2ba5a92eaf4adeb2eefd1ad4cfa1a73bd1a1dd0e91f2882967864524f520c512f03eb7d04f58515e5356513a3cb490d06e733051ca2d7 SHA512 4c1ccf77e0f34415df2cd1530672053d9acb53c10ca0880c1f7c4ad0fcbebf13ffa31a075d0ccd740969b48f0634b80d8c014ecd0eaa36bbce40d49f420a3216
|
||||||
|
|||||||
@@ -1,93 +0,0 @@
|
|||||||
# Copyright 2024 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit cmake
|
|
||||||
|
|
||||||
DESCRIPTION="Command-line package manager"
|
|
||||||
HOMEPAGE="https://github.com/rpm-software-management/dnf5"
|
|
||||||
SRC_URI="
|
|
||||||
https://github.com/rpm-software-management/dnf5/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
|
||||||
https://github.com/rpm-software-management/dnf5/commit/f2f730229d10431272ee8991b600a17607c40f36.patch
|
|
||||||
-> ${P}-toml11-1.patch
|
|
||||||
https://github.com/rpm-software-management/dnf5/commit/87b11dc2fd152bc662bc97ff2340a6e4d10b0dc8.patch
|
|
||||||
-> ${P}-toml11-2.patch
|
|
||||||
https://github.com/rpm-software-management/dnf5/commit/7b2a6e58b103e1100bcff06e097bb94b34bde22e.patch
|
|
||||||
-> ${P}-toml11-3.patch
|
|
||||||
https://github.com/rpm-software-management/dnf5/commit/1746eabb865bc3882956128adef5f228323855a0.patch
|
|
||||||
-> ${P}-toml11-4.patch
|
|
||||||
"
|
|
||||||
|
|
||||||
LICENSE="GPL-2+ LGPL-2.1+"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="nls systemd test"
|
|
||||||
PROPERTIES="test_network"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>=app-arch/rpm-4.17.0
|
|
||||||
dev-cpp/sdbus-c++:=
|
|
||||||
dev-cpp/toml11
|
|
||||||
>=dev-db/sqlite-3.35.0:3
|
|
||||||
>=dev-libs/glib-2.46.0:2
|
|
||||||
dev-libs/json-c:=
|
|
||||||
dev-libs/libfmt:=
|
|
||||||
>=dev-libs/librepo-1.17.1
|
|
||||||
>=dev-libs/libsolv-0.7.25
|
|
||||||
dev-libs/libxml2
|
|
||||||
sys-apps/util-linux
|
|
||||||
>=sys-libs/libmodulemd-2.11.2
|
|
||||||
systemd? ( sys-apps/systemd:= )
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
BDEPEND="
|
|
||||||
dev-python/breathe
|
|
||||||
dev-python/sphinx
|
|
||||||
virtual/pkgconfig
|
|
||||||
test? (
|
|
||||||
app-arch/rpm
|
|
||||||
app-arch/createrepo_c
|
|
||||||
dev-util/cppunit
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
PATCHES=(
|
|
||||||
# Prevent empty cache directory from being created.
|
|
||||||
"${FILESDIR}/${P}-remove-empty-dir.patch"
|
|
||||||
# Prevent test suite from writing to system files.
|
|
||||||
"${FILESDIR}/${P}-sandbox-test.patch"
|
|
||||||
# toml11-4 support
|
|
||||||
"${DISTDIR}/${P}-toml11-1.patch"
|
|
||||||
"${DISTDIR}/${P}-toml11-2.patch"
|
|
||||||
"${DISTDIR}/${P}-toml11-3.patch"
|
|
||||||
"${DISTDIR}/${P}-toml11-4.patch"
|
|
||||||
)
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
cmake_src_prepare
|
|
||||||
# Replace hardcoded TMPDIR.
|
|
||||||
sed -i "s|/tmp/|${T}/|" test/libdnf5/utils/test_fs.cpp || die
|
|
||||||
# remove -Werror{,=unused-result}; bug 936870
|
|
||||||
sed 's/-Werror[^[:space:])]*//' -i CMakeLists.txt || die
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DWITH_HTML=OFF
|
|
||||||
-DWITH_PERL5=OFF
|
|
||||||
-DWITH_PYTHON3=OFF
|
|
||||||
-DWITH_RUBY=OFF
|
|
||||||
-DWITH_ZCHUNK=OFF
|
|
||||||
-DWITH_SYSTEMD=$(usex systemd)
|
|
||||||
-DWITH_TESTS=$(usex test)
|
|
||||||
-DWITH_TRANSLATIONS=$(usex nls)
|
|
||||||
)
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
cmake_src_compile
|
|
||||||
cmake_src_compile doc-man
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user