summaryrefslogtreecommitdiff
path: root/dev-libs/liblognorm
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-libs/liblognorm
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-libs/liblognorm')
-rw-r--r--dev-libs/liblognorm/Manifest1
-rw-r--r--dev-libs/liblognorm/files/liblognorm-2.0.6-configure-clang16.patch21
-rw-r--r--dev-libs/liblognorm/files/liblognorm-2.0.6-sphinx-5.patch11
-rw-r--r--dev-libs/liblognorm/liblognorm-2.0.6-r1.ebuild77
-rw-r--r--dev-libs/liblognorm/metadata.xml11
5 files changed, 0 insertions, 121 deletions
diff --git a/dev-libs/liblognorm/Manifest b/dev-libs/liblognorm/Manifest
deleted file mode 100644
index b75714abb169..000000000000
--- a/dev-libs/liblognorm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST liblognorm-2.0.6.tar.gz 666712 BLAKE2B 4c3e46fbd9a3eaf6c429872d30c0fe93f1255dbf3cc14efc82ab94d70ef45c5560c50644e0e23dc63777ddbc405d0f3fb911975d06fd6f6cdee6f7b98ff10b74 SHA512 0b4ee55eb54920dd096fdd6d6dcc2263bc52e74442d86503bfebf26b31492a8c1b67cb3b709ecc8b96cc53252151515719027306b2b6f7ba3404adc5a48cf125
diff --git a/dev-libs/liblognorm/files/liblognorm-2.0.6-configure-clang16.patch b/dev-libs/liblognorm/files/liblognorm-2.0.6-configure-clang16.patch
deleted file mode 100644
index 3ba63017e18a..000000000000
--- a/dev-libs/liblognorm/files/liblognorm-2.0.6-configure-clang16.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-https://bugzilla.redhat.com/show_bug.cgi?id=2141801
-https://src.fedoraproject.org/rpms/liblognorm/c/cdaf4de866002343f4011bb05c71f764258948a7?branch=rawhide
-
-"""
-Submitted to Adiscon via ticket system. See:
-
- <https://bugzilla.redhat.com/show_bug.cgi?id=2141801>
-"""
---- a/configure.ac
-+++ b/configure.ac
-@@ -38,7 +38,7 @@ m4_ifdef([AX_IS_RELEASE], [
- # Checks for libraries.
- save_LIBS=$LIBS
- LIBS=
--AC_SEARCH_LIBS(clock_getm4_defn([AC_AUTOCONF_VERSION]), [2.68]time, rt)
-+AC_SEARCH_LIBS(clock_gettime, rt)
- LIBS=$save_LIBS
-
- # Checks for header files.
-
-
diff --git a/dev-libs/liblognorm/files/liblognorm-2.0.6-sphinx-5.patch b/dev-libs/liblognorm/files/liblognorm-2.0.6-sphinx-5.patch
deleted file mode 100644
index fde24f8c0677..000000000000
--- a/dev-libs/liblognorm/files/liblognorm-2.0.6-sphinx-5.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- liblognorm.orig/doc/conf.py
-+++ liblognorm/doc/conf.py
-@@ -56,7 +56,7 @@ release = '1.1.2'
-
- # The language for content autogenerated by Sphinx. Refer to documentation
- # for a list of supported languages.
--language = None
-+language = 'en'
-
- # There are two options for replacing |today|: either, you set today to some
- # non-false value, then it is used:
diff --git a/dev-libs/liblognorm/liblognorm-2.0.6-r1.ebuild b/dev-libs/liblognorm/liblognorm-2.0.6-r1.ebuild
deleted file mode 100644
index 4b5089ba63cf..000000000000
--- a/dev-libs/liblognorm/liblognorm-2.0.6-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="Fast samples-based log normalization library"
-HOMEPAGE="https://www.liblognorm.com"
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
-
- inherit git-r3
-else
- SRC_URI="https://www.liblognorm.com/files/download/${P}.tar.gz"
- KEYWORDS="amd64 arm arm64 ~hppa ~ppc64 ~riscv ~sparc x86"
-fi
-
-LICENSE="LGPL-2.1 Apache-2.0"
-SLOT="0/5.1.0"
-IUSE="debug doc static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/libestr-0.1.3
- >=dev-libs/libfastjson-0.99.2:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-build/autoconf-archive-2015.02.04
- virtual/pkgconfig
- doc? ( >=dev-python/sphinx-1.2.2 )
-"
-
-DOCS=( ChangeLog )
-
-PATCHES=(
- "${FILESDIR}/${P}-sphinx-5.patch"
- "${FILESDIR}/${P}-configure-clang16.patch"
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- # regexp disabled due to https://github.com/rsyslog/liblognorm/issues/143
- local myeconfargs=(
- --enable-compile-warnings=yes
- --disable-Werror
- $(use_enable doc docs)
- $(use_enable test testbench)
- $(use_enable debug)
- $(use_enable static-libs static)
- --disable-regexp
- )
-
- econf "${myeconfargs[@]}"
-}
-
-src_test() {
- # When adding new tests via patches we have to make them executable
- einfo "Adjusting permissions of test scripts ..."
- find "${S}"/tests -type f -name '*.sh' \! -perm -111 -exec chmod a+x '{}' \; || \
- die "Failed to adjust test scripts permission"
-
- emake -j1 check
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/dev-libs/liblognorm/metadata.xml b/dev-libs/liblognorm/metadata.xml
deleted file mode 100644
index 4a874df83f09..000000000000
--- a/dev-libs/liblognorm/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <slots>
- <subslots>Reflect ABI of liblognorm.so.</subslots>
- </slots>
- <upstream>
- <bugs-to>https://github.com/rsyslog/liblognorm/issues</bugs-to>
- </upstream>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>