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-dicts/verbiste/
Date: Sun, 18 Apr 2021 22:22:52 +0000 (UTC)	[thread overview]
Message-ID: <1618784553.dcf768987550f7c9a7a3774abf1acea19a846d46.asturm@gentoo> (raw)

commit:     dcf768987550f7c9a7a3774abf1acea19a846d46
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 21:45:57 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 22:22:33 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf76898

app-dicts/verbiste: EAPI-7, use desktop.eclass, drop ltprune, gnome2-utils

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

 app-dicts/verbiste/verbiste-0.1.44.ebuild | 27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)

diff --git a/app-dicts/verbiste/verbiste-0.1.44.ebuild b/app-dicts/verbiste/verbiste-0.1.44.ebuild
index 97076d8d151..216d19d2a72 100644
--- a/app-dicts/verbiste/verbiste-0.1.44.ebuild
+++ b/app-dicts/verbiste/verbiste-0.1.44.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
-inherit eutils gnome2-utils ltprune xdg-utils
+inherit desktop xdg-utils
 
 DESCRIPTION="French conjugation system"
 HOMEPAGE="http://sarrazip.com/dev/verbiste.html"
 SRC_URI="http://sarrazip.com/dev/${P}.tar.gz"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="amd64 ppc x86"
-
 IUSE="gtk"
 
 RDEPEND="
 	>=dev-libs/libxml2-2.4.0:2
 	gtk? ( >=x11-libs/gtk+-2.6:2 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	sys-devel/gettext
 	virtual/pkgconfig
 "
@@ -34,33 +34,28 @@ src_configure() {
 
 src_install() {
 	default
-	prune_libtool_files
+
 	dodoc HACKING LISEZMOI
 	# file is only installed with USE=gnome
 	if use gtk; then
 		sed -e 's/Exec=.*/Exec=verbiste-gtk/' \
 			-i src/gnome/verbiste.desktop || die
-		insinto usr/share/applications
-		doins src/gnome/verbiste.desktop
+		domenu src/gnome/verbiste.desktop
 	fi
-}
 
-pkg_preinst() {
-	if use gtk; then
-		gnome2_icon_savelist
-	fi
+	find "${ED}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {
 	if use gtk; then
 		xdg_desktop_database_update
-		gnome2_icon_cache_update
+		xdg_icon_cache_update
 	fi
 }
 
 pkg_postrm() {
 	if use gtk; then
 		xdg_desktop_database_update
-		gnome2_icon_cache_update
+		xdg_icon_cache_update
 	fi
 }


             reply	other threads:[~2021-04-18 22:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-18 22:22 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-27 17:31 [gentoo-commits] repo/gentoo:master commit in: app-dicts/verbiste/ Arthur Zamarin
2024-11-23 15:05 Michał Górny
2024-11-23 12:09 Sam James
2024-06-28 15:45 Sam James
2024-06-24  3:13 Sam James
2021-09-29 14:12 Yixun Lan
2021-09-21 16:35 Sam James
2021-09-21  6:35 Agostino Sarubbo
2021-09-19 22:12 Sam James
2021-06-02 22:15 Rémi Cardona
2021-06-02 22:15 Rémi Cardona
2020-09-24 19:53 Aaron Bauman
2020-09-13  8:44 Sergei Trofimovich
2017-08-20 18:18 Gilles Dartiguelongue
2015-12-27 17:14 Gilles Dartiguelongue

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=1618784553.dcf768987550f7c9a7a3774abf1acea19a846d46.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