public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.2.0.ebuild
@ 2009-01-27 18:24 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-27 18:24 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/27 18:24:03

  Modified:             ChangeLog
  Added:                superkaramba-4.2.0.ebuild
  Log:
  Bump shiny new KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.87                 kde-base/superkaramba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	14 Jan 2009 16:09:04 -0000	1.86
+++ ChangeLog	27 Jan 2009 18:24:03 -0000	1.87
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.86 2009/01/14 16:09:04 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.87 2009/01/27 18:24:03 alexxy Exp $
+
+*superkaramba-4.2.0 (27 Jan 2009)
+
+  27 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org>
+  +superkaramba-4.2.0.ebuild:
+  Bump KDE-4.2.0
 
   14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org>
   -superkaramba-4.1.2.ebuild, -superkaramba-4.1.3.ebuild:



1.1                  kde-base/superkaramba/superkaramba-4.2.0.ebuild

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

Index: superkaramba-4.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v 1.1 2009/01/27 18:24:03 alexxy Exp $

EAPI="2"

KMNAME="kdeutils"
inherit kde4-meta

DESCRIPTION="A tool to create interactive applets for the KDE desktop."
KEYWORDS="~amd64 ~x86"
IUSE="debug htmlhandbook python"

DEPEND="kde-base/qimageblitz
	python? ( dev-lang/python )"

PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with python PythonLibs)"
	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.2.0.ebuild
@ 2009-01-29 13:24 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-01-29 13:24 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/01/29 13:24:09

  Modified:             ChangeLog superkaramba-4.2.0.ebuild
  Log:
  Update deps a bit.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 kde-base/superkaramba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	27 Jan 2009 18:24:03 -0000	1.87
+++ ChangeLog	29 Jan 2009 13:24:09 -0000	1.88
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.87 2009/01/27 18:24:03 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.88 2009/01/29 13:24:09 scarabeus Exp $
+
+  29 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
+  superkaramba-4.2.0.ebuild:
+  Update deps a bit.
 
 *superkaramba-4.2.0 (27 Jan 2009)
 



1.2                  kde-base/superkaramba/superkaramba-4.2.0.ebuild

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

Index: superkaramba-4.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- superkaramba-4.2.0.ebuild	27 Jan 2009 18:24:03 -0000	1.1
+++ superkaramba-4.2.0.ebuild	29 Jan 2009 13:24:09 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v 1.1 2009/01/27 18:24:03 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v 1.2 2009/01/29 13:24:09 scarabeus Exp $
 
 EAPI="2"
 
@@ -12,7 +12,9 @@
 IUSE="debug htmlhandbook python"
 
 DEPEND="kde-base/qimageblitz
-	python? ( dev-lang/python )"
+	>=x11-libs/libXrender-0.9.4
+	python? ( dev-lang/python )
+"
 
 PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )
 






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

* [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.2.0.ebuild
@ 2009-01-30 10:57 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-01-30 10:57 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/01/30 10:57:26

  Modified:             ChangeLog superkaramba-4.2.0.ebuild
  Log:
  Remove libXrender dep. Works without same as fine. Per bug #256851.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.89                 kde-base/superkaramba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	29 Jan 2009 13:24:09 -0000	1.88
+++ ChangeLog	30 Jan 2009 10:57:26 -0000	1.89
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.88 2009/01/29 13:24:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.89 2009/01/30 10:57:26 scarabeus Exp $
+
+  30 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
+  superkaramba-4.2.0.ebuild:
+  Remove libXrender dep. Works without same as fine. Per bug #256851.
 
   29 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
   superkaramba-4.2.0.ebuild:



1.3                  kde-base/superkaramba/superkaramba-4.2.0.ebuild

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

Index: superkaramba-4.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- superkaramba-4.2.0.ebuild	29 Jan 2009 13:24:09 -0000	1.2
+++ superkaramba-4.2.0.ebuild	30 Jan 2009 10:57:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v 1.2 2009/01/29 13:24:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v 1.3 2009/01/30 10:57:26 scarabeus Exp $
 
 EAPI="2"
 
@@ -11,10 +11,11 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="debug htmlhandbook python"
 
-DEPEND="kde-base/qimageblitz
-	>=x11-libs/libXrender-0.9.4
+DEPEND="
+	kde-base/qimageblitz
 	python? ( dev-lang/python )
 "
+RDEPEND="${DEPEND}"
 
 PATCHES=( "${FILESDIR}/${PN}-as-needed.patch" )
 






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

* [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.2.0.ebuild
@ 2009-02-01  8:38 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-02-01  8:38 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/02/01 08:38:14

  Modified:             ChangeLog superkaramba-4.2.0.ebuild
  Log:
  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.90                 kde-base/superkaramba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	30 Jan 2009 10:57:26 -0000	1.89
+++ ChangeLog	1 Feb 2009 08:38:14 -0000	1.90
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.89 2009/01/30 10:57:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.90 2009/02/01 08:38:14 jmbsvicetto Exp $
+
+  01 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  superkaramba-4.2.0.ebuild:
+  Restored ~ppc and ~ppc64 keywords to KDE-4.2.0
 
   30 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
   superkaramba-4.2.0.ebuild:



1.4                  kde-base/superkaramba/superkaramba-4.2.0.ebuild

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

Index: superkaramba-4.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- superkaramba-4.2.0.ebuild	30 Jan 2009 10:57:26 -0000	1.3
+++ superkaramba-4.2.0.ebuild	1 Feb 2009 08:38:14 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v 1.3 2009/01/30 10:57:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-4.2.0.ebuild,v 1.4 2009/02/01 08:38:14 jmbsvicetto Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="A tool to create interactive applets for the KDE desktop."
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="debug htmlhandbook python"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.2.0.ebuild
@ 2009-03-08 20:58 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-08 20:58 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/03/08 20:58:59

  Modified:             ChangeLog
  Removed:              superkaramba-4.2.0.ebuild
  Log:
  Drop KDE 4.2.0
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.95                 kde-base/superkaramba/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	8 Mar 2009 14:22:09 -0000	1.94
+++ ChangeLog	8 Mar 2009 20:58:59 -0000	1.95
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/superkaramba
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.94 2009/03/08 14:22:09 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.95 2009/03/08 20:58:59 alexxy Exp $
+
+  08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org>
+  -superkaramba-4.2.0.ebuild:
+  Drop KDE 4.2.0
 
   08 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org>
   superkaramba-4.2.1.ebuild:






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

end of thread, other threads:[~2009-03-08 20:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 20:58 [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: ChangeLog superkaramba-4.2.0.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-01  8:38 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2009-01-30 10:57 Tomas Chvatal (scarabeus)
2009-01-29 13:24 Tomas Chvatal (scarabeus)
2009-01-27 18:24 Alexey Shvetsov (alexxy)

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