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

Allan McRae allan at archlinux.org
Fri Apr 27 00:50:14 UTC 2012


    Date: Thursday, April 26, 2012 @ 20:50:14
  Author: allan
Revision: 157321

db-move: moved autoconf from [testing] to [core] (any)

Added:
  autoconf/repos/core-any/PKGBUILD
    (from rev 157320, autoconf/repos/testing-any/PKGBUILD)
  autoconf/repos/core-any/autoconf.install
    (from rev 157320, autoconf/repos/testing-any/autoconf.install)
Deleted:
  autoconf/repos/core-any/PKGBUILD
  autoconf/repos/core-any/autoconf.install
  autoconf/repos/testing-any/

------------------+
 PKGBUILD         |   84 ++++++++++++++++++++++++++---------------------------
 autoconf.install |   40 ++++++++++++-------------
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-04-26 22:51:21 UTC (rev 157320)
+++ core-any/PKGBUILD	2012-04-27 00:50:14 UTC (rev 157321)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=autoconf
-pkgver=2.68
-pkgrel=2
-pkgdesc="A GNU tool for automatically configuring source code"
-arch=('any')
-license=('GPL2' 'GPL3' 'custom')
-url="http://www.gnu.org/software/autoconf"
-groups=('base-devel')
-depends=('awk' 'm4' 'diffutils' 'bash')
-# for test-suite
-#makedepends=('gcc-fortran' 'erlang')
-install=autoconf.install
-source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-md5sums=('723677f7727542d273112e7feb870a7a'
-         'f0af3afe669e5957312415fcb4ed38fa')
-
-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
-
-  # license exception
-  install -Dm644 COPYING.EXCEPTION \
-    $pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
-
-  # conflict with bintuils
-  rm -f ${pkgdir}/usr/share/info/standards.info
-}

Copied: autoconf/repos/core-any/PKGBUILD (from rev 157320, autoconf/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-04-27 00:50:14 UTC (rev 157321)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=autoconf
+pkgver=2.69
+pkgrel=1
+pkgdesc="A GNU tool for automatically configuring source code"
+arch=('any')
+license=('GPL2' 'GPL3' 'custom')
+url="http://www.gnu.org/software/autoconf"
+groups=('base-devel')
+depends=('awk' 'm4' 'diffutils' 'bash')
+# for test-suite
+#makedepends=('gcc-fortran' 'erlang')
+install=autoconf.install
+source=(ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('50f97f4159805e374639a73e2636f22e'
+         '2941e2fe687e05b3431eac6b714053bc')
+
+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
+
+  # license exception
+  install -Dm644 COPYING.EXCEPTION \
+    $pkgdir/usr/share/licenses/autoconf/COPYING.EXCEPTION
+
+  # conflict with bintuils
+  rm -f ${pkgdir}/usr/share/info/standards.info
+}

Deleted: core-any/autoconf.install
===================================================================
--- core-any/autoconf.install	2012-04-26 22:51:21 UTC (rev 157320)
+++ core-any/autoconf.install	2012-04-27 00:50:14 UTC (rev 157321)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(autoconf.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: autoconf/repos/core-any/autoconf.install (from rev 157320, autoconf/repos/testing-any/autoconf.install)
===================================================================
--- core-any/autoconf.install	                        (rev 0)
+++ core-any/autoconf.install	2012-04-27 00:50:14 UTC (rev 157321)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(autoconf.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $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.gz $infodir/dir 2> /dev/null
+  done
+}




More information about the arch-commits mailing list