[arch-commits] Commit in rmlint/repos (4 files)
Massimiliano Torromeo
mtorromeo at archlinux.org
Thu Oct 15 07:39:00 UTC 2015
Date: Thursday, October 15, 2015 @ 09:39:00
Author: mtorromeo
Revision: 144075
archrelease: copy trunk to community-i686, community-x86_64
Added:
rmlint/repos/community-i686/PKGBUILD
(from rev 144074, rmlint/trunk/PKGBUILD)
rmlint/repos/community-x86_64/PKGBUILD
(from rev 144074, rmlint/trunk/PKGBUILD)
Deleted:
rmlint/repos/community-i686/PKGBUILD
rmlint/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 27 ----------------------
community-x86_64/PKGBUILD | 27 ----------------------
3 files changed, 54 insertions(+), 54 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-10-15 07:38:35 UTC (rev 144074)
+++ community-i686/PKGBUILD 2015-10-15 07:39:00 UTC (rev 144075)
@@ -1,27 +0,0 @@
-# $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
-}
Copied: rmlint/repos/community-i686/PKGBUILD (from rev 144074, rmlint/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-15 07:39:00 UTC (rev 144075)
@@ -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.2
+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=('08ad28150d99d704d356cdf050c4499f98a0d0c363a2230619d0b3e53e5f9dbb')
+
+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-15 07:38:35 UTC (rev 144074)
+++ community-x86_64/PKGBUILD 2015-10-15 07:39:00 UTC (rev 144075)
@@ -1,27 +0,0 @@
-# $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
-}
Copied: rmlint/repos/community-x86_64/PKGBUILD (from rev 144074, rmlint/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-10-15 07:39:00 UTC (rev 144075)
@@ -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.2
+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=('08ad28150d99d704d356cdf050c4499f98a0d0c363a2230619d0b3e53e5f9dbb')
+
+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