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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Thu Mar 14 11:52:23 UTC 2013


    Date: Thursday, March 14, 2013 @ 12:52:23
  Author: stephane
Revision: 180006

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

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

----------------------------+
 core-i686/PKGBUILD         |   67 +++++++++++++++++++++----------------------
 core-i686/libffi.install   |   40 ++++++++++++-------------
 core-x86_64/PKGBUILD       |   67 +++++++++++++++++++++----------------------
 core-x86_64/libffi.install |   40 ++++++++++++-------------
 4 files changed, 108 insertions(+), 106 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2013-03-14 11:10:20 UTC (rev 180005)
+++ core-i686/PKGBUILD	2013-03-14 11:52:23 UTC (rev 180006)
@@ -1,33 +0,0 @@
-# $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"
-}

Copied: libffi/repos/core-i686/PKGBUILD (from rev 180005, libffi/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2013-03-14 11:52:23 UTC (rev 180006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libffi
+pkgver=3.0.12
+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)
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  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	2013-03-14 11:10:20 UTC (rev 180005)
+++ core-i686/libffi.install	2013-03-14 11:52:23 UTC (rev 180006)
@@ -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 180005, libffi/repos/testing-i686/libffi.install)
===================================================================
--- core-i686/libffi.install	                        (rev 0)
+++ core-i686/libffi.install	2013-03-14 11:52:23 UTC (rev 180006)
@@ -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
+}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2013-03-14 11:10:20 UTC (rev 180005)
+++ core-x86_64/PKGBUILD	2013-03-14 11:52:23 UTC (rev 180006)
@@ -1,33 +0,0 @@
-# $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"
-}

Copied: libffi/repos/core-x86_64/PKGBUILD (from rev 180005, libffi/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2013-03-14 11:52:23 UTC (rev 180006)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libffi
+pkgver=3.0.12
+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)
+sha1sums=('463dcb4ae9aea4c52bba12b67fbe4d91ed1e21fd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static
+  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-x86_64/libffi.install
===================================================================
--- core-x86_64/libffi.install	2013-03-14 11:10:20 UTC (rev 180005)
+++ core-x86_64/libffi.install	2013-03-14 11:52:23 UTC (rev 180006)
@@ -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-x86_64/libffi.install (from rev 180005, libffi/repos/testing-x86_64/libffi.install)
===================================================================
--- core-x86_64/libffi.install	                        (rev 0)
+++ core-x86_64/libffi.install	2013-03-14 11:52:23 UTC (rev 180006)
@@ -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