media-video/ushare: Remove use-flag dlna and hard-disable functionality and dependenc...
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 2 Oct 2016 15:10:32 +0000 (17:10 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 2 Oct 2016 15:11:26 +0000 (17:11 +0200)
Package-Manager: portage-2.3.1

media-video/ushare/metadata.xml
media-video/ushare/ushare-1.1a-r5.ebuild
media-video/ushare/ushare-1.1a-r6.ebuild

index 251181549f1f28b096ce7c3a72c9172c4eabf83d..ccb32db02551c200d32b79b786507a434e115b09 100644 (file)
@@ -5,7 +5,4 @@
        <email>hwoarang@gentoo.org</email>
        <name>Markos Chandras</name>
 </maintainer>
-<use>
-       <flag name="dlna">Add DLNA (<pkg>media-libs/libdlna</pkg>) support</flag>
-</use>
 </pkgmetadata>
index 3c9ec8e55652a9808e1cf971bff4b23c707fa4e5..6fe5136a625cc08dfdc98a39167dd6cc1b5a702d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,10 +12,9 @@ SRC_URI="http://ushare.geexbox.org/releases/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="dlna nls"
+IUSE="nls"
 
-RDEPEND=">=net-libs/libupnp-1.6.14
-       dlna? ( >=media-libs/libdlna-0.2.4 )"
+RDEPEND=">=net-libs/libupnp-1.6.14"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
@@ -30,7 +29,7 @@ src_prepare() {
 
 src_configure() {
        local myconf
-       myconf="--prefix=/usr --disable-sysconf --disable-strip $(use_enable dlna)"
+       myconf="--prefix=/usr --disable-sysconf --disable-strip --disable-dlna"
        # nls can only be disabled, on by default.
        use nls || myconf="${myconf} --disable-nls"
 
index 52f57dbc0231c0d7482e5f3d904900c516fe9071..d77a088617d6c2912e971d5574095c09e1df2feb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,10 +12,9 @@ SRC_URI="http://ushare.geexbox.org/releases/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="dlna nls"
+IUSE="nls"
 
-RDEPEND=">=net-libs/libupnp-1.6.14
-       dlna? ( >=media-libs/libdlna-0.2.4 )"
+RDEPEND=">=net-libs/libupnp-1.6.14"
 DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
@@ -31,7 +30,7 @@ src_prepare() {
 
 src_configure() {
        local myconf
-       myconf="--prefix=/usr --sysconfdir=/etc --disable-strip $(use_enable dlna)"
+       myconf="--prefix=/usr --sysconfdir=/etc --disable-strip --disable-dlna"
        # nls can only be disabled, on by default.
        use nls || myconf="${myconf} --disable-nls"