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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Jun 26 06:32:06 UTC 2017


    Date: Monday, June 26, 2017 @ 06:32:05
  Author: bpiotrowski
Revision: 299260

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  texinfo/repos/testing-i686/PKGBUILD
    (from rev 299259, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-i686/texinfo-install.hook
    (from rev 299259, texinfo/trunk/texinfo-install.hook)
  texinfo/repos/testing-i686/texinfo-remove.hook
    (from rev 299259, texinfo/trunk/texinfo-remove.hook)
  texinfo/repos/testing-x86_64/PKGBUILD
    (from rev 299259, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-x86_64/texinfo-install.hook
    (from rev 299259, texinfo/trunk/texinfo-install.hook)
  texinfo/repos/testing-x86_64/texinfo-remove.hook
    (from rev 299259, texinfo/trunk/texinfo-remove.hook)
Deleted:
  texinfo/repos/testing-i686/PKGBUILD
  texinfo/repos/testing-i686/texinfo-install.hook
  texinfo/repos/testing-i686/texinfo-remove.hook
  texinfo/repos/testing-x86_64/PKGBUILD
  texinfo/repos/testing-x86_64/texinfo-install.hook
  texinfo/repos/testing-x86_64/texinfo-remove.hook

-------------------------------------+
 /PKGBUILD                           |   78 ++++++++++++++++++++++++++++++++++
 /texinfo-install.hook               |   22 +++++++++
 /texinfo-remove.hook                |   20 ++++++++
 testing-i686/PKGBUILD               |   39 -----------------
 testing-i686/texinfo-install.hook   |   11 ----
 testing-i686/texinfo-remove.hook    |   10 ----
 testing-x86_64/PKGBUILD             |   39 -----------------
 testing-x86_64/texinfo-install.hook |   11 ----
 testing-x86_64/texinfo-remove.hook  |   10 ----
 9 files changed, 120 insertions(+), 120 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-06-26 06:29:11 UTC (rev 299259)
+++ testing-i686/PKGBUILD	2017-06-26 06:32:05 UTC (rev 299260)
@@ -1,39 +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.4
-pkgrel=1
-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=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-        texinfo-install.hook
-        texinfo-remove.hook)
-md5sums=('2a676c8339efe6ddea0f1cb52e626d15'
-         'SKIP'
-         '9a98fb162650ff3065f9a4ebec22db36'
-         '5590fb3ef9ec309c98f5a4d85eca49da')
-validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
-
-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/testing-i686/PKGBUILD (from rev 299259, texinfo/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-06-26 06:32:05 UTC (rev 299260)
@@ -0,0 +1,39 @@
+# $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.4
+pkgrel=1
+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=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+        texinfo-install.hook
+        texinfo-remove.hook)
+md5sums=('2a676c8339efe6ddea0f1cb52e626d15'
+         'SKIP'
+         '9a98fb162650ff3065f9a4ebec22db36'
+         '5590fb3ef9ec309c98f5a4d85eca49da')
+validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
+
+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: testing-i686/texinfo-install.hook
===================================================================
--- testing-i686/texinfo-install.hook	2017-06-26 06:29:11 UTC (rev 299259)
+++ testing-i686/texinfo-install.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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/testing-i686/texinfo-install.hook (from rev 299259, texinfo/trunk/texinfo-install.hook)
===================================================================
--- testing-i686/texinfo-install.hook	                        (rev 0)
+++ testing-i686/texinfo-install.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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: testing-i686/texinfo-remove.hook
===================================================================
--- testing-i686/texinfo-remove.hook	2017-06-26 06:29:11 UTC (rev 299259)
+++ testing-i686/texinfo-remove.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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/testing-i686/texinfo-remove.hook (from rev 299259, texinfo/trunk/texinfo-remove.hook)
===================================================================
--- testing-i686/texinfo-remove.hook	                        (rev 0)
+++ testing-i686/texinfo-remove.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-06-26 06:29:11 UTC (rev 299259)
+++ testing-x86_64/PKGBUILD	2017-06-26 06:32:05 UTC (rev 299260)
@@ -1,39 +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.4
-pkgrel=1
-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=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-        texinfo-install.hook
-        texinfo-remove.hook)
-md5sums=('2a676c8339efe6ddea0f1cb52e626d15'
-         'SKIP'
-         '9a98fb162650ff3065f9a4ebec22db36'
-         '5590fb3ef9ec309c98f5a4d85eca49da')
-validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
-
-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/testing-x86_64/PKGBUILD (from rev 299259, texinfo/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-06-26 06:32:05 UTC (rev 299260)
@@ -0,0 +1,39 @@
+# $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.4
+pkgrel=1
+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=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+        texinfo-install.hook
+        texinfo-remove.hook)
+md5sums=('2a676c8339efe6ddea0f1cb52e626d15'
+         'SKIP'
+         '9a98fb162650ff3065f9a4ebec22db36'
+         '5590fb3ef9ec309c98f5a4d85eca49da')
+validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
+
+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: testing-x86_64/texinfo-install.hook
===================================================================
--- testing-x86_64/texinfo-install.hook	2017-06-26 06:29:11 UTC (rev 299259)
+++ testing-x86_64/texinfo-install.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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/testing-x86_64/texinfo-install.hook (from rev 299259, texinfo/trunk/texinfo-install.hook)
===================================================================
--- testing-x86_64/texinfo-install.hook	                        (rev 0)
+++ testing-x86_64/texinfo-install.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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: testing-x86_64/texinfo-remove.hook
===================================================================
--- testing-x86_64/texinfo-remove.hook	2017-06-26 06:29:11 UTC (rev 299259)
+++ testing-x86_64/texinfo-remove.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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/testing-x86_64/texinfo-remove.hook (from rev 299259, texinfo/trunk/texinfo-remove.hook)
===================================================================
--- testing-x86_64/texinfo-remove.hook	                        (rev 0)
+++ testing-x86_64/texinfo-remove.hook	2017-06-26 06:32:05 UTC (rev 299260)
@@ -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