[arch-commits] Commit in texinfo/repos (18 files)

Florian Pritz bluewind at archlinux.org
Sun Jun 5 11:26:26 UTC 2016


    Date: Sunday, June 5, 2016 @ 13:26:26
  Author: bluewind
Revision: 268989

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

Added:
  texinfo/repos/core-i686/PKGBUILD
    (from rev 268988, texinfo/repos/testing-i686/PKGBUILD)
  texinfo/repos/core-i686/texinfo-6.0-disable-failing-info-test.patch
    (from rev 268988, texinfo/repos/testing-i686/texinfo-6.0-disable-failing-info-test.patch)
  texinfo/repos/core-i686/texinfo-install.hook
    (from rev 268988, texinfo/repos/testing-i686/texinfo-install.hook)
  texinfo/repos/core-i686/texinfo-remove.hook
    (from rev 268988, texinfo/repos/testing-i686/texinfo-remove.hook)
  texinfo/repos/core-x86_64/PKGBUILD
    (from rev 268988, texinfo/repos/testing-x86_64/PKGBUILD)
  texinfo/repos/core-x86_64/texinfo-6.0-disable-failing-info-test.patch
    (from rev 268988, texinfo/repos/testing-x86_64/texinfo-6.0-disable-failing-info-test.patch)
  texinfo/repos/core-x86_64/texinfo-install.hook
    (from rev 268988, texinfo/repos/testing-x86_64/texinfo-install.hook)
  texinfo/repos/core-x86_64/texinfo-remove.hook
    (from rev 268988, texinfo/repos/testing-x86_64/texinfo-remove.hook)
Deleted:
  texinfo/repos/core-i686/PKGBUILD
  texinfo/repos/core-i686/texinfo-6.0-disable-failing-info-test.patch
  texinfo/repos/core-i686/texinfo-install.hook
  texinfo/repos/core-i686/texinfo-remove.hook
  texinfo/repos/core-x86_64/PKGBUILD
  texinfo/repos/core-x86_64/texinfo-6.0-disable-failing-info-test.patch
  texinfo/repos/core-x86_64/texinfo-install.hook
  texinfo/repos/core-x86_64/texinfo-remove.hook
  texinfo/repos/testing-i686/
  texinfo/repos/testing-x86_64/

---------------------------------------------------------+
 /PKGBUILD                                               |   92 ++++++++++++++
 /texinfo-6.0-disable-failing-info-test.patch            |   22 +++
 /texinfo-install.hook                                   |   22 +++
 /texinfo-remove.hook                                    |   20 +++
 core-i686/PKGBUILD                                      |   46 -------
 core-i686/texinfo-6.0-disable-failing-info-test.patch   |   11 -
 core-i686/texinfo-install.hook                          |   11 -
 core-i686/texinfo-remove.hook                           |   10 -
 core-x86_64/PKGBUILD                                    |   46 -------
 core-x86_64/texinfo-6.0-disable-failing-info-test.patch |   11 -
 core-x86_64/texinfo-install.hook                        |   11 -
 core-x86_64/texinfo-remove.hook                         |   10 -
 12 files changed, 156 insertions(+), 156 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-i686/PKGBUILD	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=texinfo
-pkgver=6.1
-pkgrel=3
-pkgdesc='GNU documentation system for on-line information and printed output'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/texinfo/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('ncurses' 'gzip' 'perl' 'sh')
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-        texinfo-6.0-disable-failing-info-test.patch
-        texinfo-install.hook
-        texinfo-remove.hook)
-md5sums=('1d7ec1888fae00730693597852b00cde'
-         'SKIP'
-         '8bfaa21315a8a6184811de8478005d22'
-         '9a98fb162650ff3065f9a4ebec22db36'
-         '5590fb3ef9ec309c98f5a4d85eca49da')
-validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
-  install -m644 texinfo-{install,remove}.hook "$pkgdir"/usr/share/libalpm/hooks/
-}

Copied: texinfo/repos/core-i686/PKGBUILD (from rev 268988, texinfo/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=texinfo
+pkgver=6.1
+pkgrel=4
+pkgdesc='GNU documentation system for on-line information and printed output'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/texinfo/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('ncurses' 'gzip' 'perl' 'sh')
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+        texinfo-6.0-disable-failing-info-test.patch
+        texinfo-install.hook
+        texinfo-remove.hook)
+md5sums=('1d7ec1888fae00730693597852b00cde'
+         'SKIP'
+         '8bfaa21315a8a6184811de8478005d22'
+         '9a98fb162650ff3065f9a4ebec22db36'
+         '5590fb3ef9ec309c98f5a4d85eca49da')
+validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
+  install -m644 texinfo-{install,remove}.hook "$pkgdir"/usr/share/libalpm/hooks/
+}

Deleted: core-i686/texinfo-6.0-disable-failing-info-test.patch
===================================================================
--- core-i686/texinfo-6.0-disable-failing-info-test.patch	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-i686/texinfo-6.0-disable-failing-info-test.patch	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,11 +0,0 @@
-diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
---- texinfo-6.0/info/Makefile.in.orig	2015-07-14 13:17:44.298882856 +0200
-+++ texinfo-6.0/info/Makefile.in	2015-07-14 13:18:13.082004108 +0200
-@@ -1695,7 +1695,6 @@ TESTS = \
- 	t/end-of-line.sh \
- 	t/goal-column.sh \
- 	t/star-note-non-whitespace.sh \
--	t/c-u-m-x-scroll-forward.sh \
- 	t/last-no-history.sh \
- 	t/split-footnotes.sh \
- 	t/window-split-dir.sh \

Copied: texinfo/repos/core-i686/texinfo-6.0-disable-failing-info-test.patch (from rev 268988, texinfo/repos/testing-i686/texinfo-6.0-disable-failing-info-test.patch)
===================================================================
--- core-i686/texinfo-6.0-disable-failing-info-test.patch	                        (rev 0)
+++ core-i686/texinfo-6.0-disable-failing-info-test.patch	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,11 @@
+diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
+--- texinfo-6.0/info/Makefile.in.orig	2015-07-14 13:17:44.298882856 +0200
++++ texinfo-6.0/info/Makefile.in	2015-07-14 13:18:13.082004108 +0200
+@@ -1695,7 +1695,6 @@ TESTS = \
+ 	t/end-of-line.sh \
+ 	t/goal-column.sh \
+ 	t/star-note-non-whitespace.sh \
+-	t/c-u-m-x-scroll-forward.sh \
+ 	t/last-no-history.sh \
+ 	t/split-footnotes.sh \
+ 	t/window-split-dir.sh \

Deleted: core-i686/texinfo-install.hook
===================================================================
--- core-i686/texinfo-install.hook	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-i686/texinfo-install.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Target = usr/share/info/*
-
-[Action]
-Description = Updating the info directory file...
-When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done'
-NeedsTargets

Copied: texinfo/repos/core-i686/texinfo-install.hook (from rev 268988, texinfo/repos/testing-i686/texinfo-install.hook)
===================================================================
--- core-i686/texinfo-install.hook	                        (rev 0)
+++ core-i686/texinfo-install.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Target = usr/share/info/*
+
+[Action]
+Description = Updating the info directory file...
+When = PostTransaction
+Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done'
+NeedsTargets

Deleted: core-i686/texinfo-remove.hook
===================================================================
--- core-i686/texinfo-remove.hook	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-i686/texinfo-remove.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,10 +0,0 @@
-[Trigger]
-Type = File
-Operation = Remove
-Target = usr/share/info/*
-
-[Action]
-Description = Removing old entries from the info directory file...
-When = PreTransaction
-Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
-NeedsTargets

Copied: texinfo/repos/core-i686/texinfo-remove.hook (from rev 268988, texinfo/repos/testing-i686/texinfo-remove.hook)
===================================================================
--- core-i686/texinfo-remove.hook	                        (rev 0)
+++ core-i686/texinfo-remove.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = File
+Operation = Remove
+Target = usr/share/info/*
+
+[Action]
+Description = Removing old entries from the info directory file...
+When = PreTransaction
+Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
+NeedsTargets

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-x86_64/PKGBUILD	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=texinfo
-pkgver=6.1
-pkgrel=3
-pkgdesc='GNU documentation system for on-line information and printed output'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/texinfo/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('ncurses' 'gzip' 'perl' 'sh')
-source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-        texinfo-6.0-disable-failing-info-test.patch
-        texinfo-install.hook
-        texinfo-remove.hook)
-md5sums=('1d7ec1888fae00730693597852b00cde'
-         'SKIP'
-         '8bfaa21315a8a6184811de8478005d22'
-         '9a98fb162650ff3065f9a4ebec22db36'
-         '5590fb3ef9ec309c98f5a4d85eca49da')
-validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  make -C $pkgname-$pkgver check
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
-  install -m644 texinfo-{install,remove}.hook "$pkgdir"/usr/share/libalpm/hooks/
-}

Copied: texinfo/repos/core-x86_64/PKGBUILD (from rev 268988, texinfo/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=texinfo
+pkgver=6.1
+pkgrel=4
+pkgdesc='GNU documentation system for on-line information and printed output'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/texinfo/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('ncurses' 'gzip' 'perl' 'sh')
+source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+        texinfo-6.0-disable-failing-info-test.patch
+        texinfo-install.hook
+        texinfo-remove.hook)
+md5sums=('1d7ec1888fae00730693597852b00cde'
+         'SKIP'
+         '8bfaa21315a8a6184811de8478005d22'
+         '9a98fb162650ff3065f9a4ebec22db36'
+         '5590fb3ef9ec309c98f5a4d85eca49da')
+validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../texinfo-6.0-disable-failing-info-test.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
+  install -m644 texinfo-{install,remove}.hook "$pkgdir"/usr/share/libalpm/hooks/
+}

Deleted: core-x86_64/texinfo-6.0-disable-failing-info-test.patch
===================================================================
--- core-x86_64/texinfo-6.0-disable-failing-info-test.patch	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-x86_64/texinfo-6.0-disable-failing-info-test.patch	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,11 +0,0 @@
-diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
---- texinfo-6.0/info/Makefile.in.orig	2015-07-14 13:17:44.298882856 +0200
-+++ texinfo-6.0/info/Makefile.in	2015-07-14 13:18:13.082004108 +0200
-@@ -1695,7 +1695,6 @@ TESTS = \
- 	t/end-of-line.sh \
- 	t/goal-column.sh \
- 	t/star-note-non-whitespace.sh \
--	t/c-u-m-x-scroll-forward.sh \
- 	t/last-no-history.sh \
- 	t/split-footnotes.sh \
- 	t/window-split-dir.sh \

Copied: texinfo/repos/core-x86_64/texinfo-6.0-disable-failing-info-test.patch (from rev 268988, texinfo/repos/testing-x86_64/texinfo-6.0-disable-failing-info-test.patch)
===================================================================
--- core-x86_64/texinfo-6.0-disable-failing-info-test.patch	                        (rev 0)
+++ core-x86_64/texinfo-6.0-disable-failing-info-test.patch	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,11 @@
+diff -up texinfo-6.0/info/Makefile.in.orig texinfo-6.0/info/Makefile.in
+--- texinfo-6.0/info/Makefile.in.orig	2015-07-14 13:17:44.298882856 +0200
++++ texinfo-6.0/info/Makefile.in	2015-07-14 13:18:13.082004108 +0200
+@@ -1695,7 +1695,6 @@ TESTS = \
+ 	t/end-of-line.sh \
+ 	t/goal-column.sh \
+ 	t/star-note-non-whitespace.sh \
+-	t/c-u-m-x-scroll-forward.sh \
+ 	t/last-no-history.sh \
+ 	t/split-footnotes.sh \
+ 	t/window-split-dir.sh \

Deleted: core-x86_64/texinfo-install.hook
===================================================================
--- core-x86_64/texinfo-install.hook	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-x86_64/texinfo-install.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Target = usr/share/info/*
-
-[Action]
-Description = Updating the info directory file...
-When = PostTransaction
-Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done'
-NeedsTargets

Copied: texinfo/repos/core-x86_64/texinfo-install.hook (from rev 268988, texinfo/repos/testing-x86_64/texinfo-install.hook)
===================================================================
--- core-x86_64/texinfo-install.hook	                        (rev 0)
+++ core-x86_64/texinfo-install.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Target = usr/share/info/*
+
+[Action]
+Description = Updating the info directory file...
+When = PostTransaction
+Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done'
+NeedsTargets

Deleted: core-x86_64/texinfo-remove.hook
===================================================================
--- core-x86_64/texinfo-remove.hook	2016-06-05 11:26:23 UTC (rev 268988)
+++ core-x86_64/texinfo-remove.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -1,10 +0,0 @@
-[Trigger]
-Type = File
-Operation = Remove
-Target = usr/share/info/*
-
-[Action]
-Description = Removing old entries from the info directory file...
-When = PreTransaction
-Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
-NeedsTargets

Copied: texinfo/repos/core-x86_64/texinfo-remove.hook (from rev 268988, texinfo/repos/testing-x86_64/texinfo-remove.hook)
===================================================================
--- core-x86_64/texinfo-remove.hook	                        (rev 0)
+++ core-x86_64/texinfo-remove.hook	2016-06-05 11:26:26 UTC (rev 268989)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = File
+Operation = Remove
+Target = usr/share/info/*
+
+[Action]
+Description = Removing old entries from the info directory file...
+When = PreTransaction
+Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
+NeedsTargets



More information about the arch-commits mailing list