summaryrefslogtreecommitdiff
path: root/net-irc
diff options
context:
space:
mode:
authorJohannes Huber <johu@gmx.de>2011-12-02 14:03:59 +0100
committerJohannes Huber <johu@gmx.de>2011-12-02 14:03:59 +0100
commit7744331853aa2220c78ecd424f95fc7743a6be2f (patch)
tree9b9be371dfa3bde485a6c43cba3d4329f13bc2e9 /net-irc
parentccbceb3cb636a14bbd08972fa932cc64823afd73 (diff)
downloadkde-7744331853aa2220c78ecd424f95fc7743a6be2f.tar.gz
kde-7744331853aa2220c78ecd424f95fc7743a6be2f.tar.bz2
kde-7744331853aa2220c78ecd424f95fc7743a6be2f.zip
[net-irc/konversation] Version bump 1.4 beta1, bug 392759.
(Portage version: 2.2.0_alpha79/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/konversation/Manifest1
-rw-r--r--net-irc/konversation/konversation-1.4_beta1.ebuild42
-rw-r--r--net-irc/konversation/konversation-9999.ebuild4
3 files changed, 46 insertions, 1 deletions
diff --git a/net-irc/konversation/Manifest b/net-irc/konversation/Manifest
new file mode 100644
index 00000000000..1e643a73b4f
--- /dev/null
+++ b/net-irc/konversation/Manifest
@@ -0,0 +1 @@
+DIST konversation-1.4-beta1.tar.xz 3336892 SHA256 d423501ed4876606cd088a75b26d4816c76bf3c893b115d4ceb4baa96704540d SHA512 9b70cbc85daad33ce1a6730ef29c5237bc65a430460c095fd3086391922d9bb552a0e2e338ba5c85119358c692a27a3f7aa7776d972560c09684fbeb677f7fec WHIRLPOOL d28e771b577f586e12014ee12af4cbc57c24ed268e42b95709e35b97463d191478df4adc7e5bc457fd5a1cbde8d54eb7de40597baa605b50350ec9eeb0f0d856
diff --git a/net-irc/konversation/konversation-1.4_beta1.ebuild b/net-irc/konversation/konversation-1.4_beta1.ebuild
new file mode 100644
index 00000000000..b399a3857dc
--- /dev/null
+++ b/net-irc/konversation/konversation-1.4_beta1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl hu it ja nb
+nds nl pl pt pt_BR ru sr sr@ijekavian sr@ijekavianlatin sr@latin sv tr uk zh_CN
+zh_TW"
+KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
+KDE_HANDBOOK="optional"
+inherit kde4-base
+
+MY_PV="${PV/_/-}"
+MY_P="${PN}-${MY_PV}"
+DESCRIPTION="A user friendly IRC Client for KDE4"
+HOMEPAGE="http://konversation.kde.org"
+SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="+crypt debug"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+ crypt? ( app-crypt/qca:2 )
+"
+RDEPEND="${DEPEND}
+ crypt? ( app-crypt/qca-ossl )
+"
+
+DOCS="AUTHORS ChangeLog NEWS README TODO"
+
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ mycmakeargs+=(
+ $(cmake-utils_use_with crypt QCA2)
+ )
+ kde4-base_src_configure
+}
diff --git a/net-irc/konversation/konversation-9999.ebuild b/net-irc/konversation/konversation-9999.ebuild
index a5c0ae30370..4b56ad5e3fc 100644
--- a/net-irc/konversation/konversation-9999.ebuild
+++ b/net-irc/konversation/konversation-9999.ebuild
@@ -24,6 +24,8 @@ RDEPEND="${DEPEND}
"
src_configure() {
- mycmakeargs=($(cmake-utils_use_with crypt QCA2))
+ mycmakeargs+=(
+ $(cmake-utils_use_with crypt QCA2)
+ )
kde4-base_src_configure
}