summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-09-07 01:22:48 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-09-07 01:22:48 +0000
commita013810d72eda6bf0e13ec639090d054d426c9b9 (patch)
treedde2b29c8709260384e2515a3841bdbfdbcc8625 /net-im
parent*portage-2.2_rc76 (06 Sep 2010) (diff)
downloadgentoo-2-a013810d72eda6bf0e13ec639090d054d426c9b9.tar.gz
gentoo-2-a013810d72eda6bf0e13ec639090d054d426c9b9.tar.bz2
gentoo-2-a013810d72eda6bf0e13ec639090d054d426c9b9.zip
Upstream used new tarball that fixes a crash, bug 336307, kde bug 249748
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/choqok/ChangeLog8
-rw-r--r--net-im/choqok/choqok-0.9.90-r1.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog
index 0fb10e60cae0..3d1e5cc7e6a2 100644
--- a/net-im/choqok/ChangeLog
+++ b/net-im/choqok/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/choqok
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.9 2010/09/01 18:34:35 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.10 2010/09/07 01:22:48 tampakrap Exp $
+
+*choqok-0.9.90-r1 (07 Sep 2010)
+
+ 07 Sep 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+ +choqok-0.9.90-r1.ebuild:
+ Upstream used new tarball that fixes a crash, bug 336307, kde bug 249748
*choqok-0.9.90 (01 Sep 2010)
diff --git a/net-im/choqok/choqok-0.9.90-r1.ebuild b/net-im/choqok/choqok-0.9.90-r1.ebuild
new file mode 100644
index 000000000000..e53e9db1e619
--- /dev/null
+++ b/net-im/choqok/choqok-0.9.90-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-0.9.90-r1.ebuild,v 1.1 2010/09/07 01:22:48 tampakrap Exp $
+
+EAPI="2"
+
+KDE_LINGUAS="bg cs da de el en_GB eo es et fi fr ga gl hr hu is ja km lt ms nb
+ nds nl pa pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW"
+
+inherit kde4-base
+
+DESCRIPTION="A Free/Open Source micro-blogging client for KDE"
+HOMEPAGE="http://choqok.gnufolks.org/"
+SRC_URI="http://d10xg45o6p6dbl.cloudfront.net/projects/c/choqok/${PN}.${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64 ~x86"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="dev-libs/qjson
+ >=dev-libs/qoauth-1.0.1"
+RDEPEND="${DEPEND}"