From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libsolv/
Date: Thu, 19 Jun 2025 08:44:22 +0000 (UTC) [thread overview]
Message-ID: <1750253544.7b26d97b6b02c3a71b718fb010f52003735c1ac4.davidroman@gentoo> (raw)
commit: 7b26d97b6b02c3a71b718fb010f52003735c1ac4
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Jun 18 13:31:48 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jun 18 13:32:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b26d97b
dev-libs/libsolv: add 0.7.33
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-libs/libsolv/Manifest | 1 +
dev-libs/libsolv/libsolv-0.7.33.ebuild | 53 ++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/dev-libs/libsolv/Manifest b/dev-libs/libsolv/Manifest
index 9585a769d8..246a9ddae2 100644
--- a/dev-libs/libsolv/Manifest
+++ b/dev-libs/libsolv/Manifest
@@ -1,2 +1,3 @@
DIST libsolv-0.7.31.tar.gz 763630 BLAKE2B 5580376c23a8c5f72519b34b65800ecdffd2ed318ec929684a1de55f079f795e5118daca29d7d2510c30a8bd78e6db0ff450ff4db93d56a7a1c02fbe7a144e4c SHA512 96065ebec7e4d00f55a4e2f0fb1c519bf7b3220c47033071b183eea3f5b72499eda492e7b84754443f59dcbfd47e714808252f7a46de239ed16accdab4f66e4a
DIST libsolv-0.7.32.tar.gz 773014 BLAKE2B 6df1ca570a8ddc417e692f50883b2722131def211a931ff50036f9540b7e0cc02a5aeacfcea93fa65b3c6fe0bf5cd2d9317b18eb97827657b4ddf9260a550cdd SHA512 4295f0489fd01bf6a42175cd8960319bd7b23f190ee7a8733d90d1a228535e3d825dc464622eeb3e36c6ea9a07460f6e87146b9813d7ff6cb9e3fc556c3a135c
+DIST libsolv-0.7.33.tar.gz 774192 BLAKE2B 1eb9b52a6ffe0b413aef035806dad7af31db120ba21be29587c457243e960cc6c1164274fee3844d3574d1f712a617ec3e91b816efb8f36938faa2f01377aca8 SHA512 10cbbe58c3c084593cccd3dfed9931296f8a3fe92843d7d42f732365039c1ab42ebca91a9778f991013650cd59f73f13b5d4de9ba3bb7cb845af98fe12256bee
diff --git a/dev-libs/libsolv/libsolv-0.7.33.ebuild b/dev-libs/libsolv/libsolv-0.7.33.ebuild
new file mode 100644
index 0000000000..7b60ead027
--- /dev/null
+++ b/dev-libs/libsolv/libsolv-0.7.33.ebuild
@@ -0,0 +1,53 @@
+# 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 test zchunk"
+RESTRICT="!test? ( test )"
+
+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
+}
next reply other threads:[~2025-06-19 8:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-19 8:44 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-10 23:12 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/libsolv/ David Roman
2025-08-10 23:12 David Roman
2025-07-26 21:13 David Roman
2025-07-26 21:13 David Roman
2025-06-19 8:44 David Roman
2025-06-19 8:44 David Roman
2025-04-07 9:32 David Roman
2025-04-07 9:32 David Roman
2024-11-14 16:17 David Roman
2024-07-28 15:24 Lucio Sauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1750253544.7b26d97b6b02c3a71b718fb010f52003735c1ac4.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox