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

2016-04-27 Thread Felix Yan
Date: Wednesday, April 27, 2016 @ 16:39:04
  Author: fyan
Revision: 266218

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

Added:
  aspell/repos/extra-i686/PKGBUILD
(from rev 266217, aspell/trunk/PKGBUILD)
  aspell/repos/extra-x86_64/PKGBUILD
(from rev 266217, aspell/trunk/PKGBUILD)
Deleted:
  aspell/repos/extra-i686/PKGBUILD
  aspell/repos/extra-i686/aspell.install
  aspell/repos/extra-x86_64/PKGBUILD
  aspell/repos/extra-x86_64/aspell.install

-+
 /PKGBUILD   |   64 ++
 extra-i686/PKGBUILD |   33 -
 extra-i686/aspell.install   |   24 ---
 extra-x86_64/PKGBUILD   |   33 -
 extra-x86_64/aspell.install |   24 ---
 5 files changed, 64 insertions(+), 114 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-27 14:38:27 UTC (rev 266217)
+++ extra-i686/PKGBUILD 2016-04-27 14:39:04 UTC (rev 266218)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jochem Kossen 
-# Contributor: dorphell 
-# Contributor: Thayer Williams 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aspell
-pkgver=0.60.6.1
-_pkgmajorver=0.60
-pkgrel=4
-pkgdesc="A spell checker designed to eventually replace Ispell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/";
-license=('LGPL')
-depends=('gcc-libs' 'ncurses')
-optdepends=('perl: to import old dictionaries')
-install=aspell.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
-sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
-}

Copied: aspell/repos/extra-i686/PKGBUILD (from rev 266217, 
aspell/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-27 14:39:04 UTC (rev 266218)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=5
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Deleted: extra-i686/aspell.install
===
--- extra-i686/aspell.install   2016-04-27 14:38:27 UTC (rev 266217)
+++ extra-i686/aspell.install   2016-04-27 14:39:04 UTC (rev 266218)
@@ -1,24 +0,0 @@
-infodir=usr/share/info
-filelist=(aspell.info aspell-dev.info)
-
-post_install() {
-  echo "==> aspell comes with no default dictionary"
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-27 14:38:27 UTC (rev 266217)
+++ extra-x86_64/PKGBUILD   2016-04-27 14:39:04 UTC (rev 266218)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jochem Kossen 
-# Contributor: dorphell 
-# Contributor: Thayer Williams 
-# Contributor: Daniel J Griffiths 
-
-pkgname=aspell
-pkgver=0.60.6.1
-_pkgmajorver=0.60
-pkgrel=4
-pkgdesc="A spell checker designed to eventually replace Ispell"
-arch=('i686' 'x86_64')
-url="http://aspell.net/";
-license=('LGPL')
-depends=('gcc-libs' 'ncurses')
-optdepends=('perl: to import old dictionaries')
-install=aspell.install
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
-sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configu

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

2015-12-05 Thread Bartłomiej Piotrowski
Date: Saturday, December 5, 2015 @ 19:37:12
  Author: bpiotrowski
Revision: 252513

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

Added:
  aspell/repos/staging-i686/
  aspell/repos/staging-i686/PKGBUILD
(from rev 252512, aspell/trunk/PKGBUILD)
  aspell/repos/staging-i686/aspell.install
(from rev 252512, aspell/trunk/aspell.install)
  aspell/repos/staging-x86_64/
  aspell/repos/staging-x86_64/PKGBUILD
(from rev 252512, aspell/trunk/PKGBUILD)
  aspell/repos/staging-x86_64/aspell.install
(from rev 252512, aspell/trunk/aspell.install)

---+
 staging-i686/PKGBUILD |   33 +
 staging-i686/aspell.install   |   24 
 staging-x86_64/PKGBUILD   |   33 +
 staging-x86_64/aspell.install |   24 
 4 files changed, 114 insertions(+)

Copied: aspell/repos/staging-i686/PKGBUILD (from rev 252512, 
aspell/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-05 18:37:12 UTC (rev 252513)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=4
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-i686/aspell.install (from rev 252512, 
aspell/trunk/aspell.install)
===
--- staging-i686/aspell.install (rev 0)
+++ staging-i686/aspell.install 2015-12-05 18:37:12 UTC (rev 252513)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: aspell/repos/staging-x86_64/PKGBUILD (from rev 252512, 
aspell/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-05 18:37:12 UTC (rev 252513)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=4
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-x86_64/aspell.install (from rev 252512, 
aspell/trunk/aspell.install)
===
--- staging-x86_64/aspell.install   (rev 0)
+++ staging-x86_64/aspell.install   2015-12-05 18:37:12 UTC (rev 252513)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-

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

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 23:44:50
  Author: foutrelis
Revision: 245414

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

Added:
  aspell/repos/staging-i686/
  aspell/repos/staging-i686/PKGBUILD
(from rev 245413, aspell/trunk/PKGBUILD)
  aspell/repos/staging-i686/aspell.install
(from rev 245413, aspell/trunk/aspell.install)
  aspell/repos/staging-x86_64/
  aspell/repos/staging-x86_64/PKGBUILD
(from rev 245413, aspell/trunk/PKGBUILD)
  aspell/repos/staging-x86_64/aspell.install
(from rev 245413, aspell/trunk/aspell.install)

---+
 staging-i686/PKGBUILD |   33 +
 staging-i686/aspell.install   |   24 
 staging-x86_64/PKGBUILD   |   33 +
 staging-x86_64/aspell.install |   24 
 4 files changed, 114 insertions(+)

Copied: aspell/repos/staging-i686/PKGBUILD (from rev 245413, 
aspell/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=3
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-i686/aspell.install (from rev 245413, 
aspell/trunk/aspell.install)
===
--- staging-i686/aspell.install (rev 0)
+++ staging-i686/aspell.install 2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: aspell/repos/staging-x86_64/PKGBUILD (from rev 245413, 
aspell/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jochem Kossen 
+# Contributor: dorphell 
+# Contributor: Thayer Williams 
+# Contributor: Daniel J Griffiths 
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=3
+pkgdesc="A spell checker designed to eventually replace Ispell"
+arch=('i686' 'x86_64')
+url="http://aspell.net/";
+license=('LGPL')
+depends=('gcc-libs' 'ncurses')
+optdepends=('perl: to import old dictionaries')
+install=aspell.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7')
+sha1sums=('ff1190db8de279f950c242c6f4c5d5cdc2cbdc49')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  ln -s ${pkgname}-${_pkgmajorver} "${pkgdir}/usr/lib/${pkgname}"
+}

Copied: aspell/repos/staging-x86_64/aspell.install (from rev 245413, 
aspell/trunk/aspell.install)
===
--- staging-x86_64/aspell.install   (rev 0)
+++ staging-x86_64/aspell.install   2015-09-06 21:44:50 UTC (rev 245414)
@@ -0,0 +1,24 @@
+infodir=usr/share/info
+filelist=(aspell.info aspell-dev.info)
+
+post_install() {
+  echo "==> aspell comes with no default dictionary"
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-inf