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

Evgeniy Alekseev arcanis at archlinux.org
Mon Dec 8 00:46:45 UTC 2014


    Date: Monday, December 8, 2014 @ 01:46:44
  Author: arcanis
Revision: 123610

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
    (from rev 123609, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
    (from rev 123609, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

-----------+
 ChangeLog |   14 ++++---
 PKGBUILD  |  118 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 67 insertions(+), 65 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2014-12-08 00:46:29 UTC (rev 123609)
+++ ChangeLog	2014-12-08 00:46:44 UTC (rev 123610)
@@ -1,6 +0,0 @@
-5.5.1-1:
-
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 123609, eric-i18n/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2014-12-08 00:46:44 UTC (rev 123610)
@@ -0,0 +1,8 @@
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-08 00:46:29 UTC (rev 123609)
+++ PKGBUILD	2014-12-08 00:46:44 UTC (rev 123610)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=5.5.1
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=("eric-common>=${pkgver}")
-url="http://eric-ide.python-projects.org/index.html"
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs             "Czech"'
-            'de             "German"'
-            'en             "English"'
-            'es             "Spanish"'
-            'fr             "French"'
-            'it             "Italian"'
-            'pt             "Portuguese"'
-            'ru             "Russian"'
-            'tr             "Turkish"'
-            'zh_CN.GB2312   "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  _pkgname=eric-i18n-${_locale,,}
-  pkgname+=(${_pkgname})
-  source+=("${_url}/eric5-i18n-${_path}-${pkgver}.tar.gz")
-
-  eval "package_${_pkgname}() {
-    _package ${_lang}
-  }"
-done
-
-_package() {
-  pkgdesc="$2 language pack for Eric IDE"
-  install -Dm644 "eric5-${pkgver}/eric/i18n/eric5_$1.qm" \
-                 "${pkgdir}/usr/share/qt4/translations//eric5_$1.qm"
-}
-
-md5sums=('00586b5452d109d2e77e19125b1b3d85'
-         'f73154c403902a788920831b5fe2c5ab'
-         '30208e16f9bc95c51a4d92ad98f03c87'
-         'eec4b3f6a0db1fc187614f568ab0a2a5'
-         'd481b6c353f09802a197adf5a3422fe6'
-         '6fee8af3bc62e70075c79e7248ff3265'
-         'b881d5013cc986e0f36a1808b6cff83f'
-         '1cc9ff8c5d79b62db28641a9392dc101'
-         'd8142dfe04de69bc10b86f33cb948afd'
-         'f11d9906b80e3820bfbb2d7ca2d05405')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 123609, eric-i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-08 00:46:44 UTC (rev 123610)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=5.5.2
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+depends=("eric-common>=${pkgver}")
+url="http://eric-ide.python-projects.org/index.html"
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs             "Czech"'
+            'de             "German"'
+            'en             "English"'
+            'es             "Spanish"'
+            'fr             "French"'
+            'it             "Italian"'
+            'pt             "Portuguese"'
+            'ru             "Russian"'
+            'tr             "Turkish"'
+            'zh_CN.GB2312   "Chinese (Simplified)"')
+
+pkgname=()
+source=()
+_url=http://downloads.sourceforge.net/eric-ide/
+
+for _lang in "${_languages[@]}"; do
+  _path=${_lang%% *}
+  _locale=${_path%%.*}
+
+  _pkgname=eric-i18n-${_locale,,}
+  pkgname+=(${_pkgname})
+  source+=("${_url}/eric5-i18n-${_path}-${pkgver}.tar.gz")
+
+  eval "package_${_pkgname}() {
+    _package ${_lang}
+  }"
+done
+
+_package() {
+  pkgdesc="$2 language pack for Eric IDE"
+  install -Dm644 "eric5-${pkgver}/eric/i18n/eric5_$1.qm" \
+                 "${pkgdir}/usr/share/qt4/translations//eric5_$1.qm"
+}
+
+md5sums=('da3c17c8d066c9b06df0f42eace716e1'
+         '030b960fc9e3c194c65699ba33059a13'
+         '8a321c3b37f9493360164b8b53284441'
+         '016afd5f1d95ac9b911444963d980470'
+         '3c4f88e1c27061118eb6a99810dff127'
+         '0e28c6b01fe722d948e17d3101d1922e'
+         'd73f168f53acc5091632b14d90bcc30f'
+         '0931406b4057d4576fcecfd3b2f43084'
+         '33c6171eed66ac380557edcb9ddb761b'
+         '7677f28983e7d8717df8571633e38d25')



More information about the arch-commits mailing list