From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/
Date: Wed, 15 Nov 2017 23:56:40 +0000 (UTC) [thread overview]
Message-ID: <1510790056.58323fdfe0616ded4951c071a56f934c9113c028.asturm@gentoo> (raw)
commit: 58323fdfe0616ded4951c071a56f934c9113c028
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 23:54:16 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 23:54:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58323fdf
net-irc/konversation: 1.7.4 version bump
Package-Manager: Portage-2.3.14, Repoman-2.3.6
net-irc/konversation/Manifest | 1 +
net-irc/konversation/konversation-1.7.4.ebuild | 71 ++++++++++++++++++++++++++
2 files changed, 72 insertions(+)
diff --git a/net-irc/konversation/Manifest b/net-irc/konversation/Manifest
index 9a2fdd14034..8c6164ffabd 100644
--- a/net-irc/konversation/Manifest
+++ b/net-irc/konversation/Manifest
@@ -1,2 +1,3 @@
DIST konversation-1.7.2.tar.xz 3736968 SHA256 5ff96e84cee4e1eefc404a31d778067ea50dddd8a6c848911fac70bd52812618 SHA512 91523043afd7d7698c8166256d3eba225d8ff1ba44cad6811b00bf0004b765ce1ed618e900c8cafa7b395217b3fa3703db62a79b0a491bcef6c0bb65037add06 WHIRLPOOL 842fac84013a6915b5acad2c7ee8abab794c01722628fb4cbd7a3c462229fadf1c88b340fd094efadb1ac62e2c1838de80a26114bff0c98064c9f57e87974860
DIST konversation-1.7.3.tar.xz 3739124 SHA256 5e6bf0afc682aad870b6258b20001c1f119c0784946dd4265b8554678563dcd8 SHA512 8c42bc9072e5c1e867651f9ffca375d13c3d7c3c4f3e4b60a577cb46b10027a78d0d0261c1c8576ceec79240c36450a911b6c58db28f050e566f2399b61a5149 WHIRLPOOL 9f8cde1c21e98a04c57cea6ef0a87b25ebd082dd613ac2ce193596d510f873f989e58ad57feb35d89011288f1bbffebf4b65e5ca68cc57cb2da829919ff089d4
+DIST konversation-1.7.4.tar.xz 3737732 SHA256 17ef5b7fe816cf52aaaba9ba1b6de69412675353df4217fc889a07ca1c919978 SHA512 8d30fc0c0e533f1fa3268f8360eb5b9321b505fca3103ce189f707247345b2b2c409f590ce45d6fb129a76fc642a4e9f6a802c244a0a3e56aded422ddf4ed19a WHIRLPOOL 3ebe17b0bb9d2a2bdc80336d47ff7b45c9da29446095ca2b66eeea534e22d0766d16edd8da83a8520b8774a6f86cb020f6549b6d225f70062f9d876b1776c1c0
diff --git a/net-irc/konversation/konversation-1.7.4.ebuild b/net-irc/konversation/konversation-1.7.4.ebuild
new file mode 100644
index 00000000000..629d41b0351
--- /dev/null
+++ b/net-irc/konversation/konversation-1.7.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+DESCRIPTION="A user friendly IRC Client"
+HOMEPAGE="https://www.kde.org/applications/internet/konversation/ https://konversation.kde.org"
+SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="+crypt"
+
+DEPEND="
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kemoticons)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kidletime)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep ktextwidgets)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtxml)
+ media-libs/phonon[qt5(+)]
+ sys-devel/gettext
+ crypt? ( app-crypt/qca:2[qt5] )
+"
+RDEPEND="${DEPEND}
+ !net-irc/konversation:4
+ crypt? ( app-crypt/qca:2[ssl] )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package crypt Qca-qt5)
+ )
+
+ kde5_src_configure
+}
+
+src_install() {
+ kde5_src_install
+
+ # Bug 616162
+ insinto /etc/xdg
+ doins "${FILESDIR}"/konversationrc
+}
next reply other threads:[~2017-11-15 23:56 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-15 23:56 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-25 5:49 [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/ Arthur Zamarin
2024-10-12 18:16 Arthur Zamarin
2024-09-02 14:50 Andreas Sturmlechner
2024-07-06 13:21 Jakov Smolić
2024-05-20 11:39 Andreas Sturmlechner
2024-03-11 9:50 Andreas Sturmlechner
2024-03-07 8:55 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2022-02-10 9:40 Andreas Sturmlechner
2022-02-10 9:35 Sam James
2021-12-19 22:09 Agostino Sarubbo
2021-12-19 22:06 Agostino Sarubbo
2021-12-19 16:41 Andreas Sturmlechner
2021-08-04 9:01 Agostino Sarubbo
2021-08-04 8:40 Agostino Sarubbo
2021-04-06 6:31 Agostino Sarubbo
2020-11-25 16:23 Mikle Kolyada
2020-11-25 16:19 Mikle Kolyada
2020-11-01 20:03 Andreas Sturmlechner
2020-10-26 13:56 Andreas Sturmlechner
2020-10-26 13:56 Andreas Sturmlechner
2020-05-10 11:31 Andreas Sturmlechner
2020-05-10 9:19 Mikle Kolyada
2020-05-10 9:15 Mikle Kolyada
2020-02-13 10:18 Georgy Yakovlev
2020-01-16 17:29 Andreas Sturmlechner
2019-12-07 12:54 Andreas Sturmlechner
2019-08-14 10:58 Andreas Sturmlechner
2019-08-14 10:58 Andreas Sturmlechner
2018-07-06 6:33 Andreas Sturmlechner
2018-06-27 19:00 Andreas Sturmlechner
2018-03-22 12:22 Andreas Sturmlechner
2017-11-19 6:14 Michael Palimaka
2017-11-15 23:56 Andreas Sturmlechner
2017-11-10 23:10 Andreas Sturmlechner
2017-11-07 17:57 Thomas Deutschmann
2017-06-04 10:53 Andreas Sturmlechner
2017-06-04 10:42 Agostino Sarubbo
2017-06-04 10:34 Agostino Sarubbo
2017-05-09 18:32 Andreas Sturmlechner
2017-05-09 18:32 Andreas Sturmlechner
2017-04-15 4:43 Michael Palimaka
2016-09-15 12:25 Michael Palimaka
2016-09-15 12:25 Michael Palimaka
2016-09-15 12:25 Michael Palimaka
2016-08-03 19:37 Michael Palimaka
2016-07-22 18:00 Michael Palimaka
2016-06-02 16:38 Michael Palimaka
2016-04-09 16:12 Johannes Huber
2016-04-09 13:46 Agostino Sarubbo
2016-04-08 16:42 Johannes Huber
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=1510790056.58323fdfe0616ded4951c071a56f934c9113c028.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