[arch-commits] Commit in drbd-utils/repos (4 files)

Sébastien Luttringer seblu at archlinux.org
Sat Jan 14 17:15:54 UTC 2017


    Date: Saturday, January 14, 2017 @ 17:15:53
  Author: seblu
Revision: 207356

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

Added:
  drbd-utils/repos/community-i686/PKGBUILD
    (from rev 207355, drbd-utils/trunk/PKGBUILD)
  drbd-utils/repos/community-x86_64/PKGBUILD
    (from rev 207355, drbd-utils/trunk/PKGBUILD)
Deleted:
  drbd-utils/repos/community-i686/PKGBUILD
  drbd-utils/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  120 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   67 ------------------------
 community-x86_64/PKGBUILD |   67 ------------------------
 3 files changed, 120 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-14 17:14:50 UTC (rev 207355)
+++ community-i686/PKGBUILD	2017-01-14 17:15:53 UTC (rev 207356)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.9
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=("http://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz")
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('db24f778a14245b0edc867b3abc7eea5')
-
-#prepare() {
-#  # fix hardcoded path in udev rules
-#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' $pkgname-$pkgver/scripts/drbd.rules
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --localstatedir=/var \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --libdir=/usr/lib \
-    --with-distro=generic \
-    --with-bashcompletion \
-    --with-udev \
-    --without-rgmanager \
-    --without-pacemaker \
-    --without-heartbeat \
-    --with-initscripttype=systemd \
-    --without-xen
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  # move /lib files under /usr/lib
-  cd "$pkgdir"
-  mv lib/drbd/* usr/lib/drbd
-  rmdir lib/drbd lib
-
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # remove /var/lock
-  rmdir var/lock
-
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
-  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-
-  # fix rights on systemd files
-  chmod 644 usr/lib/systemd/system/*
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd-utils/repos/community-i686/PKGBUILD (from rev 207355, drbd-utils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-14 17:15:53 UTC (rev 207356)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=8.9.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='https://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
+replaces=('drbd')
+source=("https://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz")
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('186a59a714084026c074ce7d8f2a9d11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --localstatedir=/var \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --libdir=/usr/lib \
+    --with-distro=generic \
+    --with-bashcompletion \
+    --with-initscripttype=systemd \
+    --with-udev \
+    --without-rgmanager \
+    --without-pacemaker \
+    --without-heartbeat \
+    --without-83support \
+    --without-xen
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+
+  # move /lib files under /usr/lib
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock
+  rmdir var/lock
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
+  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-14 17:14:50 UTC (rev 207355)
+++ community-x86_64/PKGBUILD	2017-01-14 17:15:53 UTC (rev 207356)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=drbd-utils
-pkgver=8.9.9
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='Userland tools for Distributed Replicated Block Device'
-url='http://www.drbd.org'
-license=('GPL2')
-depends=('perl' 'bash')
-makedepends=('libxslt' 'systemd')
-conflicts=('drbd')
-replaces=('drbd')
-source=("http://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz")
-backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('db24f778a14245b0edc867b3abc7eea5')
-
-#prepare() {
-#  # fix hardcoded path in udev rules
-#  sed -i 's,/sbin/drbdadm,/usr/bin/drbdadm,' $pkgname-$pkgver/scripts/drbd.rules
-#}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --localstatedir=/var \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --libdir=/usr/lib \
-    --with-distro=generic \
-    --with-bashcompletion \
-    --with-udev \
-    --without-rgmanager \
-    --without-pacemaker \
-    --without-heartbeat \
-    --with-initscripttype=systemd \
-    --without-xen
-  make
-}
-
-package() {
-  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
-
-  # move /lib files under /usr/lib
-  cd "$pkgdir"
-  mv lib/drbd/* usr/lib/drbd
-  rmdir lib/drbd lib
-
-  # move bash completion
-  install -dm 755 usr/share/bash-completion
-  mv etc/bash_completion.d usr/share/bash-completion/completions
-
-  # remove /var/lock
-  rmdir var/lock
-
-  # autoload module
-  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
-  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
-
-  # fix rights on systemd files
-  chmod 644 usr/lib/systemd/system/*
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: drbd-utils/repos/community-x86_64/PKGBUILD (from rev 207355, drbd-utils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-14 17:15:53 UTC (rev 207356)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=drbd-utils
+pkgver=8.9.10
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Userland tools for Distributed Replicated Block Device'
+url='https://www.drbd.org'
+license=('GPL2')
+depends=('perl' 'bash')
+makedepends=('libxslt' 'systemd')
+conflicts=('drbd')
+replaces=('drbd')
+source=("https://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz")
+backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
+md5sums=('186a59a714084026c074ce7d8f2a9d11')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --localstatedir=/var \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --libdir=/usr/lib \
+    --with-distro=generic \
+    --with-bashcompletion \
+    --with-initscripttype=systemd \
+    --with-udev \
+    --without-rgmanager \
+    --without-pacemaker \
+    --without-heartbeat \
+    --without-83support \
+    --without-xen
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+  cd "$pkgdir"
+
+  # move /lib files under /usr/lib
+  mv lib/drbd/* usr/lib/drbd
+  rmdir lib/drbd lib
+
+  # move bash completion
+  install -dm 755 usr/share/bash-completion
+  mv etc/bash_completion.d usr/share/bash-completion/completions
+
+  # remove /var/lock
+  rmdir var/lock
+
+  # autoload module
+  install -Dm 644 /dev/null usr/lib/modules-load.d/drbd.conf
+  echo 'drbd' > usr/lib/modules-load.d/drbd.conf
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list