diff --git a/packages/mediacenter/moovida-plugins-good/build b/packages/mediacenter/moovida-plugins-good/build deleted file mode 100755 index 7781a7c8d9..0000000000 --- a/packages/mediacenter/moovida-plugins-good/build +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build moovida - -. config/options.python - -PLUGINS_GOOD="base hal" - -cd $PKG_BUILD - -mkdir -p dist -for plugin in $PLUGINS_GOOD; do - (cd elisa/plugins/$plugin; \ - $PYTHON setup.py bdist_egg --exclude-source-files; \ - ); -done diff --git a/packages/mediacenter/moovida-plugins-good/install b/packages/mediacenter/moovida-plugins-good/install deleted file mode 100755 index 80844f7492..0000000000 --- a/packages/mediacenter/moovida-plugins-good/install +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install Python - -. config/options.python - -PLUGINS_GOOD="base hal" - -for plugin in $PLUGINS_GOOD; do - $TOOLCHAIN/bin/easy_install --exclude-scripts --zip-ok --no-deps --quiet --prefix=$INSTALL/usr $PKG_BUILD/elisa/plugins/$plugin/dist/*.egg -done diff --git a/packages/mediacenter/moovida-plugins-good/url b/packages/mediacenter/moovida-plugins-good/url deleted file mode 100644 index f4e4b404e3..0000000000 --- a/packages/mediacenter/moovida-plugins-good/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/moovida-plugins-good-1.0.7.tar.bz2