From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/
Date: Sun, 1 Apr 2018 17:34:35 +0000 (UTC) [thread overview]
Message-ID: <1522604057.4a5f909c5fcb47b87670767582a453703d5a554a.asturm@gentoo> (raw)
commit: 4a5f909c5fcb47b87670767582a453703d5a554a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 20:55:28 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <andrius <AT> 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
+}
next reply other threads:[~2018-04-01 17:34 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-01 17:34 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-24 20:00 [gentoo-commits] repo/gentoo:master commit in: app-portage/kuroo/ Andreas Sturmlechner
2025-04-24 20:00 Andreas Sturmlechner
2025-01-10 21:08 Andreas Sturmlechner
2024-12-11 19:29 Andreas Sturmlechner
2024-09-10 18:07 Andreas Sturmlechner
2024-09-10 18:07 Andreas Sturmlechner
2024-07-23 17:49 Andreas Sturmlechner
2024-07-20 22:00 Zac Medico
2022-09-13 20:54 Andreas Sturmlechner
2022-09-13 20:54 Andreas Sturmlechner
2022-07-27 10:27 Andreas Sturmlechner
2022-07-27 10:27 Andreas Sturmlechner
2021-09-04 21:01 Andreas Sturmlechner
2021-09-04 21:01 Andreas Sturmlechner
2020-12-17 10:23 Andreas Sturmlechner
2020-12-17 10:23 Andreas Sturmlechner
2020-04-28 7:44 Joonas Niilola
2019-12-08 12:04 Andreas Sturmlechner
2019-08-06 6:28 Andreas Sturmlechner
2018-07-10 13:31 Andreas Sturmlechner
2018-04-10 14:35 Andreas Sturmlechner
2018-04-01 17:34 Andreas Sturmlechner
2018-03-30 18:46 Aaron Bauman
2018-02-12 23:50 Andreas Sturmlechner
2018-01-17 0:14 Andreas Sturmlechner
2018-01-16 23:17 Andreas Sturmlechner
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=1522604057.4a5f909c5fcb47b87670767582a453703d5a554a.asturm@gentoo \
--to=asturm@gentoo.org \
--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