diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-12-26 21:25:00 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-12-27 01:05:43 +0100 |
commit | b9b0c278f36bd58c340ace4b8ec113d6274f947d (patch) | |
tree | 70b75af56cbe30fb7fd09a02e220b7b1b2c56cfd /app-misc/hilite | |
parent | app-misc/hilite: stable for all arches. (diff) | |
download | gentoo-b9b0c278f36bd58c340ace4b8ec113d6274f947d.tar.gz gentoo-b9b0c278f36bd58c340ace4b8ec113d6274f947d.tar.bz2 gentoo-b9b0c278f36bd58c340ace4b8ec113d6274f947d.zip |
app-misc/hilite: clean up old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-misc/hilite')
-rw-r--r-- | app-misc/hilite/hilite-1.5.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/app-misc/hilite/hilite-1.5.ebuild b/app-misc/hilite/hilite-1.5.ebuild deleted file mode 100644 index 2586c9071b2e..000000000000 --- a/app-misc/hilite/hilite-1.5.ebuild +++ /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 -} |