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 69D15158043 for ; Mon, 15 Apr 2024 20:28:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85D5FE29F4; Mon, 15 Apr 2024 20:28:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F348E29F4 for ; Mon, 15 Apr 2024 20:28:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 391393433FE for ; Mon, 15 Apr 2024 20:28:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90AC61504 for ; Mon, 15 Apr 2024 20:28:25 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713212807.03c008ab93e1f23e37d5c41624cc5d5dbec5aba3.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/wttr-in/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/wttr-in/metadata.xml app-shells/wttr-in/wttr-in-9999.ebuild X-VCS-Directories: app-shells/wttr-in/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 03c008ab93e1f23e37d5c41624cc5d5dbec5aba3 X-VCS-Branch: dev Date: Mon, 15 Apr 2024 20:28:25 +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: bdf3e77f-0644-465b-8e5e-d621ea71f270 X-Archives-Hash: b0de276ec05b24fa5a21ec6c73119626 commit: 03c008ab93e1f23e37d5c41624cc5d5dbec5aba3 Author: Julien Roy jroy ca> AuthorDate: Mon Apr 15 20:23:53 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Apr 15 20:26:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03c008ab Revert "app-shells/wttr-in: curl wrapper, maybe will be extended in the future" This reverts commit 2b3560eb47f1a78a2c3480129ce104925796391e. See-also: https://bugs.gentoo.org/927922#c39 See-also: https://bugs.gentoo.org/927922#c41 Signed-off-by: Julien Roy jroy.ca> app-shells/wttr-in/metadata.xml | 8 -------- app-shells/wttr-in/wttr-in-9999.ebuild | 30 ------------------------------ 2 files changed, 38 deletions(-) diff --git a/app-shells/wttr-in/metadata.xml b/app-shells/wttr-in/metadata.xml deleted file mode 100644 index 812e586b96..0000000000 --- a/app-shells/wttr-in/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Vitaly Zdanevich - zdanevich.vitaly@ya.ru - - diff --git a/app-shells/wttr-in/wttr-in-9999.ebuild b/app-shells/wttr-in/wttr-in-9999.ebuild deleted file mode 100644 index e1f8bc8f47..0000000000 --- a/app-shells/wttr-in/wttr-in-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2024 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Weather in terminal - just a curl to wttr.in" -HOMEPAGE="https://wttr.in/" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="net-misc/curl" - -S="$WORKDIR" - -src_install() { - dodir /usr/bin/ - echo "curl wttr.in/\$@" > "$ED/usr/bin/weather" - fperms +x "/usr/bin/weather" - # TODO add options from https://github.com/chubin/wttr.in#one-line-output - # TODO wrap in a script to add support of '-h'? - # TODO add `curl v2.wttr.in/batumi` -} - -pkg_postinst() { - einfo "Run weather command" - einfo "You can specify the city with 'weather batumi'" - einfo "For help: 'weather :help'" -} 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 32168158043 for ; Mon, 15 Apr 2024 20:52:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DEE6E2A09; Mon, 15 Apr 2024 20:52:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1A688E2A07 for ; Mon, 15 Apr 2024 20:52:11 +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 2FAC1343404 for ; Mon, 15 Apr 2024 20:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 540F21705 for ; Mon, 15 Apr 2024 20:52:07 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1713212807.03c008ab93e1f23e37d5c41624cc5d5dbec5aba3.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/wttr-in/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/wttr-in/metadata.xml app-shells/wttr-in/wttr-in-9999.ebuild X-VCS-Directories: app-shells/wttr-in/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 03c008ab93e1f23e37d5c41624cc5d5dbec5aba3 X-VCS-Branch: master Date: Mon, 15 Apr 2024 20:52:07 +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: d5b15a67-a24e-4386-89a8-e1387122430c X-Archives-Hash: 43b4682ee11946b09d42c22966ded1cb Message-ID: <20240415205207.ipfKjeNVYNUZxKhkr2G1whZUPOwpnBj6StHkHNF-52Q@z> commit: 03c008ab93e1f23e37d5c41624cc5d5dbec5aba3 Author: Julien Roy jroy ca> AuthorDate: Mon Apr 15 20:23:53 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Apr 15 20:26:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03c008ab Revert "app-shells/wttr-in: curl wrapper, maybe will be extended in the future" This reverts commit 2b3560eb47f1a78a2c3480129ce104925796391e. See-also: https://bugs.gentoo.org/927922#c39 See-also: https://bugs.gentoo.org/927922#c41 Signed-off-by: Julien Roy jroy.ca> app-shells/wttr-in/metadata.xml | 8 -------- app-shells/wttr-in/wttr-in-9999.ebuild | 30 ------------------------------ 2 files changed, 38 deletions(-) diff --git a/app-shells/wttr-in/metadata.xml b/app-shells/wttr-in/metadata.xml deleted file mode 100644 index 812e586b96..0000000000 --- a/app-shells/wttr-in/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Vitaly Zdanevich - zdanevich.vitaly@ya.ru - - diff --git a/app-shells/wttr-in/wttr-in-9999.ebuild b/app-shells/wttr-in/wttr-in-9999.ebuild deleted file mode 100644 index e1f8bc8f47..0000000000 --- a/app-shells/wttr-in/wttr-in-9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 2024 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Weather in terminal - just a curl to wttr.in" -HOMEPAGE="https://wttr.in/" -LICENSE="GPL-3" - -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="net-misc/curl" - -S="$WORKDIR" - -src_install() { - dodir /usr/bin/ - echo "curl wttr.in/\$@" > "$ED/usr/bin/weather" - fperms +x "/usr/bin/weather" - # TODO add options from https://github.com/chubin/wttr.in#one-line-output - # TODO wrap in a script to add support of '-h'? - # TODO add `curl v2.wttr.in/batumi` -} - -pkg_postinst() { - einfo "Run weather command" - einfo "You can specify the city with 'weather batumi'" - einfo "For help: 'weather :help'" -}