[arch-commits] Commit in eric/repos/extra-any (8 files)

2014-08-24 Thread Ray Rashif
Date: Sunday, August 24, 2014 @ 16:32:31
  Author: schiv
Revision: 220622

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 220621, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 220621, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 220621, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 220621, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  122 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: .contrib
===
--- .contrib2014-08-24 14:32:17 UTC (rev 220621)
+++ .contrib2014-08-24 14:32:31 UTC (rev 220622)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 220621, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-08-24 14:32:31 UTC (rev 220622)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-24 14:32:17 UTC (rev 220621)
+++ PKGBUILD2014-08-24 14:32:31 UTC (rev 220622)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.4.3
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python=3.4')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('86b9e8010962c5e9d16c1f9097844168'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  # TODO: might we want to just package this as eric5?
-  #   upstream references them as two distinct versions...
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 220621, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-24 14:32:31 UTC (rev 220622)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.4.6
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla' 'python=3.4')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('c998301f6ca99971a8f51f9d9b83d545'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2014-04-09 Thread Felix Yan
Date: Thursday, April 10, 2014 @ 05:13:03
  Author: fyan
Revision: 210116

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 210115, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 210115, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 210115, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 210115, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  122 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: .contrib
===
--- .contrib2014-04-10 03:10:57 UTC (rev 210115)
+++ .contrib2014-04-10 03:13:03 UTC (rev 210116)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 210115, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-04-10 03:13:03 UTC (rev 210116)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-10 03:10:57 UTC (rev 210115)
+++ PKGBUILD2014-04-10 03:13:03 UTC (rev 210116)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.4.2
-pkgrel=2
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python=3.4')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('ceeaa688393d6955b95a543df0cddcb3'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  # TODO: might we want to just package this as eric5?
-  #   upstream references them as two distinct versions...
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 210115, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-10 03:13:03 UTC (rev 210116)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.4.3
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla' 'python=3.4')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('86b9e8010962c5e9d16c1f9097844168'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2014-03-18 Thread Ray Rashif
Date: Tuesday, March 18, 2014 @ 17:08:36
  Author: schiv
Revision: 208189

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 208188, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 208188, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 208188, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 208188, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  122 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: .contrib
===
--- .contrib2014-03-18 16:08:23 UTC (rev 208188)
+++ .contrib2014-03-18 16:08:36 UTC (rev 208189)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 208188, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-03-18 16:08:36 UTC (rev 208189)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-18 16:08:23 UTC (rev 208188)
+++ PKGBUILD2014-03-18 16:08:36 UTC (rev 208189)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.4.0
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('75ce7b075272938bdd4c89ccb92c56bf'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  # TODO: might we want to just package this as eric5?
-  #   upstream references them as two distinct versions...
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 208188, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-18 16:08:36 UTC (rev 208189)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.4.2
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('ceeaa688393d6955b95a543df0cddcb3'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2014-01-18 Thread Ray Rashif
Date: Saturday, January 18, 2014 @ 16:41:23
  Author: schiv
Revision: 204380

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 204378, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 204378, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 204379, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 204379, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  122 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: .contrib
===
--- .contrib2014-01-18 15:41:07 UTC (rev 204379)
+++ .contrib2014-01-18 15:41:23 UTC (rev 204380)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 204378, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-01-18 15:41:23 UTC (rev 204380)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-18 15:41:07 UTC (rev 204379)
+++ PKGBUILD2014-01-18 15:41:23 UTC (rev 204380)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.9
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('7d7455652e2fb37d141cf42b9d8c8815'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  # TODO: might we want to just package this as eric5?
-  #   upstream references them as two distinct versions...
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 204378, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-18 15:41:23 UTC (rev 204380)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.4.0
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('75ce7b075272938bdd4c89ccb92c56bf'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2014-01-04 Thread Ray Rashif
Date: Saturday, January 4, 2014 @ 15:38:43
  Author: schiv
Revision: 203164

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 203162, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 203162, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 203163, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 203163, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  122 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 88 insertions(+), 88 deletions(-)

Deleted: .contrib
===
--- .contrib2014-01-04 14:38:36 UTC (rev 203163)
+++ .contrib2014-01-04 14:38:43 UTC (rev 203164)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 203162, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-01-04 14:38:43 UTC (rev 203164)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-04 14:38:36 UTC (rev 203163)
+++ PKGBUILD2014-01-04 14:38:43 UTC (rev 203164)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.8
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('9f44ad5158d750244ee4a16af4f0c6cb'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  # TODO: might we want to just package this as eric5?
-  #   upstream references them as two distinct versions...
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 203162, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-04 14:38:43 UTC (rev 203164)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.9
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('7d7455652e2fb37d141cf42b9d8c8815'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-12-07 Thread Ray Rashif
Date: Saturday, December 7, 2013 @ 20:33:18
  Author: schiv
Revision: 201281

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 201280, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 201280, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 201280, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 201280, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  120 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 88 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-12-07 19:33:04 UTC (rev 201280)
+++ .contrib2013-12-07 19:33:18 UTC (rev 201281)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 201280, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-12-07 19:33:18 UTC (rev 201281)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-07 19:33:04 UTC (rev 201280)
+++ PKGBUILD2013-12-07 19:33:18 UTC (rev 201281)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.7
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('c465519ea4d7dffd517d2c5a72a858b5'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 201280, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-07 19:33:18 UTC (rev 201281)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.8
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('9f44ad5158d750244ee4a16af4f0c6cb'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-10-08 Thread Ray Rashif
Date: Tuesday, October 8, 2013 @ 22:28:27
  Author: schiv
Revision: 196223

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 196222, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 196222, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 196222, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 196222, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  118 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-10-08 20:28:16 UTC (rev 196222)
+++ .contrib2013-10-08 20:28:27 UTC (rev 196223)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 196222, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-10-08 20:28:27 UTC (rev 196223)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-08 20:28:16 UTC (rev 196222)
+++ PKGBUILD2013-10-08 20:28:27 UTC (rev 196223)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.6
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('711605f5dbce63cc2065a5050e8d45a3'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 196222, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-08 20:28:27 UTC (rev 196223)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.7
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('c465519ea4d7dffd517d2c5a72a858b5'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during build

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-08-21 Thread Ray Rashif
Date: Wednesday, August 21, 2013 @ 11:15:51
  Author: schiv
Revision: 193485

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 193483, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 193483, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 193483, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 193483, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  118 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-08-21 09:15:49 UTC (rev 193484)
+++ .contrib2013-08-21 09:15:51 UTC (rev 193485)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 193483, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-08-21 09:15:51 UTC (rev 193485)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 09:15:49 UTC (rev 193484)
+++ PKGBUILD2013-08-21 09:15:51 UTC (rev 193485)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.5
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('5c92c1c5dcb0eb655790d50bf49b5a9d'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 193483, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 09:15:51 UTC (rev 193485)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.6
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('711605f5dbce63cc2065a5050e8d45a3'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-07-07 Thread Ray Rashif
Date: Sunday, July 7, 2013 @ 18:55:31
  Author: schiv
Revision: 189762

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 189761, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 189761, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 189761, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 189761, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  118 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-07-07 16:55:26 UTC (rev 189761)
+++ .contrib2013-07-07 16:55:31 UTC (rev 189762)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 189761, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-07-07 16:55:31 UTC (rev 189762)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-07-07 16:55:26 UTC (rev 189761)
+++ PKGBUILD2013-07-07 16:55:31 UTC (rev 189762)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.4
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('b57c16c0e70865166126bce6c54f9fda'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 189761, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-07-07 16:55:31 UTC (rev 189762)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.5
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('5c92c1c5dcb0eb655790d50bf49b5a9d'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during build
+  

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-06-09 Thread Ray Rashif
Date: Sunday, June 9, 2013 @ 23:04:33
  Author: schiv
Revision: 188107

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 188106, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 188106, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 188106, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 188106, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  118 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-06-09 21:04:15 UTC (rev 188106)
+++ .contrib2013-06-09 21:04:33 UTC (rev 188107)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 188106, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-06-09 21:04:33 UTC (rev 188107)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-06-09 21:04:15 UTC (rev 188106)
+++ PKGBUILD2013-06-09 21:04:33 UTC (rev 188107)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.3
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('e324dcc478dd34ff7f765d7716fc0c8b'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 188106, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-06-09 21:04:33 UTC (rev 188107)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.4
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('b57c16c0e70865166126bce6c54f9fda'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during build
+  

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-05-06 Thread Ray Rashif
Date: Monday, May 6, 2013 @ 12:22:45
  Author: schiv
Revision: 184338

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 184337, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 184337, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 184337, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 184337, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  118 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: .contrib
===
--- .contrib2013-05-06 10:22:32 UTC (rev 184337)
+++ .contrib2013-05-06 10:22:45 UTC (rev 184338)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 184337, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-05-06 10:22:45 UTC (rev 184338)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-06 10:22:32 UTC (rev 184337)
+++ PKGBUILD2013-05-06 10:22:45 UTC (rev 184338)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.2
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('a56a272b32f7f9eea46e8998f984aa72'
- '8aa446c29e6de54e85410e040e754c6e')
-
-prepare() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments (referenced at runtime)
-  # TODO: check if this is still needed, else move to package()
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  # desktop file later needed during build
-  rm eric/eric5.desktop
-  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 184337, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-06 10:22:45 UTC (rev 184338)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.3
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('e324dcc478dd34ff7f765d7716fc0c8b'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during build
+  rm 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-04-14 Thread Ray Rashif
Date: Sunday, April 14, 2013 @ 20:45:30
  Author: schiv
Revision: 182765

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 182764, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 182764, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 182764, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 182764, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++---
 PKGBUILD |  116 -
 eric.desktop |   20 -
 eric.install |   20 -
 4 files changed, 86 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2013-04-14 18:45:10 UTC (rev 182764)
+++ .contrib2013-04-14 18:45:30 UTC (rev 182765)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 182764, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-04-14 18:45:30 UTC (rev 182765)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-14 18:45:10 UTC (rev 182764)
+++ PKGBUILD2013-04-14 18:45:30 UTC (rev 182765)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.1
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('222ec8c1fe57956c74f9b2e365b64c8e'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt4/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 182764, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-14 18:45:30 UTC (rev 182765)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.2
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('a56a272b32f7f9eea46e8998f984aa72'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+prepare() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments (referenced at runtime)
+  # TODO: check if this is still needed, else move to package()
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  # desktop file later needed during build
+  rm eric/eric5.desktop
+  install -m644 $srcdir/$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-03-05 Thread Ray Rashif
Date: Tuesday, March 5, 2013 @ 17:56:24
  Author: schiv
Revision: 179495

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 179494, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 179494, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 179494, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 179494, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2013-03-05 16:56:07 UTC (rev 179494)
+++ .contrib2013-03-05 16:56:24 UTC (rev 179495)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 179494, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-03-05 16:56:24 UTC (rev 179495)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-05 16:56:07 UTC (rev 179494)
+++ PKGBUILD2013-03-05 16:56:24 UTC (rev 179495)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.3.0
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('fdcbdc17cdd124cf28f36adf9b92fe0a'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 179494, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-05 16:56:24 UTC (rev 179495)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.1
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('222ec8c1fe57956c74f9b2e365b64c8e'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream to 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-02-10 Thread Ray Rashif
Date: Sunday, February 10, 2013 @ 17:33:43
  Author: schiv
Revision: 177903

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 177902, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 177902, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 177902, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 177902, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2013-02-10 16:33:29 UTC (rev 177902)
+++ .contrib2013-02-10 16:33:43 UTC (rev 177903)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 177902, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-02-10 16:33:43 UTC (rev 177903)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-02-10 16:33:29 UTC (rev 177902)
+++ PKGBUILD2013-02-10 16:33:43 UTC (rev 177903)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.7
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('90720bd522963a8ab40a6304e5f3cf74'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 177902, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-02-10 16:33:43 UTC (rev 177903)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.3.0
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('fdcbdc17cdd124cf28f36adf9b92fe0a'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2013-01-03 Thread Ray Rashif
Date: Thursday, January 3, 2013 @ 13:06:03
  Author: schiv
Revision: 174277

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 174276, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 174276, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 174276, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 174276, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2013-01-03 18:05:30 UTC (rev 174276)
+++ .contrib2013-01-03 18:06:03 UTC (rev 174277)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 174276, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2013-01-03 18:06:03 UTC (rev 174277)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2013-01-03 18:05:30 UTC (rev 174276)
+++ PKGBUILD2013-01-03 18:06:03 UTC (rev 174277)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.6
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('6d3ac675eb65d077c24b17e6fbf90949'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 174276, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-01-03 18:06:03 UTC (rev 174277)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.7
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('90720bd522963a8ab40a6304e5f3cf74'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-10-20 Thread Ray Rashif
Date: Saturday, October 20, 2012 @ 11:35:27
  Author: schiv
Revision: 169405

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 169404, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 169404, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 169404, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 169404, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-10-20 15:34:36 UTC (rev 169404)
+++ .contrib2012-10-20 15:35:27 UTC (rev 169405)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 169404, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-10-20 15:35:27 UTC (rev 169405)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-20 15:34:36 UTC (rev 169404)
+++ PKGBUILD2012-10-20 15:35:27 UTC (rev 169405)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.5
-pkgrel=2
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 169404, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-20 15:35:27 UTC (rev 169405)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.6
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('6d3ac675eb65d077c24b17e6fbf90949'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-10-17 Thread Ray Rashif
Date: Wednesday, October 17, 2012 @ 13:20:11
  Author: schiv
Revision: 169066

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 169065, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 169065, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 169065, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 169065, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-10-17 17:19:37 UTC (rev 169065)
+++ .contrib2012-10-17 17:20:11 UTC (rev 169066)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 169065, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-10-17 17:20:11 UTC (rev 169066)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-10-17 17:19:37 UTC (rev 169065)
+++ PKGBUILD2012-10-17 17:20:11 UTC (rev 169066)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.5
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 169065, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-10-17 17:20:11 UTC (rev 169066)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.5
+pkgrel=2
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-09-12 Thread Ray Rashif
Date: Wednesday, September 12, 2012 @ 06:13:09
  Author: schiv
Revision: 166571

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 166570, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 166570, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 166570, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 166570, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-09-12 10:12:33 UTC (rev 166570)
+++ .contrib2012-09-12 10:13:09 UTC (rev 166571)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 166570, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-09-12 10:13:09 UTC (rev 166571)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-12 10:12:33 UTC (rev 166570)
+++ PKGBUILD2012-09-12 10:13:09 UTC (rev 166571)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.4
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('727f092c60caf944ab3d64af7816d5a1'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 166570, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-12 10:13:09 UTC (rev 166571)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.5
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('ec4f43f461ef752f863eadff0e01b7b1'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-08-04 Thread Ray Rashif
Date: Saturday, August 4, 2012 @ 03:45:38
  Author: schiv
Revision: 164723

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 164722, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 164722, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 164722, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 164722, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-08-04 07:44:29 UTC (rev 164722)
+++ .contrib2012-08-04 07:45:38 UTC (rev 164723)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 164722, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-08-04 07:45:38 UTC (rev 164723)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-08-04 07:44:29 UTC (rev 164722)
+++ PKGBUILD2012-08-04 07:45:38 UTC (rev 164723)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.3
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('9ee14046ff8b5368e5424ca7b376dc9a'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 164722, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-08-04 07:45:38 UTC (rev 164723)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.4
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('727f092c60caf944ab3d64af7816d5a1'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-07-06 Thread Ray Rashif
Date: Friday, July 6, 2012 @ 14:07:49
  Author: schiv
Revision: 163086

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 163085, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 163085, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 163085, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 163085, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-07-06 18:06:07 UTC (rev 163085)
+++ .contrib2012-07-06 18:07:49 UTC (rev 163086)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 163085, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-07-06 18:07:49 UTC (rev 163086)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-07-06 18:06:07 UTC (rev 163085)
+++ PKGBUILD2012-07-06 18:07:49 UTC (rev 163086)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.2
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('dcb861386d018a508456d7991e7e0d7d'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 163085, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-07-06 18:07:49 UTC (rev 163086)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.3
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('9ee14046ff8b5368e5424ca7b376dc9a'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream to 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-05-18 Thread Ray Rashif
Date: Friday, May 18, 2012 @ 08:00:29
  Author: schiv
Revision: 159224

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 159223, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 159223, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 159223, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 159223, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-05-18 11:59:55 UTC (rev 159223)
+++ .contrib2012-05-18 12:00:29 UTC (rev 159224)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 159223, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-05-18 12:00:29 UTC (rev 159224)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-05-18 11:59:55 UTC (rev 159223)
+++ PKGBUILD2012-05-18 12:00:29 UTC (rev 159224)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.1
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('1cb6e3586e4cf6fa5f5ab6419212ee50'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 159223, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-05-18 12:00:29 UTC (rev 159224)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.2
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('dcb861386d018a508456d7991e7e0d7d'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream to 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-04-21 Thread Ray Rashif
Date: Saturday, April 21, 2012 @ 11:04:53
  Author: schiv
Revision: 156600

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 156599, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 156599, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 156599, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 156599, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-04-21 15:04:26 UTC (rev 156599)
+++ .contrib2012-04-21 15:04:53 UTC (rev 156600)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 156599, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-04-21 15:04:53 UTC (rev 156600)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-21 15:04:26 UTC (rev 156599)
+++ PKGBUILD2012-04-21 15:04:53 UTC (rev 156600)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.2.0
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('3c57e761cf70a94b94ba98ccfc1c7701'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 156599, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-21 15:04:53 UTC (rev 156600)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.1
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('1cb6e3586e4cf6fa5f5ab6419212ee50'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-03-10 Thread Ray Rashif
Date: Saturday, March 10, 2012 @ 11:18:46
  Author: schiv
Revision: 152900

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 152899, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 152899, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 152899, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 152899, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/eric.desktop
  eric/repos/extra-any/eric.install

--+
 .contrib |   14 +++
 PKGBUILD |  114 -
 eric.desktop |   20 +-
 eric.install |   20 +-
 4 files changed, 84 insertions(+), 84 deletions(-)

Deleted: .contrib
===
--- .contrib2012-03-10 16:18:40 UTC (rev 152899)
+++ .contrib2012-03-10 16:18:46 UTC (rev 152900)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 152899, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-03-10 16:18:46 UTC (rev 152900)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-10 16:18:40 UTC (rev 152899)
+++ PKGBUILD2012-03-10 16:18:46 UTC (rev 152900)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.1.8
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
-$pkgname.desktop)
-md5sums=('5f9bbb74ed694bff10ba31c3fa27b1c2'
- '8aa446c29e6de54e85410e040e754c6e')
-
-build() {
-  cd $srcdir/eric5-$pkgver
-
-  # some freedesktop.org compatibility adjustments
-  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
-sed -i s/eric5.desktop/eric.desktop/ $i
-  done
-
-  rm eric/eric5.desktop
-  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
-}
-
-package() {
-  cd $srcdir/eric5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 152899, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-10 16:18:46 UTC (rev 152900)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.2.0
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('3c57e761cf70a94b94ba98ccfc1c7701'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream 

[arch-commits] Commit in eric/repos/extra-any (8 files)

2012-02-05 Thread Ray Rashif
Date: Sunday, February 5, 2012 @ 10:50:04
  Author: schiv
Revision: 149056

archrelease: copy trunk to extra-any

Added:
  eric/repos/extra-any/.contrib
(from rev 149055, eric/trunk/.contrib)
  eric/repos/extra-any/PKGBUILD
(from rev 149055, eric/trunk/PKGBUILD)
  eric/repos/extra-any/eric.desktop
(from rev 149055, eric/trunk/eric.desktop)
  eric/repos/extra-any/eric.install
(from rev 149055, eric/trunk/eric.install)
Deleted:
  eric/repos/extra-any/.contrib
  eric/repos/extra-any/PKGBUILD
  eric/repos/extra-any/desktop.patch
  eric/repos/extra-any/eric.install

---+
 .contrib  |   14 +++
 PKGBUILD  |  109 +---
 desktop.patch |   58 -
 eric.desktop  |   10 +
 eric.install  |   20 +-
 5 files changed, 84 insertions(+), 127 deletions(-)

Deleted: .contrib
===
--- .contrib2012-02-05 15:49:25 UTC (rev 149055)
+++ .contrib2012-02-05 15:50:04 UTC (rev 149056)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger e...@archlinux.org
-riai r...@bigfoot.com
-Ben b...@benmazer.net
-Daniel J Griffiths ghost1...@archlinux.us
-Felix Rohrbach f...@gmx.de

Copied: eric/repos/extra-any/.contrib (from rev 149055, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2012-02-05 15:50:04 UTC (rev 149056)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger e...@archlinux.org
+riai r...@bigfoot.com
+Ben b...@benmazer.net
+Daniel J Griffiths ghost1...@archlinux.us
+Felix Rohrbach f...@gmx.de

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-05 15:49:25 UTC (rev 149055)
+++ PKGBUILD2012-02-05 15:50:04 UTC (rev 149056)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif sc...@archlinux.org
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# See .contrib for older/other contributors
-
-pkgname=eric
-pkgver=5.1.7
-pkgrel=1
-pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
-'desktop.patch')
-md5sums=('a6bdcfba1ebc2cd9a9ade36a3af032a5'
- '6400f0f83634bfe7c332ee84ff6786c7')
-
-build() {
-  cd $srcdir/${pkgname}5-$pkgver
-
-  # freedesktop.org compatibility
-  patch -Np1 -i $srcdir/desktop.patch
-}
-
-package() {
-  cd $srcdir/${pkgname}5-$pkgver
-
-  python install.py -c -b /usr/bin -i $pkgdir
-
-  # Remove files conflicting with eric4
-  # what are we doing here?
-  # TODO: tell upstream to fix their stuff
-  #   and allow installation of eric4 + eric5
-  #   OR package these files separately eg. 'eric-common'
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
-  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
-  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
-
-  # some canonical symlinks
-  cd $pkgdir/usr/bin
-  for i in *; do
-ln -s /usr/bin/$i ${i/eric5/eric}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric/repos/extra-any/PKGBUILD (from rev 149055, eric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-05 15:50:04 UTC (rev 149056)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: Brad Fanella bradfane...@archlinux.us
+# See .contrib for older/other contributors
+
+pkgname=eric
+pkgver=5.1.8
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/eric-ide/eric5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('5f9bbb74ed694bff10ba31c3fa27b1c2'
+ '8aa446c29e6de54e85410e040e754c6e')
+
+build() {
+  cd $srcdir/eric5-$pkgver
+
+  # some freedesktop.org compatibility adjustments
+  for i in $(grep -R eric5.desktop . | sed 's/:.*//' | sort -u); do
+sed -i s/eric5.desktop/eric.desktop/ $i
+  done
+
+  rm eric/eric5.desktop
+  install -m644 ../$pkgname.desktop eric/$pkgname.desktop
+}
+
+package() {
+  cd $srcdir/eric5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream to fix their stuff
+  #   and allow installation of eric4 + eric5
+  #   OR package these files separately eg.