View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-misc/grc/grc-1.0.6.ebuild (-4 / +4 lines)
 Lines 5-16    Link Here 
inherit eutils
inherit eutils
DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands"
DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands"
HOMEPAGE="http://melkor.dnp.fmph.uniba.sk/~garabik/grc.html"
HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/grc.html"
SRC_URI="http://melkor.dnp.fmph.uniba.sk/~garabik/grc/grc_${PV}.tar.gz"
SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_${PV}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="~amd64 ppc x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
IUSE=""
RDEPEND="dev-lang/python"
RDEPEND="dev-lang/python"
 Lines 19-25    Link Here 
	unpack ${A}
	unpack ${A}
	cp -rf ${S}{,.orig}
	cp -rf ${S}{,.orig}
	cd ${S}
	cd ${S}
	epatch ${FILESDIR}/${PV}-support-more-files.patch
	epatch ${FILESDIR}/1.0.6-support-more-files.patch
}
}
src_install() {
src_install() {