Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: 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@g.o> +ksplash-4.3.3.ebuild:
+ Version bump
18 Oct 2009; Markus Meier <maekke@g.o> 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
}
|
|