commit:     9b5caea9be425b95132ff5dc37bd324b0caad474
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 18:11:09 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 19:37:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5caea9

x11-misc/gxmessage: EAPI-7 bump, use xdg.eclass

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/gxmessage/gxmessage-3.4.3.ebuild | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/x11-misc/gxmessage/gxmessage-3.4.3.ebuild 
b/x11-misc/gxmessage/gxmessage-3.4.3.ebuild
index 48f933861c5..0763bcd4ef7 100644
--- a/x11-misc/gxmessage/gxmessage-3.4.3.ebuild
+++ b/x11-misc/gxmessage/gxmessage-3.4.3.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit gnome2-utils
+EAPI=7
+
+inherit xdg
 
 DESCRIPTION="A GTK+ based xmessage clone"
-HOMEPAGE="https://savannah.gnu.org/projects/gxmessage/ 
http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage";
+HOMEPAGE="https://savannah.gnu.org/projects/gxmessage/
+       http://homepages.ihug.co.nz/~trmusson/programs.html#gxmessage";
 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
        http://homepages.ihug.co.nz/~trmusson/stuff/${P}.tar.gz";
 
@@ -19,10 +21,12 @@ RDEPEND="
        x11-libs/gtk+:3
        x11-libs/pango
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig
        >=dev-util/intltool-0.40.1
-       sys-devel/gettext"
+       sys-devel/gettext
+"
 
 DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )
 
@@ -32,7 +36,3 @@ src_install() {
        docinto examples
        dodoc examples/*
 }
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }

Reply via email to