diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-09-22 17:53:44 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-22 18:25:35 -0400 |
commit | 795dfc603bc6929716911173d80fbc8855c1a7c7 (patch) | |
tree | 41a99513a44c250a3f7341332e53f510ffcb798f /games-misc | |
parent | games-puzzle/quadra: drop 1.2.0-r1 (diff) | |
download | gentoo-795dfc603bc6929716911173d80fbc8855c1a7c7.tar.gz gentoo-795dfc603bc6929716911173d80fbc8855c1a7c7.tar.bz2 gentoo-795dfc603bc6929716911173d80fbc8855c1a7c7.zip |
games-misc/cowsay: drop 3.04-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/cowsay/Manifest | 1 | ||||
-rw-r--r-- | games-misc/cowsay/cowsay-3.04-r1.ebuild | 55 | ||||
-rw-r--r-- | games-misc/cowsay/files/cowsay-3.04-mech.patch | 18 | ||||
-rw-r--r-- | games-misc/cowsay/files/cowsay-3.04-tongue.patch | 10 | ||||
-rw-r--r-- | games-misc/cowsay/files/cowsay-3.04-utf8.patch | 16 | ||||
-rw-r--r-- | games-misc/cowsay/files/cowsay-3.04-version.patch | 20 |
6 files changed, 0 insertions, 120 deletions
diff --git a/games-misc/cowsay/Manifest b/games-misc/cowsay/Manifest index 9c36f3e11789..9e52b16097a0 100644 --- a/games-misc/cowsay/Manifest +++ b/games-misc/cowsay/Manifest @@ -1,2 +1 @@ -DIST cowsay-3.04.tar.gz 31961 BLAKE2B 93e6e9cb31b8902ee6bccda0f997fa651fa83e0504ccab3e7fbbc5cfddc11256f6adea1ea1b4e2bcf8085746eb4194e8332bfee886d1f3d05ad2b6ac3422eea8 SHA512 99d21ef9a7c7c76056cb7acb2c771fbdabfedde4f6edb5d3035337c59f9e88944690d1b43282c32827ad79339199716366c8be73b0dea09063ec2d52220c1b51 DIST cowsay-3.7.0.tar.gz 34030 BLAKE2B a986ee689ca6856b99dcc148533abfbc81759da6fbabee9ab1ba86e7b288d3bff575706c1e12d6dd809e2e5091ce8d9bdcae51ffefccbfb356fc75ab199c4e8f SHA512 92c169350049d894c36ec753f0b7eb9250da7839d9f1eedcad1ff5d9f2cff188bd1509dabd3b4dd562bdd0e660e80e6a437c7f260ce5b2376b7ef624f0ee673b diff --git a/games-misc/cowsay/cowsay-3.04-r1.ebuild b/games-misc/cowsay/cowsay-3.04-r1.ebuild deleted file mode 100644 index 00de9a111cee..000000000000 --- a/games-misc/cowsay/cowsay-3.04-r1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Configurable talking ASCII cow (and other characters)" -HOMEPAGE="https://github.com/tnalpgge/rank-amateur-cowsay" -SRC_URI="https://github.com/tnalpgge/rank-amateur-${PN}/archive/${P}.tar.gz" -S="${WORKDIR}"/rank-amateur-${PN}-${P} - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~x86 ~x64-macos ~x64-solaris" - -RDEPEND=">=dev-lang/perl-5" -BDEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${P}-tongue.patch - "${FILESDIR}"/${P}-mech.patch - "${FILESDIR}"/${P}-utf8.patch - "${FILESDIR}"/${P}-version.patch -) - -src_prepare() { - sed -i \ - -e "1 c\#!${EPREFIX}/usr/bin/perl"\ - -e 's/\$version/\$VERSION/g'\ - -e "s:%PREFIX%/share/cows:${EPREFIX}/usr/share/${P}/cows:" \ - -e '/getopts/ i\$Getopt::Std::STANDARD_HELP_VERSION=1;' cowsay \ - || die "sed cowsay failed" - sed -i \ - -e "s|%PREFIX%/share/cows|${EPREFIX}/usr/share/${P}/cows|" cowsay.1 \ - || die "sed cowsay.1 failed" - - default -} - -src_compile() { - :; -} - -src_install() { - ./install.sh PREFIX=/usr "${ED}" || die - - dobin cowsay - doman cowsay.1 - dosym cowsay /usr/bin/cowthink - dosym cowsay.1 /usr/share/man/man1/cowthink.1 - - insinto /usr/share/${P} - doins -r cows - - einstalldocs -} diff --git a/games-misc/cowsay/files/cowsay-3.04-mech.patch b/games-misc/cowsay/files/cowsay-3.04-mech.patch deleted file mode 100644 index a180ef49cb30..000000000000 --- a/games-misc/cowsay/files/cowsay-3.04-mech.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/cows/mech-and-cow -+++ b/cows/mech-and-cow.cow -@@ -1,3 +1,5 @@ -+$the_cow = <<EOC; -+${thouts} - ,-----. - | | - ,--| |-. -@@ -14,8 +16,4 @@ - (__)\ )\/\ /' / | `i - ||----w | ___,;`----'.___L_,-'`\__ - || || i_____;----\.____i""\____\ -- -- -- -- -- -+EOC diff --git a/games-misc/cowsay/files/cowsay-3.04-tongue.patch b/games-misc/cowsay/files/cowsay-3.04-tongue.patch deleted file mode 100644 index 7b620b3499c4..000000000000 --- a/games-misc/cowsay/files/cowsay-3.04-tongue.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/cows/head-in.cow -+++ b/cows/head-in.cow -@@ -7,6 +7,6 @@ - ^__^ / - ($eyes)\\_______/ _________ - (__)\\ )=( ____|_ \\_____ -- $tongue ||----w | \\ \\ \\_____ | -+ $tongue ||----w | \\ \\ \\_____ | - || || || || - EOC diff --git a/games-misc/cowsay/files/cowsay-3.04-utf8.patch b/games-misc/cowsay/files/cowsay-3.04-utf8.patch deleted file mode 100644 index 6e015d36ce69..000000000000 --- a/games-misc/cowsay/files/cowsay-3.04-utf8.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/cowsay -+++ b/cowsay -@@ -12,6 +12,13 @@ - use Getopt::Std; - use Cwd; - -+if (${^UTF8LOCALE}) { -+ binmode STDIN, ':utf8'; -+ binmode STDOUT, ':utf8'; -+ require Encode; -+ eval { $_ = Encode::decode_utf8($_,1) } for @ARGV; -+} -+ - $VERSION = "3.03"; - $progname = basename($0); - $eyes = "oo"; diff --git a/games-misc/cowsay/files/cowsay-3.04-version.patch b/games-misc/cowsay/files/cowsay-3.04-version.patch deleted file mode 100644 index 8c9a14006994..000000000000 --- a/games-misc/cowsay/files/cowsay-3.04-version.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/cowsay -+++ b/cowsay -@@ -1,7 +1,7 @@ - #!/usr/bin/perl - - ## --## Cowsay 3.03 -+## Cowsay 3.04 - ## - ## This file is part of cowsay. (c) 1999-2000 Tony Monroe. - ## -@@ -19,7 +19,7 @@ - eval { $_ = Encode::decode_utf8($_,1) } for @ARGV; - } - --$VERSION = "3.03"; -+$VERSION = "3.04"; - $progname = basename($0); - $eyes = "oo"; - $tongue = " "; |