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

Sébastien Luttringer seblu at archlinux.org
Thu Jan 12 10:57:41 UTC 2017


    Date: Thursday, January 12, 2017 @ 10:57:40
  Author: seblu
Revision: 285840

archrelease: copy trunk to extra-any

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

----------------------+
 PKGBUILD             |   57 ++++++++++++++++++++++++-------------------------
 archivetools.install |   10 --------
 2 files changed, 28 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-12 10:57:25 UTC (rev 285839)
+++ PKGBUILD	2017-01-12 10:57:40 UTC (rev 285840)
@@ -1,29 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=archivetools
-pkgver=1
-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')
-install=archivetools.install
-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 285839, archivetools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-12 10:57:40 UTC (rev 285840)
@@ -0,0 +1,28 @@
+# 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:

Deleted: archivetools.install
===================================================================
--- archivetools.install	2017-01-12 10:57:25 UTC (rev 285839)
+++ archivetools.install	2017-01-12 10:57:40 UTC (rev 285840)
@@ -1,10 +0,0 @@
-#/bin/bash
-
-# arg 1:  the new package version
-post_install() {
-  systemd-sysusers archive.conf
-  systemd-tmpfiles --create archive.conf
-  :
-}
-
-# vim:set ts=2 sw=2 ft=sh et:



More information about the arch-commits mailing list