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

Evgeniy Alekseev arcanis at archlinux.org
Wed May 6 18:40:19 UTC 2015


    Date: Wednesday, May 6, 2015 @ 20:40:19
  Author: arcanis
Revision: 132838

archrelease: copy trunk to community-any

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

-----------+
 ChangeLog |   55 +++++++++++++-------------
 PKGBUILD  |  126 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 92 insertions(+), 89 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2015-05-06 18:40:08 UTC (rev 132837)
+++ ChangeLog	2015-05-06 18:40:19 UTC (rev 132838)
@@ -1,26 +0,0 @@
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 132837, eric-i18n/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2015-05-06 18:40:19 UTC (rev 132838)
@@ -0,0 +1,29 @@
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-06 18:40:08 UTC (rev 132837)
+++ PKGBUILD	2015-05-06 18:40:19 UTC (rev 132838)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.0.4
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-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,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-    eval "package_eric${_qtver}-i18n-${_locale,,}() {
-      _package ${_lang} ${_qtver}
-    }"
-  done
-done
-
-_package() {
-  pkgdesc="${2} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
-                 "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
-}
-
-md5sums=('26963599313cf44afeeaeb5d106425d6'
-         '8c0ab3644ac9d6215a6eda82fe78aa14'
-         '20d202c22c37f2ed54990adf31af1e62'
-         'ac968511e7decca0d035fd8f02d94c2a'
-         '06603b1715efa4639efb5bf5275b179b'
-         '37ffa0075d0ad4aeb3ca247b9a881358'
-         '4e9d9ec5cd907b757798899be5a93e3e'
-         '8616f6929d434e2a707fd9417308b770'
-         'e0f5ec5482f09842099076ca9dd56863'
-         '606c27b54e075fc6637d51cdb8ae2c3d')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 132837, eric-i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-06 18:40:19 UTC (rev 132838)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.0.5
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+depends=()
+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,,} eric-qt4-i18n-${_locale,,})
+  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
+
+  for _qtver in '-qt4' ''; do
+    eval "package_eric${_qtver}-i18n-${_locale,,}() {
+      _package ${_lang} ${_qtver}
+    }"
+  done
+done
+
+_package() {
+  pkgdesc="${2} language pack for Eric IDE"
+  depends=("eric-common${3}>=${pkgver}")
+
+  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
+  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
+                 "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
+}
+
+md5sums=('c304cf239ede64d9ae50994d17ea7643'
+         '7a425cf510db0c7591a3ea2f4842848a'
+         'fb367d29f591e587793a23a2c6e4a3c4'
+         '9119e8d94472449d1f7d13664cefd1a2'
+         '1c4590a6abbdc7b982b2b530806cbb58'
+         '9a171646a8cdbab2e10dc9596eeef6f7'
+         '16ae72c9f5765aa5c5e1ecca452dbb1b'
+         '1a954dc9f02df2a7a0737a4d82c25482'
+         'bc6d79ba9b6fdc2a7d4ca949172878dd'
+         '5485ae8220d5601c71239ba7b68e238c')



More information about the arch-commits mailing list