johu        15/01/30 22:13:41

  Modified:             phonon-9999.ebuild phonon-4.8.3.ebuild ChangeLog
  Removed:              phonon-4.8.2.ebuild
  Log:
  Shorten pkg setup. Sort functions. Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

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

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

Index: phonon-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- phonon-9999.ebuild  9 Sep 2014 17:17:26 -0000       1.25
+++ phonon-9999.ebuild  30 Jan 2015 22:13:41 -0000      1.26
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.25 
2014/09/09 17:17:26 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-9999.ebuild,v 1.26 
2015/01/30 22:13:41 johu Exp $
 
 EAPI=5
 
@@ -62,13 +62,7 @@
 PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" )
 
 pkg_setup() {
-       MULTIBUILD_VARIANTS=()
-       if use qt4; then
-               MULTIBUILD_VARIANTS+=(qt4)
-       fi
-       if use qt5; then
-               MULTIBUILD_VARIANTS+=(qt5)
-       fi
+       MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }
 
 src_configure() {
@@ -96,10 +90,10 @@
        multibuild_foreach_variant cmake-utils_src_compile
 }
 
-src_install() {
-       multibuild_foreach_variant cmake-utils_src_install
-}
-
 src_test() {
        multibuild_foreach_variant cmake-utils_src_test
 }
+
+src_install() {
+       multibuild_foreach_variant cmake-utils_src_install
+}



1.2                  media-libs/phonon/phonon-4.8.3.ebuild

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

Index: phonon-4.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.8.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phonon-4.8.3.ebuild 11 Dec 2014 12:11:48 -0000      1.1
+++ phonon-4.8.3.ebuild 30 Jan 2015 22:13:41 -0000      1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.8.3.ebuild,v 1.1 
2014/12/11 12:11:48 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.8.3.ebuild,v 1.2 
2015/01/30 22:13:41 johu Exp $
 
 EAPI=5
 
@@ -62,13 +62,7 @@
 PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" )
 
 pkg_setup() {
-       MULTIBUILD_VARIANTS=()
-       if use qt4; then
-               MULTIBUILD_VARIANTS+=(qt4)
-       fi
-       if use qt5; then
-               MULTIBUILD_VARIANTS+=(qt5)
-       fi
+       MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
 }
 
 src_configure() {
@@ -96,10 +90,10 @@
        multibuild_foreach_variant cmake-utils_src_compile
 }
 
-src_install() {
-       multibuild_foreach_variant cmake-utils_src_install
-}
-
 src_test() {
        multibuild_foreach_variant cmake-utils_src_test
 }
+
+src_install() {
+       multibuild_foreach_variant cmake-utils_src_install
+}



1.73                 media-libs/phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   11 Dec 2014 12:11:48 -0000      1.72
+++ ChangeLog   30 Jan 2015 22:13:41 -0000      1.73
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/phonon
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.72 
2014/12/11 12:11:48 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/ChangeLog,v 1.73 
2015/01/30 22:13:41 johu Exp $
+
+  30 Jan 2015; Johannes Huber <[email protected]> -phonon-4.8.2.ebuild,
+  phonon-4.8.3.ebuild, phonon-9999.ebuild:
+  Shorten pkg setup. Sort functions. Remove old.
 
 *phonon-4.8.3 (11 Dec 2014)
 




Reply via email to