public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/files/
@ 2017-11-18 18:03 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2017-11-18 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     350229432ee33fb2a5b1df2a7482c538c68a12e3
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Nov  5 09:45:40 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 18:02:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35022943

app-text/wgetpaste: remove unused file

Closes: https://github.com/gentoo/gentoo/pull/6130

 app-text/wgetpaste/files/wgetpaste-config-default-lodgeit | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-text/wgetpaste/files/wgetpaste-config-default-lodgeit b/app-text/wgetpaste/files/wgetpaste-config-default-lodgeit
deleted file mode 100644
index 4cf55dcfd49..00000000000
--- a/app-text/wgetpaste/files/wgetpaste-config-default-lodgeit
+++ /dev/null
@@ -1 +0,0 @@
-DEFAULT_SERVICE="bpaste"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/files/
@ 2020-06-04 22:16 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-06-04 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     70d98d26a91e2a32267ff2631a1bc0ec4565fa2f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jun  4 18:25:08 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Jun  4 22:16:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d98d26

app-text/wgetpaste: remove unused patch

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16068
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 .../wgetpaste/files/wgetpaste-remove-dead.patch    | 35 ----------------------
 1 file changed, 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 038d5349a7c..00000000000
--- 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
-


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/files/
@ 2023-07-29  3:13 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-07-29  3:13 UTC (permalink / raw
  To: gentoo-commits

commit:     bce3ee4290d6dac342bd2c26954b29cdb4813006
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 29 03:13:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 29 03:13:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce3ee42

app-text/wgetpaste: add PR link to patch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch b/app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch
index 7d335728bea2..8c6a523ac5cd 100644
--- a/app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch
+++ b/app-text/wgetpaste/files/wgetpaste-2.33-disable-sprunge.patch
@@ -1,3 +1,5 @@
+https://github.com/zlin/wgetpaste/pull/45
+
 From ab4632ca9cd54c9e7478f37eee821113c0135c37 Mon Sep 17 00:00:00 2001
 From: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
 Date: Fri, 28 Jul 2023 18:55:10 -0500


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-29  3:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 22:16 [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/files/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2023-07-29  3:13 Sam James
2017-11-18 18:03 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox