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

Xyne xyne at archlinux.org
Wed Aug 24 15:42:21 UTC 2016


    Date: Wednesday, August 24, 2016 @ 15:42:20
  Author: xyne
Revision: 187457

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

Added:
  fdupes/repos/community-i686/LICENSE
    (from rev 187456, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
    (from rev 187456, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/LICENSE
    (from rev 187456, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
    (from rev 187456, 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                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |   22 -----------
 community-i686/PKGBUILD   |   36 ------------------
 community-x86_64/LICENSE  |   22 -----------
 community-x86_64/PKGBUILD |   36 ------------------
 6 files changed, 130 insertions(+), 116 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2016-08-24 15:41:57 UTC (rev 187456)
+++ community-i686/LICENSE	2016-08-24 15:42:20 UTC (rev 187457)
@@ -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 187456, fdupes/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2016-08-24 15:42:20 UTC (rev 187457)
@@ -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	2016-08-24 15:41:57 UTC (rev 187456)
+++ community-i686/PKGBUILD	2016-08-24 15:42:20 UTC (rev 187457)
@@ -1,36 +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.51
-pkgrel=4
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('i686' 'x86_64')
-url="https://github.com/adrianlopezroche/fdupes"
-license=('MIT')
-depends=(glibc)
-makedepends=(git)
-source=(https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$pkgver.tar.gz LICENSE)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
-sha256sums=('SKIP'
-            '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-  make  PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cd $pkgname-$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 187456, fdupes/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-24 15:42:20 UTC (rev 187457)
@@ -0,0 +1,43 @@
+# $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:

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2016-08-24 15:41:57 UTC (rev 187456)
+++ community-x86_64/LICENSE	2016-08-24 15:42:20 UTC (rev 187457)
@@ -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 187456, fdupes/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2016-08-24 15:42:20 UTC (rev 187457)
@@ -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	2016-08-24 15:41:57 UTC (rev 187456)
+++ community-x86_64/PKGBUILD	2016-08-24 15:42:20 UTC (rev 187457)
@@ -1,36 +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.51
-pkgrel=4
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('i686' 'x86_64')
-url="https://github.com/adrianlopezroche/fdupes"
-license=('MIT')
-depends=(glibc)
-makedepends=(git)
-source=(https://github.com/adrianlopezroche/fdupes/archive/$pkgname-$pkgver.tar.gz LICENSE)
-# Alternatively
-# source=(git://github.com/adrianlopezroche/fdupes.git#tag=$pkgname-$pkgver LICENSE)
-sha256sums=('SKIP'
-            '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
-
-build() {
-  cd $pkgname-$pkgname-$pkgver
-  make  PREFIX=/usr
-}
-
-package(){
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  cd $pkgname-$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 187456, fdupes/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-24 15:42:20 UTC (rev 187457)
@@ -0,0 +1,43 @@
+# $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:



More information about the arch-commits mailing list