Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/files/
Date: Thu, 04 Jun 2020 22:16:55
Message-Id: 1591308994.70d98d26a91e2a32267ff2631a1bc0ec4565fa2f.bman@gentoo
1 commit: 70d98d26a91e2a32267ff2631a1bc0ec4565fa2f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 4 18:25:08 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 22:16:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d98d26
7
8 app-text/wgetpaste: remove unused patch
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16068
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 .../wgetpaste/files/wgetpaste-remove-dead.patch | 35 ----------------------
16 1 file changed, 35 deletions(-)
17
18 diff --git a/app-text/wgetpaste/files/wgetpaste-remove-dead.patch b/app-text/wgetpaste/files/wgetpaste-remove-dead.patch
19 deleted file mode 100644
20 index 038d5349a7c..00000000000
21 --- a/app-text/wgetpaste/files/wgetpaste-remove-dead.patch
22 +++ /dev/null
23 @@ -1,35 +0,0 @@
24 -From 166ec045945eff08ca27129b38d2f5395710e8fb Mon Sep 17 00:00:00 2001
25 -From: Mikle Kolyada <zlogene@g.o>
26 -Date: Sat, 23 Feb 2019 21:14:08 +0300
27 -Subject: [PATCH] fix wgetpaste services
28 -
29 -Signed-off-by: Mikle Kolyada <zlogene@g.o>
30 ----
31 - wgetpaste | 4 ++--
32 - 1 file changed, 2 insertions(+), 2 deletions(-)
33 -
34 -diff --git a/wgetpaste b/wgetpaste
35 -index 2c198e0..def51de 100755
36 ---- a/wgetpaste
37 -+++ b/wgetpaste
38 -@@ -14,7 +14,7 @@ E=$'\e'
39 - N=$'\n'
40 -
41 - ### services
42 --SERVICES="codepad bpaste dpaste gists poundpython"
43 -+SERVICES="codepad bpaste dpaste gists"
44 - # bpaste
45 - ENGINE_bpaste=pinnwand
46 - URL_bpaste="https://bpaste.net/"
47 -@@ -722,7 +722,7 @@ load_configs() {
48 - load_configs
49 - [[ $SERVICESET ]] && verifyservice "$SERVICESET" && SERVICE=$(escape "$SERVICESET")
50 - DEFAULT_NICK=${DEFAULT_NICK:-$(whoami)} || die "whoami failed"
51 --DEFAULT_SERVICE=${DEFAULT_SERVICE:-poundpython}
52 -+DEFAULT_SERVICE=${DEFAULT_SERVICE:-dpaste}
53 - DEFAULT_LANGUAGE=${DEFAULT_LANGUAGE:-Plain Text}
54 - DEFAULT_EXPIRATION=${DEFAULT_EXPIRATION:-1 month}
55 - SERVICE=${SERVICE:-${DEFAULT_SERVICE}}
56 ---
57 -2.19.2
58 -