[arch-commits] Commit in m4/repos (12 files)
Allan McRae
allan at archlinux.org
Sat Jan 3 06:38:19 UTC 2015
Date: Saturday, January 3, 2015 @ 07:38:19
Author: allan
Revision: 228367
archrelease: copy trunk to core-x86_64, core-i686
Added:
m4/repos/core-i686/PKGBUILD
(from rev 228366, m4/trunk/PKGBUILD)
m4/repos/core-i686/m4-1.4.16-readlink-einval.patch
(from rev 228366, m4/trunk/m4-1.4.16-readlink-einval.patch)
m4/repos/core-i686/m4.install
(from rev 228366, m4/trunk/m4.install)
m4/repos/core-x86_64/PKGBUILD
(from rev 228366, m4/trunk/PKGBUILD)
m4/repos/core-x86_64/m4-1.4.16-readlink-einval.patch
(from rev 228366, m4/trunk/m4-1.4.16-readlink-einval.patch)
m4/repos/core-x86_64/m4.install
(from rev 228366, m4/trunk/m4.install)
Deleted:
m4/repos/core-i686/PKGBUILD
m4/repos/core-i686/m4-1.4.16-readlink-einval.patch
m4/repos/core-i686/m4.install
m4/repos/core-x86_64/PKGBUILD
m4/repos/core-x86_64/m4-1.4.16-readlink-einval.patch
m4/repos/core-x86_64/m4.install
---------------------------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++
/m4-1.4.16-readlink-einval.patch | 24 +++++++++
/m4.install | 40 +++++++++++++++
core-i686/PKGBUILD | 33 ------------
core-i686/m4-1.4.16-readlink-einval.patch | 12 ----
core-i686/m4.install | 20 -------
core-x86_64/PKGBUILD | 33 ------------
core-x86_64/m4-1.4.16-readlink-einval.patch | 12 ----
core-x86_64/m4.install | 20 -------
9 files changed, 132 insertions(+), 130 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2015-01-03 06:36:45 UTC (rev 228366)
+++ core-i686/PKGBUILD 2015-01-03 06:38:19 UTC (rev 228367)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=m4
-pkgver=1.4.17
-pkgrel=1
-pkgdesc="The GNU macro processor"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/m4"
-license=('GPL3')
-groups=('base-devel')
-depends=('glibc' 'bash')
-install=m4.install
-source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
- 'SKIP')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd ${srcdir}/$pkgname-$pkgver
- make check
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
- make prefix=${pkgdir}/usr install
-}
Copied: m4/repos/core-i686/PKGBUILD (from rev 228366, m4/trunk/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2015-01-03 06:38:19 UTC (rev 228367)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=m4
+pkgver=1.4.17
+pkgrel=1
+pkgdesc="The GNU macro processor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/m4"
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+install=m4.install
+source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606') # Gary Vaughan
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd ${srcdir}/$pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+ make prefix=${pkgdir}/usr install
+}
Deleted: core-i686/m4-1.4.16-readlink-einval.patch
===================================================================
--- core-i686/m4-1.4.16-readlink-einval.patch 2015-01-03 06:36:45 UTC (rev 228366)
+++ core-i686/m4-1.4.16-readlink-einval.patch 2015-01-03 06:38:19 UTC (rev 228367)
@@ -1,12 +0,0 @@
-diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
---- m4-1.4.16/tests/test-readlink.h.orig 2011-09-19 12:44:58.745546826 +0200
-+++ m4-1.4.16/tests/test-readlink.h 2011-09-19 12:46:00.079548410 +0200
-@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con
- ASSERT (errno == ENOENT);
- errno = 0;
- ASSERT (func ("", buf, sizeof buf) == -1);
-- ASSERT (errno == ENOENT);
-+ ASSERT (errno == ENOENT || errno == EINVAL);
- errno = 0;
- ASSERT (func (".", buf, sizeof buf) == -1);
- ASSERT (errno == EINVAL);
Copied: m4/repos/core-i686/m4-1.4.16-readlink-einval.patch (from rev 228366, m4/trunk/m4-1.4.16-readlink-einval.patch)
===================================================================
--- core-i686/m4-1.4.16-readlink-einval.patch (rev 0)
+++ core-i686/m4-1.4.16-readlink-einval.patch 2015-01-03 06:38:19 UTC (rev 228367)
@@ -0,0 +1,12 @@
+diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
+--- m4-1.4.16/tests/test-readlink.h.orig 2011-09-19 12:44:58.745546826 +0200
++++ m4-1.4.16/tests/test-readlink.h 2011-09-19 12:46:00.079548410 +0200
+@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con
+ ASSERT (errno == ENOENT);
+ errno = 0;
+ ASSERT (func ("", buf, sizeof buf) == -1);
+- ASSERT (errno == ENOENT);
++ ASSERT (errno == ENOENT || errno == EINVAL);
+ errno = 0;
+ ASSERT (func (".", buf, sizeof buf) == -1);
+ ASSERT (errno == EINVAL);
Deleted: core-i686/m4.install
===================================================================
--- core-i686/m4.install 2015-01-03 06:36:45 UTC (rev 228366)
+++ core-i686/m4.install 2015-01-03 06:38:19 UTC (rev 228367)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=('m4.info' 'm4.info-1' 'm4.info-2')
-
-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: m4/repos/core-i686/m4.install (from rev 228366, m4/trunk/m4.install)
===================================================================
--- core-i686/m4.install (rev 0)
+++ core-i686/m4.install 2015-01-03 06:38:19 UTC (rev 228367)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=('m4.info' 'm4.info-1' 'm4.info-2')
+
+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
+}
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2015-01-03 06:36:45 UTC (rev 228366)
+++ core-x86_64/PKGBUILD 2015-01-03 06:38:19 UTC (rev 228367)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=m4
-pkgver=1.4.17
-pkgrel=1
-pkgdesc="The GNU macro processor"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/m4"
-license=('GPL3')
-groups=('base-devel')
-depends=('glibc' 'bash')
-install=m4.install
-source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
-md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
- 'SKIP')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-check() {
- cd ${srcdir}/$pkgname-$pkgver
- make check
-}
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
- make prefix=${pkgdir}/usr install
-}
Copied: m4/repos/core-x86_64/PKGBUILD (from rev 228366, m4/trunk/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2015-01-03 06:38:19 UTC (rev 228367)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=m4
+pkgver=1.4.17
+pkgrel=1
+pkgdesc="The GNU macro processor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/m4"
+license=('GPL3')
+groups=('base-devel')
+depends=('glibc' 'bash')
+install=m4.install
+source=(ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.xz{,.sig})
+md5sums=('12a3c829301a4fd6586a57d3fcf196dc'
+ 'SKIP')
+validpgpkeys=('CFE2BE707B538E8B26757D84151308092983D606') # Gary Vaughan
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd ${srcdir}/$pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
+ make prefix=${pkgdir}/usr install
+}
Deleted: core-x86_64/m4-1.4.16-readlink-einval.patch
===================================================================
--- core-x86_64/m4-1.4.16-readlink-einval.patch 2015-01-03 06:36:45 UTC (rev 228366)
+++ core-x86_64/m4-1.4.16-readlink-einval.patch 2015-01-03 06:38:19 UTC (rev 228367)
@@ -1,12 +0,0 @@
-diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
---- m4-1.4.16/tests/test-readlink.h.orig 2011-09-19 12:44:58.745546826 +0200
-+++ m4-1.4.16/tests/test-readlink.h 2011-09-19 12:46:00.079548410 +0200
-@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con
- ASSERT (errno == ENOENT);
- errno = 0;
- ASSERT (func ("", buf, sizeof buf) == -1);
-- ASSERT (errno == ENOENT);
-+ ASSERT (errno == ENOENT || errno == EINVAL);
- errno = 0;
- ASSERT (func (".", buf, sizeof buf) == -1);
- ASSERT (errno == EINVAL);
Copied: m4/repos/core-x86_64/m4-1.4.16-readlink-einval.patch (from rev 228366, m4/trunk/m4-1.4.16-readlink-einval.patch)
===================================================================
--- core-x86_64/m4-1.4.16-readlink-einval.patch (rev 0)
+++ core-x86_64/m4-1.4.16-readlink-einval.patch 2015-01-03 06:38:19 UTC (rev 228367)
@@ -0,0 +1,12 @@
+diff -up m4-1.4.16/tests/test-readlink.h.orig m4-1.4.16/tests/test-readlink.h
+--- m4-1.4.16/tests/test-readlink.h.orig 2011-09-19 12:44:58.745546826 +0200
++++ m4-1.4.16/tests/test-readlink.h 2011-09-19 12:46:00.079548410 +0200
+@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con
+ ASSERT (errno == ENOENT);
+ errno = 0;
+ ASSERT (func ("", buf, sizeof buf) == -1);
+- ASSERT (errno == ENOENT);
++ ASSERT (errno == ENOENT || errno == EINVAL);
+ errno = 0;
+ ASSERT (func (".", buf, sizeof buf) == -1);
+ ASSERT (errno == EINVAL);
Deleted: core-x86_64/m4.install
===================================================================
--- core-x86_64/m4.install 2015-01-03 06:36:45 UTC (rev 228366)
+++ core-x86_64/m4.install 2015-01-03 06:38:19 UTC (rev 228367)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=('m4.info' 'm4.info-1' 'm4.info-2')
-
-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: m4/repos/core-x86_64/m4.install (from rev 228366, m4/trunk/m4.install)
===================================================================
--- core-x86_64/m4.install (rev 0)
+++ core-x86_64/m4.install 2015-01-03 06:38:19 UTC (rev 228367)
@@ -0,0 +1,20 @@
+infodir=usr/share/info
+filelist=('m4.info' 'm4.info-1' 'm4.info-2')
+
+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