Gentoo Archives: gentoo-commits

From: Tomas Chvatal <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/
Date: Sat, 01 Jun 2013 19:59:55
Message-Id: 1370116643.8a145ea863f122e4c302780e502b1d1f4701ef4f.scarabeus@gentoo
1 commit: 8a145ea863f122e4c302780e502b1d1f4701ef4f
2 Author: Tomas Chvatal <tomas.chvatal <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 1 19:57:23 2013 +0000
4 Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 19:57:23 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8a145ea8
7
8 [net-irc/konversation] remove rc ebuild as it was moved to cvs.
9
10 ---
11 net-irc/konversation/konversation-1.5_rc1.ebuild | 40 ------------------------
12 1 file changed, 40 deletions(-)
13
14 diff --git a/net-irc/konversation/konversation-1.5_rc1.ebuild b/net-irc/konversation/konversation-1.5_rc1.ebuild
15 deleted file mode 100644
16 index 59eba11..0000000
17 --- a/net-irc/konversation/konversation-1.5_rc1.ebuild
18 +++ /dev/null
19 @@ -1,40 +0,0 @@
20 -# Copyright 1999-2013 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 -
24 -EAPI=5
25 -
26 -KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr gl he hu it ja
27 -kk km lt nb nds nl pl pt pt_BR ru si sk sl sr sr@ijekavian sr@ijekavianlatin
28 -sr@latin sv tr uk zh_CN zh_TW"
29 -KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
30 -KDE_HANDBOOK="optional"
31 -inherit kde4-base
32 -
33 -MY_PV="${PV/_/-}"
34 -MY_P="${PN}-${MY_PV}"
35 -DESCRIPTION="A user friendly IRC Client for KDE4"
36 -HOMEPAGE="http://konversation.kde.org"
37 -SRC_URI="mirror://kde/unstable/${PN}/${MY_PV}/src/${MY_P}.tar.xz"
38 -
39 -LICENSE="GPL-2 FDL-1.2"
40 -KEYWORDS="~amd64 ~x86"
41 -SLOT="4"
42 -IUSE="+crypt debug"
43 -
44 -DEPEND="
45 - $(add_kdebase_dep kdepimlibs)
46 - crypt? ( app-crypt/qca:2 )
47 -"
48 -RDEPEND="${DEPEND}
49 - crypt? ( app-crypt/qca-ossl )
50 -"
51 -
52 -S="${WORKDIR}/${MY_P}"
53 -
54 -src_configure() {
55 - mycmakeargs+=(
56 - $(cmake-utils_use_with crypt QCA2)
57 - )
58 - kde4-base_src_configure
59 -}