public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/grc/
Date: Mon,  9 Aug 2021 03:58:45 +0000 (UTC)	[thread overview]
Message-ID: <1628481373.4d994bc6fb90ca08f8840cdd1342abb34abb8a38.sam@gentoo> (raw)

commit:     4d994bc6fb90ca08f8840cdd1342abb34abb8a38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  9 03:56:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  9 03:56:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d994bc6

app-misc/grc: drop 1.11.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/grc/Manifest          |  1 -
 app-misc/grc/grc-1.11.3.ebuild | 61 ------------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/app-misc/grc/Manifest b/app-misc/grc/Manifest
index e828e0ec813..def22e6ac65 100644
--- a/app-misc/grc/Manifest
+++ b/app-misc/grc/Manifest
@@ -1,3 +1,2 @@
-DIST grc-1.11.3.tar.gz 45205 BLAKE2B 852f58145fe11ceab3e6222b61c18cdb18a09f0666f28df4b8b8a8bc42a22dd01ae7e2bcf6232a6aa0d1f42ac233148f694a0eafbd995fbd5d147e06480f7abf SHA512 abc756a21e039c136bbf9be1ef7c1890aa2415ac21e87fb7377c90ced1def2dcaf9ce5cce22edeac68db20f6d6ccea31a2ec57044a37ba200ff79273bf11d8cf
 DIST grc-1.12.tar.gz 48744 BLAKE2B dd7ab01739dfe637c4bf8b1d877e606869f9d11fed33112b499f72714ebb383e7dcbf80f160ac87d07bdc079ff7d589b9ad10b2f005c801fd13bb305466f1f8c SHA512 37ada5c7293bd0240c18b60cd7c60990e26e91b93fe9fb3ba1198c9d665647570191e985ab29de2b6554166ef703d81f449b486e83178b35df302836b5abb8c7
 DIST grc-1.13.tar.gz 49224 BLAKE2B d2c32d42ad1bd20c7d2b2aa68da114410e625463d30f0b93644cec4ddc69241d7f3c7a5f7edaed9fe42a1d21e8a0e5668403491d09679995558c94649b9d6fa8 SHA512 d8a7e78f84f5cb925a0205a81a9564ffe3d688eaa1f90d335a6f40e17757866374b6927f223e888a358586830b3feb4779f60faa01097b0c9703793ceea3de43

diff --git a/app-misc/grc/grc-1.11.3.ebuild b/app-misc/grc/grc-1.11.3.ebuild
deleted file mode 100644
index d2532445a53..00000000000
--- a/app-misc/grc/grc-1.11.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit 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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-
-DOCS=( README.markdown INSTALL TODO debian/changelog CREDITS Regexp.txt )
-
-src_prepare() {
-	sed \
-		-e 's:#! :#!:g' \
-		-e 's:3$::g' \
-		-i grc grcat || die
-	default
-}
-
-src_install() {
-	python_foreach_impl python_doscript grc grcat
-
-	einstalldocs
-
-	insinto /usr/share/grc
-	doins \
-		contrib/mrsmith/conf.* \
-		colourfiles/conf.* \
-		grc.bashrc \
-		grc.fish \
-		grc.zsh
-
-	insinto /etc
-	doins grc.conf
-	doman *.1
-}
-
-pkg_postinst() {
-	elog
-	elog "Shell specific configurations can be found in ${ROOT}/usr/share/grc"
-	elog "Be sure to symlink one to use grc globally:"
-	elog
-	elog "    ln -s ${ROOT}/usr/share/grc/grc.SHELL ${ROOT}/etc/profile.d/grc.sh"
-	elog
-	elog "Replace 'SHELL' in the above command with one of: bashrc, fish, zsh."
-	elog "Afterwards, use '. ${ROOT}/etc/profile' to activate grc in existing"
-	elog "shell sessions."
-	elog
-}


             reply	other threads:[~2021-08-09  3:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-09  3:58 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-02  3:19 [gentoo-commits] repo/gentoo:master commit in: app-misc/grc/ Sam James
2023-04-02 17:33 Sam James
2023-04-02 17:33 Sam James
2023-01-19  1:39 Sam James
2021-08-09  3:55 Sam James
2021-08-09  3:55 Sam James
2021-06-01 12:05 Sam James
2021-06-01 11:44 Sam James
2021-01-28 17:11 Patrice Clement
2021-01-01  0:47 Michał Górny
2020-06-21  8:47 Patrice Clement
2020-06-21  7:55 Patrice Clement
2020-02-10 20:32 Michał Górny
2017-11-13 20:46 Daniel Campbell
2017-06-10 17:54 Mike Gilbert
2017-04-30 18:18 Justin Lecher
2017-04-30 11:01 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628481373.4d994bc6fb90ca08f8840cdd1342abb34abb8a38.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox