From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D05015808A for ; Sat, 26 Jul 2025 21:13:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 778F0341ED7 for ; Sat, 26 Jul 2025 21:13:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 19559110563; Sat, 26 Jul 2025 21:13:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0C78C110563 for ; Sat, 26 Jul 2025 21:13:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB80B341E54 for ; Sat, 26 Jul 2025 21:13:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C8DB32A1 for ; Sat, 26 Jul 2025 21:13:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1753456282.e13aee9fd034e01664ba1792f37de0838bfe1308.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libsolv/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/libsolv/Manifest dev-libs/libsolv/libsolv-0.7.34.ebuild X-VCS-Directories: dev-libs/libsolv/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: e13aee9fd034e01664ba1792f37de0838bfe1308 X-VCS-Branch: master Date: Sat, 26 Jul 2025 21:13:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 112bb9ec-db08-4ccd-a65d-b17948d48f62 X-Archives-Hash: ce69d0901ad0e978de0db22f0e3c9f30 commit: e13aee9fd034e01664ba1792f37de0838bfe1308 Author: Takuya Wakazono gmail com> AuthorDate: Fri Jul 25 15:04:54 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Jul 25 15:11:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e13aee9f dev-libs/libsolv: add 0.7.34 Signed-off-by: Takuya Wakazono gmail.com> dev-libs/libsolv/Manifest | 1 + dev-libs/libsolv/libsolv-0.7.34.ebuild | 52 ++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) diff --git a/dev-libs/libsolv/Manifest b/dev-libs/libsolv/Manifest index f2fbc1591f..f43a0bcc1a 100644 --- a/dev-libs/libsolv/Manifest +++ b/dev-libs/libsolv/Manifest @@ -1,2 +1,3 @@ DIST libsolv-0.7.32.tar.gz 773014 BLAKE2B 6df1ca570a8ddc417e692f50883b2722131def211a931ff50036f9540b7e0cc02a5aeacfcea93fa65b3c6fe0bf5cd2d9317b18eb97827657b4ddf9260a550cdd SHA512 4295f0489fd01bf6a42175cd8960319bd7b23f190ee7a8733d90d1a228535e3d825dc464622eeb3e36c6ea9a07460f6e87146b9813d7ff6cb9e3fc556c3a135c DIST libsolv-0.7.33.tar.gz 774192 BLAKE2B 1eb9b52a6ffe0b413aef035806dad7af31db120ba21be29587c457243e960cc6c1164274fee3844d3574d1f712a617ec3e91b816efb8f36938faa2f01377aca8 SHA512 10cbbe58c3c084593cccd3dfed9931296f8a3fe92843d7d42f732365039c1ab42ebca91a9778f991013650cd59f73f13b5d4de9ba3bb7cb845af98fe12256bee +DIST libsolv-0.7.34.tar.gz 774442 BLAKE2B 72409736cc1de5ebfe6b626376d502a95b50e4f53b0ff8710414e3fbf1fbda8a0897ea38598f87ecbeb183642abe3df7280ce66d1a910148495e58903d9d9672 SHA512 b3e6329137b0b160c9594b4d69e4d6061d31a5fce4cc0f9a966e9b11aee30a0f974707d0a6e28041374031be79e599a79437528c6d60ee6c6e1ac2209a0f5259 diff --git a/dev-libs/libsolv/libsolv-0.7.34.ebuild b/dev-libs/libsolv/libsolv-0.7.34.ebuild new file mode 100644 index 0000000000..05f9e0dfc5 --- /dev/null +++ b/dev-libs/libsolv/libsolv-0.7.34.ebuild @@ -0,0 +1,52 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Library for solving packages and reading repositories" +HOMEPAGE="https://github.com/openSUSE/libsolv" +SRC_URI="https://github.com/openSUSE/libsolv/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="expat zchunk" + +RDEPEND=" + app-arch/bzip2 + app-arch/rpm + app-arch/xz-utils + app-arch/zstd:= + sys-libs/zlib + expat? ( dev-libs/expat ) + !expat? ( dev-libs/libxml2 ) + zchunk? ( app-arch/zchunk ) +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_prepare() { + # remove forced CFLAGS -g -O2; bug 936869 + sed "/CMAKE_C_FLAGS_${CMAKE_BUILD_TYPE^^}/d" -i CMakeLists.txt || die + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DENABLE_RPMDB=ON + -DENABLE_RPMMD=ON + -DENABLE_RPMPKG_LIBRPM=ON + -DENABLE_COMPS=ON + -DENABLE_DEBIAN=OFF + -DENABLE_APK=OFF + -DENABLE_LZMA_COMPRESSION=ON + -DENABLE_BZIP2_COMPRESSION=ON + -DENABLE_ZSTD_COMPRESSION=ON + -DWITH_SYSTEM_ZCHUNK=$(usex zchunk) + -DWITH_LIBXML2=$(usex !expat) + -DENABLE_COMPLEX_DEPS=ON + ) + cmake_src_configure +}