public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/phonon: phonon-9999.ebuild ChangeLog
@ 2011-11-08 19:04 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-11-08 19:04 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/11/08 19:04:23

  Modified:             phonon-9999.ebuild ChangeLog
  Log:
  QA: fix GIT_ECLASS setting, so that the ebuild actually works. Thanks to Davide Bettio for reporting.
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 media-libs/phonon/phonon-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-9999.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-9999.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-9999.ebuild?r1=1.11&r2=1.12

Index: phonon-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- phonon-9999.ebuild	28 Oct 2011 13:36:15 -0000	1.11
+++ phonon-9999.ebuild	8 Nov 2011 19:04:23 -0000	1.12
@@ -1,14 +1,14 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v 1.11 2011/10/28 13:36:15 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v 1.12 2011/11/08 19:04:23 flameeyes Exp $
 
 EAPI=4
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="mirror://kde/stable/phonon/${PV}/src/${P}.tar.xz"
 	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-	SCM_ECLASS="git-2"
 else
+	SCM_ECLASS="git-2"
 	EGIT_REPO_URI="git://anongit.kde.org/${PN}"
 	KEYWORDS=""
 fi



1.23                 media-libs/phonon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	30 Oct 2011 23:22:41 -0000	1.22
+++ ChangeLog	8 Nov 2011 19:04:23 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/phonon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.22 2011/10/30 23:22:41 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.23 2011/11/08 19:04:23 flameeyes Exp $
+
+  08 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> phonon-9999.ebuild:
+  QA: fix GIT_ECLASS setting, so that the ebuild actually works. Thanks to
+  Davide Bettio for reporting.
 
 *phonon-4.5.1-r1 (30 Oct 2011)
 *phonon-4.5.0-r2 (30 Oct 2011)






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

* [gentoo-commits] gentoo-x86 commit in media-libs/phonon: phonon-9999.ebuild ChangeLog
@ 2013-05-10 17:39 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2013-05-10 17:39 UTC (permalink / raw
  To: gentoo-commits

kensington    13/05/10 17:39:10

  Modified:             phonon-9999.ebuild ChangeLog
  Log:
  Migrate to EAPI 5. Fix missed package move.
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 675D0D2C)

Revision  Changes    Path
1.19                 media-libs/phonon/phonon-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-9999.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-9999.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/phonon-9999.ebuild?r1=1.18&r2=1.19

Index: phonon-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- phonon-9999.ebuild	3 Mar 2013 02:37:55 -0000	1.18
+++ phonon-9999.ebuild	10 May 2013 17:39:09 -0000	1.19
@@ -1,8 +1,8 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v 1.18 2013/03/03 02:37:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v 1.19 2013/05/10 17:39:09 kensington Exp $
 
-EAPI=4
+EAPI=5
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="mirror://kde/stable/phonon/${PV}/src/${P}.tar.xz"
@@ -23,7 +23,7 @@
 IUSE="aqua debug +gstreamer pulseaudio vlc zeitgeist"
 
 COMMON_DEPEND="
-	!!dev-libs/qtphonon:4
+	!!dev-qt/qtphonon:4
 	>=dev-qt/qtcore-4.6.0:4
 	>=dev-qt/qtdbus-4.6.0:4
 	>=dev-qt/qtgui-4.6.0:4



1.52                 media-libs/phonon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	3 Mar 2013 02:37:55 -0000	1.51
+++ ChangeLog	10 May 2013 17:39:09 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/phonon
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.51 2013/03/03 02:37:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.52 2013/05/10 17:39:09 kensington Exp $
+
+  10 May 2013; Michael Palimaka <kensington@gentoo.org> phonon-9999.ebuild:
+  Migrate to EAPI 5. Fix missed package move.
 
   03 Mar 2013; Mike Gilbert <floppym@gentoo.org> phonon-4.6.0-r1.ebuild,
   phonon-9999.ebuild:





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

end of thread, other threads:[~2013-05-10 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-08 19:04 [gentoo-commits] gentoo-x86 commit in media-libs/phonon: phonon-9999.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-10 17:39 Michael Palimaka (kensington)

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