Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/supercat/
Date: Sun, 31 Jul 2022 20:03:58
Message-Id: 1659297815.4e63cbf703e426f43b83b1ee2361d45d2845b4c9.soap@gentoo
1 commit: 4e63cbf703e426f43b83b1ee2361d45d2845b4c9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 31 20:03:35 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 20:03:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e63cbf7
7
8 app-misc/supercat: drop 0.5.5-r2, 0.5.6
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 app-misc/supercat/Manifest | 2 --
13 app-misc/supercat/supercat-0.5.5-r2.ebuild | 20 --------------------
14 app-misc/supercat/supercat-0.5.6.ebuild | 20 --------------------
15 3 files changed, 42 deletions(-)
16
17 diff --git a/app-misc/supercat/Manifest b/app-misc/supercat/Manifest
18 index b1e3f6904436..65c78b149ca4 100644
19 --- a/app-misc/supercat/Manifest
20 +++ b/app-misc/supercat/Manifest
21 @@ -1,3 +1 @@
22 -DIST supercat-0.5.5.tar.gz 103545 BLAKE2B dfe8b823307fe39762d050e8676ff3f296b0ba206a618695fd3c699bc51d1c52cc552764ba52c45cc2eb0af2e8565a5dc4f86871489f082f15ba579aa80a51f5 SHA512 24989935ea7b863638165f7102ae511b9be00ff4399f433fc9ec2fc33543eea907b8bd46e819d815344c8c8467bc702b9a5b32aa55bd21be2670237fa1d711de
23 -DIST supercat-0.5.6.tar.gz 150193 BLAKE2B a289beceabee0bff8c25b3430803032c1192c470bd9b3ff188cd117dd60b58102ea070c7baa65bd3d5b05dc9ed9e7460fe92812c35de33ae7bed0bee1cf2cf28 SHA512 028c5935290a1e11520928b71024c29b0db437a6737c5f63d0a58dab3d855834b0ce2895fd86f6b5166cc25fe5a87845136fe3d6cf05df333cfbe5713cbd5f50
24 DIST supercat-0.5.7.tar.gz 154020 BLAKE2B 8b3852d174863a1249bd71345049791827e2dba41e2d9d3426bdd2f98c395b01e804337813492efc46cd9c0950526aa26cc909f056b2f1f7c2dbdecb8129da63 SHA512 36b9d1e24edc8b83f0e87a401a99188ac53ab8b69c3ba2b196c5dd6d21b034c9522f729e4805238ce6cd28622f78c1e4dfbee93acd23ed2faa87da8e41d5647d
25
26 diff --git a/app-misc/supercat/supercat-0.5.5-r2.ebuild b/app-misc/supercat/supercat-0.5.5-r2.ebuild
27 deleted file mode 100644
28 index 2a8cb2b56f5b..000000000000
29 --- a/app-misc/supercat/supercat-0.5.5-r2.ebuild
30 +++ /dev/null
31 @@ -1,20 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="A text file colorizer using powerful regular expressions"
38 -HOMEPAGE="http://supercat.nosredna.net"
39 -SRC_URI="http://supercat.nosredna.net/${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
44 -
45 -src_configure() {
46 - econf --with-system-directory="${EPREFIX}/etc/supercat"
47 -}
48 -
49 -src_install() {
50 - default
51 -}
52
53 diff --git a/app-misc/supercat/supercat-0.5.6.ebuild b/app-misc/supercat/supercat-0.5.6.ebuild
54 deleted file mode 100644
55 index 2a8cb2b56f5b..000000000000
56 --- a/app-misc/supercat/supercat-0.5.6.ebuild
57 +++ /dev/null
58 @@ -1,20 +0,0 @@
59 -# Copyright 1999-2021 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -
64 -DESCRIPTION="A text file colorizer using powerful regular expressions"
65 -HOMEPAGE="http://supercat.nosredna.net"
66 -SRC_URI="http://supercat.nosredna.net/${P}.tar.gz"
67 -
68 -LICENSE="GPL-3"
69 -SLOT="0"
70 -KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux"
71 -
72 -src_configure() {
73 - econf --with-system-directory="${EPREFIX}/etc/supercat"
74 -}
75 -
76 -src_install() {
77 - default
78 -}