[arch-commits] Commit in rmlint/repos (4 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Wed Oct 14 07:37:12 UTC 2015


    Date: Wednesday, October 14, 2015 @ 09:37:11
  Author: mtorromeo
Revision: 143982

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

Added:
  rmlint/repos/community-i686/PKGBUILD
    (from rev 143981, rmlint/trunk/PKGBUILD)
  rmlint/repos/community-x86_64/PKGBUILD
    (from rev 143981, rmlint/trunk/PKGBUILD)
Deleted:
  rmlint/repos/community-i686/PKGBUILD
  rmlint/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ---------------------
 community-x86_64/PKGBUILD |   26 ---------------------
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-14 07:36:39 UTC (rev 143981)
+++ community-i686/PKGBUILD	2015-10-14 07:37:11 UTC (rev 143982)
@@ -1,26 +0,0 @@
-# Maintainer: Blisfull <narthana.epa at gmail.com>
-# Contributer: SahibBommelig <sahib at online.de>
-# rmlint PKBUILD for ArchLinux
-
-pkgname=rmlint
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
-arch=('i686' 'x86_64')
-url="https://github.com/sahib/rmlint"
-license=('GPL3')
-depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
-makedepends=('scons' 'python-sphinx' 'gettext')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b684aa73ec80423e1cc5e9cee9ae466f0ed0c6a2e5a88482a07d3306465ee6f1')
-
-build() {
-    cd "$srcdir"/$pkgname-$pkgver
-    scons config
-    scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
-}
-
-package() {
-    cd "$srcdir"/$pkgname-$pkgver
-    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-}

Copied: rmlint/repos/community-i686/PKGBUILD (from rev 143981, rmlint/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-14 07:37:11 UTC (rev 143982)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Blisfull <narthana.epa at gmail.com>
+# Contributor: SahibBommelig <sahib at online.de>
+
+pkgname=rmlint
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
+arch=('i686' 'x86_64')
+url="https://github.com/sahib/rmlint"
+license=('GPL3')
+depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+makedepends=('scons' 'python-sphinx' 'gettext')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('28b4e2447c2ff303bc31e6d57b99c34662eda22e138daa985aa8d00726b4f886')
+
+build() {
+    cd "$srcdir"/$pkgname-$pkgver
+    scons config
+    scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
+}
+
+package() {
+    cd "$srcdir"/$pkgname-$pkgver
+    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-14 07:36:39 UTC (rev 143981)
+++ community-x86_64/PKGBUILD	2015-10-14 07:37:11 UTC (rev 143982)
@@ -1,26 +0,0 @@
-# Maintainer: Blisfull <narthana.epa at gmail.com>
-# Contributer: SahibBommelig <sahib at online.de>
-# rmlint PKBUILD for ArchLinux
-
-pkgname=rmlint
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
-arch=('i686' 'x86_64')
-url="https://github.com/sahib/rmlint"
-license=('GPL3')
-depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
-makedepends=('scons' 'python-sphinx' 'gettext')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b684aa73ec80423e1cc5e9cee9ae466f0ed0c6a2e5a88482a07d3306465ee6f1')
-
-build() {
-    cd "$srcdir"/$pkgname-$pkgver
-    scons config
-    scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
-}
-
-package() {
-    cd "$srcdir"/$pkgname-$pkgver
-    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-}

Copied: rmlint/repos/community-x86_64/PKGBUILD (from rev 143981, rmlint/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-14 07:37:11 UTC (rev 143982)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Blisfull <narthana.epa at gmail.com>
+# Contributor: SahibBommelig <sahib at online.de>
+
+pkgname=rmlint
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Tool to remove duplicates and other lint, being much faster than fdupes"
+arch=('i686' 'x86_64')
+url="https://github.com/sahib/rmlint"
+license=('GPL3')
+depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+makedepends=('scons' 'python-sphinx' 'gettext')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('28b4e2447c2ff303bc31e6d57b99c34662eda22e138daa985aa8d00726b4f886')
+
+build() {
+    cd "$srcdir"/$pkgname-$pkgver
+    scons config
+    scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
+}
+
+package() {
+    cd "$srcdir"/$pkgname-$pkgver
+    scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+}



More information about the arch-commits mailing list