public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/
Date: Mon,  2 Mar 2020 21:15:11 +0000 (UTC)	[thread overview]
Message-ID: <1583183701.c121f6c49b85e39bc526007ddb8d8cb247cb599f.andrewammerlaan@gentoo> (raw)

commit:     c121f6c49b85e39bc526007ddb8d8cb247cb599f
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  2 21:15:01 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  2 21:15:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c121f6c4

sci-electronics/kactus2: inherit xdg instead of xdg-utils

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-electronics/kactus2/kactus2-3.8.0.ebuild | 14 +-------------
 sci-electronics/kactus2/kactus2-9999.ebuild  | 14 +-------------
 2 files changed, 2 insertions(+), 26 deletions(-)

diff --git a/sci-electronics/kactus2/kactus2-3.8.0.ebuild b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
index 206e142..18fa71e 100644
--- a/sci-electronics/kactus2/kactus2-3.8.0.ebuild
+++ b/sci-electronics/kactus2/kactus2-3.8.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg-utils
+inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
@@ -45,15 +45,3 @@ src_install() {
 	# Can't use default, set INSTALL_ROOT and workaround parallel install bug
 	emake -j1 INSTALL_ROOT="${D}" install
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}

diff --git a/sci-electronics/kactus2/kactus2-9999.ebuild b/sci-electronics/kactus2/kactus2-9999.ebuild
index 4660d73..eea82bb 100644
--- a/sci-electronics/kactus2/kactus2-9999.ebuild
+++ b/sci-electronics/kactus2/kactus2-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit xdg-utils
+inherit xdg
 
 DESCRIPTION="A open source IP-XACT-based tool"
 HOMEPAGE="
@@ -41,15 +41,3 @@ src_install() {
 	# Can't use default, set INSTALL_ROOT
 	emake INSTALL_ROOT="${D}" install
 }
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	xdg_icon_cache_update
-	xdg_mimeinfo_database_update
-}


             reply	other threads:[~2020-03-02 21:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-02 21:15 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21 12:27 [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/kactus2/ Rui Huang
2024-10-21 12:27 Rui Huang
2024-02-13 14:55 Rui Huang
2023-10-20 17:40 Rui Huang
2023-10-17 15:08 Rui Huang
2023-10-17 15:08 Rui Huang
2022-06-24  6:04 Rui Huang
2022-06-23  4:31 Rui Huang
2022-06-22 13:56 Rui Huang
2022-06-22 13:56 Rui Huang
2022-05-25 20:21 Alessandro Barbieri
2022-05-02 17:59 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2022-05-02 17:34 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-02-05 12:19 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-05 12:05 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-01  9:55 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-27  7:46 Rui Huang
2020-04-26 22:39 Alessandro Barbieri
2020-04-07  7:03 Rui Huang
2020-04-07  6:57 Rui Huang
2020-03-27 12:40 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-27 12:40 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-15 11:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-03-15 11:29 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-03-02  7:29 Rui Huang
2020-02-23  7:17 Rui Huang

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=1583183701.c121f6c49b85e39bc526007ddb8d8cb247cb599f.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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