diff options
author | Johannes Huber <johu@gentoo.org> | 2012-01-17 00:09:04 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-01-17 00:09:04 +0000 |
commit | b5b249e45f3a2f24d6d184d49eeebd615e6c84d6 (patch) | |
tree | 66d5d36d2877fb8954a81788cebe23da3eb4d647 /net-im/choqok | |
parent | Remove old. (diff) | |
download | gentoo-2-b5b249e45f3a2f24d6d184d49eeebd615e6c84d6.tar.gz gentoo-2-b5b249e45f3a2f24d6d184d49eeebd615e6c84d6.tar.bz2 gentoo-2-b5b249e45f3a2f24d6d184d49eeebd615e6c84d6.zip |
Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'net-im/choqok')
-rw-r--r-- | net-im/choqok/ChangeLog | 6 | ||||
-rw-r--r-- | net-im/choqok/choqok-0.9.90-r1.ebuild | 27 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.1-r1.ebuild | 40 | ||||
-rw-r--r-- | net-im/choqok/files/choqok-1.1-twitter.patch | 30 |
4 files changed, 5 insertions, 98 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index 1af907aeecb2..7eabbece6639 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-im/choqok # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.24 2012/01/16 23:59:34 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.25 2012/01/17 00:09:03 johu Exp $ + + 17 Jan 2012; Johannes Huber <johu@gentoo.org> -choqok-0.9.90-r1.ebuild, + -choqok-1.1-r1.ebuild, -files/choqok-1.1-twitter.patch: + Remove old. 16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> choqok-1.2.ebuild: Stable for amd64, wrt bug #396359 diff --git a/net-im/choqok/choqok-0.9.90-r1.ebuild b/net-im/choqok/choqok-0.9.90-r1.ebuild deleted file mode 100644 index 234f03fb648e..000000000000 --- a/net-im/choqok/choqok-0.9.90-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.4 2010/10/20 10:11:25 fauli Exp $ - -EAPI=3 - -KMNAME="extragear/network" - -if [[ ${PV} != *9999* ]]; then - 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" - SRC_URI="http://d10xg45o6p6dbl.cloudfront.net/projects/c/choqok/${PN}.${PV}.tar.bz2" -fi - -inherit kde4-base - -DESCRIPTION="A Free/Open Source micro-blogging client for KDE" -HOMEPAGE="http://choqok.gnufolks.org/" - -LICENSE="GPL-3" -KEYWORDS="amd64 x86" -SLOT="4" -IUSE="debug" - -DEPEND="dev-libs/qjson - >=dev-libs/qoauth-1.0.1" -RDEPEND="${DEPEND}" diff --git a/net-im/choqok/choqok-1.1-r1.ebuild b/net-im/choqok/choqok-1.1-r1.ebuild deleted file mode 100644 index ed0064b6ca16..000000000000 --- a/net-im/choqok/choqok-1.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# 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.2 2011/11/19 17:33:06 ssuominen 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="ayatana debug" - -DEPEND="dev-libs/qjson - >=dev-libs/qoauth-1.0.1 - ayatana? ( dev-libs/libindicate-qt ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-twitter.patch ) - -src_prepare(){ - mycmakeargs=( - $(cmake-utils_use !ayatana QTINDICATE_DISABLE) - ) - - kde4-base_src_prepare -} diff --git a/net-im/choqok/files/choqok-1.1-twitter.patch b/net-im/choqok/files/choqok-1.1-twitter.patch deleted file mode 100644 index 823bfefc3a85..000000000000 --- a/net-im/choqok/files/choqok-1.1-twitter.patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 9053b699c33d998d3933a6c11e4ff624846620e5 -Author: Mehrdad Momeny <mehrdad.momeny@gmail.com> -Date: Sun Jul 24 11:30:49 2011 +0800 - - BUG:275185 Get user friends list bug fixed - -diff --git a/helperlibs/twitterapihelper/twitterapimicroblog.cpp b/helperlibs/twitterapihelper/twitterapimicroblog.cpp -index 1efbb1f..1a87d61 100644 ---- a/helperlibs/twitterapihelper/twitterapimicroblog.cpp -+++ b/helperlibs/twitterapihelper/twitterapimicroblog.cpp -@@ -681,14 +681,18 @@ void TwitterApiMicroBlog::requestFriendsScreenName(TwitterApiAccount* theAccount - TwitterApiAccount* account = qobject_cast<TwitterApiAccount*>(theAccount); - KUrl url = account->apiUrl(); - url.addPath( QString("/statuses/friends.xml") ); -+ KUrl tmpUrl(url); - url.addQueryItem( "cursor", d->friendsCursor ); -+ QOAuth::ParamMap params; -+ params.insert("cursor", d->friendsCursor.toLatin1()); - - KIO::StoredTransferJob *job = KIO::storedGet( url, KIO::Reload, KIO::HideProgressInfo ) ; - if ( !job ) { - kDebug() << "Cannot create an http GET request!"; - return; - } -- job->addMetaData("customHTTPHeader", "Authorization: " + authorizationHeader(account, url, QOAuth::GET)); -+ job->addMetaData("customHTTPHeader", "Authorization: " + authorizationHeader(account, tmpUrl, -+ QOAuth::GET, params)); - mJobsAccount[job] = theAccount; - connect( job, SIGNAL( result( KJob* ) ), this, SLOT( slotRequestFriendsScreenName(KJob*) ) ); - job->start(); |