Bump version:

sys-libs/libzypp: bump to libzypp-17.29.1
This commit is contained in:
HougeLangley 2022-08-12 11:39:47 +00:00 committed by 梁永祥
parent 68e048accb
commit 85053559c1
4 changed files with 1 additions and 53 deletions

View File

@ -1,2 +1 @@
DIST libzypp-17.29.1.tar.gz 6647516 BLAKE2B f7f4819b03f9b8cab7b864d9a55880375758d2c182144d9d3aef01914e54554d4f2fef08bdfadbb461243a507012d65604eb1c580fbf604593c2c857515a2901 SHA512 0b2db051c02ff5b3bb789ecb73d6a32a0a3a75f1a6df8bfca374de155dad30a543fe3668bdcb720338574d7b8e70e51c568a7a0f19e8e01826a90447867cc6d3
DIST libzypp-17.29.5.tar.gz 6640504 BLAKE2B 24568e7a303364f2794b271bb144ad53ad77b86371edce522b9e32b6ea646dc9840a207063f2fe883044e39a8230cf25bd6395235d8a7c649e9181c0f12f97c9 SHA512 e10b498e32de824f59b21b843d53af7ab4bf7e2adc01c8852c660a6b85c2b44a7495ef835436905a77f8a9d95fbaf47c3265306762acdac4044bbcf7e00881a2
DIST libzypp-17.31.0.tar.gz 6754050 BLAKE2B c11d2b7857dfeb34bef71d7cea53cc073d69e485484611d61fa95e0af60b8dd107b651eba5b5f168d592ca66541dac479858c2268b1d918abf5186ee08983ac6 SHA512 bb7e2522bb8c2cfc18802fee3b970442e19faabc1f58447f018f517a47d07d133f763b727738ec998a857712b175d42a35f36d9298d3f4ccb2ce1c537044d6f8

View File

@ -1,49 +0,0 @@
# Copyright 2017-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
if [[ ${PV} == 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/openSUSE/libzypp.git"
EGIT_CHECKOUT_DIR=${PN}-${PV}
KEYWORDS=""
else
SRC_URI="https://github.com/openSUSE/libzypp/archive/refs/tags/${PV}.tar.gz -> libzypp-${PV}.tar.gz"
KEYWORDS="~amd64"
S="${WORKDIR}/${PN}-${PV}"
fi
DESCRIPTION="ZYpp Package Management library"
HOMEPAGE="https://doc.opensuse.org/projects/libzypp/HEAD/"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND="
sys-libs/libsolv
"
DEPEND="
app-arch/rpm
dev-libs/boost
dev-libs/protobuf
dev-ruby/asciidoctor
<dev-cpp/yaml-cpp-0.7.0
net-libs/libproxy
app-doc/doxygen
<dev-libs/libsigc++-3.0.7
dev-python/graphviz
"
BDEPEND="${DEPEND}"
src_configure(){
mycmakeargs=(
-DENABLE_BUILD_TRANS=ON
-DENABLE_BUILD_TESTS=ON
-DENABLE_BUILD_DOCS=OFF
-DENABLE_ZSTD_COMPRESSION=ON
-DENABLE_ZCHUNK_COMPRESSION=ON
-DDISABLE_MEDIABACKEND_TESTS=ON
)
cmake_src_configure
}

View File

@ -8,7 +8,6 @@ if [[ ${PV} == 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/openSUSE/libzypp.git"
EGIT_CHECKOUT_DIR=${PN}-${PV}
KEYWORDS=""
else
SRC_URI="https://github.com/openSUSE/libzypp/archive/refs/tags/${PV}.tar.gz -> libzypp-${PV}.tar.gz"
KEYWORDS="~amd64"

View File

@ -8,7 +8,6 @@ if [[ ${PV} == 9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/openSUSE/libzypp.git"
EGIT_CHECKOUT_DIR=${PN}-${PV}
KEYWORDS=""
else
SRC_URI="https://github.com/openSUSE/libzypp/archive/refs/tags/${PV}.tar.gz -> libzypp-${PV}.tar.gz"
KEYWORDS="~amd64"