public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
@ 2007-10-19 22:23 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 7+ messages in thread
From: Wulf Krueger (philantrop) @ 2007-10-19 22:23 UTC (permalink / raw
  To: gentoo-commits

philantrop    07/10/19 22:23:24

  Modified:             ChangeLog
  Added:                kdegraphics-kfile-plugins-3.5.8.ebuild
  Log:
  Bump to KDE 3.5.8.
  (Portage version: 2.1.3.15)

Revision  Changes    Path
1.85                 kde-base/kdegraphics-kfile-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	28 Aug 2007 19:57:17 -0000	1.84
+++ ChangeLog	19 Oct 2007 22:23:23 -0000	1.85
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kdegraphics-kfile-plugins
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.84 2007/08/28 19:57:17 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.85 2007/10/19 22:23:23 philantrop Exp $
+
+*kdegraphics-kfile-plugins-3.5.8 (19 Oct 2007)
+
+  19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org>
+  +kdegraphics-kfile-plugins-3.5.8.ebuild:
+  Bump to KDE 3.5.8.
 
   28 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org>
   +files/kdegraphics-kfile-plugins-3.5.7-openexr-1.6.0.patch,



1.1                  kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild

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

Index: kdegraphics-kfile-plugins-3.5.8.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.1 2007/10/19 22:23:23 philantrop Exp $

KMNAME=kdegraphics
KMMODULE=kfile-plugins
MAXKDEVER=$PV
KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils

DESCRIPTION="kfile plugins from kdegraphics"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="openexr"
DEPEND="media-libs/tiff
	openexr? ( media-libs/openexr )"

# compilation of the tiff plugin depends on the check in acinclude.m4.in,
# which doesn't have a switch.

# ps installed with kghostview, pdf installed with kpdf
KMEXTRACTONLY="kfile-plugins/ps kfile-plugins/pdf"

src_compile() {
	local myconf="$myconf $(use_with openexr)"
	kde-meta_src_compile
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
@ 2008-01-28 20:50 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 7+ messages in thread
From: Wulf Krueger (philantrop) @ 2008-01-28 20:50 UTC (permalink / raw
  To: gentoo-commits

philantrop    08/01/28 20:50:36

  Modified:             ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
  Log:
  Marked stable on amd64 as per bug 207634.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.86                 kde-base/kdegraphics-kfile-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	19 Oct 2007 22:23:23 -0000	1.85
+++ ChangeLog	28 Jan 2008 20:50:35 -0000	1.86
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdegraphics-kfile-plugins
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.85 2007/10/19 22:23:23 philantrop Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.86 2008/01/28 20:50:35 philantrop Exp $
+
+  28 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
+  kdegraphics-kfile-plugins-3.5.8.ebuild:
+  Marked stable on amd64 as per bug 207634.
 
 *kdegraphics-kfile-plugins-3.5.8 (19 Oct 2007)
 



1.2                  kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?r1=1.1&r2=1.2

Index: kdegraphics-kfile-plugins-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdegraphics-kfile-plugins-3.5.8.ebuild	19 Oct 2007 22:23:23 -0000	1.1
+++ kdegraphics-kfile-plugins-3.5.8.ebuild	28 Jan 2008 20:50:35 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.1 2007/10/19 22:23:23 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.2 2008/01/28 20:50:35 philantrop Exp $
 
 KMNAME=kdegraphics
 KMMODULE=kfile-plugins
@@ -9,7 +9,7 @@
 inherit kde-meta eutils
 
 DESCRIPTION="kfile plugins from kdegraphics"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="openexr"
 DEPEND="media-libs/tiff
 	openexr? ( media-libs/openexr )"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
@ 2008-01-29 16:49 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-01-29 16:49 UTC (permalink / raw
  To: gentoo-commits

armin76     08/01/29 16:49:01

  Modified:             ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
  Log:
  alpha/ia64/sparc stable wrt #207634
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.87                 kde-base/kdegraphics-kfile-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	28 Jan 2008 20:50:35 -0000	1.86
+++ ChangeLog	29 Jan 2008 16:49:01 -0000	1.87
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdegraphics-kfile-plugins
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.86 2008/01/28 20:50:35 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.87 2008/01/29 16:49:01 armin76 Exp $
+
+  29 Jan 2008; Raúl Porcel <armin76@gentoo.org>
+  kdegraphics-kfile-plugins-3.5.8.ebuild:
+  alpha/ia64/sparc stable wrt #207634
 
   28 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org>
   kdegraphics-kfile-plugins-3.5.8.ebuild:



1.3                  kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild

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

Index: kdegraphics-kfile-plugins-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdegraphics-kfile-plugins-3.5.8.ebuild	28 Jan 2008 20:50:35 -0000	1.2
+++ kdegraphics-kfile-plugins-3.5.8.ebuild	29 Jan 2008 16:49:01 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.2 2008/01/28 20:50:35 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.3 2008/01/29 16:49:01 armin76 Exp $
 
 KMNAME=kdegraphics
 KMMODULE=kfile-plugins
@@ -9,7 +9,7 @@
 inherit kde-meta eutils
 
 DESCRIPTION="kfile plugins from kdegraphics"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="openexr"
 DEPEND="media-libs/tiff
 	openexr? ( media-libs/openexr )"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
@ 2008-01-30  8:53 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-01-30  8:53 UTC (permalink / raw
  To: gentoo-commits

opfer       08/01/30 08:53:39

  Modified:             ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
  Log:
  stable x86, bug 207634
  (Portage version: 2.1.3.19, RepoMan options: --force)

Revision  Changes    Path
1.88                 kde-base/kdegraphics-kfile-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	29 Jan 2008 16:49:01 -0000	1.87
+++ ChangeLog	30 Jan 2008 08:53:38 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdegraphics-kfile-plugins
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.87 2008/01/29 16:49:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.88 2008/01/30 08:53:38 opfer Exp $
+
+  30 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
+  kdegraphics-kfile-plugins-3.5.8.ebuild:
+  stable x86, bug 207634
 
   29 Jan 2008; Raúl Porcel <armin76@gentoo.org>
   kdegraphics-kfile-plugins-3.5.8.ebuild:



1.4                  kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?r1=1.3&r2=1.4

Index: kdegraphics-kfile-plugins-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kdegraphics-kfile-plugins-3.5.8.ebuild	29 Jan 2008 16:49:01 -0000	1.3
+++ kdegraphics-kfile-plugins-3.5.8.ebuild	30 Jan 2008 08:53:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.3 2008/01/29 16:49:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.4 2008/01/30 08:53:38 opfer Exp $
 
 KMNAME=kdegraphics
 KMMODULE=kfile-plugins
@@ -9,7 +9,7 @@
 inherit kde-meta eutils
 
 DESCRIPTION="kfile plugins from kdegraphics"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="openexr"
 DEPEND="media-libs/tiff
 	openexr? ( media-libs/openexr )"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
@ 2008-01-30 17:22 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-01-30 17:22 UTC (permalink / raw
  To: gentoo-commits

ranger      08/01/30 17:22:50

  Modified:             ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
  Log:
  KDE stablization for ppc64 bug 207634
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.89                 kde-base/kdegraphics-kfile-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	30 Jan 2008 08:53:38 -0000	1.88
+++ ChangeLog	30 Jan 2008 17:22:49 -0000	1.89
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdegraphics-kfile-plugins
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.88 2008/01/30 08:53:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.89 2008/01/30 17:22:49 ranger Exp $
+
+  30 Jan 2008; Brent Baude <ranger@gentoo.org>
+  kdegraphics-kfile-plugins-3.5.8.ebuild:
+  Marking kdegraphics-kfile-plugins-3.5.8 ppc64 for bug 207634
 
   30 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
   kdegraphics-kfile-plugins-3.5.8.ebuild:



1.5                  kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?r1=1.4&r2=1.5

Index: kdegraphics-kfile-plugins-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kdegraphics-kfile-plugins-3.5.8.ebuild	30 Jan 2008 08:53:38 -0000	1.4
+++ kdegraphics-kfile-plugins-3.5.8.ebuild	30 Jan 2008 17:22:49 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.4 2008/01/30 08:53:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.5 2008/01/30 17:22:49 ranger Exp $
 
 KMNAME=kdegraphics
 KMMODULE=kfile-plugins
@@ -9,7 +9,7 @@
 inherit kde-meta eutils
 
 DESCRIPTION="kfile plugins from kdegraphics"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="openexr"
 DEPEND="media-libs/tiff
 	openexr? ( media-libs/openexr )"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
@ 2008-01-31 15:28 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2008-01-31 15:28 UTC (permalink / raw
  To: gentoo-commits

ranger      08/01/31 15:28:57

  Modified:             ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
  Log:
  Stable ppc for 207634
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.90                 kde-base/kdegraphics-kfile-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	30 Jan 2008 17:22:49 -0000	1.89
+++ ChangeLog	31 Jan 2008 15:28:57 -0000	1.90
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdegraphics-kfile-plugins
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.89 2008/01/30 17:22:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.90 2008/01/31 15:28:57 ranger Exp $
+
+  31 Jan 2008; Brent Baude <ranger@gentoo.org>
+  kdegraphics-kfile-plugins-3.5.8.ebuild:
+  Marking kdegraphics-kfile-plugins-3.5.8 ppc for bug 207634
 
   30 Jan 2008; Brent Baude <ranger@gentoo.org>
   kdegraphics-kfile-plugins-3.5.8.ebuild:



1.6                  kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?r1=1.5&r2=1.6

Index: kdegraphics-kfile-plugins-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kdegraphics-kfile-plugins-3.5.8.ebuild	30 Jan 2008 17:22:49 -0000	1.5
+++ kdegraphics-kfile-plugins-3.5.8.ebuild	31 Jan 2008 15:28:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.5 2008/01/30 17:22:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.6 2008/01/31 15:28:57 ranger Exp $
 
 KMNAME=kdegraphics
 KMMODULE=kfile-plugins
@@ -9,7 +9,7 @@
 inherit kde-meta eutils
 
 DESCRIPTION="kfile plugins from kdegraphics"
-KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="openexr"
 DEPEND="media-libs/tiff
 	openexr? ( media-libs/openexr )"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
@ 2008-03-04  5:05 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-03-04  5:05 UTC (permalink / raw
  To: gentoo-commits

jer         08/03/04 05:05:41

  Modified:             ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild
  Log:
  Keyword split KDE for HPPA.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.95                 kde-base/kdegraphics-kfile-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	22 Feb 2008 11:09:47 -0000	1.94
+++ ChangeLog	4 Mar 2008 05:05:41 -0000	1.95
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kdegraphics-kfile-plugins
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.94 2008/02/22 11:09:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/ChangeLog,v 1.95 2008/03/04 05:05:41 jer Exp $
+
+  04 Mar 2008; Jeroen Roovers <jer@gentoo.org>
+  kdegraphics-kfile-plugins-3.5.8.ebuild:
+  Keyword split KDE for HPPA.
 
   22 Feb 2008; Jeroen Roovers <jer@gentoo.org>
   kdegraphics-kfile-plugins-3.5.8.ebuild,



1.8                  kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild?r1=1.7&r2=1.8

Index: kdegraphics-kfile-plugins-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kdegraphics-kfile-plugins-3.5.8.ebuild	22 Feb 2008 11:09:47 -0000	1.7
+++ kdegraphics-kfile-plugins-3.5.8.ebuild	4 Mar 2008 05:05:41 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.7 2008/02/22 11:09:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-kfile-plugins/kdegraphics-kfile-plugins-3.5.8.ebuild,v 1.8 2008/03/04 05:05:41 jer Exp $
 
 KMNAME=kdegraphics
 KMMODULE=kfile-plugins
@@ -9,7 +9,7 @@
 inherit kde-meta eutils
 
 DESCRIPTION="kfile plugins from kdegraphics"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="openexr"
 DEPEND="media-libs/tiff
 	openexr? ( media-libs/openexr )"



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-04  5:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-31 15:28 [gentoo-commits] gentoo-x86 commit in kde-base/kdegraphics-kfile-plugins: ChangeLog kdegraphics-kfile-plugins-3.5.8.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-04  5:05 Jeroen Roovers (jer)
2008-01-30 17:22 Brent Baude (ranger)
2008-01-30  8:53 Christian Faulhammer (opfer)
2008-01-29 16:49 Raul Porcel (armin76)
2008-01-28 20:50 Wulf Krueger (philantrop)
2007-10-19 22:23 Wulf Krueger (philantrop)

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