|
|
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" |
|
|
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() { |