diff options
Diffstat (limited to 'net-im/choqok')
-rw-r--r-- | net-im/choqok/ChangeLog | 8 | ||||
-rw-r--r-- | net-im/choqok/choqok-0.9.90-r1.ebuild | 23 |
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}" |