diff options
author | 2019-08-06 08:27:04 +0200 | |
---|---|---|
committer | 2019-08-06 08:27:47 +0200 | |
commit | 4680c88928035910ea4feb98ee9b7f841413d976 (patch) | |
tree | f4567187b2e9478c92fd62ae67b2ebcfb19cea4b /app-portage | |
parent | dev-libs/libindicate: maintainer-needed (diff) | |
download | gentoo-4680c88928035910ea4feb98ee9b7f841413d976.tar.gz gentoo-4680c88928035910ea4feb98ee9b7f841413d976.tar.bz2 gentoo-4680c88928035910ea4feb98ee9b7f841413d976.zip |
app-portage/kuroo: EAPI-7 bump, fix ESVN_REPO_URI
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/kuroo/kuroo-9999.ebuild | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/app-portage/kuroo/kuroo-9999.ebuild b/app-portage/kuroo/kuroo-9999.ebuild index 84f8ce00b3a3..13bc05bbc7b7 100644 --- a/app-portage/kuroo/kuroo-9999.ebuild +++ b/app-portage/kuroo/kuroo-9999.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -ESVN_REPO_URI="http://kuroo.svn.sourceforge.net/svnroot/kuroo/kuroo4/trunk" -ESVN_PROJECT="kuroo4" -inherit cmake-utils subversion +ESVN_REPO_URI="https://svn.code.sf.net/p/kuroo/code/kuroo4/trunk" +inherit cmake-utils subversion xdg-utils DESCRIPTION="Graphical Portage frontend based on KDE Frameworks" HOMEPAGE="https://sourceforge.net/projects/kuroo/" @@ -15,11 +14,15 @@ KEYWORDS="" SLOT="0" IUSE="" -COMMON_DEPEND=" +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 kde-frameworks/kconfig:5 kde-frameworks/kconfigwidgets:5 kde-frameworks/kcoreaddons:5 @@ -33,14 +36,11 @@ COMMON_DEPEND=" kde-frameworks/kxmlgui:5 kde-frameworks/threadweaver:5 " -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} app-portage/gentoolkit kde-apps/kompare:5 kde-plasma/kde-cli-tools:5[kdesu] " -DEPEND="${COMMON_DEPEND} - kde-frameworks/extra-cmake-modules:5 -" pkg_postinst() { if ! has_version app-admin/logrotate ; then |