johu        15/01/26 19:15:31

  Modified:             metadata.xml ChangeLog
  Added:                choqok-1.5.ebuild
  Log:
  Version bump, bug #537828.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  Changes    Path
1.6                  net-im/choqok/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/choqok/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml        14 Feb 2012 19:38:26 -0000      1.5
+++ metadata.xml        26 Jan 2015 19:15:31 -0000      1.6
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
        <herd>kde</herd>
+       <use>
+               <flag name="telepathy">Enable support for the real-time 
communication framework telepathy</flag>
+       </use>
 </pkgmetadata>



1.43                 net-im/choqok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   5 Aug 2014 18:34:12 -0000       1.42
+++ ChangeLog   26 Jan 2015 19:15:31 -0000      1.43
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/choqok
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.42 2014/08/05 
18:34:12 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.43 2015/01/26 
19:15:31 johu Exp $
+
+*choqok-1.5 (26 Jan 2015)
+
+  26 Jan 2015; Johannes Huber <j...@gentoo.org> +choqok-1.5.ebuild,
+  metadata.xml:
+  Version bump, bug #537828.
 
   05 Aug 2014; Manuel RĂ¼ger <mr...@gentoo.org> choqok-1.4.ebuild:
   Remove trailing '.' from DESCRIPTION.



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

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

Index: choqok-1.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.5.ebuild,v 1.1 
2015/01/26 19:15:31 johu Exp $

EAPI=5

KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fa fi fr ga gl
hr hu is it ja km lt mr ms nb nds nl pa pl pt pt_BR ro ru sk sl sq sv tr ug
uk zh_CN zh_TW"
KDE_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="Free/Open Source micro-blogging client for KDE"
HOMEPAGE="http://choqok.gnufolks.org/";

if [[ ${PV} != *9999* ]]; then
        SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
        KEYWORDS="~amd64 ~ppc ~x86"
else
        KEYWORDS=""
fi

LICENSE="GPL-2+"
SLOT="4"
IUSE="ayatana debug telepathy"

RDEPEND="
        dev-libs/libattica
        dev-libs/qjson
        >=dev-libs/qoauth-1.0.1
        ayatana? ( dev-libs/libindicate-qt )
        telepathy? ( net-libs/telepathy-qt[qt4] )
"
DEPEND="${RDEPEND}
        app-arch/xz-utils
        sys-devel/gettext
"

DOCS=( AUTHORS README TODO changelog )

src_prepare(){
        local mycmakeargs=(
                $(cmake-utils_use !ayatana QTINDICATE_DISABLE)
                $(cmake-utils_use_find_package telepathy TelepathyQt4)
        )

        kde4-base_src_prepare
}




Reply via email to