summaryrefslogtreecommitdiff
path: root/app-text/wgetpaste
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-23 19:24:10 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-23 19:24:10 +0000
commit575bcb9220287a6f0d2577db1fd9fe55d9d8b745 (patch)
tree52f12cfa140d4839d32305dd42eebe34e9686234 /app-text/wgetpaste
parent4c5bd80830992553e02f099442277e10ee97372d (diff)
gentoo auto-resync : 23:02:2025 - 19:24:09
Diffstat (limited to 'app-text/wgetpaste')
-rw-r--r--app-text/wgetpaste/Manifest2
-rw-r--r--app-text/wgetpaste/wgetpaste-2.34.ebuild23
2 files changed, 9 insertions, 16 deletions
diff --git a/app-text/wgetpaste/Manifest b/app-text/wgetpaste/Manifest
index fff192b7761c..e4b3cbcb37f0 100644
--- a/app-text/wgetpaste/Manifest
+++ b/app-text/wgetpaste/Manifest
@@ -9,5 +9,5 @@ DIST wgetpaste-2.33.tar.xz 16408 BLAKE2B 78baebf4edb6e6340a73127099366d306359d02
DIST wgetpaste-2.34.tar.xz 16640 BLAKE2B 6bc71d74945b88774f866a8c1bb693d52b3d5d680a04e45ec29acfb6dd9d9de16433ed9d675db1d63705dac356e44c89d7af0e7b18a71089778bfa92833d95d3 SHA512 9f334299d0314e821d989c785aaae9e8e9c0e4972ced9330039f7e2ca1867528a2d4f090dd754ec72e8a9d7005d8f5154266cd0769627b1023d1199893cf4f8c
EBUILD wgetpaste-2.33-r3.ebuild 1436 BLAKE2B ea39d14f8fd08161a8258cce3ba2868ba88e2fcb09403969befc45b1472b464f0a194243603d8333920c26b02070e1b16bc77883ac846b94c13fcc3f90547d9b SHA512 462fd807832c3f1127defce5bd4dc69be823bc28cd7a76308933b4008771bc9151912b151b423af49885916754487bc719fa94bb2e9f3fd1187e1cf728f846d9
EBUILD wgetpaste-2.33-r5.ebuild 1657 BLAKE2B a0d781746361bdeb99dc61f6134c2d72687ccf4d4eaa78da92521047632eb4ceada53e3d37234252cc5f6ee96131b6a77eeac31c9113d14aef207923196311b2 SHA512 5a390317bd8eb864224bb49b4138440eb50ccfa52ca48469240aba717fd877e0576195e33ba824bf9e1444b4355edbb69be5631bfcacb76009e6c6f5ee84006a
-EBUILD wgetpaste-2.34.ebuild 1284 BLAKE2B ee6ca378dd110558edaf54fd35779270b1ff55d6012fbd196e6e5a93066b1d9bbd21bf8a0b7bf092c0ee2e60c4afca2b331499ca77fc78106ba5fbe5b7bbff67 SHA512 f1dfc24cb72081ff15038e4d6d43969b610846e1e43803f379fd0638a979d3ef8a8d36d153f72510a457d870d182ae7db6313dd9e4bfe678a38e93e61c686dc6
+EBUILD wgetpaste-2.34.ebuild 1164 BLAKE2B 681408449bb351c1af600d9dc7078ec2b96b0e776f95d3e33cfa89d37294bdcbfd4b9dcb8fd7714832c31a7878cfb42c45af3fa71c25336cc9a52712de5b4f9e SHA512 bf16bfbe813249ae2310da8a47d2db59dfac039d81a059f476409ab853bd02cfc28f2bffb666a22de82e36a5185d7bb582e7b07795cb63e1e2de285d4fd3214a
MISC metadata.xml 566 BLAKE2B 1f63219976e414e688b0e8b5d0ce84dc4480af3e59ebbbe550d26ca5973ac22148b87d1b43304bbbfbcaba1731d14a6f7639b7352e2b77d1141f8dee6875d2ce SHA512 779b873177a5b294e6a140d8d658980469b50cdb1c65f6c4a387e8af82f996f109ed14ae208f8603cdfc80ac0f9f0a50ad00202e92c0f5c6aaea13d01ecf8862
diff --git a/app-text/wgetpaste/wgetpaste-2.34.ebuild b/app-text/wgetpaste/wgetpaste-2.34.ebuild
index 9f46e18a3e48..79385a2d7171 100644
--- a/app-text/wgetpaste/wgetpaste-2.34.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.34.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit optfeature
+inherit eapi9-ver optfeature
DESCRIPTION="Command-line interface to various pastebins"
HOMEPAGE="https://github.com/zlin/wgetpaste"
@@ -39,18 +39,11 @@ pkg_postinst() {
optfeature "ANSI (color code) stripping support" app-text/ansifilter
optfeature "xclip support" x11-misc/xclip
- if [[ -n ${REPLACING_VERSIONS} ]]; then
- local old
-
- for old in ${REPLACING_VERSIONS}; do
- if ver_test ${old} -lt '2.33-r2'; then
- ewarn
- ewarn "Sprunge is dead and the service has been dropped from the code. Remove or"
- ewarn "replace sprunge as the default service in the system or user wgetpaste"
- ewarn "config if applicable."
- ewarn
- break
- fi
- done
+ if ver_replacing -lt '2.33-r2'; then
+ ewarn
+ ewarn "Sprunge is dead and the service has been dropped from the code. Remove or"
+ ewarn "replace sprunge as the default service in the system or user wgetpaste"
+ ewarn "config if applicable."
+ ewarn
fi
}