diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-08-08 12:51:28 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-08-08 12:51:28 +0000 |
commit | 05ae8544885666b1794c06d9e8a67b4a802db54b (patch) | |
tree | 90ca2d4198e7add69971e45c1d2e7e7df0322d93 /net-im/choqok | |
parent | Replace FEATURES test check with USE test check wrt #278751. (diff) | |
download | gentoo-2-05ae8544885666b1794c06d9e8a67b4a802db54b.tar.gz gentoo-2-05ae8544885666b1794c06d9e8a67b4a802db54b.tar.bz2 gentoo-2-05ae8544885666b1794c06d9e8a67b4a802db54b.zip |
Version bump. Change SRC_URI to the only mirror that actually works.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'net-im/choqok')
-rw-r--r-- | net-im/choqok/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/choqok/choqok-0.6.6.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index d2f7b819773c..5fbfff1dd016 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/choqok # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.2 2009/06/16 16:13:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.3 2009/08/08 12:51:28 yngwin Exp $ + +*choqok-0.6.6 (08 Aug 2009) + + 08 Aug 2009; Ben de Groot <yngwin@gentoo.org> +choqok-0.6.6.ebuild: + Version bump. Change SRC_URI to the only mirror that actually works. *choqok-0.6.1 (16 Jun 2009) diff --git a/net-im/choqok/choqok-0.6.6.ebuild b/net-im/choqok/choqok-0.6.6.ebuild new file mode 100644 index 000000000000..c0c2587c8e2a --- /dev/null +++ b/net-im/choqok/choqok-0.6.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-0.6.6.ebuild,v 1.1 2009/08/08 12:51:28 yngwin Exp $ + +EAPI="2" + +KDE_LINGUAS="bg cs de el en_GB et ga gl km lt nds nl pt pt_BR ro ru sk sv tr uk zh_CN" +inherit kde4-base + +DESCRIPTION="A Free/Open Source micro-blogging client for KDE" +HOMEPAGE="http://choqok.gnufolks.org/" +SRC_URI="http://www.kde-apps.org/CONTENT/content-files/95760-${P}.tar.bz2" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="debug" |