From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57D95158089 for ; Sat, 11 Nov 2023 23:47:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE272BC016; Sat, 11 Nov 2023 23:47:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69DBF2BC016 for ; Sat, 11 Nov 2023 23:47:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B02AF335D8A for ; Sat, 11 Nov 2023 23:47:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4866F1351 for ; Sat, 11 Nov 2023 23:47:08 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1699746408.8541447825a8befd11222b84152fb1cfc0f17383.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/wgetpaste/files/, app-text/wgetpaste/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch app-text/wgetpaste/wgetpaste-2.33-r3.ebuild app-text/wgetpaste/wgetpaste-2.33-r4.ebuild X-VCS-Directories: app-text/wgetpaste/ app-text/wgetpaste/files/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 8541447825a8befd11222b84152fb1cfc0f17383 X-VCS-Branch: master Date: Sat, 11 Nov 2023 23:47:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6de4b15-7217-47ea-b018-f9be12081cf8 X-Archives-Hash: f1152b524369c9343c5d3b240dbe79e4 commit: 8541447825a8befd11222b84152fb1cfc0f17383 Author: Yixun Lan gentoo org> AuthorDate: Sat Nov 11 23:38:05 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Sat Nov 11 23:46:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85414478 app-text/wgetpaste: Revert "app-text/wgetpaste: add -q/--quiet" the version isn't updated, should not been pushed This reverts commit cc06acf6af6966565992c137bc843bcff54da812. Signed-off-by: Yixun Lan gentoo.org> .../files/wgetpaste-2.33-added-quiet-flag.patch | 61 ---------------------- ...ste-2.33-r4.ebuild => wgetpaste-2.33-r3.ebuild} | 1 - 2 files changed, 62 deletions(-) diff --git a/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch b/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch deleted file mode 100644 index f8bac315d2f2..000000000000 --- a/app-text/wgetpaste/files/wgetpaste-2.33-added-quiet-flag.patch +++ /dev/null @@ -1,61 +0,0 @@ -From 75e68f79adaae7f50920e84a748b7ebb4a3a8a1d Mon Sep 17 00:00:00 2001 -From: Richard-Rogalski -Date: Mon, 6 Nov 2023 14:00:02 -0600 -Subject: [PATCH] Added --quiet flag - -Signed-off-by: Richard Rogalski -Closes: #19 ---- -See also: https://github.com/zlin/wgetpaste/pull/51 -- Oskari - - _wgetpaste | 1 + - wgetpaste | 6 +++++- - 2 files changed, 6 insertions(+), 1 deletion(-) - -diff --git a/_wgetpaste b/_wgetpaste -index c4703e5..63696ad 100644 ---- a/_wgetpaste -+++ b/_wgetpaste -@@ -50,6 +50,7 @@ _arguments -s : \ - '(--xclippaste -C)'{--xclippaste,-C}'[write resulting url to the X clipboard selection buffer]' \ - '(--raw -r)'{--raw,-r}'[show url for the raw paste]' \ - '(--tee -t)'{--tee,-t}'[use tee to show what is being pasted]' \ -+ '(--quiet -q)'{--quiet,-q}'[show the url only]' \ - '(--verbose -v)'{--verbose,-v}'[show wget stderr output if no url is received]' \ - '--debug[be very verbose]' \ - '(--help -h)'{--help,-h}'[show help and exit]' \ -diff --git a/wgetpaste b/wgetpaste -index fc0b559..d016515 100755 ---- a/wgetpaste -+++ b/wgetpaste -@@ -559,6 +559,7 @@ Options: - - -r, --raw show url for the raw paste (no syntax highlighting or html) - -t, --tee use tee to show what is being pasted -+ -q, --quiet show the url only - -v, --verbose show wget stderr output if no url is received - --completions emit output suitable for shell completions (only affects --list-*) - --debug be *very* verbose (implies -v) -@@ -657,7 +658,7 @@ showexpirations() { - } - - showurl() { -- echo -n "Your ${2}paste can be seen here: " >&2 -+ [[ $QUIET ]] || echo -n "Your ${2}paste can be seen here: " >&2 - echo "$1" - [[ $XPASTE ]] && x_paste "$1" primary - [[ $XCLIPPASTE ]] && x_paste "$1" clipboard -@@ -809,6 +810,9 @@ while [[ -n $1 ]]; do - -N | --no-ansi ) - NOANSI=0 - ;; -+ -q | --quiet) -+ QUIET=0 -+ ;; - -r | --raw ) - RAW=0 - ;; --- -2.41.0 - diff --git a/app-text/wgetpaste/wgetpaste-2.33-r4.ebuild b/app-text/wgetpaste/wgetpaste-2.33-r3.ebuild similarity index 96% rename from app-text/wgetpaste/wgetpaste-2.33-r4.ebuild rename to app-text/wgetpaste/wgetpaste-2.33-r3.ebuild index 4a7f3ee27a86..89f63061351c 100644 --- a/app-text/wgetpaste/wgetpaste-2.33-r4.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.33-r3.ebuild @@ -23,7 +23,6 @@ PATCHES=( "${FILESDIR}"/${PN}-2.33-tests.patch "${FILESDIR}"/${PN}-2.33-disable-sprunge.patch "${FILESDIR}"/${PN}-2.33-add-paste-gentoo-zip.patch - "${FILESDIR}"/${PN}-2.33-added-quiet-flag.patch ) src_prepare() {