diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-06-04 20:25:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-04 18:16:34 -0400 |
commit | 70d98d26a91e2a32267ff2631a1bc0ec4565fa2f (patch) | |
tree | 9f7981e40d35d011dfee31332f5b358cc5b6442b /app-text/wgetpaste | |
parent | dev-libs/check: remove unused patches (diff) | |
download | gentoo-70d98d26a91e2a32267ff2631a1bc0ec4565fa2f.tar.gz gentoo-70d98d26a91e2a32267ff2631a1bc0ec4565fa2f.tar.bz2 gentoo-70d98d26a91e2a32267ff2631a1bc0ec4565fa2f.zip |
app-text/wgetpaste: remove unused patch
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16068
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r-- | app-text/wgetpaste/files/wgetpaste-remove-dead.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app-text/wgetpaste/files/wgetpaste-remove-dead.patch b/app-text/wgetpaste/files/wgetpaste-remove-dead.patch deleted file mode 100644 index 038d5349a7c6..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-remove-dead.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 166ec045945eff08ca27129b38d2f5395710e8fb Mon Sep 17 00:00:00 2001 -From: Mikle Kolyada <zlogene@gentoo.org> -Date: Sat, 23 Feb 2019 21:14:08 +0300 -Subject: [PATCH] fix wgetpaste services - -Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> ---- - wgetpaste | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/wgetpaste b/wgetpaste -index 2c198e0..def51de 100755 ---- a/wgetpaste -+++ b/wgetpaste -@@ -14,7 +14,7 @@ E=$'\e' - N=$'\n' - - ### services --SERVICES="codepad bpaste dpaste gists poundpython" -+SERVICES="codepad bpaste dpaste gists" - # bpaste - ENGINE_bpaste=pinnwand - URL_bpaste="https://bpaste.net/" -@@ -722,7 +722,7 @@ load_configs() { - load_configs - [[ $SERVICESET ]] && verifyservice "$SERVICESET" && SERVICE=$(escape "$SERVICESET") - DEFAULT_NICK=${DEFAULT_NICK:-$(whoami)} || die "whoami failed" --DEFAULT_SERVICE=${DEFAULT_SERVICE:-poundpython} -+DEFAULT_SERVICE=${DEFAULT_SERVICE:-dpaste} - DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text} - DEFAULT_EXPIRATION=${DEFAULT_EXPIRATION:-1 month} - SERVICE=${SERVICE:-${DEFAULT_SERVICE}} --- -2.19.2 - |