* [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.6.3.ebuild
@ 2011-05-07 10:47 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 5+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-07 10:47 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/05/07 10:47:51
Modified: ChangeLog
Added: ksplash-4.6.3.ebuild
Log:
Version bump to KDE SC 4.6.3.
(Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.84 kde-base/ksplash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 6 Apr 2011 14:18:53 -0000 1.83
+++ ChangeLog 7 May 2011 10:47:51 -0000 1.84
@@ -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.83 2011/04/06 14:18:53 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.84 2011/05/07 10:47:51 scarabeus Exp $
+
+*ksplash-4.6.3 (07 May 2011)
+
+ 07 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> +ksplash-4.6.3.ebuild:
+ Version bump KDE SC 4.6.3
*ksplash-4.6.2 (06 Apr 2011)
1.1 kde-base/ksplash/ksplash-4.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.1&content-type=text/plain
Index: ksplash-4.6.3.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.6.3.ebuild,v 1.1 2011/05/07 10:47:51 scarabeus Exp $
EAPI=4
KMNAME="kdebase-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.6.3.ebuild
@ 2011-06-08 23:07 Thomas Kahle (tomka)
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2011-06-08 23:07 UTC (permalink / raw
To: gentoo-commits
tomka 11/06/08 23:07:46
Modified: ChangeLog ksplash-4.6.3.ebuild
Log:
x86 stable per bug 369979
(Portage version: 2.1.9.50/cvs/Linux i686)
Revision Changes Path
1.89 kde-base/ksplash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 2 Jun 2011 21:57:48 -0000 1.88
+++ ChangeLog 8 Jun 2011 23:07:45 -0000 1.89
@@ -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.88 2011/06/02 21:57:48 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.89 2011/06/08 23:07:45 tomka Exp $
+
+ 08 Jun 2011; Thomas Kahle <tomka@gentoo.org> ksplash-4.6.3.ebuild:
+ x86 stable per bug 369979
02 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> -ksplash-4.4.5.ebuild:
Drop KDE-4.4
1.2 kde-base/ksplash/ksplash-4.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?r1=1.1&r2=1.2
Index: ksplash-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ksplash-4.6.3.ebuild 7 May 2011 10:47:51 -0000 1.1
+++ ksplash-4.6.3.ebuild 8 Jun 2011 23:07:45 -0000 1.2
@@ -1,6 +1,6 @@
# 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.6.3.ebuild,v 1.1 2011/05/07 10:47:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild,v 1.2 2011/06/08 23:07:45 tomka 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.6.3.ebuild
@ 2011-06-10 11:50 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-10 11:50 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/06/10 11:50:44
Modified: ChangeLog ksplash-4.6.3.ebuild
Log:
Stable on amd64 wrt bug #369979
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.90 kde-base/ksplash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 8 Jun 2011 23:07:45 -0000 1.89
+++ ChangeLog 10 Jun 2011 11:50:44 -0000 1.90
@@ -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.89 2011/06/08 23:07:45 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.90 2011/06/10 11:50:44 hwoarang Exp $
+
+ 10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> ksplash-4.6.3.ebuild:
+ Stable on amd64 wrt bug #369979
08 Jun 2011; Thomas Kahle <tomka@gentoo.org> ksplash-4.6.3.ebuild:
x86 stable per bug 369979
1.3 kde-base/ksplash/ksplash-4.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?r1=1.2&r2=1.3
Index: ksplash-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ksplash-4.6.3.ebuild 8 Jun 2011 23:07:45 -0000 1.2
+++ ksplash-4.6.3.ebuild 10 Jun 2011 11:50:44 -0000 1.3
@@ -1,6 +1,6 @@
# 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.6.3.ebuild,v 1.2 2011/06/08 23:07:45 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild,v 1.3 2011/06/10 11:50:44 hwoarang 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.6.3.ebuild
@ 2011-06-26 1:54 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-06-26 1:54 UTC (permalink / raw
To: gentoo-commits
ranger 11/06/26 01:54:40
Modified: ChangeLog ksplash-4.6.3.ebuild
Log:
Commiting kde-4.6.3 ppc on bug 369979
(Portage version: 2.1.9.42/cvs/Linux ppc64)
Revision Changes Path
1.93 kde-base/ksplash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 10 Jun 2011 21:30:41 -0000 1.92
+++ ChangeLog 26 Jun 2011 01:54:39 -0000 1.93
@@ -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.92 2011/06/10 21:30:41 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.93 2011/06/26 01:54:39 ranger Exp $
+
+ 26 Jun 2011; Brent Baude <ranger@gentoo.org> ksplash-4.6.3.ebuild:
+ Marking ksplash-4.6.3 ppc stable for bug 369979
10 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> Manifest:
Remanifest as tarball was changed
1.4 kde-base/ksplash/ksplash-4.6.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild?r1=1.3&r2=1.4
Index: ksplash-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ksplash-4.6.3.ebuild 10 Jun 2011 11:50:44 -0000 1.3
+++ ksplash-4.6.3.ebuild 26 Jun 2011 01:54:39 -0000 1.4
@@ -1,6 +1,6 @@
# 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.6.3.ebuild,v 1.3 2011/06/10 11:50:44 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ksplash-4.6.3.ebuild,v 1.4 2011/06/26 01:54:39 ranger 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.6.3.ebuild
@ 2012-02-21 12:52 Johannes Huber (johu)
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-02-21 12:52 UTC (permalink / raw
To: gentoo-commits
johu 12/02/21 12:52:24
Modified: ChangeLog
Removed: ksplash-4.6.3.ebuild
Log:
Remove KDE SC 4.6.3
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.115 kde-base/ksplash/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.115&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?rev=1.115&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksplash/ChangeLog?r1=1.114&r2=1.115
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog 18 Feb 2012 15:58:17 -0000 1.114
+++ ChangeLog 21 Feb 2012 12:52:23 -0000 1.115
@@ -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.114 2012/02/18 15:58:17 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksplash/ChangeLog,v 1.115 2012/02/21 12:52:23 johu Exp $
+
+ 20 Feb 2012; Johannes Huber <johu@gentoo.org> -ksplash-4.6.3.ebuild:
+ Remove KDE SC 4.6.3
18 Feb 2012; nixnut <nixnut@gentoo.org> ksplash-4.7.4.ebuild:
ppc stable #396359
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-02-21 12:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 11:50 [gentoo-commits] gentoo-x86 commit in kde-base/ksplash: ChangeLog ksplash-4.6.3.ebuild Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2012-02-21 12:52 Johannes Huber (johu)
2011-06-26 1:54 Brent Baude (ranger)
2011-06-08 23:07 Thomas Kahle (tomka)
2011-05-07 10:47 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox