public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.8.1.ebuild ChangeLog
@ 2012-03-06 23:35 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas HAttel (dilfridge) @ 2012-03-06 23:35 UTC (permalink / raw
  To: gentoo-commits

dilfridge    12/03/06 23:35:01

  Modified:             ChangeLog
  Added:                ksplash-4.8.1.ebuild
  Log:
  Version bump KDE SC 4.8.1
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.116                kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	21 Feb 2012 12:52:23 -0000	1.115
+++ ChangeLog	6 Mar 2012 23:35:01 -0000	1.116
@@ -1,6 +1,11 @@
 # 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.115 2012/02/21 12:52:23 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.116 2012/03/06 23:35:01 dilfridge Exp $
+
+*ksplash-4.8.1 (06 Mar 2012)
+
+  06 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> +ksplash-4.8.1.ebuild:
+  Version bump KDE SC 4.8.1
 
   20 Feb 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.6.3.ebuild:
   Remove KDE SC 4.6.3



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

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

Index: ksplash-4.8.1.ebuild
===================================================================
# 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.8.1.ebuild,v 1.1 2012/03/06 23:35:01 dilfridge Exp $

EAPI=4

KMNAME="kde-workspace"
inherit kde4-meta

DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)"
KEYWORDS="~amd64 ~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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.8.1.ebuild ChangeLog
@ 2012-04-18 19:07 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2012-04-18 19:07 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/18 19:07:08

  Modified:             ksplash-4.8.1.ebuild ChangeLog
  Log:
  x86 stable, bug #409403
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  kde-base/ksplash/ksplash-4.8.1.ebuild

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

Index: ksplash-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ksplash-4.8.1.ebuild	4 Apr 2012 18:49:31 -0000	1.3
+++ ksplash-4.8.1.ebuild	18 Apr 2012 19:07:08 -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.8.1.ebuild,v 1.3 2012/04/04 18:49:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.8.1.ebuild,v 1.4 2012/04/18 19:07:08 maekke 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 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="3dnow altivec debug mmx sse sse2 xinerama"
 
 COMMONDEPEND="



1.121                kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	4 Apr 2012 23:59:22 -0000	1.120
+++ ChangeLog	18 Apr 2012 19:07:08 -0000	1.121
@@ -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.120 2012/04/04 23:59:22 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.121 2012/04/18 19:07:08 maekke Exp $
+
+  18 Apr 2012; Markus Meier <maekke@gentoo.org> ksplash-4.8.1.ebuild:
+  x86 stable, bug #409403
 
 *ksplash-4.8.2 (04 Apr 2012)
 






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

end of thread, other threads:[~2012-04-18 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06 23:35 [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ksplash-4.8.1.ebuild ChangeLog Andreas HAttel (dilfridge)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-18 19:07 Markus Meier (maekke)

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