summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-18 15:06:05 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-18 15:06:05 +0000
commitac2baefe10cb6b55e393b6b35e82cc3407753b4a (patch)
tree9b7ad2c1658e27a4a9daa1b2cd8a47674a6f0493 /media-video/ushare
parentFix description and homepage by Geert Lamers (bug #431856). (diff)
downloadgentoo-2-ac2baefe10cb6b55e393b6b35e82cc3407753b4a.tar.gz
gentoo-2-ac2baefe10cb6b55e393b6b35e82cc3407753b4a.tar.bz2
gentoo-2-ac2baefe10cb6b55e393b6b35e82cc3407753b4a.zip
Revbump directly to stable to replace -c with -u in the init script. Remove old
(Portage version: 2.1.11.10/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'media-video/ushare')
-rw-r--r--media-video/ushare/ChangeLog10
-rw-r--r--media-video/ushare/files/ushare.init.d6
-rw-r--r--media-video/ushare/ushare-1.1a-r4.ebuild (renamed from media-video/ushare/ushare-1.1a-r1.ebuild)4
3 files changed, 13 insertions, 7 deletions
diff --git a/media-video/ushare/ChangeLog b/media-video/ushare/ChangeLog
index 2b875fa06eb6..1027a7c50c57 100644
--- a/media-video/ushare/ChangeLog
+++ b/media-video/ushare/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-video/ushare
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ChangeLog,v 1.13 2012/07/04 03:17:03 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ChangeLog,v 1.14 2012/08/18 15:06:05 hwoarang Exp $
+
+*ushare-1.1a-r4 (18 Aug 2012)
+
+ 18 Aug 2012; Markos Chandras <hwoarang@gentoo.org> +ushare-1.1a-r4.ebuild,
+ -ushare-1.1a-r1.ebuild, files/ushare.init.d:
+ Revbump directly to stable to replace -c with -u in the init script. Remove
+ old
04 Jul 2012; Jeff Horelick <jdhore@gentoo.org> ushare-1.1a-r3.ebuild:
marked x86 per bug 423747
@@ -59,4 +66,3 @@
+files/ushare.conf.d, +files/ushare.init.d, +metadata.xml:
Initial import. Many thanks to all the contributors on bug 192561. Moved
from sunrise overlay with modifications by myself
-
diff --git a/media-video/ushare/files/ushare.init.d b/media-video/ushare/files/ushare.init.d
index fb6be7d94970..ac7670c77010 100644
--- a/media-video/ushare/files/ushare.init.d
+++ b/media-video/ushare/files/ushare.init.d
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/files/ushare.init.d,v 1.1 2009/12/23 22:27:37 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/files/ushare.init.d,v 1.2 2012/08/18 15:06:05 hwoarang Exp $
depend() {
use net
@@ -61,7 +61,7 @@ start() {
local ushare_dlna=
fi
- start-stop-daemon --start --quiet -c ${USHARE_USER:-root} \
+ start-stop-daemon --start --quiet -u ${USHARE_USER:-root} \
--exec /usr/bin/ushare -- -D -i ${USHARE_IFACE} \
-n ${USHARE_NAME} ${USHARE_OPTS} ${USHARE_DIRS} \
${ushare_port} \
diff --git a/media-video/ushare/ushare-1.1a-r1.ebuild b/media-video/ushare/ushare-1.1a-r4.ebuild
index 110d2fc37c12..3b740456a4b6 100644
--- a/media-video/ushare/ushare-1.1a-r1.ebuild
+++ b/media-video/ushare/ushare-1.1a-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ushare-1.1a-r1.ebuild,v 1.6 2012/06/09 23:37:54 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/ushare/ushare-1.1a-r4.ebuild,v 1.1 2012/08/18 15:06:05 hwoarang Exp $
EAPI=4
inherit eutils multilib user
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE="dlna nls"
-RDEPEND="<net-libs/libupnp-1.6.14
+RDEPEND=">=net-libs/libupnp-1.6.14
dlna? ( >=media-libs/libdlna-0.2.4 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"