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

Ray Rashif schiv at archlinux.org
Thu Jan 3 18:07:39 UTC 2013


    Date: Thursday, January 3, 2013 @ 13:07:38
  Author: schiv
Revision: 174279

archrelease: copy trunk to extra-any

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

---------------+
 .contrib      |    8 ++---
 PKGBUILD      |   82 ++++++++++++++++++++++++++++----------------------------
 eric4.desktop |   20 ++++++-------
 eric4.install |   20 ++++++-------
 4 files changed, 65 insertions(+), 65 deletions(-)

Deleted: .contrib
===================================================================
--- .contrib	2013-01-03 18:07:09 UTC (rev 174278)
+++ .contrib	2013-01-03 18:07:38 UTC (rev 174279)
@@ -1,4 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-riai <riai at bigfoot.com>
-Ben <ben at benmazer.net>

Copied: eric4/repos/extra-any/.contrib (from rev 174278, eric4/trunk/.contrib)
===================================================================
--- .contrib	                        (rev 0)
+++ .contrib	2013-01-03 18:07:38 UTC (rev 174279)
@@ -0,0 +1,4 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+riai <riai at bigfoot.com>
+Ben <ben at benmazer.net>

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-03 18:07:09 UTC (rev 174278)
+++ PKGBUILD	2013-01-03 18:07:38 UTC (rev 174279)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# See .contrib for older/other contributors
-
-pkgname=eric4
-pkgver=4.5.7
-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-qscintilla')
-conflicts=('eric<5')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz"
-        "$pkgname.desktop")
-md5sums=('c25dc0d2223713812d0ebbb129e109c6'
-         'bce515b66a2c63dfc76a0f92edbe2ecb')
-
-build() {
-	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
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-	python2 install.py -c -b /usr/bin -i "$pkgdir"
-
-  # 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 174278, eric4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-03 18:07:38 UTC (rev 174279)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# See .contrib for older/other contributors
+
+pkgname=eric4
+pkgver=4.5.8
+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-qscintilla')
+conflicts=('eric<5')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/eric-ide/$pkgname-$pkgver.tar.gz"
+        "$pkgname.desktop")
+md5sums=('c9fa7f08873afccb7ed51983faf778bd'
+         'bce515b66a2c63dfc76a0f92edbe2ecb')
+
+build() {
+	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
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+	python2 install.py -c -b /usr/bin -i "$pkgdir"
+
+  # 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.desktop
===================================================================
--- eric4.desktop	2013-01-03 18:07:09 UTC (rev 174278)
+++ eric4.desktop	2013-01-03 18:07:38 UTC (rev 174279)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Exec=eric4
-MimeType=application/x-eric4;
-Icon=eric4
-Terminal=false
-Name=Eric 4
-Comment=Python 2.x & Ruby IDE
-Categories=Qt;Python;Development;IDE;
-StartupNotify=true

Copied: eric4/repos/extra-any/eric4.desktop (from rev 174278, eric4/trunk/eric4.desktop)
===================================================================
--- eric4.desktop	                        (rev 0)
+++ eric4.desktop	2013-01-03 18:07:38 UTC (rev 174279)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Exec=eric4
+MimeType=application/x-eric4;
+Icon=eric4
+Terminal=false
+Name=Eric 4
+Comment=Python 2.x & Ruby IDE
+Categories=Qt;Python;Development;IDE;
+StartupNotify=true

Deleted: eric4.install
===================================================================
--- eric4.install	2013-01-03 18:07:09 UTC (rev 174278)
+++ eric4.install	2013-01-03 18:07:38 UTC (rev 174279)
@@ -1,10 +0,0 @@
-post_install() {
-	echo "  > Updating desktop mime database..."
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: eric4/repos/extra-any/eric4.install (from rev 174278, eric4/trunk/eric4.install)
===================================================================
--- eric4.install	                        (rev 0)
+++ eric4.install	2013-01-03 18:07:38 UTC (rev 174279)
@@ -0,0 +1,10 @@
+post_install() {
+	echo "  > Updating desktop mime database..."
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list