public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/okular: okular-4.3.5.ebuild ChangeLog
@ 2010-01-25 17:29 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-01-25 17:29 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/01/25 17:29:45

  Modified:             ChangeLog
  Added:                okular-4.3.5.ebuild
  Log:
  Version bump KDE 4.3.5
  (Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.60                 kde-base/okular/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	21 Jan 2010 10:11:34 -0000	1.59
+++ ChangeLog	25 Jan 2010 17:29:45 -0000	1.60
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/okular
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.59 2010/01/21 10:11:34 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.60 2010/01/25 17:29:45 scarabeus Exp $
+
+*okular-4.3.5 (25 Jan 2010)
+
+  25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> +okular-4.3.5.ebuild:
+  Version bump
 
   21 Jan 2010; Jonathan Callen <abcd@gentoo.org> okular-4.3.4.ebuild:
   Keyword ~amd64-linux/~x86-linux



1.1                  kde-base/okular/okular-4.3.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild?rev=1.1&content-type=text/plain

Index: okular-4.3.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild,v 1.1 2010/01/25 17:29:45 scarabeus Exp $

EAPI="2"

KMNAME="kdegraphics"
inherit kde4-meta

DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="chm crypt debug djvu ebook +handbook +jpeg +ps +pdf +tiff"

DEPEND="
	media-libs/freetype
	sys-libs/zlib
	chm? ( dev-libs/chmlib )
	crypt? ( app-crypt/qca:2 )
	djvu? ( app-text/djvu )
	ebook? ( app-text/ebook-tools )
	jpeg? ( media-libs/jpeg )
	pdf? (
		|| (
			>=virtual/poppler-0.12.1[lcms]
			<virtual/poppler-0.12.0
		)
		>=virtual/poppler-qt4-0.8.5
	)
	ps? ( app-text/libspectre )
	tiff? ( media-libs/tiff )
"
RDEPEND="${DEPEND}"

KMEXTRACTONLY="libs/mobipocket"

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_with chm)
		$(cmake-utils_use_with crypt QCA2)
		$(cmake-utils_use_with djvu DjVuLibre)
		$(cmake-utils_use_with ebook EPub)
		$(cmake-utils_use_with jpeg)
		$(cmake-utils_use_with ps LibSpectre)
		$(cmake-utils_use_with pdf PopplerQt4)
		$(cmake-utils_use_with pdf Poppler)
		$(cmake-utils_use_with tiff)
	)

	kde4-meta_src_configure
}

src_install() {
	insinto "${KDEDIR}"/share/apps/cmake/modules
	doins "${S}"/cmake/modules/FindOkular.cmake

	kde4-meta_src_install
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/okular: okular-4.3.5.ebuild ChangeLog
@ 2010-02-20 12:04 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-20 12:04 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/20 12:04:16

  Modified:             okular-4.3.5.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt #300393
  (Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.3                  kde-base/okular/okular-4.3.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild?r1=1.2&r2=1.3

Index: okular-4.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- okular-4.3.5.ebuild	10 Feb 2010 19:21:38 -0000	1.2
+++ okular-4.3.5.ebuild	20 Feb 2010 12:04:15 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild,v 1.2 2010/02/10 19:21:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.3.5.ebuild,v 1.3 2010/02/20 12:04:15 ssuominen Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="chm crypt debug djvu ebook +handbook +jpeg +ps +pdf +tiff"
 
 DEPEND="



1.63                 kde-base/okular/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/okular/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	10 Feb 2010 19:21:38 -0000	1.62
+++ ChangeLog	20 Feb 2010 12:04:15 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/okular
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.62 2010/02/10 19:21:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/ChangeLog,v 1.63 2010/02/20 12:04:15 ssuominen Exp $
+
+  20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> okular-4.3.5.ebuild:
+  amd64/x86 stable wrt #300393
 
   10 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> okular-4.3.3.ebuild,
   okular-4.3.4.ebuild, okular-4.3.5.ebuild, okular-4.4.0.ebuild:






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

end of thread, other threads:[~2010-02-20 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-20 12:04 [gentoo-commits] gentoo-x86 commit in kde-base/okular: okular-4.3.5.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-25 17:29 Tomas Chvatal (scarabeus)

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