app-misc/hilite: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 26 Dec 2016 20:25:00 +0000 (21:25 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Tue, 27 Dec 2016 00:05:43 +0000 (01:05 +0100)
Package-Manager: portage-2.3.0

app-misc/hilite/hilite-1.5.ebuild [deleted file]

diff --git a/app-misc/hilite/hilite-1.5.ebuild b/app-misc/hilite/hilite-1.5.ebuild
deleted file mode 100644 (file)
index 2586c90..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="A utility which highlights stderr text in red"
-HOMEPAGE="https://sourceforge.net/projects/hilite"
-SRC_URI="mirror://gentoo/${P}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
-       cp "${DISTDIR}"/${A} "${WORKDIR}"/
-}
-
-src_compile() {
-       einfo "$(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c"
-       $(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c || die
-}
-
-src_install() {
-       dobin hilite || die
-}