From 6a1cdb48dbd68906386f5f8fe4e33b8753c3088c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 22 Oct 2009 08:12:03 +0200 Subject: [PATCH] move package moovida-plugins-good: - no more need, move to pkg-archive branch --- .../mediacenter/moovida-plugins-good/build | 19 ------------------- .../mediacenter/moovida-plugins-good/install | 13 ------------- packages/mediacenter/moovida-plugins-good/url | 1 - 3 files changed, 33 deletions(-) delete mode 100755 packages/mediacenter/moovida-plugins-good/build delete mode 100755 packages/mediacenter/moovida-plugins-good/install delete mode 100644 packages/mediacenter/moovida-plugins-good/url 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