Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cadubi/files/, app-misc/cadubi/
Date: Mon, 01 Aug 2022 03:27:09
Message-Id: 1659324273.ee08b6200a48f7f99998350ff0d7c06db995d537.sam@gentoo
1 commit: ee08b6200a48f7f99998350ff0d7c06db995d537
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 1 03:24:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 1 03:24:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee08b620
7
8 app-misc/cadubi: drop 1.3
9
10 Bug: https://bugs.gentoo.org/862555
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-misc/cadubi/Manifest | 1 -
14 app-misc/cadubi/cadubi-1.3.ebuild | 28 -------------------------
15 app-misc/cadubi/files/cadubi-1.3-helpfile.patch | 11 ----------
16 3 files changed, 40 deletions(-)
17
18 diff --git a/app-misc/cadubi/Manifest b/app-misc/cadubi/Manifest
19 index 43d6c2870cc4..802cbbecc369 100644
20 --- a/app-misc/cadubi/Manifest
21 +++ b/app-misc/cadubi/Manifest
22 @@ -1,2 +1 @@
23 DIST cadubi-1.3.4.tar.gz 65661 BLAKE2B 239cedfe50fba79bcfe250a2b646f851ef06bdae18260aeab2d10b8889dcc0d9d086f3edc8b594b3199aaa23f85ab3bd3393d63428ea545893f41a723063c9a0 SHA512 02a8e6d49f4892294d0c8fdffa7b6032ed7529bf0869681e9b760ed5c227905cca829d1f4e049400789d69c1251f4df714bf36d5c42dc778ac37e89cf753b45a
24 -DIST cadubi-1.3.tar.gz 12559 BLAKE2B d1a32d602c00d76717e8e6cdf8d376dca12f9f55f9375bb0b8ea781cf923cfb90789cc011a3ab33960339ced3c05c668f6c6ec6e5b33ca89f7eda27c47789639 SHA512 e3b5190850bd4d579934bd5825db2b8bde5a46158862ec66b8604999344138477c0fb3fad34dc186ed9dd67dfbdcacf12763f76adbdfbd0cc4dbf6b51ad53bc7
25
26 diff --git a/app-misc/cadubi/cadubi-1.3.ebuild b/app-misc/cadubi/cadubi-1.3.ebuild
27 deleted file mode 100644
28 index 9e51a1ee8b47..000000000000
29 --- a/app-misc/cadubi/cadubi-1.3.ebuild
30 +++ /dev/null
31 @@ -1,28 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="An application that allows you to draw ASCII-Art images"
38 -HOMEPAGE="http://langworth.com/CadubiProject"
39 -SRC_URI="http://langworth.com/downloads/${P}.tar.gz"
40 -
41 -LICENSE="Artistic"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ppc ppc64 x86"
44 -IUSE=""
45 -
46 -DEPEND="dev-lang/perl
47 - >=dev-perl/TermReadKey-2.21"
48 -
49 -src_prepare() {
50 - default
51 - eapply "${FILESDIR}"/${P}-helpfile.patch
52 -}
53 -
54 -src_install() {
55 - dobin cadubi
56 - insinto /usr/$(get_libdir)/${PN}
57 - doins help.txt
58 - dodoc README
59 -}
60
61 diff --git a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch b/app-misc/cadubi/files/cadubi-1.3-helpfile.patch
62 deleted file mode 100644
63 index fd54d5c8bfb1..000000000000
64 --- a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch
65 +++ /dev/null
66 @@ -1,11 +0,0 @@
67 ---- a/cadubi.orig 2004-03-29 22:36:24.280138064 +0200
68 -+++ b/cadubi 2004-03-29 22:39:34.473224320 +0200
69 -@@ -18,7 +18,7 @@
70 - # (sorry guys, i wrote this years before i had the remotest clue as to
71 - # what the hell i was doing)
72 - use FindBin qw($Bin);
73 --$HELPFILE = "$Bin/help.txt";
74 -+$HELPFILE = "$Bin/../lib/cadubi/help.txt";
75 -
76 - # other stuff
77 - $DEBUG = 0;