commit:     b3450c370de080c3813a9cd86bfbcc6f9cf874ca
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 11:13:50 2015 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 11:14:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3450c37

gnome-extra/gnome-dvb-daemon: added version 0.2.90

Package-Manager: portage-2.2.24

 gnome-extra/gnome-dvb-daemon/Manifest              |  1 +
 .../gnome-dvb-daemon-0.2.10.ebuild                 |  4 +-
 ....2.10.ebuild => gnome-dvb-daemon-0.2.90.ebuild} | 50 +++++++++-------------
 3 files changed, 24 insertions(+), 31 deletions(-)

diff --git a/gnome-extra/gnome-dvb-daemon/Manifest 
b/gnome-extra/gnome-dvb-daemon/Manifest
index 3d74255..413ebc8 100644
--- a/gnome-extra/gnome-dvb-daemon/Manifest
+++ b/gnome-extra/gnome-dvb-daemon/Manifest
@@ -1 +1,2 @@
 DIST gnome-dvb-daemon-0.2.10.tar.xz 696372 SHA256 
c23fcd4744c91bda065036a1a9b4a77b4665d7ca237f489e89a4c2f3133adcfb SHA512 
9bf99f3b9d3c6a96a0fd193e41d98017f60ffa6255ae5fea52d2360fed0a3f292fc28c59060f54eb58e321e32e06693f5443bd3a4aba41cbd579a07a3c9691fb
 WHIRLPOOL 
18eaa5739788ae3d9c44ce596105b64fcf608a875d4aba224abe18c8e1eac14d388c22126a61c92abe5efbf54c1cfc37400eb6b70fb457f597b4cdc1cb3573d6
+DIST gnome-dvb-daemon-0.2.90.tar.xz 700504 SHA256 
8d1f3cc6cd8cdb5e032841ea136d27c432f2c8a9b9e46fc8e7d752e22c875a5f SHA512 
73e18ed5b267f1ef1ceebfe4ff25ccac3222bca9d7da164dd16acf9367c6b9f9710e915c81ef851c54b6fcae9b08f36d0c78665f4af425afc41b4c08eba49c40
 WHIRLPOOL 
618584c1e25be5ef4ad4a6c551a61e9a8bab8f8d1b308e863193dbde97af44554b82116d6b1ec86d88367defdc76c8c50ea10e4bf19be54c8f5325f2169f12f6

diff --git a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild 
b/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild
index 1b2e4a9..8036246 100644
--- a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild
+++ b/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ VALA_MIN_API_VERSION="0.16"
 inherit eutils python gnome2 multilib vala
 
 DESCRIPTION="Setup your DVB devices, record and watch TV shows and browse EPG 
using GStreamer"
-HOMEPAGE="https://live.gnome.org/DVBDaemon";
+HOMEPAGE="https://wiki.gnome.org/action/show/Projects/DVBDaemon";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild 
b/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.90.ebuild
similarity index 50%
copy from gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild
copy to gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.90.ebuild
index 1b2e4a9..1f7179a 100644
--- a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild
+++ b/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.90.ebuild
@@ -1,42 +1,43 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI="5"
 GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.5"
-VALA_MIN_API_VERSION="0.16"
+PYTHON_COMPAT=( python{3_3,3_4} )
+VALA_MIN_API_VERSION="0.25"
 
-inherit eutils python gnome2 multilib vala
+inherit eutils gnome2 multilib python-any-r1 vala
 
 DESCRIPTION="Setup your DVB devices, record and watch TV shows and browse EPG 
using GStreamer"
-HOMEPAGE="https://live.gnome.org/DVBDaemon";
+HOMEPAGE="https://wiki.gnome.org/action/show/Projects/DVBDaemon";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="~amd64"
 IUSE="nls totem vala"
 
 RDEPEND=">=dev-libs/glib-2.32.0:2
-       >=media-libs/gstreamer-0.10.29:0.10
-       >=media-libs/gst-plugins-good-0.10.14:0.10
-       >=media-libs/gst-plugins-bad-0.10.13:0.10
-       >=dev-libs/libgee-0.5:0
+       >=media-libs/gstreamer-1.4.0:1.0
+       >=media-libs/gst-plugins-good-1.4.0:1.0
+       >=media-libs/gst-plugins-bad-1.4.0:1.0
+       >=dev-libs/libgee-0.8:0.8
        >=dev-db/sqlite-3.4
-       >=media-libs/gst-rtsp-server-0.10.7:0.10
-       media-plugins/gst-plugins-dvb:0.10
-       dev-python/gst-python:0.10
+       >=media-libs/gst-rtsp-server-1.4.5:1.0
+       media-plugins/gst-plugins-dvb:1.0
+       dev-python/gst-python:1.0
        >=dev-python/pygobject-3.2.1:3
-       >=dev-libs/gobject-introspection-0.10.8
+       >=dev-libs/gobject-introspection-1.44.0
        x11-libs/gtk+:3[introspection]
        virtual/libgudev
        vala? ( $(vala_depend) )
        totem? ( media-video/totem )"
 DEPEND="${RDEPEND}
+       ${PYTHON_DEPS}
        >=dev-lang/perl-5.8.1
        >=dev-util/intltool-0.40.0
        virtual/pkgconfig
-       nls? ( >=sys-devel/gettext-0.18.1 )
+       nls? ( sys-devel/gettext )
        >=sys-devel/libtool-2.2.6"
 
 pkg_setup() {
@@ -45,30 +46,21 @@ pkg_setup() {
                $(use_enable totem totem-plugin)"
        use totem && G2CONF="${G2CONF} \
                --with-totem-plugin-dir=/usr/$(get_libdir)/totem/plugins"
-
-       python_set_active_version 2
-       python_pkg_setup
+       python-any-r1_pkg_setup
 }
 
 src_prepare() {
-       python_clean_py-compile_files
-       python_convert_shebangs -r 2 .
+       python_fix_shebang .
        gnome2_src_prepare
        use vala && vala_src_prepare
 }
 
 pkg_postinst() {
-       python_mod_optimize gnomedvb
-       if use totem; then
-               python_mod_optimize "/usr/$(get_libdir)/totem/plugins"
-       fi
+       use totem && python_optimize
        gnome2_pkg_postinst
 }
 
 pkg_postrm() {
-       python_mod_cleanup gnomedvb
-       if use totem; then
-               python_mod_cleanup "/usr/$(get_libdir)/totem/plugins"
-       fi
+       use totem && python_optimize
        gnome2_pkg_postrm
 }

Reply via email to