app-misc/regex-markup - 0.10.0 (gentoo)

Search

Install

Install this version:

emerge -a =app-misc/regex-markup-0.10.0

Package Information

Description:
A tool to color syslog files as well
Homepage:
https://www.nongnu.org/regex-markup/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.10.0 8 amd64 ppc x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic autotools

DESCRIPTION="A tool to color syslog files as well"
HOMEPAGE="https://www.nongnu.org/regex-markup/"
SRC_URI="https://savannah.nongnu.org/download/regex-markup/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="examples nls"

PATCHES=(
	"${FILESDIR}"/${P}-locale.patch
	"${FILESDIR}"/${PN}-0.10.0-r2-configure.patch
	"${FILESDIR}"/${PN}-0.10.0-c99.patch
)

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	# fix #570960 by restoring pre-GCC5 inline semantics
	append-cflags -std=gnu89

	local myconf=(
		--enable-largefile
		$(use_enable nls)
	)
	econf "${myconf[@]}"
}

src_install() {
	default
	if use examples; then
		cd examples || die
		emake -f Makefile
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-misc/regex-markup | euse -E <flag> -p app-misc/regex-markup | euse -D <flag> -p app-misc/regex-markup

Global/Standard Flags

nls

Inherited Eclasses

Manifest for 0.10.0

Type File Size Source URLs
DIST regex-markup-0.10.0.tar.gz 424480 bytes https://savannah.nongnu.org/download/regex-markup/regex-markup-0.10.0.tar.gz