summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-tv/sundtek-tv/ChangeLog7
-rw-r--r--media-tv/sundtek-tv/Manifest2
-rw-r--r--media-tv/sundtek-tv/files/sundtek.initd2
-rw-r--r--media-tv/sundtek-tv/sundtek-tv-141222.213801.ebuild (renamed from media-tv/sundtek-tv/sundtek-tv-141209.042745.ebuild)0
-rw-r--r--net-dialup/martian-modem/ChangeLog3
-rw-r--r--net-dialup/martian-modem/files/martian-modem.init.d41
-rw-r--r--net-dialup/martian-modem/martian-modem-20100123-r2.ebuild (renamed from net-dialup/martian-modem/martian-modem-20100123-r1.ebuild)0
7 files changed, 30 insertions, 25 deletions
diff --git a/media-tv/sundtek-tv/ChangeLog b/media-tv/sundtek-tv/ChangeLog
index 771e39cb..f21d8cc8 100644
--- a/media-tv/sundtek-tv/ChangeLog
+++ b/media-tv/sundtek-tv/ChangeLog
@@ -2,7 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
-*sundtek-tv-141111.122431 (12 Dec 2014)
+*sundtek-tv-141222.213801 (25 Dec 2014)
+
+ 25 Dec 2014; Martin Väth <martin@mvath.de>:
+ Version bump, remove old ebuild
+
+*sundtek-tv-141209.042745 (12 Dec 2014)
12 Dec 2014; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild
diff --git a/media-tv/sundtek-tv/Manifest b/media-tv/sundtek-tv/Manifest
index 2000109f..b7a74600 100644
--- a/media-tv/sundtek-tv/Manifest
+++ b/media-tv/sundtek-tv/Manifest
@@ -1 +1 @@
-DIST sundtek_installer_141209.042745.sh 23577891 SHA256 038763fea41e2439ab7d34c69bdada689e8ec3566efee55f1eefb21d183b2c8c SHA512 805edb6603f39fee8c1f1005d19ee4256d0d4e3452d4ca681a698e0402ef98c9964f612f472e5446d2d70ed192ece0861a41ee6a61853a1b81fe21d16870cfb8 WHIRLPOOL cdf777d12aca9c94306989ee5316111c536b6124efcecce79d5df623d6d748fce94d663ffe6b6210b30a6c01daae70912f039407ab93af8505d5099b2c0085d4
+DIST sundtek_installer_141222.213801.sh 23591338 SHA256 7d50d6d7aa1807c591806dae062ffe406872a7adab91c80fa95dc81db31cec65 SHA512 f9ee343cc00405e7bc1dd0f40132b3636ae1bc048358ae8b4b78290488bdd1e8e0f390f955d9811461df4b99215b2a26330d5461ebb64fe995d4df4ba4ef618b WHIRLPOOL 00a6a0c365a9f40322864d8f96b2eb776a0fa288fbdfcfaa835df9580eb12520ac558b342ae408a05d745b1c9bcfc7bdabc1e810d983e8c55b5d6aacf8d2cf98
diff --git a/media-tv/sundtek-tv/files/sundtek.initd b/media-tv/sundtek-tv/files/sundtek.initd
index 13a3b31c..315da43e 100644
--- a/media-tv/sundtek-tv/files/sundtek.initd
+++ b/media-tv/sundtek-tv/files/sundtek.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
description="sundtek TV mediaclient"
#command=/opt/bin/mediasrv
diff --git a/media-tv/sundtek-tv/sundtek-tv-141209.042745.ebuild b/media-tv/sundtek-tv/sundtek-tv-141222.213801.ebuild
index 4ab9eee2..4ab9eee2 100644
--- a/media-tv/sundtek-tv/sundtek-tv-141209.042745.ebuild
+++ b/media-tv/sundtek-tv/sundtek-tv-141222.213801.ebuild
diff --git a/net-dialup/martian-modem/ChangeLog b/net-dialup/martian-modem/ChangeLog
index 0aa81906..6503208b 100644
--- a/net-dialup/martian-modem/ChangeLog
+++ b/net-dialup/martian-modem/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 25 Dec 2014; Martin Väth <martin@mvath.de>:
+ Use openrc-run instead of deprecated runscript in initfile
+
15 Mar 2014; Martin Väth <martin@mvath.de>:
Use readme.gentoo.eclass
diff --git a/net-dialup/martian-modem/files/martian-modem.init.d b/net-dialup/martian-modem/files/martian-modem.init.d
index 3c5b8561..540d14c5 100644
--- a/net-dialup/martian-modem/files/martian-modem.init.d
+++ b/net-dialup/martian-modem/files/martian-modem.init.d
@@ -1,7 +1,4 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/martian-modem/files/martian-modem.init.d,v 1.1 2012/12/15 16:41:36 pacho Exp $
+#!/sbin/openrc-run
daemon=/usr/sbin/martian_modem
description="Initscript to run the userspace daemon for winmodems supported by martian-modem driver"
@@ -15,32 +12,32 @@ description="Initscript to run the userspace daemon for winmodems supported by m
pidfile=/var/run/${SVCNAME}.pid
depend() {
- need localmount
- [ "${use_syslog}" = "YES" ] && use syslog
+ need localmount
+ [ "${use_syslog}" = "YES" ] && use syslog
}
start() {
- if [ -e /proc/modules ] ; then
+ if [ -e /proc/modules ] ; then
local modem=
for modem in /dev/modem /dev/ttySM[0-9]* ; do
[ -e "${modem}" ] && break
done
- fi
- if [ ! -e "${modem}" ] ; then
- modprobe martian-dev || eerror $? "Error loading martian-dev module"
- fi
+ fi
+ if [ ! -e "${modem}" ] ; then
+ modprobe martian-dev || eerror $? "Error loading martian-dev module"
+ fi
- if ! yesno "${use_syslog}" ; then
- martian_opts="${MARTIAN_OPTS} --log=${logfile}"
- else
- martian_opts="${MARTIAN_OPTS} --syslog"
- fi
-
- ebegin "Starting ${SVCNAME}"
- start-stop-daemon --start --exec ${daemon} --user ${user}:${group} \
- --pidfile ${pidfile} --make-pidfile --background \
- -- ${martian_opts} --debug=${debug_level} ${device}
- eend $?
+ if ! yesno "${use_syslog}" ; then
+ martian_opts="${MARTIAN_OPTS} --log=${logfile}"
+ else
+ martian_opts="${MARTIAN_OPTS} --syslog"
+ fi
+
+ ebegin "Starting ${SVCNAME}"
+ start-stop-daemon --start --exec ${daemon} --user ${user}:${group} \
+ --pidfile ${pidfile} --make-pidfile --background \
+ -- ${martian_opts} --debug=${debug_level} ${device}
+ eend $?
}
stop() {
diff --git a/net-dialup/martian-modem/martian-modem-20100123-r1.ebuild b/net-dialup/martian-modem/martian-modem-20100123-r2.ebuild
index 687ebc99..687ebc99 100644
--- a/net-dialup/martian-modem/martian-modem-20100123-r1.ebuild
+++ b/net-dialup/martian-modem/martian-modem-20100123-r2.ebuild