public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.8.ebuild ChangeLog
@ 2013-07-11 15:17 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 4+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-07-11 15:17 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/07/11 15:17:05

  Modified:             ChangeLog
  Added:                tellico-2.3.8.ebuild
  Log:
  Version bump wrt #476544
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.122                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	17 Mar 2013 16:12:04 -0000	1.121
+++ ChangeLog	11 Jul 2013 15:17:05 -0000	1.122
@@ -1,6 +1,11 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.121 2013/03/17 16:12:04 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.122 2013/07/11 15:17:05 mrueg Exp $
+
+*tellico-2.3.8 (11 Jul 2013)
+
+  11 Jul 2013; Manuel Rüger <mrueg@gentoo.org> +tellico-2.3.8.ebuild:
+  Version bump wrt #476544
 
   17 Mar 2013; Andreas K. Huettel <dilfridge@gentoo.org> tellico-2.3.7.ebuild:
   poppler subslot dependencies



1.1                  kde-misc/tellico/tellico-2.3.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild?rev=1.1&content-type=text/plain

Index: tellico-2.3.8.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.1 2013/07/11 15:17:05 mrueg 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_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="A collection manager for the KDE environment"
HOMEPAGE="http://tellico-project.org/"
SRC_URI="http://tellico-project.org/files/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="addressbook cddb debug pdf scanner semantic-desktop taglib v4l xmp yaz"

DEPEND="
	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) )
	pdf? ( app-text/poppler:=[qt4] )
	scanner? ( $(add_kdebase_dep libksane) )
	semantic-desktop? ( dev-libs/soprano[raptor,redland] )
	taglib? ( >=media-libs/taglib-1.5 )
	v4l? ( >=media-libs/libv4l-0.8.3 )
	xmp? ( >=media-libs/exempi-2 )
	yaz? ( >=dev-libs/yaz-2 )
"
RDEPEND="${DEPEND}"

# tests need network access and well-defined server responses
RESTRICT="test"

DOCS=( AUTHORS ChangeLog README )

src_prepare() {
	# KDE_LINGUAS is also used to install appropriate handbooks
	# since there is no en_US 'translation', it cannot be added
	# hence making this impossible to install
	mv doc/en_US doc/en || die "doc move failed"
	sed -i -e 's/en_US/en/' doc/CMakeLists.txt || die "sed failed"

	kde4-base_src_prepare
}

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 Kcddb)
		$(cmake-utils_use_with addressbook KdepimLibs)
		$(cmake-utils_use_with pdf PopplerQt4)
		$(cmake-utils_use_with taglib)
		$(cmake-utils_use_with yaz)
	)

	kde4-base_src_configure
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.8.ebuild ChangeLog
@ 2013-07-11 15:36 Michael Palimaka (kensington)
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka (kensington) @ 2013-07-11 15:36 UTC (permalink / raw
  To: gentoo-commits

kensington    13/07/11 15:36:10

  Modified:             tellico-2.3.8.ebuild ChangeLog
  Log:
  Remove semantic-desktop USE flag. Remove poppler subslot dependency since this package links against the stable qt4 interface.
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.2                  kde-misc/tellico/tellico-2.3.8.ebuild

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

Index: tellico-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tellico-2.3.8.ebuild	11 Jul 2013 15:17:05 -0000	1.1
+++ tellico-2.3.8.ebuild	11 Jul 2013 15:36:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.1 2013/07/11 15:17:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.2 2013/07/11 15:36:09 kensington Exp $
 
 EAPI=5
 
@@ -17,20 +17,19 @@
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="addressbook cddb debug pdf scanner semantic-desktop taglib v4l xmp yaz"
+IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz"
 
 DEPEND="
 	dev-libs/libxml2
 	dev-libs/libxslt
 	dev-libs/qjson
-	$(add_kdebase_dep kdelibs 'semantic-desktop?')
+	$(add_kdebase_dep kdelibs 'semantic-desktop(+)')
 	media-libs/qimageblitz
 	dev-qt/qtdbus:4
 	addressbook? ( $(add_kdebase_dep kdepimlibs) )
 	cddb? ( $(add_kdebase_dep libkcddb) )
-	pdf? ( app-text/poppler:=[qt4] )
+	pdf? ( app-text/poppler[qt4] )
 	scanner? ( $(add_kdebase_dep libksane) )
-	semantic-desktop? ( dev-libs/soprano[raptor,redland] )
 	taglib? ( >=media-libs/taglib-1.5 )
 	v4l? ( >=media-libs/libv4l-0.8.3 )
 	xmp? ( >=media-libs/exempi-2 )



1.123                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	11 Jul 2013 15:17:05 -0000	1.122
+++ ChangeLog	11 Jul 2013 15:36:09 -0000	1.123
@@ -1,6 +1,10 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.122 2013/07/11 15:17:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.123 2013/07/11 15:36:09 kensington Exp $
+
+  11 Jul 2013; Michael Palimaka <kensington@gentoo.org> tellico-2.3.8.ebuild:
+  Remove semantic-desktop USE flag. Remove poppler subslot dependency since this
+  package links against the stable qt4 interface.
 
 *tellico-2.3.8 (11 Jul 2013)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.8.ebuild ChangeLog
@ 2013-08-17 19:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-17 19:47 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/17 19:47:53

  Modified:             tellico-2.3.8.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #481010
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  kde-misc/tellico/tellico-2.3.8.ebuild

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

Index: tellico-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tellico-2.3.8.ebuild	11 Jul 2013 15:36:09 -0000	1.2
+++ tellico-2.3.8.ebuild	17 Aug 2013 19:47:53 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.2 2013/07/11 15:36:09 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.3 2013/08/17 19:47:53 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz"
 
 DEPEND="



1.124                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	11 Jul 2013 15:36:09 -0000	1.123
+++ ChangeLog	17 Aug 2013 19:47:53 -0000	1.124
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.123 2013/07/11 15:36:09 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.124 2013/08/17 19:47:53 ago Exp $
+
+  17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> tellico-2.3.8.ebuild:
+  Stable for amd64, wrt bug #481010
 
   11 Jul 2013; Michael Palimaka <kensington@gentoo.org> tellico-2.3.8.ebuild:
   Remove semantic-desktop USE flag. Remove poppler subslot dependency since this





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.8.ebuild ChangeLog
@ 2013-08-28 11:17 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-08-28 11:17 UTC (permalink / raw
  To: gentoo-commits

ago         13/08/28 11:17:09

  Modified:             tellico-2.3.8.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #481010
  
  (Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  kde-misc/tellico/tellico-2.3.8.ebuild

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

Index: tellico-2.3.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tellico-2.3.8.ebuild	17 Aug 2013 19:47:53 -0000	1.3
+++ tellico-2.3.8.ebuild	28 Aug 2013 11:17:09 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.3 2013/08/17 19:47:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.8.ebuild,v 1.4 2013/08/28 11:17:09 ago Exp $
 
 EAPI=5
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="addressbook cddb debug pdf scanner taglib v4l xmp yaz"
 
 DEPEND="



1.125                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog	17 Aug 2013 19:47:53 -0000	1.124
+++ ChangeLog	28 Aug 2013 11:17:09 -0000	1.125
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.124 2013/08/17 19:47:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.125 2013/08/28 11:17:09 ago Exp $
+
+  28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> tellico-2.3.8.ebuild:
+  Stable for x86, wrt bug #481010
 
   17 Aug 2013; Agostino Sarubbo <ago@gentoo.org> tellico-2.3.8.ebuild:
   Stable for amd64, wrt bug #481010





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-28 11:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-17 19:47 [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.8.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-28 11:17 Agostino Sarubbo (ago)
2013-07-11 15:36 Michael Palimaka (kensington)
2013-07-11 15:17 Manuel Rueger (mrueg)

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