summaryrefslogtreecommitdiff
path: root/dev-cpp/cpp-httplib
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp/cpp-httplib')
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild13
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild13
-rw-r--r--dev-cpp/cpp-httplib/metadata.xml42
3 files changed, 31 insertions, 37 deletions
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild
index c01fa4cea172..37f1748ea705 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2024-2026 BaldEagleOS Authors
+# Copyright 2024-2026 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit cmake-multilib python-any-r1 toolchain-funcs
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)" # soversion
-IUSE="brotli libressl ssl test zlib"
+IUSE="brotli ssl test zlib"
REQUIRED_USE="test? ( brotli ssl zlib )"
RESTRICT="!test? ( test )"
@@ -23,8 +23,8 @@ RDEPEND="
app-arch/brotli:=[${MULTILIB_USEDEP}]
)
ssl? (
- !libressl? ( >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}] )
- libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+ >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}]
+
)
zlib? (
sys-libs/zlib[${MULTILIB_USEDEP}]
@@ -38,9 +38,6 @@ BDEPEND="
"
src_prepare() {
- if use libressl; then
- eapply -p1 $FILESDIR/cmakelists.patch
- fi
cmake_src_prepare
}
diff --git a/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild b/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
index c01fa4cea172..37f1748ea705 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2024-2026 BaldEagleOS Authors
+# Copyright 2024-2026 Liguros Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..14} )
+PYTHON_COMPAT=( python3_{13..14} )
inherit cmake-multilib python-any-r1 toolchain-funcs
@@ -14,7 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)" # soversion
-IUSE="brotli libressl ssl test zlib"
+IUSE="brotli ssl test zlib"
REQUIRED_USE="test? ( brotli ssl zlib )"
RESTRICT="!test? ( test )"
@@ -23,8 +23,8 @@ RDEPEND="
app-arch/brotli:=[${MULTILIB_USEDEP}]
)
ssl? (
- !libressl? ( >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}] )
- libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+ >=dev-libs/openssl-3.0.13:=[${MULTILIB_USEDEP}]
+
)
zlib? (
sys-libs/zlib[${MULTILIB_USEDEP}]
@@ -38,9 +38,6 @@ BDEPEND="
"
src_prepare() {
- if use libressl; then
- eapply -p1 $FILESDIR/cmakelists.patch
- fi
cmake_src_prepare
}
diff --git a/dev-cpp/cpp-httplib/metadata.xml b/dev-cpp/cpp-httplib/metadata.xml
index e54d1b1cd44d..e4bfafd61191 100644
--- a/dev-cpp/cpp-httplib/metadata.xml
+++ b/dev-cpp/cpp-httplib/metadata.xml
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>dev@baldeagleos.com</email>
- <name>Development</name>
- </maintainer>
- <maintainer type="person">
- <email>xgqt@gentoo.org</email>
- <name>Maciej Barć</name>
- </maintainer>
- <maintainer type="person">
- <email>alexey+gentoo@asokolov.org</email>
- <name>Alexey Sokolov</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/yhirose/cpp-httplib/issues</bugs-to>
- </upstream>
- <origin>ports</origin>
-</pkgmetadata> \ No newline at end of file
+ <maintainer type="project">
+ <email>dev@liguros.net</email>
+ <name>Development</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>alexey+gentoo@asokolov.org</email>
+ <name>Alexey Sokolov</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/yhirose/cpp-httplib/issues</bugs-to>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>