Date: Sunday, March 26, 2023 @ 23:16:56
  Author: freswa
Revision: 472069

archrelease: copy trunk to testing-x86_64

Added:
  texinfo/repos/testing-x86_64/PKGBUILD
    (from rev 472068, texinfo/trunk/PKGBUILD)
  texinfo/repos/testing-x86_64/keys/
  texinfo/repos/testing-x86_64/texinfo-install.hook
    (from rev 472068, texinfo/trunk/texinfo-install.hook)
  texinfo/repos/testing-x86_64/texinfo-remove.hook
    (from rev 472068, texinfo/trunk/texinfo-remove.hook)
Deleted:
  texinfo/repos/testing-x86_64/PKGBUILD
  texinfo/repos/testing-x86_64/keys/
  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 ++++++------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-26 23:16:53 UTC (rev 472068)
+++ PKGBUILD    2023-03-26 23:16:56 UTC (rev 472069)
@@ -1,39 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
-
-pkgname=texinfo
-pkgver=7.0.2
-pkgrel=3
-pkgdesc='GNU documentation system for on-line information and printed output'
-arch=(x86_64)
-url='https://www.gnu.org/software/texinfo/'
-license=(GPL3)
-depends=(ncurses gzip perl sh)
-optdepends=('perl-archive-zip: EPUB file output via texi2any')
-source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
-        texinfo-install.hook
-        texinfo-remove.hook)
-sha256sums=('f211ec3261383e1a89e4555a93b9d017fe807b9c3992fb2dff4871dae6da54ad'
-            'SKIP'
-            '5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801'
-            '913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9')
-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 472068, 
texinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-26 23:16:56 UTC (rev 472069)
@@ -0,0 +1,39 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgname=texinfo
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='GNU documentation system for on-line information and printed output'
+arch=(x86_64)
+url='https://www.gnu.org/software/texinfo/'
+license=(GPL3)
+depends=(ncurses gzip perl sh)
+optdepends=('perl-archive-zip: EPUB file output via texi2any')
+source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+        texinfo-install.hook
+        texinfo-remove.hook)
+sha256sums=('74b420d09d7f528e84f97aa330f0dd69a98a6053e7a4e01767eed115038807bf'
+            'SKIP'
+            '5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801'
+            '913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9')
+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: texinfo-install.hook
===================================================================
--- texinfo-install.hook        2023-03-26 23:16:53 UTC (rev 472068)
+++ texinfo-install.hook        2023-03-26 23:16:56 UTC (rev 472069)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = Path
-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 472068, 
texinfo/trunk/texinfo-install.hook)
===================================================================
--- texinfo-install.hook                                (rev 0)
+++ texinfo-install.hook        2023-03-26 23:16:56 UTC (rev 472069)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = Path
+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: texinfo-remove.hook
===================================================================
--- texinfo-remove.hook 2023-03-26 23:16:53 UTC (rev 472068)
+++ texinfo-remove.hook 2023-03-26 23:16:56 UTC (rev 472069)
@@ -1,10 +0,0 @@
-[Trigger]
-Type = Path
-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 472068, 
texinfo/trunk/texinfo-remove.hook)
===================================================================
--- texinfo-remove.hook                         (rev 0)
+++ texinfo-remove.hook 2023-03-26 23:16:56 UTC (rev 472069)
@@ -0,0 +1,10 @@
+[Trigger]
+Type = Path
+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

Reply via email to