aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <mail@akhuettel.de>2011-11-24 22:18:47 +0100
committerAndreas K. Huettel (dilfridge) <mail@akhuettel.de>2011-11-24 22:18:47 +0100
commitfb55bc66718ff26b69b1accfa9071b00c4e4df58 (patch)
tree6d0ffa602e3bc9544bcd0c9f05987d60f8c885a9 /net-im
parent[telepathy] New common lib for almost all modules (diff)
downloadkde-fb55bc66718ff26b69b1accfa9071b00c4e4df58.tar.gz
kde-fb55bc66718ff26b69b1accfa9071b00c4e4df58.tar.bz2
kde-fb55bc66718ff26b69b1accfa9071b00c4e4df58.zip
[net-im/choqok] Move to tree, sync with useflag rename
(Portage version: 2.1.10.37/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/choqok/Manifest1
-rw-r--r--net-im/choqok/choqok-1.2.ebuild40
-rw-r--r--net-im/choqok/choqok-9999.ebuild6
-rw-r--r--net-im/choqok/metadata.xml2
4 files changed, 4 insertions, 45 deletions
diff --git a/net-im/choqok/Manifest b/net-im/choqok/Manifest
deleted file mode 100644
index 6257d9778c..0000000000
--- a/net-im/choqok/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST choqok-1.2.tar.bz2 980954 SHA256 df716b1a04489988e05e08adfaf9167d496bbff18a2bc73946c48a81d38b6c6f SHA512 2dc003a07365d083dadadb3cea91987c71d986e75413c20bea37fd407a950bf05fb77e20d135153bda3c15e81f20ff3a90a816fa19dc7278dd9403315e5f7fd0 WHIRLPOOL 246fca90f778a7b4746f849bfb5a135f5cd28a73762d6ad6b0b6bb104b349300c1e33e0876eb2d04640b836150931a60eb53b01bb8a8ca689249d4c45bfbb581
diff --git a/net-im/choqok/choqok-1.2.ebuild b/net-im/choqok/choqok-1.2.ebuild
deleted file mode 100644
index 59f90ec3af..0000000000
--- a/net-im/choqok/choqok-1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-if [[ ${PV} != *9999* ]]; then
- KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
- hr hu is ja km lt ms nb nds nl pa pl pt pt_BR ro ru sk sq sv tr ug uk zh_CN
- zh_TW"
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
- KDE_HANDBOOK="optional"
- KEYWORDS="~amd64 ~x86"
-else
- KDE_SCM="git"
- KEYWORDS=""
-fi
-
-inherit kde4-base
-
-DESCRIPTION="Free/Open Source micro-blogging client for KDE"
-HOMEPAGE="http://choqok.gnufolks.org/"
-
-LICENSE="GPL-3"
-SLOT="4"
-IUSE="debug indicate"
-
-DEPEND="dev-libs/qjson
- >=dev-libs/qoauth-1.0.1
- indicate? ( dev-libs/libindicate-qt )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare(){
- mycmakeargs=(
- $(cmake-utils_use !indicate QTINDICATE_DISABLE)
- )
-
- kde4-base_src_prepare
-}
diff --git a/net-im/choqok/choqok-9999.ebuild b/net-im/choqok/choqok-9999.ebuild
index 59f90ec3af..46ff9b7027 100644
--- a/net-im/choqok/choqok-9999.ebuild
+++ b/net-im/choqok/choqok-9999.ebuild
@@ -23,17 +23,17 @@ HOMEPAGE="http://choqok.gnufolks.org/"
LICENSE="GPL-3"
SLOT="4"
-IUSE="debug indicate"
+IUSE="ayatana debug"
DEPEND="dev-libs/qjson
>=dev-libs/qoauth-1.0.1
- indicate? ( dev-libs/libindicate-qt )
+ ayatana? ( dev-libs/libindicate-qt )
"
RDEPEND="${DEPEND}"
src_prepare(){
mycmakeargs=(
- $(cmake-utils_use !indicate QTINDICATE_DISABLE)
+ $(cmake-utils_use !ayatana QTINDICATE_DISABLE)
)
kde4-base_src_prepare
diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml
index 48baac85ac..0ef0fb4359 100644
--- a/net-im/choqok/metadata.xml
+++ b/net-im/choqok/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>kde</herd>
<use>
- <flag name='indicate'>Support for <pkg>dev-libs/libindicate-qt</pkg> notifications</flag>
+ <flag name='ayatana'>Build in support for Ayatana notification using the libindicate-qt plugin.</flag>
</use>
</pkgmetadata>