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

Xyne xyne at archlinux.org
Mon Feb 29 23:58:34 UTC 2016


    Date: Tuesday, March 1, 2016 @ 00:58:34
  Author: xyne
Revision: 163831

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

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

----------------------------+
 /LICENSE                   |   44 ++++++++++++++++++++++++++
 /PKGBUILD                  |   72 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   11 ------
 community-i686/LICENSE     |   22 -------------
 community-i686/PKGBUILD    |   33 -------------------
 community-x86_64/ChangeLog |   11 ------
 community-x86_64/LICENSE   |   22 -------------
 community-x86_64/PKGBUILD  |   33 -------------------
 8 files changed, 116 insertions(+), 132 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2016-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/ChangeLog	2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  <eric at archlinux.org>
-
-	* fdupes 1.40-4
-	* Added x86_64 arch tag
-	* Fixed license
-	* FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Adding package to community: 1.40
-

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2016-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/LICENSE	2016-02-29 23:58:34 UTC (rev 163831)
@@ -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 163830, fdupes/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2016-02-29 23:58:34 UTC (rev 163831)
@@ -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-02-29 23:58:20 UTC (rev 163830)
+++ community-i686/PKGBUILD	2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,33 +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=3
-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)
-source=(https://github.com/adrianlopezroche/fdupes/archive/master.zip LICENSE)
-sha256sums=('367dafb279558e5a857f4389243c2dc6cee1164a9de7110292df89c89d6991b0'
-            '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
-
-build() {
-  cd "$srcdir/$pkgname-master"
-  make  PREFIX=/usr
-}
-
-package(){
-  cd "$srcdir/$pkgname-master"
-  install -d "$pkgdir"/usr/{share/man/man1,bin}
-  make \
-    PREFIX="/usr" \
-    DESTDIR="$pkgdir" \
-    install
-  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: set ts=2 sw=2 et:

Copied: fdupes/repos/community-i686/PKGBUILD (from rev 163830, fdupes/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-29 23:58:34 UTC (rev 163831)
@@ -0,0 +1,36 @@
+# $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:

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2016-02-29 23:58:20 UTC (rev 163830)
+++ community-x86_64/ChangeLog	2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,11 +0,0 @@
-2008-10-05  Eric Belanger  <eric at archlinux.org>
-
-	* fdupes 1.40-4
-	* Added x86_64 arch tag
-	* Fixed license
-	* FHS man pages
-
-2008-10-03  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Adding package to community: 1.40
-

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2016-02-29 23:58:20 UTC (rev 163830)
+++ community-x86_64/LICENSE	2016-02-29 23:58:34 UTC (rev 163831)
@@ -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 163830, fdupes/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2016-02-29 23:58:34 UTC (rev 163831)
@@ -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-02-29 23:58:20 UTC (rev 163830)
+++ community-x86_64/PKGBUILD	2016-02-29 23:58:34 UTC (rev 163831)
@@ -1,33 +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=3
-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)
-source=(https://github.com/adrianlopezroche/fdupes/archive/master.zip LICENSE)
-sha256sums=('367dafb279558e5a857f4389243c2dc6cee1164a9de7110292df89c89d6991b0'
-            '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
-
-build() {
-  cd "$srcdir/$pkgname-master"
-  make  PREFIX=/usr
-}
-
-package(){
-  cd "$srcdir/$pkgname-master"
-  install -d "$pkgdir"/usr/{share/man/man1,bin}
-  make \
-    PREFIX="/usr" \
-    DESTDIR="$pkgdir" \
-    install
-  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: set ts=2 sw=2 et:

Copied: fdupes/repos/community-x86_64/PKGBUILD (from rev 163830, fdupes/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-29 23:58:34 UTC (rev 163831)
@@ -0,0 +1,36 @@
+# $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:



More information about the arch-commits mailing list