public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/emelfm2/
Date: Sat, 27 Mar 2021 09:11:27 +0000 (UTC)	[thread overview]
Message-ID: <1616836273.528411b8d483eaa03b22185f630053d6517d09bb.asturm@gentoo> (raw)

commit:     528411b8d483eaa03b22185f630053d6517d09bb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 09:08:33 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 09:11:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528411b8

app-misc/emelfm2: Fix xdg.eclass usage, drop multilib, use BDEPEND

Fix HOMEPAGE, DESCRIPTION

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

 app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild | 36 ++++++++++++--------------------
 1 file changed, 13 insertions(+), 23 deletions(-)

diff --git a/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild b/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild
index ad2c7bb12d9..ed9ff0f319f 100644
--- a/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild
+++ b/app-misc/emelfm2/emelfm2-0.9.1-r5.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit desktop flag-o-matic multilib toolchain-funcs xdg
 
-DESCRIPTION="A file manager that implements the popular two-pane design"
-HOMEPAGE="https://github.com/tom2tom/emelfm2"
+EMELFM2_LINGUAS=( de fr ja pl ru zh_CN )
+inherit desktop flag-o-matic toolchain-funcs xdg
+
+DESCRIPTION="File manager that implements the popular two-pane design"
+HOMEPAGE="https://emelfm2.net/ https://github.com/tom2tom/emelfm2"
 SRC_URI="http://emelfm2.net/rel/${P}.tar.bz2"
 
 LICENSE="GPL-3 LGPL-3"
@@ -13,29 +15,25 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="acl ansi gimp +gtk3 kernel_linux nls policykit spell udisks"
 
-EMELFM2_LINGUAS=( de fr ja pl ru zh_CN )
-COMMON_DEPEND="
+REQUIRED_USE="spell? ( !gtk3 )"
+RESTRICT="test"
+
+DEPEND="
 	>=dev-libs/glib-2.26:2
-	!gtk3? ( >=x11-libs/gtk+-2.12:2 )
 	acl? ( sys-apps/acl )
 	gimp? ( media-gfx/gimp:0/2 )
 	gtk3? ( x11-libs/gtk+:3 )
+	!gtk3? ( >=x11-libs/gtk+-2.12:2 )
 	policykit? ( sys-auth/polkit )
 	spell? ( >=app-text/gtkspell-2.0.14:2 )
 "
-RDEPEND="
-	${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	udisks? ( sys-fs/udisks:2 )
 "
-DEPEND="
-	${COMMON_DEPEND}
+BDEPEND="
 	virtual/pkgconfig
 	nls? ( sys-devel/gettext )
 "
-REQUIRED_USE="
-	spell? ( !gtk3 )
-"
-RESTRICT="test"
 
 src_prepare() {
 	default
@@ -96,11 +94,3 @@ src_install() {
 
 	rm "${ED}"/usr/share/doc/${PF}/LGPL || die
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}


             reply	other threads:[~2021-03-27  9:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-27  9:11 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-02-06 15:04 [gentoo-commits] repo/gentoo:master commit in: app-misc/emelfm2/ Jonas Stein
2021-06-01  0:40 Sam James
2021-02-07 15:04 Andreas Sturmlechner
2020-11-12 12:28 Sam James
2020-11-08 12:02 Sam James
2020-09-26 19:40 Aaron Bauman
2020-07-28 13:49 Jeroen Roovers
2020-07-28 13:17 Jeroen Roovers
2019-03-28 23:12 Patrice Clement
2018-01-07 11:21 Ulrich Müller
2016-06-21  6:33 Jeroen Roovers
2016-06-21  6:33 Jeroen Roovers
2016-04-19 13:12 Michał Górny
2016-04-18  8:13 Patrice Clement
2016-04-17 22:12 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1616836273.528411b8d483eaa03b22185f630053d6517d09bb.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox