From a9c651479c9940ae44bb59a164f658843ec212ce Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Sat, 11 Nov 2023 19:39:12 +0300 Subject: [PATCH] app-text/wgetpaste-2.3.33-r0: improvements Signed-off-by: Alexander Kurakin --- app-text/wgetpaste/metadata.xml | 7 ++++++- app-text/wgetpaste/wgetpaste-2.33-r0.ebuild | 7 +++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/app-text/wgetpaste/metadata.xml b/app-text/wgetpaste/metadata.xml index 96396ed45..25e225fae 100644 --- a/app-text/wgetpaste/metadata.xml +++ b/app-text/wgetpaste/metadata.xml @@ -1,12 +1,17 @@ - + support@calculate.ru Mir Calculate Calculate Overlay + + Command-line interface to various pastebins + zlin/wgetpaste + https://github.com/zlin/wgetpaste/issues + https://github.com/zlin/wgetpaste/releases diff --git a/app-text/wgetpaste/wgetpaste-2.33-r0.ebuild b/app-text/wgetpaste/wgetpaste-2.33-r0.ebuild index 9cd99f5fa..3bfe14ef2 100644 --- a/app-text/wgetpaste/wgetpaste-2.33-r0.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.33-r0.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# NOTE: This is a version of `app-text/wgetpaste-2.33-r3::gentoo` with additional services EAPI=8 @@ -11,13 +12,15 @@ SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64" IUSE="+ssl" PROPERTIES="test_network" RESTRICT="test" -RDEPEND="net-misc/wget[ssl?]" +RDEPEND=" + net-misc/wget[ssl?] +" PATCHES=( "${FILESDIR}"/${PN}-2.33-tests.patch