public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.7.4.ebuild
@ 2011-12-11 18:52 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2011-12-11 18:52 UTC (permalink / raw
  To: gentoo-commits

alexxy      11/12/11 18:52:30

  Modified:             ChangeLog
  Added:                ksplash-4.7.4.ebuild
  Log:
  [kde-base] Add long waiting KDE SC 4.7.4
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.108                kde-base/ksplash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.107&r2=1.108

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	7 Dec 2011 23:07:42 -0000	1.107
+++ ChangeLog	11 Dec 2011 18:52:30 -0000	1.108
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.107 2011/12/07 23:07:42 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.108 2011/12/11 18:52:30 alexxy Exp $
+
+*ksplash-4.7.4 (11 Dec 2011)
+
+  11 Dec 2011; Alexey Shvetsov <alexxy@gentoo.org> +ksplash-4.7.4.ebuild:
+  Version bump KDE SC 4.7.4
 
   07 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -ksplash-4.7.2.ebuild:
   Drop KDE 4.7.2



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

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

Index: ksplash-4.7.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v 1.1 2011/12/11 18:52:30 alexxy Exp $

EAPI=4

KMNAME="kde-workspace"
inherit kde4-meta

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

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

PATCHES=( "${FILESDIR}/${PN}-4.4.2-xinerama_cmake_automagic.patch" )

src_configure() {
	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: ChangeLog ksplash-4.7.4.ebuild
@ 2012-01-09 17:16 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-09 17:16 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/09 17:16:48

  Modified:             ChangeLog ksplash-4.7.4.ebuild
  Log:
  x86 stable wrt bug #396359
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.110                kde-base/ksplash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	18 Dec 2011 19:46:12 -0000	1.109
+++ ChangeLog	9 Jan 2012 17:16:48 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.109 2011/12/18 19:46:12 dilfridge Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.110 2012/01/09 17:16:48 phajdan.jr Exp $
+
+  09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ksplash-4.7.4.ebuild:
+  x86 stable wrt bug #396359
 
   18 Dec 2011; Andreas K. Huettel <dilfridge@gentoo.org> -ksplash-4.6.5.ebuild:
   Drop KDE 4.6.5



1.2                  kde-base/ksplash/ksplash-4.7.4.ebuild

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

Index: ksplash-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksplash-4.7.4.ebuild	11 Dec 2011 18:52:30 -0000	1.1
+++ ksplash-4.7.4.ebuild	9 Jan 2012 17:16:48 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v 1.1 2011/12/11 18:52:30 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v 1.2 2012/01/09 17:16:48 phajdan.jr Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.7.4.ebuild
@ 2012-01-16 23:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-16 23:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/16 23:16:21

  Modified:             ChangeLog ksplash-4.7.4.ebuild
  Log:
  Stable for amd64, wrt bug #396359
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.111                kde-base/ksplash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	9 Jan 2012 17:16:48 -0000	1.110
+++ ChangeLog	16 Jan 2012 23:16:21 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.110 2012/01/09 17:16:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.111 2012/01/16 23:16:21 ago Exp $
+
+  16 Jan 2012; Agostino Sarubbo <ago@gentoo.org> ksplash-4.7.4.ebuild:
+  Stable for amd64, wrt bug #396359
 
   09 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ksplash-4.7.4.ebuild:
   x86 stable wrt bug #396359



1.3                  kde-base/ksplash/ksplash-4.7.4.ebuild

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

Index: ksplash-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ksplash-4.7.4.ebuild	9 Jan 2012 17:16:48 -0000	1.2
+++ ksplash-4.7.4.ebuild	16 Jan 2012 23:16:21 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v 1.2 2012/01/09 17:16:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v 1.3 2012/01/16 23:16:21 ago Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.7.4.ebuild
@ 2012-02-18 15:58 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2012-02-18 15:58 UTC (permalink / raw
  To: gentoo-commits

nixnut      12/02/18 15:58:17

  Modified:             ChangeLog ksplash-4.7.4.ebuild
  Log:
  ppc stable #396359
  
  (Portage version: 2.1.10.44/cvs/Linux ppc, RepoMan options: --force)

Revision  Changes    Path
1.114                kde-base/ksplash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	25 Jan 2012 18:17:07 -0000	1.113
+++ ChangeLog	18 Feb 2012 15:58:17 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.113 2012/01/25 18:17:07 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.114 2012/02/18 15:58:17 nixnut Exp $
+
+  18 Feb 2012; nixnut <nixnut@gentoo.org> ksplash-4.7.4.ebuild:
+  ppc stable #396359
 
 *ksplash-4.8.0 (25 Jan 2012)
 



1.4                  kde-base/ksplash/ksplash-4.7.4.ebuild

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

Index: ksplash-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ksplash-4.7.4.ebuild	16 Jan 2012 23:16:21 -0000	1.3
+++ ksplash-4.7.4.ebuild	18 Feb 2012 15:58:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v 1.3 2012/01/16 23:16:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.7.4.ebuild,v 1.4 2012/02/18 15:58:17 nixnut Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 inherit kde4-meta
 
 DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.7.4.ebuild
@ 2012-09-03 13:29 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-09-03 13:29 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/03 13:29:36

  Modified:             ChangeLog
  Removed:              ksplash-4.7.4.ebuild
  Log:
  Remove KDE SC 4.7.4
  
  (Portage version: 2.2.0_alpha124/cvs/Linux x86_64)

Revision  Changes    Path
1.138                kde-base/ksplash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.138&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.138&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.137&r2=1.138

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	3 Sep 2012 13:00:43 -0000	1.137
+++ ChangeLog	3 Sep 2012 13:29:36 -0000	1.138
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/ksplash
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.137 2012/09/03 13:00:43 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.138 2012/09/03 13:29:36 johu Exp $
+
+  03 Sep 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.7.4.ebuild:
+  Remove KDE SC 4.7.4
 
   03 Sep 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.8.3.ebuild:
   Remove KDE SC 4.8.3





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

end of thread, other threads:[~2012-09-03 13:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-18 15:58 [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.7.4.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-03 13:29 Johannes Huber (johu)
2012-01-16 23:16 Agostino Sarubbo (ago)
2012-01-09 17:16 PaweA Hajdan (phajdan.jr)
2011-12-11 18:52 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