commit:     822c365e8558b6b78ec6364263773203635c5656
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 10:28:50 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 10:30:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822c365e

net-misc/streamtuner: scrollkeeper is not needed, update ebuild

Package-Manager: portage-2.3.2

 .../files/streamtuner-0.99.99-shoutcast-2.patch      |  4 ++--
 .../files/streamtuner-0.99.99-shoutcast.patch        |  4 ++--
 .../files/streamtuner-0.99.99-stack_increase.patch   |  4 ++--
 net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild   | 20 +++++++++-----------
 4 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch 
b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch
index e62df03..dac5973 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast-2.patch
@@ -1,5 +1,5 @@
---- src/plugins/shoutcast/shoutcast.c
-+++ src/plugins/shoutcast/shoutcast.c
+--- a/src/plugins/shoutcast/shoutcast.c
++++ b/src/plugins/shoutcast/shoutcast.c
 @@ -40,1 +40,1 @@
 -#define SHOUTCAST_ROOT                "http://www.shoutcast.com/";
 +#define SHOUTCAST_ROOT                "http://classic.shoutcast.com/";

diff --git a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch 
b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
index b7db78b..41f80c4 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-shoutcast.patch
@@ -1,5 +1,5 @@
---- src/plugins/shoutcast/shoutcast.c.orig     2004-12-19 15:21:00.000000000 
+0000
-+++ src/plugins/shoutcast/shoutcast.c  2008-03-16 10:39:24.000000000 +0000
+--- a/src/plugins/shoutcast/shoutcast.c.orig   2004-12-19 15:21:00.000000000 
+0000
++++ b/src/plugins/shoutcast/shoutcast.c        2008-03-16 10:39:24.000000000 
+0000
 @@ -94,6 +94,8 @@
  
    GNode                       *parent_node;

diff --git 
a/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch 
b/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch
index 0b64aa7..2313915 100644
--- a/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch
+++ b/net-misc/streamtuner/files/streamtuner-0.99.99-stack_increase.patch
@@ -1,5 +1,5 @@
---- src/streamtuner/st-thread.c
-+++ src/streamtuner/st-thread.c
+--- a/src/streamtuner/st-thread.c
++++ b/src/streamtuner/st-thread.c
 @@ -108,1 +108,1 @@
 -                           0x18000, /* 96k, big enough for libcurl */
 +                           0x40000, /* change from 96k to 256k */

diff --git a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild 
b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
index c108b0a..bdd97ba 100644
--- a/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
+++ b/net-misc/streamtuner/streamtuner-0.99.99-r5.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-GCONF_DEBUG=no
-inherit eutils gnome2
+EAPI=6
+inherit gnome2
 
 DESCRIPTION="Stream directory browser for browsing internet radio streams"
 HOMEPAGE="http://www.nongnu.org/streamtuner";
@@ -19,7 +18,6 @@ IUSE="python +shout +xiph"
 RDEPEND="
        >=x11-libs/gtk+-2.4:2
        net-misc/curl
-       app-text/scrollkeeper
        xiph? ( dev-libs/libxml2:2 )
        >=media-libs/taglib-1.2
        python? ( dev-python/pygtk:2 )
@@ -31,12 +29,12 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-gentoo.patch \
-               "${FILESDIR}"/${P}-shoutcast.patch \
-               "${FILESDIR}"/${P}-shoutcast-2.patch \
-               "${FILESDIR}"/${P}-audacious.patch \
-               "${DISTDIR}"/${P}-pygtk-2.6.diff \
-               "${FILESDIR}"/${P}-stack_increase.patch
+       eapply "${FILESDIR}"/${P}-gentoo.patch
+       eapply "${FILESDIR}"/${P}-shoutcast.patch
+       eapply "${FILESDIR}"/${P}-shoutcast-2.patch
+       eapply "${FILESDIR}"/${P}-audacious.patch
+       eapply -p0 "${DISTDIR}"/${P}-pygtk-2.6.diff
+       eapply "${FILESDIR}"/${P}-stack_increase.patch
 
        # Fix .desktop file
        sed -i \

Reply via email to