From d9ff9212ffd616031b62964ad74864ff4a31d457 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Sat, 10 Jun 2017 13:54:16 -0400 Subject: app-misc/grc: revbump to prevent duplicate bug reports Bug: https://bugs.gentoo.org/621424 Package-Manager: Portage-2.3.6_p7, Repoman-2.3.2_p75 --- app-misc/grc/grc-1.11-r1.ebuild | 47 +++++++++++++++++++++++++++++++++++++++++ app-misc/grc/grc-1.11.ebuild | 47 ----------------------------------------- 2 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 app-misc/grc/grc-1.11-r1.ebuild delete mode 100644 app-misc/grc/grc-1.11.ebuild (limited to 'app-misc') diff --git a/app-misc/grc/grc-1.11-r1.ebuild b/app-misc/grc/grc-1.11-r1.ebuild new file mode 100644 index 000000000000..dd4b617a6298 --- /dev/null +++ b/app-misc/grc/grc-1.11-r1.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) + +inherit eutils python-r1 + +DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands" +HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/grc.html" +SRC_URI="https://github.com/garabik/grc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND}" + +src_prepare() { + sed \ + -e 's:#! :#!:g' \ + -e 's:3$::g' \ + -i grc grcat || die + default +} + +src_install() { + python_foreach_impl python_doscript grc grcat + + insinto /usr/share/grc + doins \ + contrib/mrsmith/conf.* \ + colourfiles/conf.* + insinto /etc/profile.d + newins grc.bashrc grc.sh + + insinto /etc + doins grc.conf + + dodoc README.markdown INSTALL TODO debian/changelog CREDITS Regexp.txt + doman *.1 +} diff --git a/app-misc/grc/grc-1.11.ebuild b/app-misc/grc/grc-1.11.ebuild deleted file mode 100644 index dd4b617a6298..000000000000 --- a/app-misc/grc/grc-1.11.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) - -inherit eutils python-r1 - -DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands" -HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/grc.html" -SRC_URI="https://github.com/garabik/grc/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" - -src_prepare() { - sed \ - -e 's:#! :#!:g' \ - -e 's:3$::g' \ - -i grc grcat || die - default -} - -src_install() { - python_foreach_impl python_doscript grc grcat - - insinto /usr/share/grc - doins \ - contrib/mrsmith/conf.* \ - colourfiles/conf.* - insinto /etc/profile.d - newins grc.bashrc grc.sh - - insinto /etc - doins grc.conf - - dodoc README.markdown INSTALL TODO debian/changelog CREDITS Regexp.txt - doman *.1 -} -- cgit v1.2.3-65-gdbad