summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
authorBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
committerBaldEagleOS Migration <dev@baldeagleos.com>2026-06-01 21:19:16 -0500
commit1aaafa6995916beafff236affdb5cac42f7efd43 (patch)
tree41b96fd4c123591da1658c544bd47f28bd315680 /dev-cpp
parent612872d2f4364137c6d9c687a6ade601439139a0 (diff)
downloadbaldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.gz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.tar.xz
baldeagleos-repo-1aaafa6995916beafff236affdb5cac42f7efd43.zip
Adding metadata
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/asio/asio-1.36.0.ebuild6
-rw-r--r--dev-cpp/asio/asio-1.38.0.ebuild6
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild9
-rw-r--r--dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild9
-rw-r--r--dev-cpp/finalcut/files/finalcut-0.9.1-fix-tests.ebuild2
-rw-r--r--dev-cpp/wt/wt-4.13.1.ebuild6
-rw-r--r--dev-cpp/wt/wt-4.13.2.ebuild6
7 files changed, 19 insertions, 25 deletions
diff --git a/dev-cpp/asio/asio-1.36.0.ebuild b/dev-cpp/asio/asio-1.36.0.ebuild
index 939aa773668a..582ed8ce84da 100644
--- a/dev-cpp/asio/asio-1.36.0.ebuild
+++ b/dev-cpp/asio/asio-1.36.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/chriskohlhoff/asio/archive/${PN}-${MY_PV}.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples libressl ssl test"
+IUSE="doc examples ssl test"
RESTRICT="!test? ( test )"
# test searches for libssl during ./configure, and REQUIRED_USE is easier than
# patching configure to not search for it with USE=-ssl
@@ -20,8 +20,8 @@ REQUIRED_USE="test? ( ssl )"
RDEPEND="dev-libs/boost:=
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( >=dev-libs/libressl-3.5.0:0= )
+ dev-libs/openssl:0=
+
)"
DEPEND="${RDEPEND}"
diff --git a/dev-cpp/asio/asio-1.38.0.ebuild b/dev-cpp/asio/asio-1.38.0.ebuild
index 4ff1343742d5..c6ea18602322 100644
--- a/dev-cpp/asio/asio-1.38.0.ebuild
+++ b/dev-cpp/asio/asio-1.38.0.ebuild
@@ -12,15 +12,15 @@ SRC_URI="https://github.com/chriskohlhoff/asio/archive/${PN}-${MY_PV}.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples libressl ssl test"
+IUSE="doc examples ssl test"
RESTRICT="!test? ( test )"
DEPEND="
test? (
dev-libs/boost
ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( >=dev-libs/libressl-3.5.0:0= )
+ dev-libs/openssl:0=
+
)
)
"
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..329ba6372ea8 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.45.0.ebuild
@@ -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..329ba6372ea8 100644
--- a/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
+++ b/dev-cpp/cpp-httplib/cpp-httplib-0.46.0.ebuild
@@ -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/finalcut/files/finalcut-0.9.1-fix-tests.ebuild b/dev-cpp/finalcut/files/finalcut-0.9.1-fix-tests.ebuild
index ff93aee9b2b0..46feda277829 100644
--- a/dev-cpp/finalcut/files/finalcut-0.9.1-fix-tests.ebuild
+++ b/dev-cpp/finalcut/files/finalcut-0.9.1-fix-tests.ebuild
@@ -58,6 +58,6 @@ index 30d53e34..c4c0282f 100644
fvtermattribute_test \
fvtermbuffer_test \
fwidget_test
---
+--
2.44.2
diff --git a/dev-cpp/wt/wt-4.13.1.ebuild b/dev-cpp/wt/wt-4.13.1.ebuild
index 9f062e045fc4..499d8fe404b6 100644
--- a/dev-cpp/wt/wt-4.13.1.ebuild
+++ b/dev-cpp/wt/wt-4.13.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64"
-IUSE="doc +graphicsmagick libressl mariadb opengl +pango pdf postgres +sqlite ssl wttest"
+IUSE="doc +graphicsmagick mariadb opengl +pango pdf postgres +sqlite ssl wttest"
REQUIRED_USE="
pango? ( || ( graphicsmagick pdf ) )
opengl? ( graphicsmagick )
@@ -40,8 +40,8 @@ DEPEND="
postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
ssl? (
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:=
+
)
"
RDEPEND="${DEPEND}"
diff --git a/dev-cpp/wt/wt-4.13.2.ebuild b/dev-cpp/wt/wt-4.13.2.ebuild
index 9f062e045fc4..499d8fe404b6 100644
--- a/dev-cpp/wt/wt-4.13.2.ebuild
+++ b/dev-cpp/wt/wt-4.13.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/emweb/wt/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64"
-IUSE="doc +graphicsmagick libressl mariadb opengl +pango pdf postgres +sqlite ssl wttest"
+IUSE="doc +graphicsmagick mariadb opengl +pango pdf postgres +sqlite ssl wttest"
REQUIRED_USE="
pango? ( || ( graphicsmagick pdf ) )
opengl? ( graphicsmagick )
@@ -40,8 +40,8 @@ DEPEND="
postgres? ( dev-db/postgresql )
sqlite? ( dev-db/sqlite:3 )
ssl? (
- !libressl? ( dev-libs/openssl:= )
- libressl? ( dev-libs/libressl:= )
+ dev-libs/openssl:=
+
)
"
RDEPEND="${DEPEND}"