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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun May 12 23:37:59 UTC 2013


    Date: Monday, May 13, 2013 @ 01:37:59
  Author: seblu
Revision: 90509

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-12 23:37:41 UTC (rev 90508)
+++ community-i686/PKGBUILD	2013-05-12 23:37:59 UTC (rev 90509)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=ext4magic
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems'
-arch=('i686' 'x86_64')
-url='http://developer.berlios.de/projects/ext4magic/'
-license=('GPL2')
-depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz") 
-md5sums=('59c194b71e33aa6bd098b91f802e67d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: ext4magic/repos/community-i686/PKGBUILD (from rev 90508, ext4magic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-12 23:37:59 UTC (rev 90509)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ext4magic
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
+arch=('i686' 'x86_64')
+url='http://developer.berlios.de/projects/ext4magic/'
+license=('GPL2')
+depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
+source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('59c194b71e33aa6bd098b91f802e67d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-12 23:37:41 UTC (rev 90508)
+++ community-x86_64/PKGBUILD	2013-05-12 23:37:59 UTC (rev 90509)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=ext4magic
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems'
-arch=('i686' 'x86_64')
-url='http://developer.berlios.de/projects/ext4magic/'
-license=('GPL2')
-depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
-source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz") 
-md5sums=('59c194b71e33aa6bd098b91f802e67d5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: ext4magic/repos/community-x86_64/PKGBUILD (from rev 90508, ext4magic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-12 23:37:59 UTC (rev 90509)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=ext4magic
+pkgver=0.3.1
+pkgrel=2
+pkgdesc='Recover deleted or overwritten files on ext3 and ext4 filesystems'
+arch=('i686' 'x86_64')
+url='http://developer.berlios.de/projects/ext4magic/'
+license=('GPL2')
+depends=('bzip2' 'file' 'util-linux' 'e2fsprogs')
+source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('59c194b71e33aa6bd098b91f802e67d5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list