commit:     be70bfc01e01980574d3177d71ac65e4da7fdfd6
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 14 16:06:21 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 14 16:10:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be70bfc0

app-misc/gnote: Switch to optfeature.eclass

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-misc/gnote/gnote-49.1.ebuild | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)

diff --git a/app-misc/gnote/gnote-49.1.ebuild b/app-misc/gnote/gnote-49.1.ebuild
index d9412264b674..bbdd095d0bba 100644
--- a/app-misc/gnote/gnote-49.1.ebuild
+++ b/app-misc/gnote/gnote-49.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit gnome2 meson readme.gentoo-r1
+inherit gnome2 meson optfeature
 
 DESCRIPTION="Desktop note-taking application"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/gnote";
@@ -29,6 +29,7 @@ RDEPEND="${DEPEND}
        gnome-base/gsettings-desktop-schemas
 "
 BDEPEND="
+       dev-libs/appstream
        dev-util/itstool
        virtual/pkgconfig
 "
@@ -39,23 +40,9 @@ src_prepare() {
        if ! use test; then
                sed -i -e "/unit_test_pp/ s/ = .*/ = disabler()/" meson.build 
|| die
        fi
-
-       if has_version net-fs/wdfs; then
-               DOC_CONTENTS="You have net-fs/wdfs installed. app-misc/gnote 
will use it to
-               synchronize notes."
-       else
-               DOC_CONTENTS="Gnote can use net-fs/wdfs to synchronize notes.
-               If you want to use that functionality just emerge net-fs/wdfs.
-               Gnote will automatically detect that you did and let you use 
it."
-       fi
-}
-
-src_install() {
-       meson_src_install
-       readme.gentoo_create_doc
 }
 
 pkg_postinst() {
        gnome2_pkg_postinst
-       readme.gentoo_print_elog
+       optfeature "notes synchronization" net-fs/wdfs
 }

Reply via email to