[arch-commits] Commit in drbl/repos/community-any (4 files)

2019-11-16 Thread Jonathan Steel via arch-commits
Date: Saturday, November 16, 2019 @ 08:55:17
  Author: jsteel
Revision: 529503

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 529502, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 529502, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   73 -
 usrbin.patch |   30 +++
 2 files changed, 51 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-16 08:55:10 UTC (rev 529502)
+++ PKGBUILD2019-11-16 08:55:17 UTC (rev 529503)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.25.10
-pkgrel=1
-pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
-arch=('any')
-url="http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-backup=('etc/drbl/drbl.conf')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/drbl/$pkgname-$pkgver.tar.xz
-usrbin.patch)
-md5sums=('9bebdca9b20b0309d6b7c4b2378e11d6'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 529502, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-16 08:55:17 UTC (rev 529503)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.30.5
+pkgrel=1
+pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
+arch=('any')
+url="http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
+source=(https://free.nchc.org.tw/drbl-core/src/stable/$pkgname-$pkgver.tar.xz
+usrbin.patch)
+md5sums=('5d649c68bae688db122d1e7ac25b111c'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2019-11-16 08:55:10 UTC (rev 529502)
+++ usrbin.patch2019-11-16 08:55:17 UTC (rev 529503)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 529502, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2019-11-16 08:55:17 UTC (rev 529503)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/


[arch-commits] Commit in drbl/repos/community-any (4 files)

2018-04-11 Thread Jonathan Steel via arch-commits
Date: Wednesday, April 11, 2018 @ 20:56:48
  Author: jsteel
Revision: 315787

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 315786, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 315786, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   74 -
 usrbin.patch |   30 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 20:56:36 UTC (rev 315786)
+++ PKGBUILD2018-04-11 20:56:48 UTC (rev 315787)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.20.11
-pkgrel=1
-pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
-arch=('any')
-url="http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-backup=('etc/drbl/drbl.conf')
-options=('!emptydirs')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-md5sums=('ae7d2ff042084b359671536c0d9cf20c'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 315786, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 20:56:48 UTC (rev 315787)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.25.10
+pkgrel=1
+pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
+arch=('any')
+url="http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
+source=(https://downloads.sourceforge.net/drbl/$pkgname-$pkgver.tar.xz
+usrbin.patch)
+md5sums=('9bebdca9b20b0309d6b7c4b2378e11d6'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2018-04-11 20:56:36 UTC (rev 315786)
+++ usrbin.patch2018-04-11 20:56:48 UTC (rev 315787)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 315786, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2018-04-11 20:56:48 UTC (rev 315787)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/


[arch-commits] Commit in drbl/repos/community-any (4 files)

2016-05-31 Thread Jonathan Steel
Date: Tuesday, May 31, 2016 @ 10:09:36
  Author: jsteel
Revision: 177499

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 177498, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 177498, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   74 -
 usrbin.patch |   30 +++
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-31 08:09:27 UTC (rev 177498)
+++ PKGBUILD2016-05-31 08:09:36 UTC (rev 177499)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.19.11
-pkgrel=1
-pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
-arch=('any')
-url="http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-backup=('etc/drbl/drbl.conf')
-options=('!emptydirs')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-md5sums=('feeb119d9ab7116b29047cdf53fa4ed1'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  patch -Np0 -i "$srcdir"/usrbin.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 177498, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-31 08:09:36 UTC (rev 177499)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.20.11
+pkgrel=1
+pkgdesc="Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients"
+arch=('any')
+url="http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('ae7d2ff042084b359671536c0d9cf20c'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i "$srcdir"/usrbin.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2016-05-31 08:09:27 UTC (rev 177498)
+++ usrbin.patch2016-05-31 08:09:36 UTC (rev 177499)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 177498, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2016-05-31 08:09:36 UTC (rev 177499)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/


[arch-commits] Commit in drbl/repos/community-any (4 files)

2014-12-13 Thread Jonathan Steel
Date: Saturday, December 13, 2014 @ 16:38:18
  Author: jsteel
Revision: 123846

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 123845, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 123845, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   76 +++--
 usrbin.patch |   30 +++---
 2 files changed, 52 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-13 15:38:02 UTC (rev 123845)
+++ PKGBUILD2014-12-13 15:38:18 UTC (rev 123846)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.8.25
-pkgrel=1
-pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
-arch=('any')
-url=http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-backup=('etc/drbl/drbl.conf')
-options=('!emptydirs')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-md5sums=('2bdca7d7da68f28d2d13ac2124fd4092'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-
-  chmod +r $pkgdir/usr/share/drbl/pkg/syslinux/makeboot.sh
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 123845, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-13 15:38:18 UTC (rev 123846)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at archlinux.org
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.11.15
+pkgrel=1
+pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
+arch=('any')
+url=http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('77805b88bd499c4d06306713a554b860'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2014-12-13 15:38:02 UTC (rev 123845)
+++ usrbin.patch2014-12-13 15:38:18 UTC (rev 123846)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 123845, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2014-12-13 15:38:18 UTC (rev 123846)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/


[arch-commits] Commit in drbl/repos/community-any (4 files)

2014-06-14 Thread Jonathan Steel
Date: Saturday, June 14, 2014 @ 09:23:39
  Author: jsteel
Revision: 113134

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 113133, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 113133, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   75 +
 usrbin.patch |   30 +++---
 2 files changed, 54 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-06-14 07:21:58 UTC (rev 113133)
+++ PKGBUILD2014-06-14 07:23:39 UTC (rev 113134)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.4.19
-pkgrel=1
-pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
-arch=('any')
-url=http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-backup=(etc/drbl/drbl.conf)
-md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 113133, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-06-14 07:23:39 UTC (rev 113134)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jonathan Steel jsteel at aur.archlinux.org
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.8.25
+pkgrel=1
+pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
+arch=('any')
+url=http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+backup=('etc/drbl/drbl.conf')
+options=('!emptydirs')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+md5sums=('2bdca7d7da68f28d2d13ac2124fd4092'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  chmod +r $pkgdir/usr/share/drbl/pkg/syslinux/makeboot.sh
+}

Deleted: usrbin.patch
===
--- usrbin.patch2014-06-14 07:21:58 UTC (rev 113133)
+++ usrbin.patch2014-06-14 07:23:39 UTC (rev 113134)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 113133, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2014-06-14 07:23:39 UTC (rev 113134)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/



[arch-commits] Commit in drbl/repos/community-any (4 files)

2014-01-17 Thread Jonathan Steel
Date: Friday, January 17, 2014 @ 21:08:07
  Author: jsteel
Revision: 104329

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 104328, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 104328, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   72 -
 usrbin.patch |   30 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-17 20:04:52 UTC (rev 104328)
+++ PKGBUILD2014-01-17 20:08:07 UTC (rev 104329)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.4.19
-pkgrel=1
-pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
-arch=('any')
-url=http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-backup=(etc/drbl/drbl.conf)
-md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 104328, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-17 20:08:07 UTC (rev 104329)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.4.19
+pkgrel=1
+pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
+arch=('any')
+url=http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+backup=(etc/drbl/drbl.conf)
+md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2014-01-17 20:04:52 UTC (rev 104328)
+++ usrbin.patch2014-01-17 20:08:07 UTC (rev 104329)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 104328, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2014-01-17 20:08:07 UTC (rev 104329)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/



[arch-commits] Commit in drbl/repos/community-any (4 files)

2013-09-14 Thread Jonathan Steel
Date: Saturday, September 14, 2013 @ 12:53:10
  Author: jsteel
Revision: 97155

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
(from rev 97154, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
(from rev 97154, drbl/trunk/usrbin.patch)
Deleted:
  drbl/repos/community-any/PKGBUILD
  drbl/repos/community-any/usrbin.patch

--+
 PKGBUILD |   72 -
 usrbin.patch |   30 +++
 2 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-14 10:52:58 UTC (rev 97154)
+++ PKGBUILD2013-09-14 10:53:10 UTC (rev 97155)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel mail at jsteel dot org
-# Contributor: M0Rf30
-
-pkgname=drbl
-pkgver=2.3.10
-pkgrel=2
-pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
-arch=('any')
-url=http://drbl.sourceforge.net;
-license=('GPL')
-depends=('perl' 'bc')
-makedepends=('vim')
-source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
-usrbin.patch)
-backup=(etc/drbl/drbl.conf)
-md5sums=('412e68b8f96ef021052f680f2ea78501'
- 'f01eac478f1ae62f505de645de96c68a')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  patch -Np0 -i $srcdir/usrbin.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 97154, drbl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-14 10:53:10 UTC (rev 97155)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.4.19
+pkgrel=1
+pkgdesc=Diskless Remote Boot in Linux: manage the deployment of the GNU/Linux 
operating system across many clients
+arch=('any')
+url=http://drbl.sourceforge.net;
+license=('GPL')
+depends=('perl' 'bc')
+makedepends=('vim')
+source=(http://free.nchc.org.tw/$pkgname-core/src/stable/$pkgname-$pkgver.tar.bz2
+usrbin.patch)
+backup=(etc/drbl/drbl.conf)
+md5sums=('db19cc73ebbea1a72088d3a6fbb171f7'
+ 'f01eac478f1ae62f505de645de96c68a')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+
+  patch -Np0 -i $srcdir/usrbin.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make  
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}

Deleted: usrbin.patch
===
--- usrbin.patch2013-09-14 10:52:58 UTC (rev 97154)
+++ usrbin.patch2013-09-14 10:53:10 UTC (rev 97155)
@@ -1,15 +0,0 @@
 Makefile.orig  2013-05-30 17:56:44.323563977 +0100
-+++ Makefile   2013-05-30 17:57:35.139954480 +0100
-@@ -27,9 +27,9 @@
- 
- install:
-   # install exec files
--  install -d $(DESTDIR)/usr/
--  cp -a sbin bin $(DESTDIR)/usr/
--  rm -f $(DESTDIR)/usr/sbin/Makefile
-+  install -d $(DESTDIR)/usr/bin
-+  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
-+  rm -f $(DESTDIR)/usr/bin/Makefile
-   # install setup dir
-   install -d $(DESTDIR)/$(SHAREDIR)/
-   cp -a setup $(DESTDIR)/$(SHAREDIR)/

Copied: drbl/repos/community-any/usrbin.patch (from rev 97154, 
drbl/trunk/usrbin.patch)
===
--- usrbin.patch(rev 0)
+++ usrbin.patch2013-09-14 10:53:10 UTC (rev 97155)
@@ -0,0 +1,15 @@
+--- Makefile.orig  2013-05-30 17:56:44.323563977 +0100
 Makefile   2013-05-30 17:57:35.139954480 +0100
+@@ -27,9 +27,9 @@
+ 
+ install:
+   # install exec files
+-  install -d $(DESTDIR)/usr/
+-  cp -a sbin bin $(DESTDIR)/usr/
+-  rm -f $(DESTDIR)/usr/sbin/Makefile
++  install -d $(DESTDIR)/usr/bin
++  cp -a sbin/* bin/* $(DESTDIR)/usr/bin/
++  rm -f $(DESTDIR)/usr/bin/Makefile
+   # install setup dir
+   install -d $(DESTDIR)/$(SHAREDIR)/
+   cp -a setup $(DESTDIR)/$(SHAREDIR)/