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

Evgeniy Alekseev arcanis at archlinux.org
Sun Jan 10 22:17:25 UTC 2016


    Date: Sunday, January 10, 2016 @ 23:17:25
  Author: arcanis
Revision: 155880

archrelease: copy trunk to community-any

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

-----------+
 ChangeLog |  109 ++++++++++++++++++++++++++-------------------------
 PKGBUILD  |  126 ++++++++++++++++++++++++++++++------------------------------
 2 files changed, 119 insertions(+), 116 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2016-01-10 22:17:08 UTC (rev 155879)
+++ ChangeLog	2016-01-10 22:17:25 UTC (rev 155880)
@@ -1,53 +0,0 @@
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-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

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 155879, eric-i18n/trunk/ChangeLog)
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2016-01-10 22:17:25 UTC (rev 155880)
@@ -0,0 +1,56 @@
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+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	2016-01-10 22:17:08 UTC (rev 155879)
+++ PKGBUILD	2016-01-10 22:17:25 UTC (rev 155880)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.1
-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=('f4d04eba4364869186670843f013a853'
-         'ffda145cb945cac285d1956fe0c01347'
-         '8a01878a1b06e43d453cbe091e176db8'
-         '10d4ac449086f3411dce1d7999e429fd'
-         '0295612ea4562c5123890600135a2a2e'
-         '26ff06a42e0424b6f0d8c3b61fb1b1f7'
-         '18de572a79951e4e056ee0e21594e109'
-         '22a217086a734a29d94467083b9b83fa'
-         '8d29c5b703ea1b2fa64490b761c9f6a8'
-         '7a3790199d84e95f308b5af61c947bf0')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 155879, eric-i18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-10 22:17:25 UTC (rev 155880)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev <arcanis at archlinux dot org>
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.1.1
+pkgrel=2
+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=('f4d04eba4364869186670843f013a853'
+         'ffda145cb945cac285d1956fe0c01347'
+         '8a01878a1b06e43d453cbe091e176db8'
+         '10d4ac449086f3411dce1d7999e429fd'
+         '0295612ea4562c5123890600135a2a2e'
+         '26ff06a42e0424b6f0d8c3b61fb1b1f7'
+         '18de572a79951e4e056ee0e21594e109'
+         '22a217086a734a29d94467083b9b83fa'
+         '8d29c5b703ea1b2fa64490b761c9f6a8'
+         '7a3790199d84e95f308b5af61c947bf0')



More information about the arch-commits mailing list