public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: ChangeLog tellico-2.3.2.ebuild
@ 2011-01-13  4:30 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 3+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-01-13  4:30 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/01/13 04:30:27

  Modified:             ChangeLog
  Added:                tellico-2.3.2.ebuild
  Log:
  Version bump, fixes bug 348221 and bug 345461, patch by Mr. Anderson
  
  (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)

Revision  Changes    Path
1.94                 kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	13 Jan 2011 01:48:11 -0000	1.93
+++ ChangeLog	13 Jan 2011 04:30:27 -0000	1.94
@@ -1,6 +1,11 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.93 2011/01/13 01:48:11 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.94 2011/01/13 04:30:27 tampakrap Exp $
+
+*tellico-2.3.2 (13 Jan 2011)
+
+  13 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> +tellico-2.3.2.ebuild:
+  Version bump, fixes bug 348221 and bug 345461, patch by Mr. Anderson
 
   13 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> tellico-2.3.ebuild:
   EAPI3



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

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

Index: tellico-2.3.2.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.2.ebuild,v 1.1 2011/01/13 04:30:27 tampakrap Exp $

EAPI=3

KDE_LINGUAS="ca ca@valencia cs da de el en_GB es et fi fr gl hu it nb nds nl nn
pl pt pt_BR ru sv tr uk zh_CN"
KDE_DOC_DIRS="doc doc-translations/%lingua_${PN}"
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 +handbook musicbrainz pdf scanner semantic-desktop taglib v4l xmp yaz"

DEPEND="
	dev-libs/libxml2
	dev-libs/libxslt
	$(add_kdebase_dep kdelibs 'semantic-desktop?')
	media-libs/qimageblitz
	x11-libs/qt-dbus:4
	addressbook? ( $(add_kdebase_dep kdepimlibs) )
	cddb? ( $(add_kdebase_dep libkcddb) )
	pdf? ( >=app-text/poppler-0.12.3-r3[qt4] )
	musicbrainz? ( >=media-libs/musicbrainz-2.1.5 )
	scanner? ( $(add_kdebase_dep libksane) )
	semantic-desktop? ( dev-libs/soprano[raptor,redland] )
	taglib? ( >=media-libs/taglib-1.5 )
	v4l? ( media-libs/libv4l )
	xmp? ( >=media-libs/exempi-2 )
	yaz? ( >=dev-libs/yaz-2 )
"
RDEPEND="${DEPEND}"

DOCS="AUTHORS ChangeLog README"

RESTRICT=test

src_configure() {
	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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: ChangeLog tellico-2.3.2.ebuild
@ 2011-02-25  7:03 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-25  7:03 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/25 07:03:51

  Modified:             ChangeLog tellico-2.3.2.ebuild
  Log:
  x86 stable per bug 328583
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

Revision  Changes    Path
1.96                 kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	31 Jan 2011 06:51:59 -0000	1.95
+++ ChangeLog	25 Feb 2011 07:03:51 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.95 2011/01/31 06:51:59 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.96 2011/02/25 07:03:51 tomka Exp $
+
+  25 Feb 2011; Thomas Kahle <tomka@gentoo.org> tellico-2.3.2.ebuild:
+  x86 stable per bug 328583
 
   31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> -tellico-2.2.ebuild,
   -tellico-2.3.ebuild, tellico-2.3.2.ebuild:



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

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

Index: tellico-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tellico-2.3.2.ebuild	31 Jan 2011 06:51:59 -0000	1.2
+++ tellico-2.3.2.ebuild	25 Feb 2011 07:03:51 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.2.ebuild,v 1.2 2011/01/31 06:51:59 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.2.ebuild,v 1.3 2011/02/25 07:03:51 tomka Exp $
 
 EAPI=3
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="addressbook cddb debug +handbook musicbrainz pdf scanner semantic-desktop taglib v4l xmp yaz"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: ChangeLog tellico-2.3.2.ebuild
@ 2011-02-27 14:08 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-27 14:08 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/27 14:08:03

  Modified:             ChangeLog tellico-2.3.2.ebuild
  Log:
  Stable on amd64 wrt bug #328583
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.97                 kde-misc/tellico/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	25 Feb 2011 07:03:51 -0000	1.96
+++ ChangeLog	27 Feb 2011 14:08:03 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for kde-misc/tellico
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.96 2011/02/25 07:03:51 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/ChangeLog,v 1.97 2011/02/27 14:08:03 hwoarang Exp $
+
+  27 Feb 2011; Markos Chandras <hwoarang@gentoo.org> tellico-2.3.2.ebuild:
+  Stable on amd64 wrt bug #328583
 
   25 Feb 2011; Thomas Kahle <tomka@gentoo.org> tellico-2.3.2.ebuild:
   x86 stable per bug 328583



1.4                  kde-misc/tellico/tellico-2.3.2.ebuild

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

Index: tellico-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tellico-2.3.2.ebuild	25 Feb 2011 07:03:51 -0000	1.3
+++ tellico-2.3.2.ebuild	27 Feb 2011 14:08:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.2.ebuild,v 1.3 2011/02/25 07:03:51 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.2.ebuild,v 1.4 2011/02/27 14:08:03 hwoarang Exp $
 
 EAPI=3
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="addressbook cddb debug +handbook musicbrainz pdf scanner semantic-desktop taglib v4l xmp yaz"
 
 DEPEND="






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

end of thread, other threads:[~2011-02-27 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-27 14:08 [gentoo-commits] gentoo-x86 commit in kde-misc/tellico: ChangeLog tellico-2.3.2.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-25  7:03 Thomas Kahle (tomka)
2011-01-13  4:30 Theo Chatzimichos (tampakrap)

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