johu        15/01/30 21:41:38

  Modified:             phonon-vlc-9999.ebuild phonon-vlc-0.8.2.ebuild
                        ChangeLog
  Removed:              phonon-vlc-0.8.1.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.17                 media-libs/phonon-vlc/phonon-vlc-9999.ebuild

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

Index: phonon-vlc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- phonon-vlc-9999.ebuild      9 Sep 2014 17:18:15 -0000       1.16
+++ phonon-vlc-9999.ebuild      30 Jan 2015 21:41:38 -0000      1.17
@@ -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-vlc/phonon-vlc-9999.ebuild,v 1.16 
2014/09/09 17:18:15 kensington Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-9999.ebuild,v 1.17 
2015/01/30 21:41:38 johu Exp $
 
 EAPI=5
 
@@ -49,13 +49,7 @@
 DOCS=( AUTHORS )
 
 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() {
@@ -77,14 +71,14 @@
        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
+}
+
 pkg_postinst() {
        elog "For more verbose debug information, export the following 
variables:"
        elog "PHONON_DEBUG=1"



1.2                  media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild

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

Index: phonon-vlc-0.8.2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phonon-vlc-0.8.2.ebuild     11 Dec 2014 12:14:06 -0000      1.1
+++ phonon-vlc-0.8.2.ebuild     30 Jan 2015 21:41:38 -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-vlc/phonon-vlc-0.8.2.ebuild,v 1.1 
2014/12/11 12:14:06 mrueg Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/media-libs/phonon-vlc/phonon-vlc-0.8.2.ebuild,v 1.2 
2015/01/30 21:41:38 johu Exp $
 
 EAPI=5
 
@@ -49,13 +49,7 @@
 DOCS=( AUTHORS )
 
 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() {
@@ -77,14 +71,14 @@
        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
+}
+
 pkg_postinst() {
        elog "For more verbose debug information, export the following 
variables:"
        elog "PHONON_DEBUG=1"



1.54                 media-libs/phonon-vlc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   11 Dec 2014 12:14:06 -0000      1.53
+++ ChangeLog   30 Jan 2015 21:41:38 -0000      1.54
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/phonon-vlc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.53 
2014/12/11 12:14:06 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon-vlc/ChangeLog,v 1.54 
2015/01/30 21:41:38 johu Exp $
+
+  30 Jan 2015; Johannes Huber <[email protected]> -phonon-vlc-0.8.1.ebuild,
+  phonon-vlc-0.8.2.ebuild, phonon-vlc-9999.ebuild:
+  Shorten pkg setup. Sort functions. Remove old.
 
 *phonon-vlc-0.8.2 (11 Dec 2014)
 




Reply via email to