summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2014-12-14 12:22:46 +0100
committerThomas Sachau <tommy@gentoo.org>2014-12-14 12:22:46 +0100
commit1ee975ab658d8d25eeb92ffa3538aa5c03919ae9 (patch)
tree60e631dba340ba150645ae4bc4ccbbd8451d5e0c /x11-libs/libubuntuone/files/u1-syncdaemon
parentRemove net-misc/mimms because of missing dependency: =dev-lang/python-2.5* (diff)
downloadsunrise-1ee975ab658d8d25eeb92ffa3538aa5c03919ae9.tar.gz
sunrise-1ee975ab658d8d25eeb92ffa3538aa5c03919ae9.tar.bz2
sunrise-1ee975ab658d8d25eeb92ffa3538aa5c03919ae9.zip
Remove x11-libs/libubuntuone because of usage of deprecated eclasses (python and distutils) and missing optional dependency: =dev-lang/python-2.5*
Diffstat (limited to 'x11-libs/libubuntuone/files/u1-syncdaemon')
-rw-r--r--x11-libs/libubuntuone/files/u1-syncdaemon13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-libs/libubuntuone/files/u1-syncdaemon b/x11-libs/libubuntuone/files/u1-syncdaemon
deleted file mode 100644
index d3fdf1357..000000000
--- a/x11-libs/libubuntuone/files/u1-syncdaemon
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/runscript
-
-depend() {
- need net dbus
-}
-
-start() {
- start-stop-daemon --start --exec /usr/libexec/ubuntuone-syncdaemon --make-pidfile --pidfile /var/run/u1sd.pid -u $U1SD_USER -g $U1SD_GROUP
-}
-
-stop() {
- start-stop-daemon --stop --exec /usr/libexec/ubuntuone-syncdaemon --pidfile /var/run/u1sd.pid
-}