johu        14/07/26 00:04:55

  Modified:             metadata.xml tellico-2.3.9.ebuild ChangeLog
  Log:
  Add nepomuk USE flag, bug #516236.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  Changes    Path
1.7                  kde-misc/tellico/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/metadata.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/metadata.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml        16 Feb 2010 11:19:17 -0000      1.6
+++ metadata.xml        26 Jul 2014 00:04:55 -0000      1.7
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>kde</herd>
+       <herd>kde</herd>
        <longdescription lang="en">
-       Tellico is a KDE application for organizing your collections. It 
provides
-       default templates for books, bibliographies, videos, music, video 
games, coins,
-       stamps, trading cards, comic books, and wines.
+               Tellico is a KDE application for organizing your collections. 
It provides
+               default templates for books, bibliographies, videos, music, 
video games, coins,
+               stamps, trading cards, comic books, and wines.
        </longdescription>
-<use>
-       <flag name="addressbook">Add support for kdepim addressbook 
(kabc)</flag>
-</use>
+       <use>
+               <flag name="addressbook">Add support for kdepim addressbook 
(kabc)</flag>
+               <flag name="nepomuk">Enable Nepomuk based semantic desktop 
support (deprecated)</flag>
+        </use>
 </pkgmetadata>



1.3                  kde-misc/tellico/tellico-2.3.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?r1=1.2&r2=1.3

Index: tellico-2.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tellico-2.3.9.ebuild        17 Jul 2014 13:11:58 -0000      1.2
+++ tellico-2.3.9.ebuild        26 Jul 2014 00:04:55 -0000      1.3
@@ -1,12 +1,13 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.2 
2014/07/17 13:11:58 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.3 
2014/07/26 00:04:55 johu Exp $
 
 EAPI=5
 
 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr ga gl hu
 ia it ja kk lt mr ms nb nds nl nn pl pt pt_BR ro ru sk sl sv tr ug uk zh_CN
 zh_TW"
+KDE_MINIMAL="4.13.1"
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
@@ -17,17 +18,17 @@
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz"
+IUSE="addressbook cddb debug nepomuk pdf scanner taglib v4l xmp yaz"
 
 RDEPEND="
        dev-libs/libxml2
        dev-libs/libxslt
        dev-libs/qjson
-       $(add_kdebase_dep kdelibs 'semantic-desktop(+)')
        media-libs/qimageblitz
        dev-qt/qtdbus:4
        addressbook? ( $(add_kdebase_dep kdepimlibs) )
        cddb? ( $(add_kdebase_dep libkcddb) )
+       nepomuk? ( $(add_kdebase_dep kdelibs 'nepomuk?') )
        pdf? ( app-text/poppler[qt4] )
        scanner? ( $(add_kdebase_dep libksane) )
        taglib? ( >=media-libs/taglib-1.5 )
@@ -46,13 +47,14 @@
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_enable v4l WEBCAM)
-               $(cmake-utils_use_with xmp Exempi)
-               $(cmake-utils_use_with scanner KSane)
-               $(cmake-utils_use_with cddb KdeMultimedia)
                $(cmake-utils_use_with addressbook KdepimLibs)
+               $(cmake-utils_use_with cddb KdeMultimedia)
                $(cmake-utils_use_with pdf PopplerQt4)
+               $(cmake-utils_use_with nepomuk)
+               $(cmake-utils_use_with scanner KSane)
                $(cmake-utils_use_with taglib)
+               $(cmake-utils_use_enable v4l WEBCAM)
+               $(cmake-utils_use_with xmp Exempi)
                $(cmake-utils_use_with yaz)
        )
 



1.129                kde-misc/tellico/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.129&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?rev=1.129&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog   17 Jul 2014 13:11:58 -0000      1.128
+++ ChangeLog   26 Jul 2014 00:04:55 -0000      1.129
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.128 
2014/07/17 13:11:58 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.129 
2014/07/26 00:04:55 johu Exp $
+
+  25 Jul 2014; Johannes Huber <[email protected]> metadata.xml,
+  tellico-2.3.9.ebuild:
+  Add nepomuk USE flag, bug #516236.
 
   17 Jul 2014; Michael Palimaka <[email protected]> tellico-2.3.9.ebuild:
   Remove workaround now handled in the eclass.




Reply via email to