summaryrefslogtreecommitdiff
path: root/app-portage/kuroo/kuroo-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /app-portage/kuroo/kuroo-9999.ebuild
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'app-portage/kuroo/kuroo-9999.ebuild')
-rw-r--r--app-portage/kuroo/kuroo-9999.ebuild14
1 files changed, 2 insertions, 12 deletions
diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild
index 13bc05bbc7b7..6a24d09cce3a 100644
--- a/app-portage/kuroo/kuroo-9999.ebuild
+++ b/app-portage/kuroo/kuroo-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk"
-inherit cmake-utils subversion xdg-utils
+inherit ecm subversion
DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
HOMEPAGE="https://sourceforge.net/projects/kuroo/"
@@ -14,12 +14,8 @@ KEYWORDS=""
SLOT="0"
IUSE=""
-BDEPEND="
- kde-frameworks/extra-cmake-modules:5
-"
DEPEND="
dev-db/sqlite:3
- dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
kde-frameworks/kauth:5
@@ -48,11 +44,5 @@ pkg_postinst() {
elog "portage's summary.log size reasonable to view in the history page."
fi
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
+ ecm_pkg_postinst
}