[arch-commits] Commit in eric/repos/community-any (9 files)

2015-02-23 Thread Evgeniy Alekseev
Date: Tuesday, February 24, 2015 @ 01:54:58
  Author: arcanis
Revision: 128163

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 128162, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 128162, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 128162, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 128162, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric-debugger-171.patch
  eric/repos/community-any/eric.install

-+
 .contrib|   14 +-
 ChangeLog   |   49 ---
 PKGBUILD|  284 ++
 eric-debugger-171.patch |   70 ---
 eric.install|   18 +-
 5 files changed, 181 insertions(+), 254 deletions(-)

Deleted: .contrib
===
--- .contrib2015-02-24 00:54:47 UTC (rev 128162)
+++ .contrib2015-02-24 00:54:58 UTC (rev 128163)
@@ -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/community-any/.contrib (from rev 128162, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2015-02-24 00:54:58 UTC (rev 128163)
@@ -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: ChangeLog
===
--- ChangeLog   2015-02-24 00:54:47 UTC (rev 128162)
+++ ChangeLog   2015-02-24 00:54:58 UTC (rev 128163)
@@ -1,23 +0,0 @@
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 128162, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-02-24 00:54:58 UTC (rev 128163)
@@ -0,0 +1,26 @@
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2015-02-24 00:54:47 UTC (rev 128162)
+++ PKGBUILD2015-02-24 00:54:58 UTC (rev 128163)
@@ -1,145 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Ray Rashif schiv at archlinux dot org
-# Contributor: Brad Fanella bradfanellaat archlinux dot us
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.1
-pkgrel=2
-pkgdesc=A full-featured Python and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;
-eric-debugger-171.patch)
-md5sums=('532c072299b2489d6c9b2f1bb3676652'
- '3e841ee1bf3004f3a36b65d6122456d8')
-changelog=ChangeLog
-
-prepare() {
-  # fix FS#43573
-  cd ${srcdir}/eric6-${pkgver}/eric
-  patch -p1 -i ${srcdir}/eric-debugger-171.patch
-
-  cp -r ${srcdir}/eric6-${pkgver}{,_py2}
-
-  cd ${srcdir}/eric6-${pkgver}_py2/eric
-  find . -name '*.py' -exec \
-sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
-
-  cp -r ${srcdir}/eric6-${pkgver}{,-qt4}
-  cp -r ${srcdir}/eric6-${pkgver}_py2{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd ${srcdir}/eric6-${pkgver}/eric
-  # eric APIs
-  install -Dm644 APIs/Python3/eric6.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api
-  install -Dm644 APIs/Python3/eric6.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas
-  # pyqt APIs
-  install -Dm644 APIs/Python3/PyQt4.bas \
- 

[arch-commits] Commit in eric/repos/community-any (9 files)

2015-01-26 Thread Evgeniy Alekseev
Date: Tuesday, January 27, 2015 @ 08:30:40
  Author: arcanis
Revision: 126628

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 126627, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 126627, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 126627, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric-debugger-171.patch
(from rev 126627, eric/trunk/eric-debugger-171.patch)
  eric/repos/community-any/eric.install
(from rev 126627, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

-+
 .contrib|   14 +-
 ChangeLog   |   42 +++---
 PKGBUILD|  284 +++---
 eric-debugger-171.patch |   70 +++
 eric.install|   18 +-
 5 files changed, 254 insertions(+), 174 deletions(-)

Deleted: .contrib
===
--- .contrib2015-01-27 07:30:12 UTC (rev 126627)
+++ .contrib2015-01-27 07:30:40 UTC (rev 126628)
@@ -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/community-any/.contrib (from rev 126627, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2015-01-27 07:30:40 UTC (rev 126628)
@@ -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: ChangeLog
===
--- ChangeLog   2015-01-27 07:30:12 UTC (rev 126627)
+++ ChangeLog   2015-01-27 07:30:40 UTC (rev 126628)
@@ -1,19 +0,0 @@
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 126627, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2015-01-27 07:30:40 UTC (rev 126628)
@@ -0,0 +1,23 @@
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-27 07:30:12 UTC (rev 126627)
+++ PKGBUILD2015-01-27 07:30:40 UTC (rev 126628)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Ray Rashif schiv at archlinux dot org
-# Contributor: Brad Fanella bradfanellaat archlinux dot us
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.0.1
-pkgrel=1
-pkgdesc=A full-featured Python and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz;)
-md5sums=('532c072299b2489d6c9b2f1bb3676652')
-changelog=ChangeLog
-
-prepare() {
-  cp -r ${srcdir}/eric6-${pkgver}{,_py2}
-
-  cd ${srcdir}/eric6-${pkgver}_py2/eric
-  find . -name '*.py' -exec \
-sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
-
-  cp -r ${srcdir}/eric6-${pkgver}{,-qt4}
-  cp -r ${srcdir}/eric6-${pkgver}_py2{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd ${srcdir}/eric6-${pkgver}/eric
-  # eric APIs
-  install -Dm644 APIs/Python3/eric6.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric6.api
-  install -Dm644 APIs/Python3/eric6.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric6.bas
-  # pyqt APIs
-  install -Dm644 APIs/Python3/PyQt4.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
-  # qss APIs
-  install -Dm644 APIs/QSS/qss.api \
- ${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api
-  # qscintilla APIs
-  install -Dm644 APIs/Python3/QScintilla2.bas \

[arch-commits] Commit in eric/repos/community-any (9 files)

2014-12-07 Thread Evgeniy Alekseev
Date: Monday, December 8, 2014 @ 01:51:59
  Author: arcanis
Revision: 123612

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 123611, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 123611, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 123611, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 123611, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install
  eric/repos/community-any/install_py2.patch

---+
 .contrib  |   14 ++--
 ChangeLog |   21 +++---
 PKGBUILD  |  161 +---
 eric.install  |   18 ++---
 install_py2.patch |   12 ---
 5 files changed, 107 insertions(+), 119 deletions(-)

Deleted: .contrib
===
--- .contrib2014-12-08 00:51:47 UTC (rev 123611)
+++ .contrib2014-12-08 00:51:59 UTC (rev 123612)
@@ -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/community-any/.contrib (from rev 123611, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-12-08 00:51:59 UTC (rev 123612)
@@ -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: ChangeLog
===
--- ChangeLog   2014-12-08 00:51:47 UTC (rev 123611)
+++ ChangeLog   2014-12-08 00:51:59 UTC (rev 123612)
@@ -1,9 +0,0 @@
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 123611, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-12-08 00:51:59 UTC (rev 123612)
@@ -0,0 +1,12 @@
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-08 00:51:47 UTC (rev 123611)
+++ PKGBUILD2014-12-08 00:51:59 UTC (rev 123612)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Ray Rashif schiv at archlinux dot org
-# Contributor: Brad Fanella bradfanellaat archlinux dot us
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric')
-pkgver=5.5.1
-pkgrel=1
-pkgdesc=A full-featured Python and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla')
-install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;
-install_py2.patch)
-md5sums=('1ffb05964068c41702f445c113565805'
- '6c870e9ec58b7d9a4cf0a5ed97415b81')
-changelog=ChangeLog
-
-prepare() {
-  cp -r ${srcdir}/eric5-${pkgver}{,_py2}
-  patch -p0 -i install_py2.patch
-
-  cd ${srcdir}/eric5-${pkgver}_py2/eric
-  find . -name '*.py' -exec \
-sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
-}
-
-package_eric-common() {
-  depends=()
-
-  cd ${srcdir}/eric5-${pkgver}/eric
-  # eric APIs
-  install -Dm644 APIs/Python3/eric5.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.api
-  install -Dm644 APIs/Python3/eric5.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.bas
-  # pyqt APIs
-  install -Dm644 APIs/Python3/PyQt4_Qt4.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
-  # qss APIs
-  install -Dm644 APIs/QSS/qss.api \
- ${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api
-  # qscintilla APIs
-  install -Dm644 APIs/Python3/QScintilla2.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
-  # zope APIs
-  install -Dm644 APIs/Python/zope-2.10.7.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  install -Dm644 APIs/Python/zope-2.11.2.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  install -Dm644 APIs/Python/zope-3.3.1.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/zope-3.3.1.api
-  # ruby APIs
-  install -Dm644 

[arch-commits] Commit in eric/repos/community-any (9 files)

2014-11-30 Thread Evgeniy Alekseev
Date: Monday, December 1, 2014 @ 02:09:15
  Author: arcanis
Revision: 123305

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 123304, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 123304, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 123304, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 123304, eric/trunk/eric.install)
  eric/repos/community-any/install_py2.patch
(from rev 123304, eric/trunk/install_py2.patch)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

---+
 .contrib  |   14 ++--
 ChangeLog |   15 ++--
 PKGBUILD  |  181 +++-
 eric.install  |   18 ++---
 install_py2.patch |   12 +++
 5 files changed, 119 insertions(+), 121 deletions(-)

Deleted: .contrib
===
--- .contrib2014-12-01 01:08:55 UTC (rev 123304)
+++ .contrib2014-12-01 01:09:15 UTC (rev 123305)
@@ -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/community-any/.contrib (from rev 123304, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2014-12-01 01:09:15 UTC (rev 123305)
@@ -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: ChangeLog
===
--- ChangeLog   2014-12-01 01:08:55 UTC (rev 123304)
+++ ChangeLog   2014-12-01 01:09:15 UTC (rev 123305)
@@ -1,6 +0,0 @@
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 123304, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2014-12-01 01:09:15 UTC (rev 123305)
@@ -0,0 +1,9 @@
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-01 01:08:55 UTC (rev 123304)
+++ PKGBUILD2014-12-01 01:09:15 UTC (rev 123305)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev arcanis at archlinux dot org
-# Contributor: Ray Rashif schiv at archlinux dot org
-# Contributor: Brad Fanella bradfanellaat archlinux dot us
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric')
-pkgver=5.5.0
-pkgrel=1
-pkgdesc=A full-featured Python and Ruby IDE in PyQt4
-arch=('any')
-url=http://eric-ide.python-projects.org/;
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla')
-install=${pkgbase}.install
-source=(http://downloads.sourceforge.net/eric-ide/eric5-${pkgver}.tar.gz;)
-md5sums=('87a7b69e688418e3f0d51c044508')
-changelog=ChangeLog
-
-prepare() {
-  cp -r ${srcdir}/eric5-${pkgver}{,_py2}
-
-  cd ${srcdir}/eric5-${pkgver}_py2/eric
-  find . -name '*.py' -exec \
-sed -i -r s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2: {} \;
-  # fix py2 and py3 compatibility
-  sed -i s/eric5.desktop/eric5_py2.desktop/g eric5.appdata.xml
-  sed -i s/Exec=eric5/Exec=eric5_py2/g eric5.desktop
-  sed -i s/Exec=eric5_webbrowser/Exec=eric5_webbrowser_py2/g 
eric5_webbrowser.desktop
-}
-
-package_eric-common() {
-  depends=()
-
-  cd ${srcdir}/eric5-${pkgver}/eric
-  # eric APIs
-  install -Dm644 APIs/Python3/eric5.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.api
-  install -Dm644 APIs/Python3/eric5.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/eric5.bas
-  # pyqt APIs
-  install -Dm644 APIs/Python3/PyQt4_Qt4.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/PyQt4.bas
-  # qss APIs
-  install -Dm644 APIs/QSS/qss.api \
- ${pkgdir}/usr/share/qt4/qsci/api/qss/qss.api
-  # qscintilla APIs
-  install -Dm644 APIs/Python3/QScintilla2.bas \
- ${pkgdir}/usr/share/qt4/qsci/api/python/QScintilla2.bas
-  # zope APIs
-  install -Dm644 APIs/Python/zope-2.10.7.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.10.7.api
-  install -Dm644 APIs/Python/zope-2.11.2.api \
- ${pkgdir}/usr/share/qt4/qsci/api/python/zope-2.11.2.api
-  install -Dm644