public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: phonon-kde-4.6.3.ebuild ChangeLog
@ 2011-05-07 10:47 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 3+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-07 10:47 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/05/07 10:47:45

  Modified:             ChangeLog
  Added:                phonon-kde-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.79                 kde-base/phonon-kde/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	6 Apr 2011 14:19:00 -0000	1.78
+++ ChangeLog	7 May 2011 10:47:45 -0000	1.79
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/phonon-kde
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.78 2011/04/06 14:19:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.79 2011/05/07 10:47:45 scarabeus Exp $
+
+*phonon-kde-4.6.3 (07 May 2011)
+
+  07 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+  +phonon-kde-4.6.3.ebuild:
+  Version bump KDE SC 4.6.3
 
 *phonon-kde-4.6.2 (06 Apr 2011)
 



1.1                  kde-base/phonon-kde/phonon-kde-4.6.3.ebuild

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

Index: phonon-kde-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/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.1 2011/05/07 10:47:45 scarabeus Exp $

EAPI=4

KMNAME="kdebase-runtime"
KMMODULE="phonon"
inherit kde4-meta

DESCRIPTION="Phonon KDE Integration"
HOMEPAGE="http://phonon.kde.org"

KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="GPL-2"
IUSE="alsa debug xine pulseaudio"

DEPEND="
	>=media-libs/phonon-4.4.3[xine?]
	alsa? ( media-libs/alsa-lib )
	pulseaudio? (
		dev-libs/glib:2
		media-libs/libcanberra
		>=media-sound/pulseaudio-0.9.21[glib]
	)
"
RDEPEND="${DEPEND}"

src_configure() {
	mycmakeargs=(
		-DBUILD_tests=OFF
		$(cmake-utils_use_with alsa)
		$(cmake-utils_use_with xine)
		$(cmake-utils_use_with pulseaudio PulseAudio)
	)

	kde4-meta_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: phonon-kde-4.6.3.ebuild ChangeLog
@ 2011-06-10 11:50 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-10 11:50 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/06/10 11:50:37

  Modified:             phonon-kde-4.6.3.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #369979
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  kde-base/phonon-kde/phonon-kde-4.6.3.ebuild

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

Index: phonon-kde-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- phonon-kde-4.6.3.ebuild	8 Jun 2011 23:39:43 -0000	1.2
+++ phonon-kde-4.6.3.ebuild	10 Jun 2011 11:50:37 -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/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.2 2011/06/08 23:39:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.3 2011/06/10 11:50:37 hwoarang Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Phonon KDE Integration"
 HOMEPAGE="http://phonon.kde.org"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-2"
 IUSE="alsa debug xine pulseaudio"
 



1.85                 kde-base/phonon-kde/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	8 Jun 2011 23:39:43 -0000	1.84
+++ ChangeLog	10 Jun 2011 11:50:37 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/phonon-kde
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.84 2011/06/08 23:39:43 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.85 2011/06/10 11:50:37 hwoarang Exp $
+
+  10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> phonon-kde-4.6.3.ebuild:
+  Stable on amd64 wrt bug #369979
 
   08 Jun 2011; Thomas Kahle <tomka@gentoo.org> phonon-kde-4.6.3.ebuild:
   x86 stable per bug 369979






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

* [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: phonon-kde-4.6.3.ebuild ChangeLog
@ 2011-06-26  1:54 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2011-06-26  1:54 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/26 01:54:36

  Modified:             phonon-kde-4.6.3.ebuild ChangeLog
  Log:
  Commiting kde-4.6.3 ppc on bug 369979
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.4                  kde-base/phonon-kde/phonon-kde-4.6.3.ebuild

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

Index: phonon-kde-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phonon-kde-4.6.3.ebuild	10 Jun 2011 11:50:37 -0000	1.3
+++ phonon-kde-4.6.3.ebuild	26 Jun 2011 01:54:36 -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/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.3 2011/06/10 11:50:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.6.3.ebuild,v 1.4 2011/06/26 01:54:36 ranger Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Phonon KDE Integration"
 HOMEPAGE="http://phonon.kde.org"
 
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
 LICENSE="GPL-2"
 IUSE="alsa debug xine pulseaudio"
 



1.87                 kde-base/phonon-kde/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	10 Jun 2011 18:00:09 -0000	1.86
+++ ChangeLog	26 Jun 2011 01:54:36 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/phonon-kde
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.86 2011/06/10 18:00:09 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.87 2011/06/26 01:54:36 ranger Exp $
+
+  26 Jun 2011; Brent Baude <ranger@gentoo.org> phonon-kde-4.6.3.ebuild:
+  Marking phonon-kde-4.6.3 ppc stable for bug 369979
 
 *phonon-kde-4.6.4 (10 Jun 2011)
 






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

end of thread, other threads:[~2011-06-26  2:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-07 10:47 [gentoo-commits] gentoo-x86 commit in kde-base/phonon-kde: phonon-kde-4.6.3.ebuild ChangeLog Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-10 11:50 Markos Chandras (hwoarang)
2011-06-26  1:54 Brent Baude (ranger)

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