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

Jonathan Steel jsteel at nymeria.archlinux.org
Sat Sep 14 10:53:10 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-09-14 10:52:58 UTC (rev 97154)
+++ PKGBUILD	2013-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)
+++ PKGBUILD	2013-09-14 10:53:10 UTC (rev 97155)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at 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.patch	2013-09-14 10:52:58 UTC (rev 97154)
+++ usrbin.patch	2013-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.patch	2013-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)/




More information about the arch-commits mailing list