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

Anatol Pomozov anatolik at nymeria.archlinux.org
Wed Apr 9 19:27:36 UTC 2014


    Date: Wednesday, April 9, 2014 @ 21:27:36
  Author: anatolik
Revision: 109044

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

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 -----------------
 community-x86_64/PKGBUILD |   28 -----------------
 3 files changed, 70 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-09 19:26:54 UTC (rev 109043)
+++ community-i686/PKGBUILD	2014-04-09 19:27:36 UTC (rev 109044)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Natan Vivo <nvivo64_gmail_com>
-# Contributor: rabyte <rabyte*gmail>
-# Contributor: Simon Morgan <simon at 16hz.net>
-
-pkgname=fatsort
-pkgver=1.2.355
-pkgrel=1
-pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
-arch=(i686 x86_64)
-url='http://fatsort.sourceforge.net'
-license=(GPL)
-depends=(glibc)
-makedepends=(help2man)
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('86bc350bd72c96aa83a456f9874c529d2db1b2bf65f00a19356eb3fb73c1ac23')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
-}

Copied: fatsort/repos/community-i686/PKGBUILD (from rev 109043, fatsort/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-09 19:27:36 UTC (rev 109044)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Natan Vivo <nvivo64_gmail_com>
+# Contributor: rabyte <rabyte*gmail>
+# Contributor: Simon Morgan <simon at 16hz.net>
+
+pkgname=fatsort
+pkgver=1.3.365
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(i686 x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+#checkdepends=(dosfstools bbe)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-09 19:26:54 UTC (rev 109043)
+++ community-x86_64/PKGBUILD	2014-04-09 19:27:36 UTC (rev 109044)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Natan Vivo <nvivo64_gmail_com>
-# Contributor: rabyte <rabyte*gmail>
-# Contributor: Simon Morgan <simon at 16hz.net>
-
-pkgname=fatsort
-pkgver=1.2.355
-pkgrel=1
-pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
-arch=(i686 x86_64)
-url='http://fatsort.sourceforge.net'
-license=(GPL)
-depends=(glibc)
-makedepends=(help2man)
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('86bc350bd72c96aa83a456f9874c529d2db1b2bf65f00a19356eb3fb73c1ac23')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
-}

Copied: fatsort/repos/community-x86_64/PKGBUILD (from rev 109043, fatsort/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-09 19:27:36 UTC (rev 109044)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Natan Vivo <nvivo64_gmail_com>
+# Contributor: rabyte <rabyte*gmail>
+# Contributor: Simon Morgan <simon at 16hz.net>
+
+pkgname=fatsort
+pkgver=1.3.365
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(i686 x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+#checkdepends=(dosfstools bbe)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}




More information about the arch-commits mailing list