From dc27ba1ddb3e3dcd3e65a30f3357a68ca4f92f60 Mon Sep 17 00:00:00 2001 From: CvH Date: Thu, 31 Mar 2016 11:17:41 +0200 Subject: [PATCH] mkpkg: remove unused vdr-plugin scripts --- tools/mkpkg/mkpkg_vdr-epgsearch | 41 ------------------------ tools/mkpkg/mkpkg_vdr-plugin-eepg | 41 ------------------------ tools/mkpkg/mkpkg_vdr-plugin-epgfixer | 41 ------------------------ tools/mkpkg/mkpkg_vdr-plugin-streamdev | 44 -------------------------- 4 files changed, 167 deletions(-) delete mode 100755 tools/mkpkg/mkpkg_vdr-epgsearch delete mode 100755 tools/mkpkg/mkpkg_vdr-plugin-eepg delete mode 100755 tools/mkpkg/mkpkg_vdr-plugin-epgfixer delete mode 100755 tools/mkpkg/mkpkg_vdr-plugin-streamdev diff --git a/tools/mkpkg/mkpkg_vdr-epgsearch b/tools/mkpkg/mkpkg_vdr-epgsearch deleted file mode 100755 index fa116ed64d..0000000000 --- a/tools/mkpkg/mkpkg_vdr-epgsearch +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC 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 of the License, or -# (at your option) any later version. -# -# OpenELEC 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. If not, see . -################################################################################ - -echo "getting sources..." - if [ ! -d vdr-epgsearch.git ]; then - git clone git://projects.vdr-developer.org/vdr-plugin-epgsearch.git vdr-epgsearch.git - fi - - cd vdr-epgsearch.git - git pull - GIT_REV=`git log -n1 --format=%h` - cd .. - -echo "copying sources..." - rm -rf vdr-epgsearch-$GIT_REV - cp -R vdr-epgsearch.git vdr-epgsearch-$GIT_REV - -echo "cleaning sources..." - rm -rf vdr-epgsearch-$GIT_REV/.git - -echo "packing sources..." - tar cvJf vdr-epgsearch-$GIT_REV.tar.xz vdr-epgsearch-$GIT_REV - -echo "remove temporary sourcedir..." - rm -rf vdr-epgsearch-$GIT_REV diff --git a/tools/mkpkg/mkpkg_vdr-plugin-eepg b/tools/mkpkg/mkpkg_vdr-plugin-eepg deleted file mode 100755 index f7f9af5e9d..0000000000 --- a/tools/mkpkg/mkpkg_vdr-plugin-eepg +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC 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 of the License, or -# (at your option) any later version. -# -# OpenELEC 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. If not, see . -################################################################################ - -echo "getting sources..." - if [ ! -d vdr-plugin-eepg.git ]; then - git clone git://projects.vdr-developer.org/vdr-plugin-eepg.git vdr-plugin-eepg.git - fi - - cd vdr-plugin-eepg.git - git pull - GIT_REV=`git log -n1 --format=%h` - cd .. - -echo "copying sources..." - rm -rf vdr-plugin-eepg-$GIT_REV - cp -R vdr-plugin-eepg.git vdr-plugin-eepg-$GIT_REV - -echo "cleaning sources..." - rm -rf vdr-plugin-eepg-$GIT_REV/.git - -echo "packing sources..." - tar cvJf vdr-plugin-eepg-$GIT_REV.tar.xz vdr-plugin-eepg-$GIT_REV - -echo "remove temporary sourcedir..." - rm -rf vdr-plugin-eepg-$GIT_REV diff --git a/tools/mkpkg/mkpkg_vdr-plugin-epgfixer b/tools/mkpkg/mkpkg_vdr-plugin-epgfixer deleted file mode 100755 index 2735c66e25..0000000000 --- a/tools/mkpkg/mkpkg_vdr-plugin-epgfixer +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC 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 of the License, or -# (at your option) any later version. -# -# OpenELEC 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. If not, see . -################################################################################ - -echo "getting sources..." - if [ ! -d vdr-plugin-epgfixer.git ]; then - git clone git://projects.vdr-developer.org/vdr-plugin-epgfixer.git vdr-plugin-epgfixer.git - fi - - cd vdr-plugin-epgfixer.git - git pull - GIT_REV=`git log -n1 --format=%h` - cd .. - -echo "copying sources..." - rm -rf vdr-plugin-epgfixer-$GIT_REV - cp -R vdr-plugin-epgfixer.git vdr-plugin-epgfixer-$GIT_REV - -echo "cleaning sources..." - rm -rf vdr-plugin-epgfixer-$GIT_REV/.git - -echo "packing sources..." - tar cvJf vdr-plugin-epgfixer-$GIT_REV.tar.xz vdr-plugin-epgfixer-$GIT_REV - -echo "remove temporary sourcedir..." - rm -rf vdr-plugin-epgfixer-$GIT_REV diff --git a/tools/mkpkg/mkpkg_vdr-plugin-streamdev b/tools/mkpkg/mkpkg_vdr-plugin-streamdev deleted file mode 100755 index 64049255e2..0000000000 --- a/tools/mkpkg/mkpkg_vdr-plugin-streamdev +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC 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 of the License, or -# (at your option) any later version. -# -# OpenELEC 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. If not, see . -################################################################################ - -PKG_NAME="vdr-plugin-streamdev" -PKG_REPO="git://projects.vdr-developer.org/vdr-plugin-streamdev.git" - -echo "getting sources..." - if [ ! -d $PKG_NAME.git ]; then - git clone $PKG_REPO $PKG_NAME.git - fi - - cd $PKG_NAME.git - git pull - GIT_REV=`git log -n1 --format=%h` - cd .. - -echo "copying sources..." - rm -rf $PKG_NAME-$GIT_REV - cp -R $PKG_NAME.git $PKG_NAME-$GIT_REV - -echo "cleaning sources..." - rm -rf $PKG_NAME-$GIT_REV/.git - -echo "packing sources..." - tar cvJf $PKG_NAME-$GIT_REV.tar.xz $PKG_NAME-$GIT_REV - -echo "remove temporary sourcedir..." - rm -rf $PKG_NAME-$GIT_REV