From d288197c01703f58dbea0ff4f42b01e7c4c6f327 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 2 Apr 2023 23:19:01 +0100 Subject: gentoo auto-resync : 02:04:2023 - 23:19:00 --- app-misc/Manifest.gz | Bin 49776 -> 49769 bytes app-misc/grc/Manifest | 4 +-- app-misc/grc/grc-1.12.ebuild | 61 ------------------------------------------- app-misc/grc/grc-1.13.ebuild | 2 +- 4 files changed, 2 insertions(+), 65 deletions(-) delete mode 100644 app-misc/grc/grc-1.12.ebuild (limited to 'app-misc') diff --git a/app-misc/Manifest.gz b/app-misc/Manifest.gz index 55cf9d9fe4b5..53bfa9345694 100644 Binary files a/app-misc/Manifest.gz and b/app-misc/Manifest.gz differ diff --git a/app-misc/grc/Manifest b/app-misc/grc/Manifest index dfad044a2a37..bc8cedc8a4e3 100644 --- a/app-misc/grc/Manifest +++ b/app-misc/grc/Manifest @@ -1,5 +1,3 @@ -DIST grc-1.12.tar.gz 48744 BLAKE2B dd7ab01739dfe637c4bf8b1d877e606869f9d11fed33112b499f72714ebb383e7dcbf80f160ac87d07bdc079ff7d589b9ad10b2f005c801fd13bb305466f1f8c SHA512 37ada5c7293bd0240c18b60cd7c60990e26e91b93fe9fb3ba1198c9d665647570191e985ab29de2b6554166ef703d81f449b486e83178b35df302836b5abb8c7 DIST grc-1.13.tar.gz 49224 BLAKE2B d2c32d42ad1bd20c7d2b2aa68da114410e625463d30f0b93644cec4ddc69241d7f3c7a5f7edaed9fe42a1d21e8a0e5668403491d09679995558c94649b9d6fa8 SHA512 d8a7e78f84f5cb925a0205a81a9564ffe3d688eaa1f90d335a6f40e17757866374b6927f223e888a358586830b3feb4779f60faa01097b0c9703793ceea3de43 -EBUILD grc-1.12.ebuild 1372 BLAKE2B 4b01893298b27720bf80d7685628bbdaa7bd76dca57efbd64e7074f09ec65711386d9a9962d0dfb5dfa5f42d00d7198459c01c9119fa3545884da2ed1ee23011 SHA512 2d169158e61a0d69661cc1a47ca403715847b0b2caa00e8d4136e166295aad0621eb7495a6826183d4bdaefe4764955e3ac7709c36ad46984bd5b6c1487021e0 -EBUILD grc-1.13.ebuild 1374 BLAKE2B d5df6d5d1fbe51059b09dc3bead9638f60b0925958b3914f7f4927e60efa74217cd621cafe829424bb9dc274fde3c4e8d6c524b3e6a78fef14df4d4e40c5c707 SHA512 e870dfb2eadc79be306d27cc21b864630021f1de86caba430eea41f898cf5c1e5e5ecca94e0d75b1dcc67eba0ccfd3c791838136e970b9b9f56b249e16db759b +EBUILD grc-1.13.ebuild 1374 BLAKE2B c802fdbefee5a53f067712f2ed1c28b28e1f1afc04a4906662993cd4510f0756fe9b0f31016a126269333764a1978fcaded3d9c81b0c7b0e6f8762b449b6a690 SHA512 1e55eab82c310d9d1d3748cb5594fab20655b8378966e75c206b0fcfbcf23f49fa80e6a33a94429a6c8b95afcd7110612342e7d940c2b52288d8c7046de301d1 MISC metadata.xml 366 BLAKE2B 0abe5b9109335434db8f89e50fa987ec443c70a6b0c9073808c162b795a76357129bde9ca716dea7df51a5511db75639c3e1be2c1d1a35b3f0a4f412cd2340d3 SHA512 b44e11c62ae90d0c3bfdaf3d206dc40720dc6a611aa786734e46a5542bc666d29977828285f4234581546f554d32abbc3b6fe10cc009ce39ff1f80672df775d0 diff --git a/app-misc/grc/grc-1.12.ebuild b/app-misc/grc/grc-1.12.ebuild deleted file mode 100644 index 0b344cf94d1b..000000000000 --- a/app-misc/grc/grc-1.12.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -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.sh \ - 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 -} diff --git a/app-misc/grc/grc-1.13.ebuild b/app-misc/grc/grc-1.13.ebuild index 4d01c1914227..3a0a275e7c4a 100644 --- a/app-misc/grc/grc-1.13.ebuild +++ b/app-misc/grc/grc-1.13.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit python-r1 DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands" -- cgit v1.2.3