[arch-commits] Commit in eric4/repos/extra-any (8 files)
Ray Rashif
schiv at archlinux.org
Mon Sep 5 17:38:55 UTC 2011
Date: Monday, September 5, 2011 @ 13:38:54
Author: schiv
Revision: 137038
archrelease: copy trunk to extra-any
Added:
eric4/repos/extra-any/PKGBUILD
(from rev 137037, eric4/trunk/PKGBUILD)
eric4/repos/extra-any/eric4.changelog
(from rev 137037, eric4/trunk/eric4.changelog)
eric4/repos/extra-any/eric4.desktop
(from rev 137037, eric4/trunk/eric4.desktop)
eric4/repos/extra-any/eric4.install
(from rev 137037, eric4/trunk/eric4.install)
Deleted:
eric4/repos/extra-any/PKGBUILD
eric4/repos/extra-any/eric4.changelog
eric4/repos/extra-any/eric4.desktop
eric4/repos/extra-any/eric4.install
-----------------+
PKGBUILD | 82 +++++++++++++++++++++++++++---------------------------
eric4.changelog | 66 +++++++++++++++++++++----------------------
eric4.desktop | 16 +++++-----
eric4.install | 34 +++++++++++-----------
4 files changed, 99 insertions(+), 99 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-05 17:37:51 UTC (rev 137037)
+++ PKGBUILD 2011-09-05 17:38:54 UTC (rev 137038)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
-
-pkgname=eric4
-pkgver=4.4.16
-pkgrel=1
-pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
-arch=('any')
-url="http://eric-ide.python-projects.org/"
-license=('GPL3')
-depends=('python2-qt' 'python2-qscintilla')
-conflicts=('eric<5')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz"
- "$pkgname.desktop")
-md5sums=('9674a7a1750217b488fe0bd556c2cdc4'
- 'f609e117d5132c055a5868b74e13ac77')
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # our pyxml is patched
- # not version-depending because not critical
- sed -i 's/v < (0, 8, 6)/v < (0, 8, 4)/' install.py
-
- python2 install.py -c -b /usr/bin -i "$pkgdir"
-
- sed -i 's/; /\n/' \
- "$pkgdir/usr/lib/python2.7/site-packages/eric4.pth"
-
- # freedesktop.org compatibility
- install -Dm644 "$srcdir/$pkgname.desktop" \
- "$pkgdir/usr/share/applications/$pkgname.desktop"
- install -Dm644 eric/icons/default/eric.png \
- "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: eric4/repos/extra-any/PKGBUILD (from rev 137037, eric4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2011-09-05 17:38:54 UTC (rev 137038)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: riai <riai at bigfoot.com>, Ben <ben at benmazer.net>
+
+pkgname=eric4
+pkgver=4.4.17
+pkgrel=1
+pkgdesc="A full-featured Python 2.x and Ruby IDE in PyQt4"
+arch=('any')
+url="http://eric-ide.python-projects.org/"
+license=('GPL3')
+depends=('python2-qt' 'python2-qscintilla')
+conflicts=('eric<5')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz"
+ "$pkgname.desktop")
+md5sums=('aecf8be178982ed50005a520b67a770d'
+ 'f609e117d5132c055a5868b74e13ac77')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ # our pyxml is patched
+ # not version-depending because not critical
+ sed -i 's/v < (0, 8, 6)/v < (0, 8, 4)/' install.py
+
+ python2 install.py -c -b /usr/bin -i "$pkgdir"
+
+ sed -i 's/; /\n/' \
+ "$pkgdir/usr/lib/python2.7/site-packages/eric4.pth"
+
+ # freedesktop.org compatibility
+ install -Dm644 "$srcdir/$pkgname.desktop" \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 eric/icons/default/eric.png \
+ "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: eric4.changelog
===================================================================
--- eric4.changelog 2011-09-05 17:37:51 UTC (rev 137037)
+++ eric4.changelog 2011-09-05 17:38:54 UTC (rev 137038)
@@ -1,33 +0,0 @@
-2011-04-04 Ray Rashif <schiv at archlinux.org>
-
- * Updated: eric 4.4.12-2 -> eric4 4.4.13-1
- Rename to eric4 for eric5 to eric transition
- Remove eric-specific symlinks
- See https://bugs.archlinux.org/task/22543
-
-2010-11-06 Ray Rashif <schiv at archlinux.org>
-
- * Updated: 4.4.9
- Shortened description
- Updated pyxml with fix
- Minor PKGBUILD cosmetic changes
- Bothered to update this log
- Only important stuff will be logged
-
-2008-05-04 Eric Belanger <eric at archlinux.org>
-
- * eric 4.1.3-1
- * Upstream update
- * Added missing executable symlinks
-
-2008-04-17 Eric Belanger <eric at archlinux.org>
-
- * eric 4.1.2-1
- * Upstream update
- * Added .desktop file
-
-2008-03-02 Eric Belanger <eric at archlinux.org>
-
- * eric 4.1.1-1
- * Upstream update
- * Added sitecustomize.py existance test in install scriptlet
Copied: eric4/repos/extra-any/eric4.changelog (from rev 137037, eric4/trunk/eric4.changelog)
===================================================================
--- eric4.changelog (rev 0)
+++ eric4.changelog 2011-09-05 17:38:54 UTC (rev 137038)
@@ -0,0 +1,33 @@
+2011-04-04 Ray Rashif <schiv at archlinux.org>
+
+ * Updated: eric 4.4.12-2 -> eric4 4.4.13-1
+ Rename to eric4 for eric5 to eric transition
+ Remove eric-specific symlinks
+ See https://bugs.archlinux.org/task/22543
+
+2010-11-06 Ray Rashif <schiv at archlinux.org>
+
+ * Updated: 4.4.9
+ Shortened description
+ Updated pyxml with fix
+ Minor PKGBUILD cosmetic changes
+ Bothered to update this log
+ Only important stuff will be logged
+
+2008-05-04 Eric Belanger <eric at archlinux.org>
+
+ * eric 4.1.3-1
+ * Upstream update
+ * Added missing executable symlinks
+
+2008-04-17 Eric Belanger <eric at archlinux.org>
+
+ * eric 4.1.2-1
+ * Upstream update
+ * Added .desktop file
+
+2008-03-02 Eric Belanger <eric at archlinux.org>
+
+ * eric 4.1.1-1
+ * Upstream update
+ * Added sitecustomize.py existance test in install scriptlet
Deleted: eric4.desktop
===================================================================
--- eric4.desktop 2011-09-05 17:37:51 UTC (rev 137037)
+++ eric4.desktop 2011-09-05 17:38:54 UTC (rev 137038)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Eric 4
-Comment=Python 2.x & Ruby IDE
-Icon=eric4
-Exec=eric4
-Terminal=false
-Type=Application
-Categories=Qt;Development;IDE;
Copied: eric4/repos/extra-any/eric4.desktop (from rev 137037, eric4/trunk/eric4.desktop)
===================================================================
--- eric4.desktop (rev 0)
+++ eric4.desktop 2011-09-05 17:38:54 UTC (rev 137038)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Eric 4
+Comment=Python 2.x & Ruby IDE
+Icon=eric4
+Exec=eric4
+Terminal=false
+Type=Application
+Categories=Qt;Development;IDE;
Deleted: eric4.install
===================================================================
--- eric4.install 2011-09-05 17:37:51 UTC (rev 137037)
+++ eric4.install 2011-09-05 17:38:54 UTC (rev 137038)
@@ -1,17 +0,0 @@
-post_upgrade() {
- post_remove $1
-}
-
-post_remove() {
- if test -e usr/lib/python2.7/site-packages/sitecustomize.py
- then
- sed -i -e '/import sys/d' \
- usr/lib/python2.7/site-packages/sitecustomize.py
- sed -i -e '/sys.setappdefaultencoding = sys.setdefaultencoding/d' \
- usr/lib/python2.7/site-packages/sitecustomize.py
- if test ! -s usr/lib/python2.7/site-packages/sitecustomize.py
- then
- rm usr/lib/python2.7/site-packages/sitecustomize.py
- fi
- fi
-}
Copied: eric4/repos/extra-any/eric4.install (from rev 137037, eric4/trunk/eric4.install)
===================================================================
--- eric4.install (rev 0)
+++ eric4.install 2011-09-05 17:38:54 UTC (rev 137038)
@@ -0,0 +1,17 @@
+post_upgrade() {
+ post_remove $1
+}
+
+post_remove() {
+ if test -e usr/lib/python2.7/site-packages/sitecustomize.py
+ then
+ sed -i -e '/import sys/d' \
+ usr/lib/python2.7/site-packages/sitecustomize.py
+ sed -i -e '/sys.setappdefaultencoding = sys.setdefaultencoding/d' \
+ usr/lib/python2.7/site-packages/sitecustomize.py
+ if test ! -s usr/lib/python2.7/site-packages/sitecustomize.py
+ then
+ rm usr/lib/python2.7/site-packages/sitecustomize.py
+ fi
+ fi
+}
More information about the arch-commits
mailing list