[arch-commits] Commit in libffi/repos (5 files)

Allan McRae allan at archlinux.org
Sat Apr 28 09:25:55 UTC 2012


    Date: Saturday, April 28, 2012 @ 05:25:55
  Author: allan
Revision: 157382

db-move: moved libffi from [testing] to [core] (i686)

Added:
  libffi/repos/core-i686/PKGBUILD
    (from rev 157379, libffi/repos/testing-i686/PKGBUILD)
  libffi/repos/core-i686/libffi.install
    (from rev 157379, libffi/repos/testing-i686/libffi.install)
Deleted:
  libffi/repos/core-i686/PKGBUILD
  libffi/repos/core-i686/libffi.install
  libffi/repos/testing-i686/

----------------+
 PKGBUILD       |   60 ++++++++++++++++++++++++++++++-------------------------
 libffi.install |   40 ++++++++++++++++++------------------
 2 files changed, 53 insertions(+), 47 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-04-28 09:25:44 UTC (rev 157381)
+++ core-i686/PKGBUILD	2012-04-28 09:25:55 UTC (rev 157382)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libffi
-pkgver=3.0.10
-pkgrel=1
-pkgdesc="A portable, high level programming interface to various calling conventions"
-arch=('i686' 'x86_64')
-url="http://sourceware.org/libffi"
-license=('MIT')
-depends=('glibc')
-options=('!libtool')
-install=libffi.install
-source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
-md5sums=('79390673f5d07a8fb342bc09b5055b6f')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libffi/repos/core-i686/PKGBUILD (from rev 157379, libffi/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-04-28 09:25:55 UTC (rev 157382)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libffi
+pkgver=3.0.11
+pkgrel=1
+pkgdesc="A portable, high level programming interface to various calling conventions"
+arch=('i686' 'x86_64')
+url="http://sourceware.org/libffi"
+license=('MIT')
+depends=('glibc')
+checkdepends=('dejagnu')
+options=('!libtool')
+install=libffi.install
+source=(ftp://sourceware.org/pub/libffi/libffi-${pkgver}.tar.gz)
+md5sums=('f69b9693227d976835b4857b1ba7d0e3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: core-i686/libffi.install
===================================================================
--- core-i686/libffi.install	2012-04-28 09:25:44 UTC (rev 157381)
+++ core-i686/libffi.install	2012-04-28 09:25:55 UTC (rev 157382)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libffi.info.gz)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-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: libffi/repos/core-i686/libffi.install (from rev 157379, libffi/repos/testing-i686/libffi.install)
===================================================================
--- core-i686/libffi.install	                        (rev 0)
+++ core-i686/libffi.install	2012-04-28 09:25:55 UTC (rev 157382)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=(libffi.info.gz)
+
+post_install() {
+  [[ -x usr/bin/install-info ]] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+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
+}




More information about the arch-commits mailing list