[arch-commits] Commit in shfs-utils/repos/community-x86_64 (4 files)

Jelle van der Waa jelle at archlinux.org
Sun Jun 3 17:58:02 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:58:01
  Author: jelle
Revision: 339486

archrelease: copy trunk to community-x86_64

Added:
  shfs-utils/repos/community-x86_64/PKGBUILD
    (from rev 339485, shfs-utils/trunk/PKGBUILD)
  shfs-utils/repos/community-x86_64/shfs-utils-make.patch
    (from rev 339485, shfs-utils/trunk/shfs-utils-make.patch)
Deleted:
  shfs-utils/repos/community-x86_64/PKGBUILD
  shfs-utils/repos/community-x86_64/shfs-utils-make.patch

-----------------------+
 PKGBUILD              |   68 ++++++++++++++++++++++++------------------------
 shfs-utils-make.patch |   10 +++----
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:57:22 UTC (rev 339485)
+++ PKGBUILD	2018-06-03 17:58:01 UTC (rev 339486)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Sébastien Luttringer
-# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
-
-pkgname=shfs-utils
-pkgver=0.35
-pkgrel=5
-pkgdesc='SHell FileSystem Linux utils'
-url='http://shfs.sourceforge.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('glibc' 'openssh')
-makedepends=('patch')
-source=("http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz"
-        'shfs-utils-make.patch')
-md5sums=('016f49d71bc32eee2b5d11fc1600cfbe'
-         '49fb94b139bc69927815127f0bf85159')
-
-prepare() {
-  patch -Np0 -d shfs-$pkgver < $pkgname-make.patch
-}
-
-build() {
-  cd shfs-$pkgver
-  make -j1 utils
-}
-
-package() {
-  cd shfs-$pkgver
-  make -j1 ROOT="$pkgdir" utils-install
-  # remove sbin symlinks
-  rm -r "$pkgdir/sbin"
-}

Copied: shfs-utils/repos/community-x86_64/PKGBUILD (from rev 339485, shfs-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:58:01 UTC (rev 339486)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: Jaroslaw Swierczynski <swiergot at juvepoland.com>
+
+pkgname=shfs-utils
+pkgver=0.35
+pkgrel=6
+pkgdesc='SHell FileSystem Linux utils'
+url='http://shfs.sourceforge.net/'
+license=('GPL')
+arch=('x86_64')
+depends=('glibc' 'openssh')
+makedepends=('patch')
+source=("http://downloads.sourceforge.net/sourceforge/shfs/shfs-$pkgver.tar.gz"
+        'shfs-utils-make.patch')
+md5sums=('016f49d71bc32eee2b5d11fc1600cfbe'
+         '49fb94b139bc69927815127f0bf85159')
+
+prepare() {
+  patch -Np0 -d shfs-$pkgver < $pkgname-make.patch
+}
+
+build() {
+  cd shfs-$pkgver
+  make -j1 utils
+}
+
+package() {
+  cd shfs-$pkgver
+  make -j1 ROOT="$pkgdir" utils-install
+  # remove sbin symlinks
+  rm -r "$pkgdir/sbin"
+}

Deleted: shfs-utils-make.patch
===================================================================
--- shfs-utils-make.patch	2018-06-03 17:57:22 UTC (rev 339485)
+++ shfs-utils-make.patch	2018-06-03 17:58:01 UTC (rev 339486)
@@ -1,5 +0,0 @@
---- shfsmount/Makefile.orig	2010-08-29 21:50:47.000000000 +0200
-+++ shfsmount/Makefile	2010-08-29 21:50:47.000000000 +0200
-@@ -10 +10 @@
--SEARCHDIRS := -I- -I. -I../shfs/Linux-2.4/
-+SEARCHDIRS := -I. -I../shfs/Linux-2.4/

Copied: shfs-utils/repos/community-x86_64/shfs-utils-make.patch (from rev 339485, shfs-utils/trunk/shfs-utils-make.patch)
===================================================================
--- shfs-utils-make.patch	                        (rev 0)
+++ shfs-utils-make.patch	2018-06-03 17:58:01 UTC (rev 339486)
@@ -0,0 +1,5 @@
+--- shfsmount/Makefile.orig	2010-08-29 21:50:47.000000000 +0200
++++ shfsmount/Makefile	2010-08-29 21:50:47.000000000 +0200
+@@ -10 +10 @@
+-SEARCHDIRS := -I- -I. -I../shfs/Linux-2.4/
++SEARCHDIRS := -I. -I../shfs/Linux-2.4/



More information about the arch-commits mailing list