mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
dev-libs/librepo: drop 1.18.0
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
parent
d6b7c35f47
commit
b7e0066692
@ -1,2 +1 @@
|
||||
DIST librepo-1.18.0.tar.gz 841303 BLAKE2B 57288ee8bf9e77009b1c169ffafb4d59dcc3ecf836870abb7fce78d5d0e381d4377d6de67eb7240a87d1124d32fe1f51a26e6e8168f7557285502595aff69d17 SHA512 6630b4751163ff6a34c32b94f6d0ecdc34926ade6aa92342c99eef9a514edd25405e051c58f6630615dd9cd04ef5c0404ebc4805708356477b97d351baa19a73
|
||||
DIST librepo-1.18.1.tar.gz 841526 BLAKE2B 62860d29df4a7288802098f866a17862dd803ffdf58dd78f0dbcb439ee04f8713e644c17e75bb273dccc461c6b654c5092fcc81eecc1119ff302a8d548ee680e SHA512 bc5ef06786f3bd10bc096fa72543be2f528388e1490de6dc95e78c5f0f81511d24346a0fd55a37e844f7ea2864dd53d2ae921e767cd6f721b2c0a7fb6c9ab9f7
|
||||
|
@ -1,57 +0,0 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Repodata downloading library"
|
||||
HOMEPAGE="https://github.com/rpm-software-management/librepo"
|
||||
SRC_URI="https://github.com/rpm-software-management/librepo/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="doc gpgme test +zchunk"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.66:2
|
||||
dev-libs/libxml2
|
||||
dev-libs/openssl:=
|
||||
>=net-misc/curl-7.52.0
|
||||
gpgme? ( app-crypt/gpgme:1= )
|
||||
!gpgme? ( >=app-arch/rpm-4.18.0 )
|
||||
zchunk? ( >=app-arch/zchunk-0.9.11 )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
doc? ( app-text/doxygen )
|
||||
test? ( dev-libs/check )
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
# getxattr does not seem to work well under QA box. bug #934951
|
||||
"${FILESDIR}/${P}-disable-checksum-test.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
|
||||
# respect temp directory during tests, bug #924463
|
||||
sed -i "s|/tmp/|${T}/|" tests/testsys.h || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DENABLE_EXAMPLES=OFF
|
||||
-DENABLE_PYTHON=OFF
|
||||
-DENABLE_SELINUX=OFF
|
||||
-DUSE_GPGME=$(usex gpgme)
|
||||
-DENABLE_DOCS=$(usex doc)
|
||||
-DENABLE_TESTS=$(usex test)
|
||||
-DWITH_ZCHUNK=$(usex zchunk)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user