summaryrefslogtreecommitdiff
path: root/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild')
-rw-r--r--app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild b/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
deleted file mode 100644
index 0a8e445eadb1..000000000000
--- a/app-portage/kuroo/kuroo-0.90.5_p20180410.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Graphical Portage frontend based on KDE Frameworks"
-HOMEPAGE="https://sourceforge.net/projects/kuroo/"
-SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-COMMON_DEPEND="
- dev-db/sqlite:3
- dev-qt/qtcore:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- kde-frameworks/kconfig:5
- kde-frameworks/kconfigwidgets:5
- kde-frameworks/kcoreaddons:5
- kde-frameworks/kdelibs4support:5
- kde-frameworks/ki18n:5
- kde-frameworks/kio:5
- kde-frameworks/kitemviews:5
- kde-frameworks/knotifications:5
- kde-frameworks/ktextwidgets:5
- kde-frameworks/kwidgetsaddons:5
- kde-frameworks/kxmlgui:5
- kde-frameworks/threadweaver:5
-"
-RDEPEND="${COMMON_DEPEND}
- app-portage/gentoolkit
- kde-apps/kompare:5
- kde-plasma/kde-cli-tools:5[kdesu]
-"
-DEPEND="${COMMON_DEPEND}
- kde-frameworks/extra-cmake-modules:5
-"
-
-PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )
-
-pkg_postinst() {
- if ! has_version app-admin/logrotate ; then
- elog "Installing app-admin/logrotate is recommended to keep"
- 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
-}