commit:     ef84e0919788ca69ea7cfc8cc769c89ce46d030d
Author:     Oskari Pirhonen <xxc3ncoredxx <AT> gmail <DOT> com>
AuthorDate: Tue Nov 22 05:47:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 06:19:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef84e091

app-text/wgetpaste: use optfeature.eclass

Use optfeature.eclass to notify users about support for stripping ANSI
codes and xclip integration if app-text/ansifilter and/or x11-misc/xclip
are not installed, respectively.

Signed-off-by: Oskari Pirhonen <xxc3ncoredxx <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28379
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../wgetpaste/{wgetpaste-2.33.ebuild => wgetpaste-2.33-r1.ebuild}  | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-text/wgetpaste/wgetpaste-2.33.ebuild 
b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild
similarity index 83%
rename from app-text/wgetpaste/wgetpaste-2.33.ebuild
rename to app-text/wgetpaste/wgetpaste-2.33-r1.ebuild
index f6662506f9ae..c8592f26415d 100644
--- a/app-text/wgetpaste/wgetpaste-2.33.ebuild
+++ b/app-text/wgetpaste/wgetpaste-2.33-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit optfeature
+
 DESCRIPTION="Command-line interface to various pastebins"
 HOMEPAGE="https://wgetpaste.zlin.dk/";
 SRC_URI="https://github.com/zlin/wgetpaste/releases/download/${PV}/${P}.tar.xz";
@@ -36,3 +38,8 @@ src_install() {
        insinto /usr/share/zsh/site-functions
        doins _wgetpaste
 }
+
+pkg_postinst() {
+       optfeature "ANSI (color code) stripping support" app-text/ansifilter
+       optfeature "xclip support" x11-misc/xclip
+}

Reply via email to