[arch-commits] Commit in etckeeper/repos/community-any (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Oct 27 14:38:46 UTC 2019


    Date: Sunday, October 27, 2019 @ 14:38:46
  Author: archange
Revision: 520757

archrelease: copy trunk to community-any

Added:
  etckeeper/repos/community-any/PKGBUILD
    (from rev 520756, etckeeper/trunk/PKGBUILD)
Deleted:
  etckeeper/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-27 14:38:41 UTC (rev 520756)
+++ PKGBUILD	2019-10-27 14:38:46 UTC (rev 520757)
@@ -1,38 +0,0 @@
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: mathieu.clabaut <mathieu.clabaut at gmail.com>
-# Contributor: Buce <dmbuce at gmail.com>
-# Contributor: Danie Roux <accounts at danieroux.com>
-
-pkgname=etckeeper
-pkgver=1.18.10
-pkgrel=2
-pkgdesc="Collection of tools to let /etc be stored in a git, hg or bzr repository."
-arch=(any)
-url="https://etckeeper.branchable.com/"
-license=(GPL2)
-depends=(git diffutils inetutils sed)
-makedepends=(python2 mercurial bzr)
-optdepends=('mercurial: use mercurial for version control'
-        	'bzr: use bazaar for version control')
-backup=('etc/etckeeper/etckeeper.conf')
-_tag=395272b2600139777fdcaa2ff9a73c094d54cdcd # git rev-parse ${pkgver}
-source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${_tag}?signed")
-sha256sums=(SKIP)
-validpgpkeys=(E85A5F63B31D24C1EBF0D81CC910D9222512E3C7) # Joey Hess <joeyh at joeyh.name>
-
-build() {
-	cd ${pkgname}
-
-	# Fix python name
-	sed -i '/^PYTHON=/c PYTHON=python2' Makefile
-	sed -i '1s/python/python2/' zypper-etckeeper.py
-
-	# We want pacman :D
-	sed -i -e "/^LOWLEVEL_PACKAGE_MANAGER/c LOWLEVEL_PACKAGE_MANAGER=pacman" \
-		-e "/^HIGHLEVEL_PACKAGE_MANAGER/c HIGHLEVEL_PACKAGE_MANAGER=pacman" etckeeper.conf
-}
-
-package() {
-	cd ${pkgname}
-	make DESTDIR="${pkgdir}" systemddir=/usr/lib/systemd/system install
-}

Copied: etckeeper/repos/community-any/PKGBUILD (from rev 520756, etckeeper/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-27 14:38:46 UTC (rev 520757)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: mathieu.clabaut <mathieu.clabaut at gmail.com>
+# Contributor: Buce <dmbuce at gmail.com>
+# Contributor: Danie Roux <accounts at danieroux.com>
+
+pkgname=etckeeper
+pkgver=1.18.10
+pkgrel=3
+pkgdesc="Collection of tools to let /etc be stored in a git, hg or bzr repository."
+arch=(any)
+url="https://etckeeper.branchable.com/"
+license=(GPL2)
+depends=(git diffutils inetutils sed)
+makedepends=(python2 mercurial bzr)
+optdepends=('mercurial: use mercurial for version control'
+            'bzr: use bazaar for version control'
+            'which: etckeeper vcs <subcommand> support')
+backup=('etc/etckeeper/etckeeper.conf')
+_tag=395272b2600139777fdcaa2ff9a73c094d54cdcd # git rev-parse ${pkgver}
+source=("git+https://git.kitenet.net/git/etckeeper.git#tag=${_tag}?signed")
+sha256sums=(SKIP)
+validpgpkeys=(E85A5F63B31D24C1EBF0D81CC910D9222512E3C7) # Joey Hess <joeyh at joeyh.name>
+
+build() {
+	cd ${pkgname}
+
+	# Fix python name
+	sed -i '/^PYTHON=/c PYTHON=python2' Makefile
+	sed -i '1s/python/python2/' zypper-etckeeper.py
+
+	# We want pacman :D
+	sed -i -e "/^LOWLEVEL_PACKAGE_MANAGER/c LOWLEVEL_PACKAGE_MANAGER=pacman" \
+		-e "/^HIGHLEVEL_PACKAGE_MANAGER/c HIGHLEVEL_PACKAGE_MANAGER=pacman" etckeeper.conf
+}
+
+package() {
+	cd ${pkgname}
+	make DESTDIR="${pkgdir}" systemddir=/usr/lib/systemd/system install
+}



More information about the arch-commits mailing list