[arch-commits] Commit in archivetools/repos/extra-any (PKGBUILD PKGBUILD)

2020-04-01 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, April 1, 2020 @ 21:21:07
  Author: seblu
Revision: 379067

archrelease: copy trunk to extra-any

Added:
  archivetools/repos/extra-any/PKGBUILD
(from rev 379066, archivetools/trunk/PKGBUILD)
Deleted:
  archivetools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   58 +-
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-01 21:21:01 UTC (rev 379066)
+++ PKGBUILD2020-04-01 21:21:07 UTC (rev 379067)
@@ -1,29 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=archivetools
-pkgver=3
-pkgrel=1
-pkgdesc='Arch Linux Archive Tools'
-arch=('any')
-url='https://github.com/archlnux/archivetools'
-license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
-makedepends=('git')
-backup=('etc/archive.conf')
-source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver;)
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname
-  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
-  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
-  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
-  # systemd stuff
-  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
-  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
-  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
-install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: archivetools/repos/extra-any/PKGBUILD (from rev 379066, 
archivetools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-01 21:21:07 UTC (rev 379067)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=archivetools
+pkgver=3
+pkgrel=2
+pkgdesc='Arch Linux Archive Tools'
+arch=('any')
+url='https://github.com/archlinux/archivetools'
+license=('GPL2')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
+makedepends=('git')
+backup=('etc/archive.conf')
+source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname
+  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
+  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
+  # systemd stuff
+  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
+  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
+  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
+install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in archivetools/repos/extra-any (PKGBUILD PKGBUILD)

2019-12-27 Thread Levente Polyak via arch-commits
Date: Friday, December 27, 2019 @ 14:24:51
  Author: anthraxx
Revision: 372325

archrelease: copy trunk to extra-any

Added:
  archivetools/repos/extra-any/PKGBUILD
(from rev 372324, archivetools/trunk/PKGBUILD)
Deleted:
  archivetools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   57 +
 1 file changed, 29 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 14:24:23 UTC (rev 372324)
+++ PKGBUILD2019-12-27 14:24:51 UTC (rev 372325)
@@ -1,28 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=archivetools
-pkgver=2
-pkgrel=2
-pkgdesc='Arch Linux Archive Tools'
-arch=('any')
-url='https://github.com/seblu/archivetools'
-license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd')
-makedepends=('git')
-backup=('etc/archive.conf')
-source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname
-  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
-  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
-  # systemd stuff
-  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
-  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
-  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
-install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: archivetools/repos/extra-any/PKGBUILD (from rev 372324, 
archivetools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 14:24:51 UTC (rev 372325)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=archivetools
+pkgver=3
+pkgrel=1
+pkgdesc='Arch Linux Archive Tools'
+arch=('any')
+url='https://github.com/archlnux/archivetools'
+license=('GPL2')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd' 'bash')
+makedepends=('git')
+backup=('etc/archive.conf')
+source=("git+https://github.com/archlinux/archivetools#tag=v$pkgver;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname
+  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
+  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  install -Dm755 archive-cleaner -t "$pkgdir/usr/bin"
+  # systemd stuff
+  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
+  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
+  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
+install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
+  done
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in archivetools/repos/extra-any (PKGBUILD PKGBUILD)

2017-05-14 Thread Sébastien Luttringer
Date: Sunday, May 14, 2017 @ 15:35:41
  Author: seblu
Revision: 295991

archrelease: copy trunk to extra-any

Added:
  archivetools/repos/extra-any/PKGBUILD
(from rev 295990, archivetools/trunk/PKGBUILD)
Deleted:
  archivetools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-14 15:35:17 UTC (rev 295990)
+++ PKGBUILD2017-05-14 15:35:41 UTC (rev 295991)
@@ -1,28 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=archivetools
-pkgver=1
-pkgrel=3
-pkgdesc='Arch Linux Archive Tools'
-arch=('any')
-url='https://github.com/seblu/archivetools'
-license=('GPL2')
-depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd')
-makedepends=('git')
-backup=('etc/archive.conf')
-source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-package() {
-  cd $pkgname
-  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
-  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
-  # systemd stuff
-  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
-  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
-  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
-install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: archivetools/repos/extra-any/PKGBUILD (from rev 295990, 
archivetools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-14 15:35:41 UTC (rev 295991)
@@ -0,0 +1,28 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=archivetools
+pkgver=2
+pkgrel=1
+pkgdesc='Arch Linux Archive Tools'
+arch=('any')
+url='https://github.com/seblu/archivetools'
+license=('GPL2')
+depends=('rsync' 'hardlink' 'xz' 'util-linux' 'systemd')
+makedepends=('git')
+backup=('etc/archive.conf')
+source=("git+https://github.com/seblu/archivetools.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+package() {
+  cd $pkgname
+  install -Dm644 archive.conf "$pkgdir/etc/archive.conf"
+  install -Dm755 archive.sh "$pkgdir/usr/bin/archive"
+  # systemd stuff
+  install -Dm644 archive.sysusers "$pkgdir/usr/lib/sysusers.d/archive.conf"
+  install -Dm644 archive.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/archive.conf"
+  for _p in archive.{timer,service} archive-hardlink.{timer,service}; do
+install -Dm644 $_p "$pkgdir/usr/lib/systemd/system/$_p"
+  done
+}
+
+# vim:set ts=2 sw=2 et: