Date: Friday, September 10, 2010 @ 23:34:12 Author: eric Revision: 90370
upgpkg: eric-plugins 4.4.4a-2 Rebuilt for python2, Replaced .install file by optdepends Modified: eric-plugins/trunk/PKGBUILD Deleted: eric-plugins/trunk/ChangeLog eric-plugins/trunk/eric-plugins.install ----------------------+ ChangeLog | 19 ------------------ PKGBUILD | 50 +++++++++++++++++++++++-------------------------- eric-plugins.install | 9 -------- 3 files changed, 24 insertions(+), 54 deletions(-) Deleted: ChangeLog =================================================================== --- ChangeLog 2010-09-10 22:06:42 UTC (rev 90369) +++ ChangeLog 2010-09-11 03:34:12 UTC (rev 90370) @@ -1,19 +0,0 @@ - -2008-09-13 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 4.2.1 - -2008-08-12 Douglas Soares de Andrade <[email protected]> - - * Updated for i686: 4.2.0 - -2008-04-18 Eric Belanger <[email protected]> - - * eric-plugins 4.1.2-1 - * Updated Packager_CxFreeze, Refactoring_Rope and Vcs_CVS plugins - -2008-03-02 Eric Belanger <[email protected]> - - * eric-plugins 4.1.1-2 - * Added Refactoring_Rope plugin - * Added missing Tools_CharTables plugin Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-10 22:06:42 UTC (rev 90369) +++ PKGBUILD 2010-09-11 03:34:12 UTC (rev 90370) @@ -1,3 +1,4 @@ +# $Id$ # Contributor: Eric Belanger <[email protected]> # Maintainer: Daniel J Griffiths <[email protected]> @@ -3,5 +4,5 @@ pkgname=eric-plugins pkgver=4.4.4a -pkgrel=1 +pkgrel=2 pkgdesc="Plugins for the eric Python IDE" arch=('any') @@ -10,41 +11,38 @@ license=('GPL2') depends=('eric') makedepends=('unzip') -install=${pkgname}.install -source=(http://downloads.sourceforge.net/eric-ide/Plugin_Checker_PyLint-4.2.0.tar.gz +optdepends=('cx_freeze: for using CxFreeze plugin' 'pylint: for using PyLint plugin') +source=(http://downloads.sourceforge.net/eric-ide/Plugin_Checker_PyLint-4.2.1.tar.gz http://downloads.sourceforge.net/eric-ide/Plugin_Packager_CxFreeze-4.3.0.tar.gz http://downloads.sourceforge.net/eric-ide/Plugin_Refactoring_Rope-1.1.5.tar.gz http://downloads.sourceforge.net/eric-ide/Plugin_Tools_CharTables-4.1.4.tar.gz http://downloads.sourceforge.net/eric-ide/Plugin_Vcs_CVS-4.1.12.tar.gz - http://downloads.sourceforge.net/eric-ide/Plugin_Project_Django-2.1.0.tar.gz) -md5sums=('78e6b1241ace7387224016dafb985607' - 'f1404f63f300f72352545c99d95d0b06' - '8c7bab8b84713c9a5cc20a43991554c3' - 'ee120a9950e86bb9e225a2d6d65a355f' - '119cfb72a58c48272410cb20436e0e71' - '59d4e479d35c3a86867d1747ae023f8c') + http://downloads.sourceforge.net/eric-ide/Plugin_Project_Django-2.1.1.tar.gz) +md5sums=('91df79eb6f6d117f64be4d441dd54fa0' 'f1404f63f300f72352545c99d95d0b06'\ + '8c7bab8b84713c9a5cc20a43991554c3' 'ee120a9950e86bb9e225a2d6d65a355f'\ + '119cfb72a58c48272410cb20436e0e71' '98becaf1101626a98e4142ecadd8b8dd') +sha1sums=('a1b53e95870dd9569b5e1644f78de361a0963927' 'bcb9e90dd99eae45a389f1d784b8f24f788c769b'\ + 'bc5c6cd30ad461579fa5c349d55f6fc619751144' '31bc9ad875db98d4d2c3e1d7df0d74d0af370695'\ + 'dd4634e50c26c221fd09c83e024a96c6928bbfaf' '4ff174a4155660e257907e6cf08556dd8457661e') -build() { - /bin/true -} - package() { - cd ${srcdir} + cd "${srcdir}" - install -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins - unzip -o Plugin_Checker_PyLint-4.2.0/*.zip \ - -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1 + install -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins" + unzip -o Plugin_Checker_PyLint-4.2.1/*.zip \ + -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins" unzip -o Plugin_Packager_CxFreeze-4.3.0/*.zip \ - -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1 + -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins" unzip -o Plugin_Refactoring_Rope-1.1.5/*.zip \ - -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1 + -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins" unzip -o Plugin_Tools_CharTables-4.1.4/*.zip \ - -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1 + -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins" unzip -o Plugin_Vcs_CVS-4.1.12/*.zip \ - -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1 - unzip -o Plugin_Project_Django-2.1.0/*.zip \ - -d ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins || return 1 + -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins" + unzip -o Plugin_Project_Django-2.1.1/*.zip \ + -d "${pkgdir}/usr/lib/python2.7/site-packages/eric4plugins" - rm -r ${pkgdir}/usr/lib/python2.6/site-packages/eric4plugins/{VERSION,*/Documentation} - find ${pkgdir} -type d -exec chmod 755 {} \; + rm -r "${pkgdir}"/usr/lib/python2.7/site-packages/eric4plugins/{VERSION,*/Documentation} + find "${pkgdir}" -type d -exec chmod 755 {} \; + find "${pkgdir}" -type f -exec chmod 644 {} \; } Deleted: eric-plugins.install =================================================================== --- eric-plugins.install 2010-09-10 22:06:42 UTC (rev 90369) +++ eric-plugins.install 2010-09-11 03:34:12 UTC (rev 90370) @@ -1,9 +0,0 @@ -post_install() { - echo "==> Some plugins depends on external tools: " - echo " -> CxFreeze Plugin depends on cx_freeze" - echo " -> PyLint Plugin depends on pylint" -} - -post_upgrade() { - post_install -}
