Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/regex-markup/
Date: Mon, 13 Feb 2017 08:03:58
Message-Id: 1486973014.4039ea9c376b9760267f1462a6f64efcc8c8ea21.kensington@gentoo
1 commit: 4039ea9c376b9760267f1462a6f64efcc8c8ea21
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 13 08:02:48 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 13 08:03:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4039ea9c
7
8 app-misc/regex-markup: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-misc/regex-markup/regex-markup-0.10.0.ebuild | 34 ------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/app-misc/regex-markup/regex-markup-0.10.0.ebuild b/app-misc/regex-markup/regex-markup-0.10.0.ebuild
16 deleted file mode 100644
17 index 3492aebc8f..0000000000
18 --- a/app-misc/regex-markup/regex-markup-0.10.0.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="A tool to color syslog files as well"
30 -HOMEPAGE="http://www.nongnu.org/regex-markup/"
31 -SRC_URI="https://savannah.nongnu.org/download/regex-markup/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 ppc x86"
36 -IUSE="examples nls"
37 -
38 -src_prepare() {
39 - epatch "${FILESDIR}"/${P}-locale.patch
40 -}
41 -
42 -src_configure() {
43 - econf \
44 - --enable-largefile \
45 - $(use_enable nls)
46 -}
47 -
48 -src_install() {
49 - default
50 - if use examples; then
51 - cd examples
52 - emake -f Makefile
53 - fi
54 -}