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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:32:56 UTC 2022


    Date: Monday, July 11, 2022 @ 20:32:56
  Author: eworm
Revision: 1249665

archrelease: copy trunk to community-any

Added:
  drbl/repos/community-any/PKGBUILD
    (from rev 1249664, drbl/trunk/PKGBUILD)
  drbl/repos/community-any/usrbin.patch
    (from rev 1249664, 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	2022-07-11 20:32:53 UTC (rev 1249664)
+++ PKGBUILD	2022-07-11 20:32:56 UTC (rev 1249665)
@@ -1,36 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# 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
-}

Copied: drbl/repos/community-any/PKGBUILD (from rev 1249664, drbl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:32:56 UTC (rev 1249665)
@@ -0,0 +1,36 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: M0Rf30
+
+pkgname=drbl
+pkgver=2.30.5
+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')
+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.patch	2022-07-11 20:32:53 UTC (rev 1249664)
+++ usrbin.patch	2022-07-11 20:32:56 UTC (rev 1249665)
@@ -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 1249664, drbl/trunk/usrbin.patch)
===================================================================
--- usrbin.patch	                        (rev 0)
+++ usrbin.patch	2022-07-11 20:32:56 UTC (rev 1249665)
@@ -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