commit:     24e7b4203f7ffc8e061c537061bbd7d2ccba7439
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 00:47:02 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 00:47:02 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=24e7b420

net-irc/konversation: Import 1.5.1 from before slot 4 removal

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-irc/konversation/konversation-1.5.1.ebuild | 34 ++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/net-irc/konversation/konversation-1.5.1.ebuild 
b/net-irc/konversation/konversation-1.5.1.ebuild
new file mode 100644
index 00000000..ecee3699
--- /dev/null
+++ b/net-irc/konversation/konversation-1.5.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+DESCRIPTION="User friendly IRC Client for KDE4"
+HOMEPAGE="https://kde.org/applications/en/internet/org.kde.konversation
+https://konversation.kde.org";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2 handbook? ( FDL-1.2 )"
+SLOT="4"
+KEYWORDS="amd64 x86"
+IUSE="+crypt debug"
+
+DEPEND="
+       $(add_kdeapps_dep kdepimlibs)
+       media-libs/phonon[qt4]
+       crypt? ( app-crypt/qca:2-qt4 )
+"
+RDEPEND="${DEPEND}
+       crypt? ( app-crypt/qca:2-qt4[ssl] )
+"
+
+src_configure() {
+       local mycmakeargs=(
+               -DWITH_QCA2=$(usex crypt)
+       )
+
+       kde4-base_src_configure
+}

Reply via email to