2025-12-02 19:15:51 UTC

This commit is contained in:
Repository mirror & CI
2025-12-02 19:15:51 +00:00
parent 3db6574c57
commit 9715db093c
74 changed files with 366 additions and 311 deletions

View File

@@ -0,0 +1,17 @@
BDEPEND=virtual/pkgconfig python? ( dev-lang/swig ) test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-cpp/yaml-cpp:= python? ( python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) )
DESCRIPTION=Library for working with RPM manifests
EAPI=8
HOMEPAGE=https://github.com/rpm-software-management/libpkgmanifest
INHERIT=cmake python-r1
IUSE=python test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=LGPL-2.1+
RDEPEND=dev-cpp/yaml-cpp:= python? ( python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) )
REQUIRED_USE=python? ( || ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpm-software-management/libpkgmanifest/archive/refs/tags/v0.5.9.tar.gz -> libpkgmanifest-0.5.9.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 22e4e58d68692975dc74424dc9b12fb7 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-r1 0e15b2ab9cfc87d7474678201d6bca38
_md5_=a3012222746271b1c4c108b29ea1ac03

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig doc? ( app-text/doxygen ) test? ( dev-libs/check ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=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=>=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 )
DESCRIPTION=Repodata downloading library
EAPI=8
HOMEPAGE=https://github.com/rpm-software-management/librepo
@@ -8,9 +8,9 @@ INHERIT=cmake
IUSE=doc gpgme test +zchunk
KEYWORDS=~amd64
LICENSE=LGPL-2.1+
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 )
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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpm-software-management/librepo/archive/refs/tags/1.19.0.tar.gz -> librepo-1.19.0.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 22e4e58d68692975dc74424dc9b12fb7
_md5_=39945451cd8e1a254e60e265d8cfb7f5
_md5_=0238dd82fb1ee481bc2483f60944a0e5

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig doc? ( app-text/doxygen ) test? ( dev-libs/check ) app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=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=>=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 )
DESCRIPTION=Repodata downloading library
EAPI=8
HOMEPAGE=https://github.com/rpm-software-management/librepo
@@ -8,9 +8,9 @@ INHERIT=cmake
IUSE=doc gpgme test +zchunk
KEYWORDS=~amd64
LICENSE=LGPL-2.1+
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 )
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 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/rpm-software-management/librepo/archive/refs/tags/1.20.0.tar.gz -> librepo-1.20.0.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 22e4e58d68692975dc74424dc9b12fb7
_md5_=d404b01deb0ac58599738e579d1687d3
_md5_=0238dd82fb1ee481bc2483f60944a0e5

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) zchunk? ( app-arch/zchunk )
DEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:= ) zchunk? ( app-arch/zchunk )
DESCRIPTION=Library for solving packages and reading repositories
EAPI=8
HOMEPAGE=https://github.com/openSUSE/libsolv
@@ -8,8 +8,8 @@ INHERIT=cmake
IUSE=expat zchunk
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) zchunk? ( app-arch/zchunk )
RDEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:= ) zchunk? ( app-arch/zchunk )
SLOT=0
SRC_URI=https://github.com/openSUSE/libsolv/archive/refs/tags/0.7.34.tar.gz -> libsolv-0.7.34.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 22e4e58d68692975dc74424dc9b12fb7
_md5_=588b55134e8957d08b175a4759df93c2
_md5_=3e8442eb413b98b4328e7ac0e13dd1c9

View File

@@ -1,6 +1,6 @@
BDEPEND=virtual/pkgconfig app-alternatives/ninja >=dev-build/cmake-3.28.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) zchunk? ( app-arch/zchunk )
DEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:= ) zchunk? ( app-arch/zchunk )
DESCRIPTION=Library for solving packages and reading repositories
EAPI=8
HOMEPAGE=https://github.com/openSUSE/libsolv
@@ -8,8 +8,8 @@ INHERIT=cmake
IUSE=expat zchunk
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) zchunk? ( app-arch/zchunk )
RDEPEND=app-arch/bzip2 app-arch/rpm app-arch/xz-utils app-arch/zstd:= virtual/zlib:= expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2:= ) zchunk? ( app-arch/zchunk )
SLOT=0
SRC_URI=https://github.com/openSUSE/libsolv/archive/refs/tags/0.7.35.tar.gz -> libsolv-0.7.35.tar.gz
_eclasses_=toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake 22e4e58d68692975dc74424dc9b12fb7
_md5_=588b55134e8957d08b175a4759df93c2
_md5_=3e8442eb413b98b4328e7ac0e13dd1c9