dev-libs/rlog - 1.4 (gentoo)

Search

Package Information

Description:
A C++ logging library
Homepage:
https://www.arg0.net/rlog
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.4 7 amd64 ~arm ~ppc ~sparc x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools

DESCRIPTION="A C++ logging library"
HOMEPAGE="https://www.arg0.net/rlog"
SRC_URI="https://rlog.googlecode.com/files/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
IUSE="valgrind"

DEPEND="valgrind? ( dev-debug/valgrind )"

PATCHES=(
	"${FILESDIR}"/${PN}-1.3.7-gcc-4.3.patch
	"${FILESDIR}"/${PN}-1.4-fix-build-system.patch
	"${FILESDIR}"/${PN}-1.4-autoconf-2.70.patch
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf $(use_enable valgrind)
}

src_install() {
	default

	# package installs .pc files
	find "${ED}" -name '*.la' -delete || die
}

USE Flags

Dependencies

DEPEND

valgrind? ( dev-debug/valgrind )

Manifest for 1.4

Type File Size Source URLs
DIST rlog-1.4.tar.gz 640641 bytes https://rlog.googlecode.com/files/rlog-1.4.tar.gz