diff options
author | 2019-02-23 09:03:52 -0600 | |
---|---|---|
committer | 2019-02-23 09:33:46 -0600 | |
commit | 085038f1e996bdbb0502ef0b222a4e3cb0c83cb4 (patch) | |
tree | f691e6e2186fecab973525bcfd82daaecedfd5a6 /app-text/wgetpaste/files | |
parent | sys-libs/ldb: fix Manifest (diff) | |
download | gentoo-085038f1e996bdbb0502ef0b222a4e3cb0c83cb4.tar.gz gentoo-085038f1e996bdbb0502ef0b222a4e3cb0c83cb4.tar.bz2 gentoo-085038f1e996bdbb0502ef0b222a4e3cb0c83cb4.zip |
app-text/wgetpaste: revbump to work around broken default service
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-text/wgetpaste/files')
-rw-r--r-- | app-text/wgetpaste/files/wgetpaste-2.28-remove-broken-services.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-text/wgetpaste/files/wgetpaste-2.28-remove-broken-services.patch b/app-text/wgetpaste/files/wgetpaste-2.28-remove-broken-services.patch new file mode 100644 index 000000000000..f648a6d15ebd --- /dev/null +++ b/app-text/wgetpaste/files/wgetpaste-2.28-remove-broken-services.patch @@ -0,0 +1,20 @@ +--- a/wgetpaste 2019-02-22 09:16:47.016742824 +0100 ++++ a/wgetpaste 2019-02-22 09:21:05.049530136 +0100 +@@ -14,7 +14,7 @@ E=$'\e' + N=$'\n' + + ### services +-SERVICES="codepad bpaste dpaste gists poundpython" ++SERVICES="bpaste dpaste" + # 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:-bpaste} + DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text} + DEFAULT_EXPIRATION=${DEFAULT_EXPIRATION:-1 month} + SERVICE=${SERVICE:-${DEFAULT_SERVICE}} |