public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/choqok: ChangeLog choqok-1.1-r1.ebuild
@ 2011-09-23 21:39 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2011-09-23 21:39 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/09/23 21:39:42

  Modified:             ChangeLog
  Added:                choqok-1.1-r1.ebuild
  Log:
  Fix twitter authentication, bug 383307
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 net-im/choqok/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/choqok/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/choqok/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/choqok/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	12 Apr 2011 12:53:32 -0000	1.18
+++ ChangeLog	23 Sep 2011 21:39:42 -0000	1.19
@@ -1,6 +1,12 @@
 # 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.18 2011/04/12 12:53:32 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.19 2011/09/23 21:39:42 dilfridge Exp $
+
+*choqok-1.1-r1 (23 Sep 2011)
+
+  23 Sep 2011; Andreas K. Huettel <dilfridge@gentoo.org> +choqok-1.1-r1.ebuild,
+  +files/choqok-1.1-twitter.patch:
+  Fix twitter authentication, bug 383307
 
 *choqok-1.1 (12 Apr 2011)
 



1.1                  net-im/choqok/choqok-1.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/choqok/choqok-1.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/choqok/choqok-1.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: choqok-1.1-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2011/09/23 21:39:42 dilfridge Exp $

EAPI=4

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="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}"

PATCHES=( "${FILESDIR}/${P}-twitter.patch" )

src_prepare(){
	mycmakeargs=(
		$(cmake-utils_use !indicate QTINDICATE_DISABLE)
	)

	kde4-base_src_prepare
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-23 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 21:39 [gentoo-commits] gentoo-x86 commit in net-im/choqok: ChangeLog choqok-1.1-r1.ebuild Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox