diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-11-29 16:45:22 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-11-29 16:46:12 +0100 |
commit | 038d6a355d2b4b7bbbf0a29a8a4fe0f284b5b47b (patch) | |
tree | 162561288151b5812b468fabb30b94e85935da16 /app-misc | |
parent | net-misc/netkit-bootparamd: Drop blocker from 2007 (diff) | |
download | gentoo-038d6a355d2b4b7bbbf0a29a8a4fe0f284b5b47b.tar.gz gentoo-038d6a355d2b4b7bbbf0a29a8a4fe0f284b5b47b.tar.bz2 gentoo-038d6a355d2b4b7bbbf0a29a8a4fe0f284b5b47b.zip |
app-misc/regex-markup: drop 0.10.0-r1
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/regex-markup/regex-markup-0.10.0-r1.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/app-misc/regex-markup/regex-markup-0.10.0-r1.ebuild b/app-misc/regex-markup/regex-markup-0.10.0-r1.ebuild deleted file mode 100644 index 042bcb70aa2d..000000000000 --- a/app-misc/regex-markup/regex-markup-0.10.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -DESCRIPTION="A tool to color syslog files as well" -HOMEPAGE="http://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" -) - -src_configure() { - # fix #570960 by restoring pre-GCC5 inline semantics - append-cflags -std=gnu89 - - econf \ - --enable-largefile \ - $(use_enable nls) -} - -src_install() { - default - if use examples; then - cd examples || die - emake -f Makefile - fi -} |