diff options
author | Sam James <sam@gentoo.org> | 2022-08-01 04:24:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-01 04:24:33 +0100 |
commit | ee08b6200a48f7f99998350ff0d7c06db995d537 (patch) | |
tree | a2d97b3c2f9e9f619e6ea1fe365b2ee365812b06 /app-misc/cadubi | |
parent | dev-vcs/rcs: Stabilize 5.10.1 ppc64, #862612 (diff) | |
download | gentoo-ee08b6200a48f7f99998350ff0d7c06db995d537.tar.gz gentoo-ee08b6200a48f7f99998350ff0d7c06db995d537.tar.bz2 gentoo-ee08b6200a48f7f99998350ff0d7c06db995d537.zip |
app-misc/cadubi: drop 1.3
Bug: https://bugs.gentoo.org/862555
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/cadubi')
-rw-r--r-- | app-misc/cadubi/Manifest | 1 | ||||
-rw-r--r-- | app-misc/cadubi/cadubi-1.3.ebuild | 28 | ||||
-rw-r--r-- | app-misc/cadubi/files/cadubi-1.3-helpfile.patch | 11 |
3 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/cadubi/Manifest b/app-misc/cadubi/Manifest index 43d6c2870cc4..802cbbecc369 100644 --- a/app-misc/cadubi/Manifest +++ b/app-misc/cadubi/Manifest @@ -1,2 +1 @@ DIST cadubi-1.3.4.tar.gz 65661 BLAKE2B 239cedfe50fba79bcfe250a2b646f851ef06bdae18260aeab2d10b8889dcc0d9d086f3edc8b594b3199aaa23f85ab3bd3393d63428ea545893f41a723063c9a0 SHA512 02a8e6d49f4892294d0c8fdffa7b6032ed7529bf0869681e9b760ed5c227905cca829d1f4e049400789d69c1251f4df714bf36d5c42dc778ac37e89cf753b45a -DIST cadubi-1.3.tar.gz 12559 BLAKE2B d1a32d602c00d76717e8e6cdf8d376dca12f9f55f9375bb0b8ea781cf923cfb90789cc011a3ab33960339ced3c05c668f6c6ec6e5b33ca89f7eda27c47789639 SHA512 e3b5190850bd4d579934bd5825db2b8bde5a46158862ec66b8604999344138477c0fb3fad34dc186ed9dd67dfbdcacf12763f76adbdfbd0cc4dbf6b51ad53bc7 diff --git a/app-misc/cadubi/cadubi-1.3.ebuild b/app-misc/cadubi/cadubi-1.3.ebuild deleted file mode 100644 index 9e51a1ee8b47..000000000000 --- a/app-misc/cadubi/cadubi-1.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="An application that allows you to draw ASCII-Art images" -HOMEPAGE="http://langworth.com/CadubiProject" -SRC_URI="http://langworth.com/downloads/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ppc ppc64 x86" -IUSE="" - -DEPEND="dev-lang/perl - >=dev-perl/TermReadKey-2.21" - -src_prepare() { - default - eapply "${FILESDIR}"/${P}-helpfile.patch -} - -src_install() { - dobin cadubi - insinto /usr/$(get_libdir)/${PN} - doins help.txt - dodoc README -} diff --git a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch b/app-misc/cadubi/files/cadubi-1.3-helpfile.patch deleted file mode 100644 index fd54d5c8bfb1..000000000000 --- a/app-misc/cadubi/files/cadubi-1.3-helpfile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/cadubi.orig 2004-03-29 22:36:24.280138064 +0200 -+++ b/cadubi 2004-03-29 22:39:34.473224320 +0200 -@@ -18,7 +18,7 @@ - # (sorry guys, i wrote this years before i had the remotest clue as to - # what the hell i was doing) - use FindBin qw($Bin); --$HELPFILE = "$Bin/help.txt"; -+$HELPFILE = "$Bin/../lib/cadubi/help.txt"; - - # other stuff - $DEBUG = 0; |