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.9.0.ebuild
@ 2012-08-01 22:17 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-08-01 22:17 UTC (permalink / raw
  To: gentoo-commits

johu        12/08/01 22:17:17

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

Revision  Changes    Path
1.129                kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	21 Jun 2012 21:54:50 -0000	1.128
+++ ChangeLog	1 Aug 2012 22:17:17 -0000	1.129
@@ -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.128 2012/06/21 21:54:50 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.129 2012/08/01 22:17:17 johu Exp $
+
+*ksplash-4.9.0 (01 Aug 2012)
+
+  01 Aug 2012; Johannes Huber <johu@gentoo.org> +ksplash-4.9.0.ebuild:
+  Version bump KDE SC 4.9.0
 
 *ksplash-4.8.4 (21 Jun 2012)
 



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

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

Index: ksplash-4.9.0.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.9.0.ebuild,v 1.1 2012/08/01 22:17:17 johu 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}"

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)
	)

	kde4-meta_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.9.0.ebuild
@ 2012-09-21  9:32 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-09-21  9:32 UTC (permalink / raw
  To: gentoo-commits

johu        12/09/21 09:32:25

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

Revision  Changes    Path
1.141                kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	4 Sep 2012 18:45:04 -0000	1.140
+++ ChangeLog	21 Sep 2012 09:32:25 -0000	1.141
@@ -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.140 2012/09/04 18:45:04 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.141 2012/09/21 09:32:25 johu Exp $
+
+  21 Sep 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.9.0.ebuild:
+  Remove KDE SC 4.9.0
 
 *ksplash-4.9.1 (04 Sep 2012)
 





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

end of thread, other threads:[~2012-09-21  9:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 22:17 [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.9.0.ebuild Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-21  9:32 Johannes Huber (johu)

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