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

Xyne xyne at nymeria.archlinux.org
Mon Sep 30 02:00:27 UTC 2013


    Date: Monday, September 30, 2013 @ 04:00:27
  Author: xyne
Revision: 97812

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

Added:
  fdupes/repos/community-i686/ChangeLog
    (from rev 97811, fdupes/trunk/ChangeLog)
  fdupes/repos/community-i686/LICENSE
    (from rev 97811, fdupes/trunk/LICENSE)
  fdupes/repos/community-i686/PKGBUILD
    (from rev 97811, fdupes/trunk/PKGBUILD)
  fdupes/repos/community-x86_64/ChangeLog
    (from rev 97811, fdupes/trunk/ChangeLog)
  fdupes/repos/community-x86_64/LICENSE
    (from rev 97811, fdupes/trunk/LICENSE)
  fdupes/repos/community-x86_64/PKGBUILD
    (from rev 97811, 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

----------------------------+
 /ChangeLog                 |   22 +++++++++++++
 /LICENSE                   |   44 +++++++++++++++++++++++++++
 /PKGBUILD                  |   70 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |   11 ------
 community-i686/LICENSE     |   22 -------------
 community-i686/PKGBUILD    |   29 -----------------
 community-x86_64/ChangeLog |   11 ------
 community-x86_64/LICENSE   |   22 -------------
 community-x86_64/PKGBUILD  |   29 -----------------
 9 files changed, 136 insertions(+), 124 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2013-09-30 01:59:40 UTC (rev 97811)
+++ community-i686/ChangeLog	2013-09-30 02:00:27 UTC (rev 97812)
@@ -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
-

Copied: fdupes/repos/community-i686/ChangeLog (from rev 97811, fdupes/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2013-09-30 02:00:27 UTC (rev 97812)
@@ -0,0 +1,11 @@
+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	2013-09-30 01:59:40 UTC (rev 97811)
+++ community-i686/LICENSE	2013-09-30 02:00:27 UTC (rev 97812)
@@ -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 97811, fdupes/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2013-09-30 02:00:27 UTC (rev 97812)
@@ -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	2013-09-30 01:59:40 UTC (rev 97811)
+++ community-i686/PKGBUILD	2013-09-30 02:00:27 UTC (rev 97812)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter <twidds at gmail dot com>
-
-pkgname=fdupes
-pkgver=1.51
-pkgrel=1
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fdupes/"
-license=('MIT')
-depends=(glibc)
-source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
-md5sums=('47d0410c90c9e51e450933ba35a32b62'
-         '47f17890218f832f870bf7a02eaeb017')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  PREFIX=/usr
-}
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/{share/man/man1,bin}
-
-  make PREFIX=$pkgdir/usr DESTDIR=${pkgdir}/usr/bin INSTALLDIR=${pkgdir}/usr/bin MAN_DIR=${pkgdir}/usr/share/man/man1 install
-  install -D -m644 $srcdir/LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fdupes/repos/community-i686/PKGBUILD (from rev 97811, fdupes/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-09-30 02:00:27 UTC (rev 97812)
@@ -0,0 +1,35 @@
+# $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=1
+pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fdupes/"
+license=('MIT')
+depends=(glibc)
+source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
+sha256sums=('87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881'
+            '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make  PREFIX=/usr
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir"/usr/{share/man/man1,bin}
+  make \
+    PREFIX="$pkgdir/usr" \
+    DESTDIR="$pkgdir/usr/bin" \
+    INSTALLDIR="$pkgdir"/usr/bin \
+    MAN_DIR="$pkgdir"/usr/share/man/man1 \
+    install
+  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: set ts=2 sw=2 et:

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2013-09-30 01:59:40 UTC (rev 97811)
+++ community-x86_64/ChangeLog	2013-09-30 02:00:27 UTC (rev 97812)
@@ -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
-

Copied: fdupes/repos/community-x86_64/ChangeLog (from rev 97811, fdupes/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2013-09-30 02:00:27 UTC (rev 97812)
@@ -0,0 +1,11 @@
+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	2013-09-30 01:59:40 UTC (rev 97811)
+++ community-x86_64/LICENSE	2013-09-30 02:00:27 UTC (rev 97812)
@@ -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 97811, fdupes/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2013-09-30 02:00:27 UTC (rev 97812)
@@ -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	2013-09-30 01:59:40 UTC (rev 97811)
+++ community-x86_64/PKGBUILD	2013-09-30 02:00:27 UTC (rev 97812)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Chris Winter <twidds at gmail dot com>
-
-pkgname=fdupes
-pkgver=1.51
-pkgrel=1
-pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/fdupes/"
-license=('MIT')
-depends=(glibc)
-source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
-md5sums=('47d0410c90c9e51e450933ba35a32b62'
-         '47f17890218f832f870bf7a02eaeb017')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  make  PREFIX=/usr
-}
-package(){
-  cd $srcdir/$pkgname-$pkgver
-
-  install -d ${pkgdir}/usr/{share/man/man1,bin}
-
-  make PREFIX=$pkgdir/usr DESTDIR=${pkgdir}/usr/bin INSTALLDIR=${pkgdir}/usr/bin MAN_DIR=${pkgdir}/usr/share/man/man1 install
-  install -D -m644 $srcdir/LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}

Copied: fdupes/repos/community-x86_64/PKGBUILD (from rev 97811, fdupes/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-09-30 02:00:27 UTC (rev 97812)
@@ -0,0 +1,35 @@
+# $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=1
+pkgdesc="a program for identifying or deleting duplicate files residing within specified directories"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/fdupes/"
+license=('MIT')
+depends=(glibc)
+source=(http://fdupes.googlecode.com/files/$pkgname-$pkgver.tar.gz LICENSE)
+sha256sums=('87dbc85b7b9cdb9626e713dd8078bd7487bceb58d47ceaff5404a9e6fd062881'
+            '6300e5a838d8a0f08b412742cb755c22708970aef420dbad5dc65ca7de677e39')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make  PREFIX=/usr
+}
+
+package(){
+  cd "$srcdir/$pkgname-$pkgver"
+  install -d "$pkgdir"/usr/{share/man/man1,bin}
+  make \
+    PREFIX="$pkgdir/usr" \
+    DESTDIR="$pkgdir/usr/bin" \
+    INSTALLDIR="$pkgdir"/usr/bin \
+    MAN_DIR="$pkgdir"/usr/share/man/man1 \
+    install
+  install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: set ts=2 sw=2 et:




More information about the arch-commits mailing list