diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-04-12 12:53:32 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-04-12 12:53:32 +0000 |
commit | ddb6eaa8988da85561b60d6aa8d6640a96c4f6f1 (patch) | |
tree | e6f7d60a7fa0963689631fc6624969d5dfa5c812 /net-im | |
parent | [bump] dev-perl/Config-Crontab-1.330.0 (diff) | |
download | gentoo-2-ddb6eaa8988da85561b60d6aa8d6640a96c4f6f1.tar.gz gentoo-2-ddb6eaa8988da85561b60d6aa8d6640a96c4f6f1.tar.bz2 gentoo-2-ddb6eaa8988da85561b60d6aa8d6640a96c4f6f1.zip |
Version bump
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/choqok/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.1.ebuild | 38 |
2 files changed, 44 insertions, 1 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index f3803c7e7e18..9aaa641dd5e5 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/choqok # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.17 2011/02/03 12:28:56 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.18 2011/04/12 12:53:32 tampakrap Exp $ + +*choqok-1.1 (12 Apr 2011) + + 12 Apr 2011; Theo Chatzimichos <tampakrap@gentoo.org> +choqok-1.1.ebuild: + Version bump 03 Feb 2011; Theo Chatzimichos <tampakrap@gentoo.org> choqok-1.0.ebuild: Add russian translations diff --git a/net-im/choqok/choqok-1.1.ebuild b/net-im/choqok/choqok-1.1.ebuild new file mode 100644 index 000000000000..7bc686fe125d --- /dev/null +++ b/net-im/choqok/choqok-1.1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.1.ebuild,v 1.1 2011/04/12 12:53:32 tampakrap Exp $ + +EAPI=3 + +if [[ ${PV} != *9999* ]]; then + KDE_LINGUAS="bg da de en_GB es et fr ja nb nds nl pa pl pt pt_BR ru sv tr 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="A 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 +} |