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.9.ebuild ChangeLog
@ 2014-06-25 17:24 Michael Palimaka (kensington)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka (kensington) @ 2014-06-25 17:24 UTC (permalink / raw
  To: gentoo-commits

kensington    14/06/25 17:24:54

  Modified:             ChangeLog
  Added:                tellico-2.3.9.ebuild
  Log:
  Version bump wrt bug #514678.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.127                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	28 Aug 2013 11:49:11 -0000	1.126
+++ ChangeLog	25 Jun 2014 17:24:54 -0000	1.127
@@ -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.126 2013/08/28 11:49:11 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.127 2014/06/25 17:24:54 kensington Exp $
+
+*tellico-2.3.9 (25 Jun 2014)
+
+  25 Jun 2014; Michael Palimaka <kensington@gentoo.org> +tellico-2.3.9.ebuild:
+  Version bump wrt bug #514678.
 
   28 Aug 2013; Michael Palimaka <kensington@gentoo.org> -tellico-2.3.7.ebuild:
   Remove old.



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.1&content-type=text/plain

Index: tellico-2.3.9.ebuild
===================================================================
# 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.1 2014/06/25 17:24:54 kensington 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 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) )
	pdf? ( app-text/poppler[qt4] )
	scanner? ( $(add_kdebase_dep libksane) )
	taglib? ( >=media-libs/taglib-1.5 )
	v4l? ( >=media-libs/libv4l-0.8.3 )
	xmp? ( >=media-libs/exempi-2 )
	yaz? ( >=dev-libs/yaz-2 )
"
DEPEND="${RDEPEND}
	sys-devel/gettext
"

# 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 KdeMultimedia)
		$(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] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.9.ebuild ChangeLog
@ 2014-07-17 13:11 Michael Palimaka (kensington)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka (kensington) @ 2014-07-17 13:11 UTC (permalink / raw
  To: gentoo-commits

kensington    14/07/17 13:11:58

  Modified:             tellico-2.3.9.ebuild ChangeLog
  Log:
  Remove workaround now handled in the eclass.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?r1=1.1&r2=1.2

Index: tellico-2.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tellico-2.3.9.ebuild	25 Jun 2014 17:24:54 -0000	1.1
+++ tellico-2.3.9.ebuild	17 Jul 2014 13:11:58 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.1 2014/06/25 17:24:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.2 2014/07/17 13:11:58 kensington Exp $
 
 EAPI=5
 
@@ -44,16 +44,6 @@
 
 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)



1.128                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog	25 Jun 2014 17:24:54 -0000	1.127
+++ ChangeLog	17 Jul 2014 13:11:58 -0000	1.128
@@ -1,6 +1,9 @@
 # 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.127 2014/06/25 17:24:54 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.128 2014/07/17 13:11:58 kensington Exp $
+
+  17 Jul 2014; Michael Palimaka <kensington@gentoo.org> tellico-2.3.9.ebuild:
+  Remove workaround now handled in the eclass.
 
 *tellico-2.3.9 (25 Jun 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.9.ebuild ChangeLog
@ 2014-12-12 15:44 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-12-12 15:44 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/12/12 15:44:33

  Modified:             tellico-2.3.9.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?r1=1.3&r2=1.4

Index: tellico-2.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tellico-2.3.9.ebuild	26 Jul 2014 00:04:55 -0000	1.3
+++ tellico-2.3.9.ebuild	12 Dec 2014 15:44:33 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.3 2014/07/26 00:04:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.4 2014/12/12 15:44:33 zlogene Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="addressbook cddb debug nepomuk pdf scanner taglib v4l xmp yaz"
 
 RDEPEND="



1.130                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	26 Jul 2014 00:04:55 -0000	1.129
+++ ChangeLog	12 Dec 2014 15:44:33 -0000	1.130
@@ -1,6 +1,9 @@
 # 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.129 2014/07/26 00:04:55 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.130 2014/12/12 15:44:33 zlogene Exp $
+
+  12 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> tellico-2.3.9.ebuild:
+  amd64 stable wrt bug #517344
 
   25 Jul 2014; Johannes Huber <johu@gentoo.org> metadata.xml,
   tellico-2.3.9.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.9.ebuild ChangeLog
@ 2015-02-05 17:29 Michael Palimaka (kensington)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka (kensington) @ 2015-02-05 17:29 UTC (permalink / raw
  To: gentoo-commits

kensington    15/02/05 17:29:38

  Modified:             tellico-2.3.9.ebuild ChangeLog
  Log:
  Add patch to prevent potential build failure wrt bug #538478.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.5                  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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?r1=1.4&r2=1.5

Index: tellico-2.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tellico-2.3.9.ebuild	12 Dec 2014 15:44:33 -0000	1.4
+++ tellico-2.3.9.ebuild	5 Feb 2015 17:29:38 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.4 2014/12/12 15:44:33 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.5 2015/02/05 17:29:38 kensington Exp $
 
 EAPI=5
 
@@ -43,6 +43,7 @@
 # tests need network access and well-defined server responses
 RESTRICT="test"
 
+PATCHES=( "${FILESDIR}/${P}-build.patch")
 DOCS=( AUTHORS ChangeLog README )
 
 src_configure() {



1.131                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	12 Dec 2014 15:44:33 -0000	1.130
+++ ChangeLog	5 Feb 2015 17:29:38 -0000	1.131
@@ -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.130 2014/12/12 15:44:33 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.131 2015/02/05 17:29:38 kensington Exp $
+
+  05 Feb 2015; Michael Palimaka <kensington@gentoo.org>
+  +files/tellico-2.3.9-build.patch, tellico-2.3.9.ebuild:
+  Add patch to prevent potential build failure wrt bug #538478.
 
   12 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> tellico-2.3.9.ebuild:
   amd64 stable wrt bug #517344





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

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.9.ebuild ChangeLog
@ 2015-02-14 14:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-14 14:38 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/14 14:38:15

  Modified:             tellico-2.3.9.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #517344
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild?r1=1.5&r2=1.6

Index: tellico-2.3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tellico-2.3.9.ebuild	5 Feb 2015 17:29:38 -0000	1.5
+++ tellico-2.3.9.ebuild	14 Feb 2015 14:38:15 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.5 2015/02/05 17:29:38 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.9.ebuild,v 1.6 2015/02/14 14:38:15 ago Exp $
 
 EAPI=5
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="addressbook cddb debug nepomuk pdf scanner taglib v4l xmp yaz"
 
 RDEPEND="



1.132                kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	5 Feb 2015 17:29:38 -0000	1.131
+++ ChangeLog	14 Feb 2015 14:38:15 -0000	1.132
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.131 2015/02/05 17:29:38 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.132 2015/02/14 14:38:15 ago Exp $
+
+  14 Feb 2015; Agostino Sarubbo <ago@gentoo.org> tellico-2.3.9.ebuild:
+  Stable for x86, wrt bug #517344
 
   05 Feb 2015; Michael Palimaka <kensington@gentoo.org>
   +files/tellico-2.3.9-build.patch, tellico-2.3.9.ebuild:





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

end of thread, other threads:[~2015-02-14 14:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 17:29 [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: tellico-2.3.9.ebuild ChangeLog Michael Palimaka (kensington)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-14 14:38 Agostino Sarubbo (ago)
2014-12-12 15:44 Mikle Kolyada (zlogene)
2014-07-17 13:11 Michael Palimaka (kensington)
2014-06-25 17:24 Michael Palimaka (kensington)

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