Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/
Date: Tue, 27 Dec 2016 00:06:01
Message-Id: 1482797143.b9b0c278f36bd58c340ace4b8ec113d6274f947d.monsieurp@gentoo
1 commit: b9b0c278f36bd58c340ace4b8ec113d6274f947d
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 26 20:25:00 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 27 00:05:43 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b0c278
7
8 app-misc/hilite: clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 app-misc/hilite/hilite-1.5.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/app-misc/hilite/hilite-1.5.ebuild b/app-misc/hilite/hilite-1.5.ebuild
16 deleted file mode 100644
17 index 2586c90..00000000
18 --- a/app-misc/hilite/hilite-1.5.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -inherit toolchain-funcs
26 -
27 -DESCRIPTION="A utility which highlights stderr text in red"
28 -HOMEPAGE="https://sourceforge.net/projects/hilite"
29 -SRC_URI="mirror://gentoo/${P}.c"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
34 -IUSE=""
35 -
36 -S="${WORKDIR}"
37 -
38 -src_unpack() {
39 - cp "${DISTDIR}"/${A} "${WORKDIR}"/
40 -}
41 -
42 -src_compile() {
43 - einfo "$(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c"
44 - $(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c || die
45 -}
46 -
47 -src_install() {
48 - dobin hilite || die
49 -}