Date: Monday, June 30, 2014 @ 06:21:29
  Author: fyan
Revision: 215604

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

Added:
  aspell/repos/extra-i686/PKGBUILD
    (from rev 215603, aspell/trunk/PKGBUILD)
  aspell/repos/extra-i686/aspell.install
    (from rev 215603, aspell/trunk/aspell.install)
  aspell/repos/extra-x86_64/PKGBUILD
    (from rev 215603, aspell/trunk/PKGBUILD)
  aspell/repos/extra-x86_64/aspell.install
    (from rev 215603, aspell/trunk/aspell.install)
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                   |   66 ++++++++++++++++++++++++++++++++++++++++++
 /aspell.install             |   48 ++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD         |   32 --------------------
 extra-i686/aspell.install   |   24 ---------------
 extra-x86_64/PKGBUILD       |   32 --------------------
 extra-x86_64/aspell.install |   24 ---------------
 6 files changed, 114 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-i686/PKGBUILD 2014-06-30 04:21:29 UTC (rev 215604)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen <j.kos...@home.nl>
-# Contributor: dorphell <dorph...@archlinux.org>
-# Contributor: Thayer Williams <tha...@archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=aspell
-pkgver=0.60.6.1
-_pkgmajorver=0.60
-pkgrel=1
-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 215603, 
aspell/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2014-06-30 04:21:29 UTC (rev 215604)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@gmail.com>
+# Contributor: Jochem Kossen <j.kos...@home.nl>
+# Contributor: dorphell <dorph...@archlinux.org>
+# Contributor: Thayer Williams <tha...@archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=2
+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}"
+}

Deleted: extra-i686/aspell.install
===================================================================
--- extra-i686/aspell.install   2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-i686/aspell.install   2014-06-30 04:21:29 UTC (rev 215604)
@@ -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
-}

Copied: aspell/repos/extra-i686/aspell.install (from rev 215603, 
aspell/trunk/aspell.install)
===================================================================
--- extra-i686/aspell.install                           (rev 0)
+++ extra-i686/aspell.install   2014-06-30 04:21:29 UTC (rev 215604)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD       2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-x86_64/PKGBUILD       2014-06-30 04:21:29 UTC (rev 215604)
@@ -1,32 +0,0 @@
-# $Id$
-# Contributor: Jochem Kossen <j.kos...@home.nl>
-# Contributor: dorphell <dorph...@archlinux.org>
-# Contributor: Thayer Williams <tha...@archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1...@archlinux.us>
-
-pkgname=aspell
-pkgver=0.60.6.1
-_pkgmajorver=0.60
-pkgrel=1
-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-x86_64/PKGBUILD (from rev 215603, 
aspell/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2014-06-30 04:21:29 UTC (rev 215604)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@gmail.com>
+# Contributor: Jochem Kossen <j.kos...@home.nl>
+# Contributor: dorphell <dorph...@archlinux.org>
+# Contributor: Thayer Williams <tha...@archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+
+pkgname=aspell
+pkgver=0.60.6.1
+_pkgmajorver=0.60
+pkgrel=2
+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}"
+}

Deleted: extra-x86_64/aspell.install
===================================================================
--- extra-x86_64/aspell.install 2014-06-30 04:20:24 UTC (rev 215603)
+++ extra-x86_64/aspell.install 2014-06-30 04:21:29 UTC (rev 215604)
@@ -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
-}

Copied: aspell/repos/extra-x86_64/aspell.install (from rev 215603, 
aspell/trunk/aspell.install)
===================================================================
--- extra-x86_64/aspell.install                         (rev 0)
+++ extra-x86_64/aspell.install 2014-06-30 04:21:29 UTC (rev 215604)
@@ -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
+}

Reply via email to