From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE49F1382C5 for ; Sun, 1 Apr 2018 17:34:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB0A3E0B34; Sun, 1 Apr 2018 17:34:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C410E0B34 for ; Sun, 1 Apr 2018 17:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88BE5335DB4 for ; Sun, 1 Apr 2018 17:34:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 203FE274 for ; Sun, 1 Apr 2018 17:34:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522604057.4a5f909c5fcb47b87670767582a453703d5a554a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/kuroo/Manifest app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild X-VCS-Directories: app-portage/kuroo/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4a5f909c5fcb47b87670767582a453703d5a554a X-VCS-Branch: master Date: Sun, 1 Apr 2018 17:34:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20387a9b-abe4-46c7-bd05-03cb098469d1 X-Archives-Hash: 34353dcd2d17664f27310e906d158b42 commit: 4a5f909c5fcb47b87670767582a453703d5a554a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 31 20:55:28 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 1 17:34:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5f909c app-portage/kuroo: Add 0.90.5_p20180106 Qt5-based snapshot Bug: https://bugs.gentoo.org/633506 Tested-by: Andrius Štikonas stikonas.eu> Package-Manager: Portage-2.3.27, Repoman-2.3.9 app-portage/kuroo/Manifest | 1 + app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild | 57 +++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/app-portage/kuroo/Manifest b/app-portage/kuroo/Manifest index b505f9c1461..26025244876 100644 --- a/app-portage/kuroo/Manifest +++ b/app-portage/kuroo/Manifest @@ -1 +1,2 @@ +DIST kuroo-0.90.5_p20180106.tar.xz 242108 BLAKE2B 6f72ed347f98cfffa3cf3d965065b25b72607111d04952cf821b97cd6b73944b930af1e61955ddb0df6e7fdf91b3901d14b016de76971a95bf9bb36e9e00f355 SHA512 10431273357098e236c11253f456cee0320115108e058d0c31383f709b0488402ced368380dfe1fc30844cac7619da974f526ec22cea95361187c61d1fe67c61 DIST kuroo4-0.90.5.tar.gz 342698 BLAKE2B 4d9f41214fc50dafdd387835b3084617568bcfd3497f01eb15905d9d5dcf03b1072e3e8564ec3d7adfa3d6b3a617f459beb67426b924e0be51f29bf246f01dea SHA512 aed2ec984b77768f5325b41b01ea1c63e214e45699f9c29e1bf11cf7d6ff6ecc6660c2cc07948d0fc66f0469154fa00e1df9e78d330ad426db86a70db85f400f diff --git a/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild b/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild new file mode 100644 index 00000000000..fb6e2f08eb8 --- /dev/null +++ b/app-portage/kuroo/kuroo-0.90.5_p20180106.ebuild @@ -0,0 +1,57 @@ +# 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 +" + +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 +}