[arch-commits] Commit in aspell-de/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Thu Jun 7 02:05:22 UTC 2012


    Date: Wednesday, June 6, 2012 @ 22:05:22
  Author: pierre
Revision: 160921

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  aspell-de/repos/extra-i686/PKGBUILD
    (from rev 160920, aspell-de/trunk/PKGBUILD)
  aspell-de/repos/extra-x86_64/PKGBUILD
    (from rev 160920, aspell-de/trunk/PKGBUILD)
Deleted:
  aspell-de/repos/extra-i686/PKGBUILD
  aspell-de/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   80 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   80 ++++++++++++++++++++++++------------------------
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-06-07 02:04:46 UTC (rev 160920)
+++ extra-i686/PKGBUILD	2012-06-07 02:05:22 UTC (rev 160921)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone <simo at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=aspell-de
-pkgver=20110609
-pkgrel=1
-pkgdesc="German dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://j3e.de/ispell/igerman98/index.html"
-license=('GPL2')
-depends=('aspell')
-source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2")
-md5sums=('6e7ea765b6188c08d470111e221cc91a')
-
-build() {
-  cd "${srcdir}/igerman98-${pkgver}"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-    make aspell/${l}.rws
-  done
-}
-
-package() {
-  cd "${srcdir}/igerman98-${pkgver}/aspell"
-
-  install -d "${pkgdir}/usr/lib/aspell-0.60"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-    install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
-      "${pkgdir}/usr/lib/aspell-0.60/"
-  done
-
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
-  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
-}

Copied: aspell-de/repos/extra-i686/PKGBUILD (from rev 160920, aspell-de/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-06-07 02:05:22 UTC (rev 160921)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-de
+pkgver=20120607
+pkgrel=1
+pkgdesc="German dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://j3e.de/ispell/igerman98/index.html"
+license=('GPL2')
+depends=('aspell')
+source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2")
+md5sums=('9433d0ccd7db3c7681037980ece3f710')
+
+build() {
+  cd "${srcdir}/igerman98-${pkgver}"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+    make aspell/${l}.rws
+  done
+}
+
+package() {
+  cd "${srcdir}/igerman98-${pkgver}/aspell"
+
+  install -d "${pkgdir}/usr/lib/aspell-0.60"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+    install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
+      "${pkgdir}/usr/lib/aspell-0.60/"
+  done
+
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
+  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-06-07 02:04:46 UTC (rev 160920)
+++ extra-x86_64/PKGBUILD	2012-06-07 02:05:22 UTC (rev 160921)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Simo Leone <simo at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at justdreams.de>
-
-pkgname=aspell-de
-pkgver=20110609
-pkgrel=1
-pkgdesc="German dictionary for aspell"
-arch=('i686' 'x86_64')
-url="http://j3e.de/ispell/igerman98/index.html"
-license=('GPL2')
-depends=('aspell')
-source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2")
-md5sums=('6e7ea765b6188c08d470111e221cc91a')
-
-build() {
-  cd "${srcdir}/igerman98-${pkgver}"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-    make aspell/${l}.rws
-  done
-}
-
-package() {
-  cd "${srcdir}/igerman98-${pkgver}/aspell"
-
-  install -d "${pkgdir}/usr/lib/aspell-0.60"
-
-  LANGS="de_DE de_AT de_CH"
-  for l in ${LANGS}; do
-    install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
-      "${pkgdir}/usr/lib/aspell-0.60/"
-  done
-
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
-  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
-  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
-}

Copied: aspell-de/repos/extra-x86_64/PKGBUILD (from rev 160920, aspell-de/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-06-07 02:05:22 UTC (rev 160921)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Simo Leone <simo at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=aspell-de
+pkgver=20120607
+pkgrel=1
+pkgdesc="German dictionary for aspell"
+arch=('i686' 'x86_64')
+url="http://j3e.de/ispell/igerman98/index.html"
+license=('GPL2')
+depends=('aspell')
+source=("http://j3e.de/ispell/igerman98/dict/igerman98-${pkgver}.tar.bz2")
+md5sums=('9433d0ccd7db3c7681037980ece3f710')
+
+build() {
+  cd "${srcdir}/igerman98-${pkgver}"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+    make aspell/${l}.rws
+  done
+}
+
+package() {
+  cd "${srcdir}/igerman98-${pkgver}/aspell"
+
+  install -d "${pkgdir}/usr/lib/aspell-0.60"
+
+  LANGS="de_DE de_AT de_CH"
+  for l in ${LANGS}; do
+    install -m644 ${l}.alias ${l}.dat ${l}_affix.dat ${l}.multi ${l}.rws \
+      "${pkgdir}/usr/lib/aspell-0.60/"
+  done
+
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/deutsch.alias"
+  echo "add de_DE.multi" > "${pkgdir}/usr/lib/aspell-0.60/german.alias"
+  echo "add de_CH.multi" > "${pkgdir}/usr/lib/aspell-0.60/swiss.alias"
+}




More information about the arch-commits mailing list