diff --git a/packages/python/web/Sick-Beard/init.d/60_sickbeard b/packages/python/web/Sick-Beard/init.d/60_sickbeard deleted file mode 100644 index 178d1224b8..0000000000 --- a/packages/python/web/Sick-Beard/init.d/60_sickbeard +++ /dev/null @@ -1,43 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -# Starting Sickbeard downloader daemon -# -# runlevels: openelec, textmode - -( - if [ -f /var/config/settings.conf ]; then - . /var/config/settings.conf - - if [ "$SABNZBD_START" = "true" ]; then - - mkdir -p /var/run - mkdir -p $HOME/.sickbeard - - wait_for_network - - progress "Starting sickbeard downloader daemon" - python /usr/lib/SickBeard/SickBeard.py --daemon \ - --pidfile=/var/run/sickbeard.pid \ - --datadir $HOME/.sickbeard - fi - fi -)& diff --git a/packages/python/web/Sick-Beard/install b/packages/python/web/Sick-Beard/install deleted file mode 100755 index 4449de8177..0000000000 --- a/packages/python/web/Sick-Beard/install +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -mkdir -p $INSTALL/usr/lib/SickBeard - cp -PR $PKG_BUILD/* $INSTALL/usr/lib/SickBeard - diff --git a/packages/python/web/Sick-Beard/meta b/packages/python/web/Sick-Beard/meta deleted file mode 100644 index c62f9c6183..0000000000 --- a/packages/python/web/Sick-Beard/meta +++ /dev/null @@ -1,37 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2011 Stephan Raue (stephan@openelec.tv) -# Copyright (C) 2011 Anthony Nash (nash.ant@gmail.com) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="Sick-Beard" -PKG_VERSION="0f076f4" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="OSS" -PKG_SITE="https://github.com/midgetspy/Sick-Beard" -PKG_URL="$OPENELEC_SRC/${PKG_NAME}-${PKG_VERSION}.tar.bz2" -PKG_DEPENDS="Python Cheetah SABnzbd" -PKG_BUILD_DEPENDS="toolchain Python" -PKG_PRIORITY="optional" -PKG_SECTION="plugins" -PKG_SHORTDESC="Sick-beard: automated TV show downloading." -PKG_LONGDESC="Sick-beard: automated TV show downloading." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="no" diff --git a/packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-000_branding-0.5.patch b/packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-000_branding-0.5.patch deleted file mode 100644 index 64c070eae2..0000000000 --- a/packages/python/web/Sick-Beard/patches/Sick-Beard-0f076f4-000_branding-0.5.patch +++ /dev/null @@ -1,116 +0,0 @@ -diff -Naur Sick-Beard-0f076f4/data/css/default.css Sick-Beard-0f076f4.patch/data/css/default.css ---- Sick-Beard-0f076f4/data/css/default.css 2011-04-16 17:14:02.059365807 +0200 -+++ Sick-Beard-0f076f4.patch/data/css/default.css 2011-04-16 17:47:20.371757075 +0200 -@@ -281,16 +281,6 @@ - background-color:#000; - color:#fff; - } --#donate { --line-height:1em; --background: #57442B; --float: right; --} --#donate a,#donate a:hover { --background-color:#57442B; --border:0; --padding:4px 15px 0px; --} - #content { - min-height: 100px; - background: #fff; -@@ -361,4 +351,4 @@ - text-shadow: 1px 1px 0 rgba(255,255,255,0.3); - font-size: 1em; - } --div.ui-pnotify { min-width: 340px; max-width: 550px; width: auto !important;} -\ Kein Zeilenumbruch am Dateiende. -+div.ui-pnotify { min-width: 340px; max-width: 550px; width: auto !important;} -diff -Naur Sick-Beard-0f076f4/data/interfaces/default/config_general.tmpl Sick-Beard-0f076f4.patch/data/interfaces/default/config_general.tmpl ---- Sick-Beard-0f076f4/data/interfaces/default/config_general.tmpl 2011-04-16 17:14:02.055365889 +0200 -+++ Sick-Beard-0f076f4.patch/data/interfaces/default/config_general.tmpl 2011-04-16 18:04:59.879961265 +0200 -@@ -40,18 +40,6 @@ - - -
![]() |
-- Sickbeard is free, but you can contribute by giving a donation. | --