public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.3.3.ebuild ChangeLog
@ 2009-11-02 21:43 Alex Alexander (wired)
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Alexander (wired) @ 2009-11-02 21:43 UTC (permalink / raw
  To: gentoo-commits

wired       09/11/02 21:43:03

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

Revision  Changes    Path
1.39                 kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	18 Oct 2009 13:37:41 -0000	1.38
+++ ChangeLog	2 Nov 2009 21:43:02 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.38 2009/10/18 13:37:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.39 2009/11/02 21:43:02 wired Exp $
+
+*ksplash-4.3.3 (02 Nov 2009)
+
+  02 Nov 2009; Alex Alexander <wired@gentoo.org> +ksplash-4.3.3.ebuild:
+  Version bump
 
   18 Oct 2009; Markus Meier <maekke@gentoo.org> ksplash-4.3.1.ebuild:
   x86 stable, bug #287697



1.1                  kde-base/ksplash/ksplash-4.3.3.ebuild

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

Index: ksplash-4.3.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v 1.1 2009/11/02 21:43:02 wired Exp $

EAPI="2"

KMNAME="kdebase-workspace"
inherit kde4-meta

DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="3dnow altivec debug mmx sse sse2 xinerama"

COMMONDEPEND="
	media-libs/libpng
	xinerama? ( x11-libs/libXinerama )
"
DEPEND="${COMMONDEPEND}
	xinerama? ( x11-proto/xineramaproto )
"
RDEPEND="${COMMONDEPEND}"

src_configure() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_has 3dnow X86_3DNOW)
		$(cmake-utils_use_has altivec PPC_ALTIVEC)
		$(cmake-utils_use_has mmx X86_MMX)
		$(cmake-utils_use_has sse X86_SSE)
		$(cmake-utils_use_has sse2 X86_SSE2)
		$(cmake-utils_use_with xinerama X11_Xinerama)"

	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.3.3.ebuild ChangeLog
@ 2009-11-29 15:56 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-29 15:56 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/11/29 15:56:53

  Modified:             ksplash-4.3.3.ebuild ChangeLog
  Log:
  amd64 stable wrt #292455
  (Portage version: 2.2_rc53/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.2                  kde-base/ksplash/ksplash-4.3.3.ebuild

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

Index: ksplash-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksplash-4.3.3.ebuild	2 Nov 2009 21:43:02 -0000	1.1
+++ ksplash-4.3.3.ebuild	29 Nov 2009 15:56:53 -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/ksplash/ksplash-4.3.3.ebuild,v 1.1 2009/11/02 21:43:02 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v 1.2 2009/11/29 15:56:53 ssuominen Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="



1.42                 kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	8 Nov 2009 23:59:15 -0000	1.41
+++ ChangeLog	29 Nov 2009 15:56:53 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.41 2009/11/08 23:59:15 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.42 2009/11/29 15:56:53 ssuominen Exp $
+
+  29 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> ksplash-4.3.3.ebuild:
+  amd64 stable wrt #292455
 
   08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.3.2.ebuild:
   Drop KDE 4.3.2






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.3.3.ebuild ChangeLog
@ 2009-11-29 16:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-29 16:48 UTC (permalink / raw
  To: gentoo-commits

armin76     09/11/29 16:48:37

  Modified:             ksplash-4.3.3.ebuild ChangeLog
  Log:
  Add ~sparc
  (Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.3                  kde-base/ksplash/ksplash-4.3.3.ebuild

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

Index: ksplash-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ksplash-4.3.3.ebuild	29 Nov 2009 15:56:53 -0000	1.2
+++ ksplash-4.3.3.ebuild	29 Nov 2009 16:48:37 -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/ksplash/ksplash-4.3.3.ebuild,v 1.2 2009/11/29 15:56:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v 1.3 2009/11/29 16:48:37 armin76 Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="



1.43                 kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	29 Nov 2009 15:56:53 -0000	1.42
+++ ChangeLog	29 Nov 2009 16:48:37 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.42 2009/11/29 15:56:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.43 2009/11/29 16:48:37 armin76 Exp $
+
+  29 Nov 2009; Raúl Porcel <armin76@gentoo.org> ksplash-4.3.3.ebuild:
+  Add ~sparc
 
   29 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> ksplash-4.3.3.ebuild:
   amd64 stable wrt #292455






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.3.3.ebuild ChangeLog
@ 2009-12-10 16:45 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-12-10 16:45 UTC (permalink / raw
  To: gentoo-commits

fauli       09/12/10 16:45:51

  Modified:             ksplash-4.3.3.ebuild ChangeLog
  Log:
  x86 stable, bug 292455
  (Portage version: 2.1.6.13/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.5                  kde-base/ksplash/ksplash-4.3.3.ebuild

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

Index: ksplash-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ksplash-4.3.3.ebuild	30 Nov 2009 06:54:38 -0000	1.4
+++ ksplash-4.3.3.ebuild	10 Dec 2009 16:45:50 -0000	1.5
@@ -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/ksplash/ksplash-4.3.3.ebuild,v 1.4 2009/11/30 06:54:38 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v 1.5 2009/12/10 16:45:50 fauli Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="



1.46                 kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	1 Dec 2009 11:05:28 -0000	1.45
+++ ChangeLog	10 Dec 2009 16:45:50 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.45 2009/12/01 11:05:28 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.46 2009/12/10 16:45:50 fauli Exp $
+
+  10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> ksplash-4.3.3.ebuild:
+  x86 stable, bug 292455
 
 *ksplash-4.3.4 (01 Dec 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.3.3.ebuild ChangeLog
@ 2010-01-19  1:01 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-19  1:01 UTC (permalink / raw
  To: gentoo-commits

jer         10/01/19 01:01:54

  Modified:             ksplash-4.3.3.ebuild ChangeLog
  Log:
  Stable for HPPA too.
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.6                  kde-base/ksplash/ksplash-4.3.3.ebuild

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

Index: ksplash-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ksplash-4.3.3.ebuild	10 Dec 2009 16:45:50 -0000	1.5
+++ ksplash-4.3.3.ebuild	19 Jan 2010 01:01:54 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v 1.5 2009/12/10 16:45:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.3.3.ebuild,v 1.6 2010/01/19 01:01:54 jer Exp $
 
 EAPI="2"
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="



1.51                 kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	27 Dec 2009 15:28:36 -0000	1.50
+++ ChangeLog	19 Jan 2010 01:01:54 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.50 2009/12/27 15:28:36 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.51 2010/01/19 01:01:54 jer Exp $
+
+  19 Jan 2010; Jeroen Roovers <jer@gentoo.org> ksplash-4.3.3.ebuild:
+  Stable for HPPA too.
 
   23 Dec 2009; Jonathan Callen <abcd@gentoo.org> ksplash-4.3.4.ebuild:
   Pull in changes from overlay






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

end of thread, other threads:[~2010-01-19  1:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19  1:01 [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.3.3.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-10 16:45 Christian Faulhammer (fauli)
2009-11-29 16:48 Raul Porcel (armin76)
2009-11-29 15:56 Samuli Suominen (ssuominen)
2009-11-02 21:43 Alex Alexander (wired)

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