summaryrefslogtreecommitdiff
path: root/dev-libs/log4cpp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-11-04 03:03:54 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-11-04 03:03:54 +0000
commit3cc82055be7dba177f4aea15af9f5414b532da7e (patch)
tree1eed8bbe7a93b3a0a7d6091ead40e81519978a38 /dev-libs/log4cpp
parent212000bb5eabdfeb9a6e7a9b8f28e2740cae555a (diff)
gentoo auto-resync : 04:11:2024 - 03:03:54
Diffstat (limited to 'dev-libs/log4cpp')
-rw-r--r--dev-libs/log4cpp/Manifest1
-rw-r--r--dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/dev-libs/log4cpp/Manifest b/dev-libs/log4cpp/Manifest
index f38b751781bc..c107902540cc 100644
--- a/dev-libs/log4cpp/Manifest
+++ b/dev-libs/log4cpp/Manifest
@@ -10,7 +10,6 @@ AUX log4cpp-1.1.4-fix-implicit-func-in-configure.patch 801 BLAKE2B e3613e90707bb
AUX log4cpp-1.1.4-gcc43.patch 578 BLAKE2B d585766584cb688dffa0016d1afd1d236554223f6abceffc2da5aa361944b77d10005f3d2b792bbb51c06340debb721338570d8822a478f2688f76bc49348860 SHA512 85d15e1ccf6ff50bed0aa95ba501273a88350b24702b1fa3f6d3d34d96ec14db87a78823d748f4d8fd94dcc7fa413814cb143a67cb5ce5b7f6c3c717eaaa1602
DIST log4cpp-1.1.3.tar.gz 595639 BLAKE2B fc7d643aa70d739e38ec5aba127b4e760a47a064f4032690586c4698ec83a2b7f219d8476650d3bfc5e25563de0852869429ec45171233c6bd5c08b69476b169 SHA512 88e5e10bce8d7d6421c3dcf14aa25385159c4ae52becdc1f3666ab86e1ad3f633786d82afe398c517d4faaa57b3e7b7c0b524361d81c6b9040dbded5cecc19de
DIST log4cpp-1.1.4.tar.gz 637440 BLAKE2B fe7d3cf5ea8ff8f9bdd86691195c02473bd21a90ebfe2d9cd7a32c2fa30e17b5a104c6181601cf2dce19b703496bb6038e7b0a782a24dfd55415ecd462e49841 SHA512 0cdbd46ccd048d70bea3c35d22080dc5dd21fc3b9c415fe464847e60775954f57e9c8344506f0f94f16e90e8bdaa9cc6d84d3aa65191501e52ee8dfc639f0398
-EBUILD log4cpp-1.1.3-r2.ebuild 1347 BLAKE2B 274afdf4ef609056c6a3ce98f416413ffd946535462bd0918df08750ca05bdc5879b78a2abcd1b246fabb5381ac214fdcc830bf6f00b4dd0f002a378f46d2f37 SHA512 8ceffd8edad56384d35f90a18e11817dc3949612750037d4dd07b94f9358a91cd426881da5038637d617251cee199d12eb0cfa5e9efd07fde408c1c90af7ec17
EBUILD log4cpp-1.1.3-r3.ebuild 1489 BLAKE2B 1a087f69c2f4fd938f317656f5362b710472d1e9bb3e9ad0f6567f03c6f529e8559064bbee5b04dbc92f78764ce5f18914e05a19561d0aaeda12a95eea6538e4 SHA512 501a134cd3db6123ea9f3af0c32176dcddef36e907bf2fca751ee84930a2ede72f554bd87e0726187e8dcc108a3b7cb35a15ba82f1753cab8687064a26a85b5e
EBUILD log4cpp-1.1.4.ebuild 1458 BLAKE2B a0639104d3c2ad0eb2b9f746b4b6d65334ae707570558567beef2f92fe5ab40d0d3c5e0e8be502810a4012bc747ec0d6d2bd07907103c8a6c429b9408970063c SHA512 278b054491ec5fb5f8e2fd2b6bbb6b312f118500eb2014087ff9ca53d55975b304a1f210cec1fc899bb5155098ddb8f48452d2be81d270c43f9a6f3d638806c2
MISC metadata.xml 245 BLAKE2B fc64c325a442c85782c437edf7e7835b640d7d42d6161da3d4e803c0e81c7e1df99baa33c812e6da007a7286084aa97678109e21c72f684a4b7ab5903f1d281a SHA512 8ae4a6eeb33b2013ef7200430fbd5e9e24c72b8c1f02a7b36d7c62a122c5a10a184e4b86645f1e5ad3ee0b384fd786b2d7d063cdd1befb911f6d4bad7506862a
diff --git a/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild b/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild
deleted file mode 100644
index e73fe69e5d42..000000000000
--- a/dev-libs/log4cpp/log4cpp-1.1.3-r2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations"
-HOMEPAGE="http://log4cpp.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="LGPL-2.1"
-SLOT="0/5"
-KEYWORDS="amd64 ~arm ppc ~riscv ~s390 x86"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="doc? ( app-text/doxygen )"
-
-PATCHES=(
- "${FILESDIR}"/1.0-doc_install_path.patch
- "${FILESDIR}"/1.0-gcc43.patch
- "${FILESDIR}"/1.0-asneeded.patch
- "${FILESDIR}"/${PN}-1.1-cmath-fix.patch
- "${FILESDIR}"/${PN}-1.1-automake-1.13.patch
- "${FILESDIR}"/${PN}-1.1-glibc-2.31.patch
- "${FILESDIR}"/${PN}-1.1.3-fix-version.patch
-)
-
-src_prepare() {
- default
-
- mv configure.{in,ac} || die
-
- # Build tests conditionally
- if ! use test; then
- sed -i -e '/^SUBDIRS/s/ tests//' Makefile.am || die
- fi
-
- eautoreconf
-}
-
-src_configure() {
- # Bashisms call configure tests to malfunction / config.h to be misgenerated
- # which then causes a build failure later on in the package (w/ GCC 12,
- # anyway).
- CONFIG_SHELL="${BROOT}"/bin/bash econf \
- --without-idsa \
- $(use_enable doc doxygen)
-}
-
-src_install() {
- default
-
- # Package installs .pc files
- find "${ED}" -name '*.la' -delete || die
-}