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

Ray Rashif schiv at archlinux.org
Mon Sep 5 17:32:24 UTC 2011


    Date: Monday, September 5, 2011 @ 13:32:24
  Author: schiv
Revision: 137035

archrelease: copy trunk to extra-any

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

--------------+
 PKGBUILD     |  108 ++++++++++++++++++++++++++++-----------------------------
 eric.desktop |   16 ++++----
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-05 17:31:53 UTC (rev 137034)
+++ PKGBUILD	2011-09-05 17:32:24 UTC (rev 137035)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Felix Rohrbach <fxrh at gmx.de>
-
-pkgname=eric
-pkgver=5.1.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-qt' 'python-qscintilla')
-conflicts=('eric5')
-provides=('eric5')
-replaces=('eric5')
-source=("http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz"
-        "$pkgname.desktop")
-md5sums=('17e72241d81c96ed5e25d19ee0321a75'
-         'eb0ee7ce0b5c3ff815a9c0145f7ae536')
-
-package() {
-  cd "$srcdir/${pkgname}5-$pkgver"
-
-  python install.py -c -b /usr/bin -i "$pkgdir"
-
-  # freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  rm "$pkgdir/usr/share/applications/${pkgname}5.desktop"
-
-  # 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 137034, eric/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-09-05 17:32:24 UTC (rev 137035)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Felix Rohrbach <fxrh at gmx.de>
+
+pkgname=eric
+pkgver=5.1.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-qt' 'python-qscintilla')
+conflicts=('eric5')
+provides=('eric5')
+replaces=('eric5')
+source=("http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz"
+        "$pkgname.desktop")
+md5sums=('483f3795b4365d68999f5c0aa4285a8b'
+         'eb0ee7ce0b5c3ff815a9c0145f7ae536')
+
+package() {
+  cd "$srcdir/${pkgname}5-$pkgver"
+
+  python install.py -c -b /usr/bin -i "$pkgdir"
+
+  # freedesktop.org compatibility
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+
+  rm "$pkgdir/usr/share/applications/${pkgname}5.desktop"
+
+  # 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:

Deleted: eric.desktop
===================================================================
--- eric.desktop	2011-09-05 17:31:53 UTC (rev 137034)
+++ eric.desktop	2011-09-05 17:32:24 UTC (rev 137035)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Eric
-Comment=Python 3.x & Ruby IDE
-Icon=eric
-Exec=eric
-Terminal=false
-Type=Application
-Categories=Qt;Development;IDE;

Copied: eric/repos/extra-any/eric.desktop (from rev 137034, eric/trunk/eric.desktop)
===================================================================
--- eric.desktop	                        (rev 0)
+++ eric.desktop	2011-09-05 17:32:24 UTC (rev 137035)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Eric
+Comment=Python 3.x & Ruby IDE
+Icon=eric
+Exec=eric
+Terminal=false
+Type=Application
+Categories=Qt;Development;IDE;




More information about the arch-commits mailing list