summaryrefslogtreecommitdiff
path: root/dev-libs/libfilezilla
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-libs/libfilezilla
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-libs/libfilezilla')
-rw-r--r--dev-libs/libfilezilla/Manifest4
-rw-r--r--dev-libs/libfilezilla/files/libfilezilla-0.37.1-pthread.patch13
-rw-r--r--dev-libs/libfilezilla/files/libfilezilla-0.41.0-gcc13.patch79
-rw-r--r--dev-libs/libfilezilla/files/libfilezilla-0.51.1-musl.patch12
-rw-r--r--dev-libs/libfilezilla/libfilezilla-0.54.0.ebuild64
-rw-r--r--dev-libs/libfilezilla/libfilezilla-0.54.1.ebuild64
-rw-r--r--dev-libs/libfilezilla/libfilezilla-0.55.2.ebuild64
-rw-r--r--dev-libs/libfilezilla/libfilezilla-0.55.5.ebuild64
-rw-r--r--dev-libs/libfilezilla/metadata.xml24
9 files changed, 0 insertions, 388 deletions
diff --git a/dev-libs/libfilezilla/Manifest b/dev-libs/libfilezilla/Manifest
deleted file mode 100644
index 47e5780a102f..000000000000
--- a/dev-libs/libfilezilla/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST libfilezilla-0.54.0.tar.xz 568840 BLAKE2B fc1c8005bedf0417b091e7d43f159f0a19f6cb61ebbae02aa893d901a3ed9fb91635a5de84507a38a42e277e25c0566ac2ac7e44934f349102d0ae03d49393b1 SHA512 9c365946de1ae45b6ab17d0fbe271664ae84378383cbb7ea380fe46e300f1a2b6991781882c35d63308e0f5ceca941fd6d61f75124dd22cee51feb84d7fec3e5
-DIST libfilezilla-0.54.1.tar.xz 569064 BLAKE2B 48ea93e8732c256d2b7579e2bcde424e7f5128b5d020c5ec1248f2f00d0196e1e9daf9c37a91f286fd7084c7174da67b92cd53a694cbfde5033fab38e9378ca4 SHA512 9f123cc74ad158fd2510fdd067fe6983feb01f787acc983d86d5d81065a9b042614a9c4cd7aecd9f77178482e0327f17623d2019d9269bceb33be887b0dc7d7f
-DIST libfilezilla-0.55.2.tar.xz 569668 BLAKE2B 34d095b19d7cf620ea787f64fa2eb1a0bbff8f16110b0008e3d29bc1db668721e0afea3b0e4c314ef295f979905eb772db18e583c093ea643cf18750ea9a86d1 SHA512 01f46d2192f1aea18083fd033fb6d0db3405d9f6d59de056ff81779dea98c01b7c3e988ef4271d03694cd9cc760ad7d5209a6d2ade7c6c4952aad6b7cca9686e
-DIST libfilezilla-0.55.5.tar.xz 570664 BLAKE2B 673fc5b452424b4be81b0f4c75e7c494d19665f1a55a1eef5bec7324f50ac3024523c3cf7116a3e93c466c1a5eacfe220fa035cc2e0979ba4bb7cd8b5258dcd7 SHA512 e5654757630ef6fae1b3fbef04b8fca7e3122585cf9274131af7e18127363b143ce91a277721da54ebf67245f31422e8351fe0c419f533360ff86c419c2473ea
diff --git a/dev-libs/libfilezilla/files/libfilezilla-0.37.1-pthread.patch b/dev-libs/libfilezilla/files/libfilezilla-0.37.1-pthread.patch
deleted file mode 100644
index 6a40cc69c52e..000000000000
--- a/dev-libs/libfilezilla/files/libfilezilla-0.37.1-pthread.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 14bb5d0..da45769 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -120,7 +120,7 @@ AC_CHECK_DECLS([pthread_condattr_setclock], [], [], [[#include <pthread.h>]])
- if test "$windows" = "1"; then
- libdeps="-lws2_32"
- else
-- libdeps=-lpthread
-+ libdeps=-pthread
- CHECK_ICONV([libdeps="$libdeps -liconv"])
-
- CHECK_RANDOM
diff --git a/dev-libs/libfilezilla/files/libfilezilla-0.41.0-gcc13.patch b/dev-libs/libfilezilla/files/libfilezilla-0.41.0-gcc13.patch
deleted file mode 100644
index 19423a7e732e..000000000000
--- a/dev-libs/libfilezilla/files/libfilezilla-0.41.0-gcc13.patch
+++ /dev/null
@@ -1,79 +0,0 @@
---- a/lib/libfilezilla/buffer.hpp 2022-02-03 09:53:39.000000000 +0000
-+++ b/lib/libfilezilla/buffer.hpp 2023-02-12 19:18:24.678399429 +0000
-@@ -2,6 +2,7 @@
- #define LIBFILEZILLA_BUFFER_HEADER
-
- #include "libfilezilla.hpp"
-+#include <cstdint>
-
- #include <vector>
- #include <type_traits>
---- a/lib/libfilezilla/hash.hpp 2022-02-03 09:53:39.000000000 +0000
-+++ b/lib/libfilezilla/hash.hpp 2023-02-12 19:22:58.938975128 +0000
-@@ -1,3 +1,4 @@
-+#include <cstdint>
- #ifndef LIBFILEZILLA_HASH_HEADER
- #define LIBFILEZILLA_HASH_HEADER
-
---- a/lib/libfilezilla/encryption.hpp 2020-08-21 14:35:14.000000000 +0100
-+++ b/lib/libfilezilla/encryption.hpp 2023-02-12 19:26:03.514379399 +0000
-@@ -11,7 +11,7 @@
- */
-
- #include "libfilezilla.hpp"
--
-+#include <cstdint>
- #include <vector>
- #include <string>
-
---- a/lib/libfilezilla/encode.hpp 2021-12-08 15:09:45.000000000 +0000
-+++ b/lib/libfilezilla/encode.hpp 2023-02-12 19:28:38.684399363 +0000
-@@ -2,7 +2,7 @@
- #define LIBFILEZILLA_ENCODE_HEADER
-
- #include "libfilezilla.hpp"
--
-+#include <cstdint>
- #include <string>
- #include <vector>
-
---- a/lib/libfilezilla/nonowning_buffer.hpp 2022-07-08 14:18:44.000000000 +0100
-+++ b/lib/libfilezilla/nonowning_buffer.hpp 2023-02-12 19:31:09.324359290 +0000
-@@ -2,6 +2,7 @@
- #define LIBFILEZILLA_NONOWNING_BUFFER_HEADER
-
- #include "libfilezilla.hpp"
-+#include <cstdint>
-
- /** \file
- * \brief Declares fz::nonowning_buffer
---- a/lib/libfilezilla/signature.hpp 2020-07-07 13:06:31.000000000 +0100
-+++ b/lib/libfilezilla/signature.hpp 2023-02-12 19:34:00.747588389 +0000
-@@ -8,6 +8,7 @@
- */
-
- #include "libfilezilla.hpp"
-+#include <cstdint>
-
- #include <vector>
- #include <string>
---- a/lib/libfilezilla/json.hpp 2022-09-05 14:52:21.000000000 +0100
-+++ b/lib/libfilezilla/json.hpp 2023-02-12 19:36:07.564236643 +0000
-@@ -9,6 +9,7 @@
- #include <map>
- #include <type_traits>
- #include <variant>
-+#include <cstdint>
-
- namespace fz {
-
---- a/lib/libfilezilla/string.hpp 2023-01-12 09:41:17.000000000 +0000
-+++ b/lib/libfilezilla/string.hpp 2023-02-12 20:14:26.622449014 +0000
-@@ -2,6 +2,7 @@
- #define LIBFILEZILLA_STRING_HEADER
-
- #include "libfilezilla.hpp"
-+#include <cstdint>
-
- #include <algorithm>
- #include <string>
diff --git a/dev-libs/libfilezilla/files/libfilezilla-0.51.1-musl.patch b/dev-libs/libfilezilla/files/libfilezilla-0.51.1-musl.patch
deleted file mode 100644
index a3d6dd094fc6..000000000000
--- a/dev-libs/libfilezilla/files/libfilezilla-0.51.1-musl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Bug: https://bugs.gentoo.org/966066
-
---- a/lib/local_filesys.cpp
-+++ b/lib/local_filesys.cpp
-@@ -16,6 +16,7 @@
- #include <unistd.h>
- #include <string.h>
- #include <utime.h>
-+#include <limits.h>
- #endif
-
- namespace fz {
diff --git a/dev-libs/libfilezilla/libfilezilla-0.54.0.ebuild b/dev-libs/libfilezilla/libfilezilla-0.54.0.ebuild
deleted file mode 100644
index 282dad620511..000000000000
--- a/dev-libs/libfilezilla/libfilezilla-0.54.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/"
-# Broken URL behind CDN
-SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0/51" # libfilezilla.so version
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/nettle:0=
- >=net-libs/gnutls-3.5.7:=
- virtual/libcrypt:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.37.1-pthread.patch
- "${FILESDIR}"/${PN}-0.41.0-gcc13.patch
- "${FILESDIR}"/${PN}-0.51.1-musl.patch
-)
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! test-flag-CXX -std=c++14; then
- eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
- eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
- eerror "to gcc-4.9 or an equivalent version supporting C++14."
- die "Currently active compiler does not support -std=c++14"
- fi
- fi
-}
-
-src_prepare() {
- default
- # we patch configure.ac
- eautoreconf
-}
-
-src_configure() {
- if use ppc || use arm || use hppa; then
- # bug 727652
- append-libs -latomic
- fi
-
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -type f -name "*.la" -delete || die
-}
diff --git a/dev-libs/libfilezilla/libfilezilla-0.54.1.ebuild b/dev-libs/libfilezilla/libfilezilla-0.54.1.ebuild
deleted file mode 100644
index 7eaa2393c68a..000000000000
--- a/dev-libs/libfilezilla/libfilezilla-0.54.1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/"
-# Broken URL behind CDN
-SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0/53" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/nettle:0=
- >=net-libs/gnutls-3.5.7:=
- virtual/libcrypt:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.37.1-pthread.patch
- "${FILESDIR}"/${PN}-0.41.0-gcc13.patch
- "${FILESDIR}"/${PN}-0.51.1-musl.patch
-)
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! test-flag-CXX -std=c++14; then
- eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
- eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
- eerror "to gcc-4.9 or an equivalent version supporting C++14."
- die "Currently active compiler does not support -std=c++14"
- fi
- fi
-}
-
-src_prepare() {
- default
- # we patch configure.ac
- eautoreconf
-}
-
-src_configure() {
- if use ppc || use arm || use hppa; then
- # bug 727652
- append-libs -latomic
- fi
-
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -type f -name "*.la" -delete || die
-}
diff --git a/dev-libs/libfilezilla/libfilezilla-0.55.2.ebuild b/dev-libs/libfilezilla/libfilezilla-0.55.2.ebuild
deleted file mode 100644
index 9ab776ff210d..000000000000
--- a/dev-libs/libfilezilla/libfilezilla-0.55.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/"
-# Broken URL behind CDN
-SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0/54" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/nettle:0=
- >=net-libs/gnutls-3.5.7:=
- virtual/libcrypt:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.37.1-pthread.patch
- "${FILESDIR}"/${PN}-0.41.0-gcc13.patch
- "${FILESDIR}"/${PN}-0.51.1-musl.patch
-)
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! test-flag-CXX -std=c++14; then
- eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
- eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
- eerror "to gcc-4.9 or an equivalent version supporting C++14."
- die "Currently active compiler does not support -std=c++14"
- fi
- fi
-}
-
-src_prepare() {
- default
- # we patch configure.ac
- eautoreconf
-}
-
-src_configure() {
- if use ppc || use arm || use hppa; then
- # bug 727652
- append-libs -latomic
- fi
-
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -type f -name "*.la" -delete || die
-}
diff --git a/dev-libs/libfilezilla/libfilezilla-0.55.5.ebuild b/dev-libs/libfilezilla/libfilezilla-0.55.5.ebuild
deleted file mode 100644
index 651009f4a9fb..000000000000
--- a/dev-libs/libfilezilla/libfilezilla-0.55.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools flag-o-matic
-
-DESCRIPTION="C++ library offering some basic functionality for platform-independent programs"
-HOMEPAGE="https://lib.filezilla-project.org/"
-# Broken URL behind CDN
-SRC_URI="https://dev.gentoo.org/~dlan/distfiles/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0/57" # libfilezilla.so version
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/nettle:0=
- >=net-libs/gnutls-3.5.7:=
- virtual/libcrypt:=
-"
-DEPEND="${RDEPEND}
- test? ( dev-util/cppunit )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.37.1-pthread.patch
- "${FILESDIR}"/${PN}-0.41.0-gcc13.patch
- "${FILESDIR}"/${PN}-0.51.1-musl.patch
-)
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- if ! test-flag-CXX -std=c++14; then
- eerror "${P} requires C++14-capable C++ compiler. Your current compiler"
- eerror "does not seem to support -std=c++14 option. Please upgrade your compiler"
- eerror "to gcc-4.9 or an equivalent version supporting C++14."
- die "Currently active compiler does not support -std=c++14"
- fi
- fi
-}
-
-src_prepare() {
- default
- # we patch configure.ac
- eautoreconf
-}
-
-src_configure() {
- if use ppc || use arm || use hppa; then
- # bug 727652
- append-libs -latomic
- fi
-
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -type f -name "*.la" -delete || die
-}
diff --git a/dev-libs/libfilezilla/metadata.xml b/dev-libs/libfilezilla/metadata.xml
deleted file mode 100644
index f6ca9ca99085..000000000000
--- a/dev-libs/libfilezilla/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>voyageur@gentoo.org</email>
- <name>Bernard Cafarelli</name>
- </maintainer>
- <maintainer type="person">
- <email>dlan@gentoo.org</email>
- <name>Yixun Lan</name>
- </maintainer>
- <longdescription>
-libfilezilla is a small and modern C++ library, offering some basic functionality to build high-performing, platform-independent programs. Some of the highlights include:
-
-- A typesafe, multi-threaded event system that's very simple to use yet extremely efficient
-- Timers for periodic events
-- A datetime class that not only tracks timestamp but also their accuracy, which simplifies dealing with timestamps originating from different sources
-- Simple process handling for spawning child processes with redirected I/O
-libfilezilla is a cross-platform library for all major operating systems, including but not limited to Linux, *BSD, OS X and Windows.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">filezilla</remote-id>
- </upstream>
-</pkgmetadata>