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.3.2.ebuild
@ 2009-10-06 20:06 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-10-06 20:06 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/10/06 20:06:22

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

Revision  Changes    Path
1.35                 kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	1 Sep 2009 15:58:30 -0000	1.34
+++ ChangeLog	6 Oct 2009 20:06:22 -0000	1.35
@@ -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.34 2009/09/01 15:58:30 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.35 2009/10/06 20:06:22 alexxy Exp $
+
+*ksplash-4.3.2 (06 Oct 2009)
+
+  06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +ksplash-4.3.2.ebuild:
+  Version bump
 
 *ksplash-4.3.1 (01 Sep 2009)
 



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

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

Index: ksplash-4.3.2.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.2.ebuild,v 1.1 2009/10/06 20:06:22 alexxy 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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.3.2.ebuild
@ 2009-11-08 23:59 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-11-08 23:59 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/11/08 23:59:16

  Modified:             ChangeLog
  Removed:              ksplash-4.3.2.ebuild
  Log:
  Drop KDE 4.3.2
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 kde-base/ksplash/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	8 Nov 2009 21:46:21 -0000	1.40
+++ ChangeLog	8 Nov 2009 23:59:15 -0000	1.41
@@ -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.40 2009/11/08 21:46:21 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.41 2009/11/08 23:59:15 alexxy Exp $
+
+  08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.3.2.ebuild:
+  Drop KDE 4.3.2
 
   08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksplash-4.2.4.ebuild:
   Drop KDE 4.2.4






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

end of thread, other threads:[~2009-11-09  0:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 23:59 [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.3.2.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-06 20:06 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