[arch-commits] Commit in fdupes/repos (8 files)

Xyne xyne at archlinux.org
Sat Jul 22 22:25:26 UTC 2017


    Date: Saturday, July 22, 2017 @ 22:25:26
  Author: xyne
Revision: 246078

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

Added:
  fdupes/repos/community-i686/LICENSE
    (from rev 246077, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
    (from rev 246077, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/LICENSE
    (from rev 246077, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
    (from rev 246077, fdupes/trunk/PKGBUILD)
Deleted:
  fdupes/repos/community-i686/LICENSE
  fdupes/repos/community-i686/PKGBUILD
  fdupes/repos/community-x86_64/LICENSE
  fdupes/repos/community-x86_64/PKGBUILD

---------------------------+
 /LICENSE                  |   44 +++++++++++++++++++++++
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |   22 -----------
 community-i686/PKGBUILD   |   43 -----------------------
 community-x86_64/LICENSE  |   22 -----------
 community-x86_64/PKGBUILD |   43 -----------------------
 6 files changed, 126 insertions(+), 130 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2017-07-22 22:25:11 UTC (rev 246077)
+++ community-i686/LICENSE	2017-07-22 22:25:26 UTC (rev 246078)
@@ -1,22 +0,0 @@
-Legal Information
---------------------------------------------------------------------
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-i686/LICENSE (from rev 246077, fdupes/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2017-07-22 22:25:26 UTC (rev 246078)
@@ -0,0 +1,22 @@
+Legal Information
+--------------------------------------------------------------------
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-22 22:25:11 UTC (rev 246077)
+++ community-i686/PKGBUILD	2017-07-22 22:25:26 UTC (rev 246078)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
-# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter <twidds at gmail dot com>
-
-pkgname=fdupes
-pkgver=1.6.1
-pkgrel=1
-# Version changed from 1.51 to 1.6.1
-epoch=1
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('i686' 'x86_64')
-url="https://github.com/adrianlopezroche/fdupes"
-license=(custom)
-depends=(glibc)
-makedepends=(git)
-source=(
-  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
-  LICENSE
-)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
-sha256sums=(
-  'SKIP'
-  '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39'
-)
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cd $pkgname-$pkgver
-  # This works on the master branch but not for the 1.51 tag.
-  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
-  #make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
-  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
-}
-
-# vim: set ts=2 sw=2 et:

Copied: fdupes/repos/community-i686/PKGBUILD (from rev 246077, fdupes/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-22 22:25:26 UTC (rev 246078)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
+# Contributor: Chris Winter <twidds at gmail dot com>
+
+pkgname=fdupes
+pkgver=1.6.1
+pkgrel=1
+# Version changed from 1.51 to 1.6.1
+epoch=1
+pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
+arch=('i686' 'x86_64')
+url="https://github.com/adrianlopezroche/fdupes"
+license=(custom)
+depends=(glibc)
+makedepends=(git)
+source=(
+  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
+  LICENSE
+)
+# Alternatively
+# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
+sha512sums=('6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db'
+            '40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package(){
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgver
+  # This works on the master branch but not for the 1.51 tag.
+  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
+  #make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
+  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
+}
+
+# vim: set ts=2 sw=2 et:

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2017-07-22 22:25:11 UTC (rev 246077)
+++ community-x86_64/LICENSE	2017-07-22 22:25:26 UTC (rev 246078)
@@ -1,22 +0,0 @@
-Legal Information
---------------------------------------------------------------------
-FDUPES Copyright (c) 1999 Adrian Lopez
-
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation files
-(the "Software"), to deal in the Software without restriction,
-including without limitation the rights to use, copy, modify, merge,
-publish, distribute, sublicense, and/or sell copies of the Software,
-and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
-SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: fdupes/repos/community-x86_64/LICENSE (from rev 246077, fdupes/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2017-07-22 22:25:26 UTC (rev 246078)
@@ -0,0 +1,22 @@
+Legal Information
+--------------------------------------------------------------------
+FDUPES Copyright (c) 1999 Adrian Lopez
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-22 22:25:11 UTC (rev 246077)
+++ community-x86_64/PKGBUILD	2017-07-22 22:25:26 UTC (rev 246078)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
-# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter <twidds at gmail dot com>
-
-pkgname=fdupes
-pkgver=1.6.1
-pkgrel=1
-# Version changed from 1.51 to 1.6.1
-epoch=1
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('i686' 'x86_64')
-url="https://github.com/adrianlopezroche/fdupes"
-license=(custom)
-depends=(glibc)
-makedepends=(git)
-source=(
-  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
-  LICENSE
-)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
-sha256sums=(
-  'SKIP'
-  '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39'
-)
-
-build() {
-  cd $pkgname-$pkgver
-  make PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cd $pkgname-$pkgver
-  # This works on the master branch but not for the 1.51 tag.
-  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
-  #make PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
-  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
-}
-
-# vim: set ts=2 sw=2 et:

Copied: fdupes/repos/community-x86_64/PKGBUILD (from rev 246077, fdupes/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-22 22:25:26 UTC (rev 246078)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Daenyth <Daenyth+Arch at gmail dot com>
+# Contributor: Chris Winter <twidds at gmail dot com>
+
+pkgname=fdupes
+pkgver=1.6.1
+pkgrel=1
+# Version changed from 1.51 to 1.6.1
+epoch=1
+pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
+arch=('i686' 'x86_64')
+url="https://github.com/adrianlopezroche/fdupes"
+license=(custom)
+depends=(glibc)
+makedepends=(git)
+source=(
+  https://github.com/adrianlopezroche/fdupes/archive/v$pkgver.tar.gz
+  LICENSE
+)
+# Alternatively
+# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
+sha512sums=('6c6662b70068c2f48f4be64a6830c81a66852d650391d0756f20b9ac0df7d70c1a32918bd7cbd50e19de524d9ebc09ea338c19636e1807b071eb96b325e641db'
+            '40a005755c406c394506fdacad79140a4bdcb4474024832edc81c6d5f8524be9f2b8f504c5492cbab1cfd6bed86e72ff29d665eab3dec171468de490cf156381')
+
+build() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr
+}
+
+package(){
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd $pkgname-$pkgver
+  # This works on the master branch but not for the 1.51 tag.
+  # install -d "$pkgdir"/usr/{share/man/man1,bin} # remnant from old PKGBUILD
+  #make PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm755 fdupes "$pkgdir/usr/bin/fdupes"
+  install -Dm644 fdupes.1 "$pkgdir/usr/share/man/man1/fdupes.1"
+}
+
+# vim: set ts=2 sw=2 et:



More information about the arch-commits mailing list