[arch-commits] Commit in extundelete/repos (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Dec 5 15:19:30 UTC 2015


    Date: Saturday, December 5, 2015 @ 16:19:29
  Author: bpiotrowski
Revision: 148458

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

Added:
  extundelete/repos/community-staging-i686/
  extundelete/repos/community-staging-i686/PKGBUILD
    (from rev 148457, extundelete/trunk/PKGBUILD)
  extundelete/repos/community-staging-i686/extundelete.changelog
    (from rev 148457, extundelete/trunk/extundelete.changelog)
  extundelete/repos/community-staging-x86_64/
  extundelete/repos/community-staging-x86_64/PKGBUILD
    (from rev 148457, extundelete/trunk/PKGBUILD)
  extundelete/repos/community-staging-x86_64/extundelete.changelog
    (from rev 148457, extundelete/trunk/extundelete.changelog)

------------------------------------------------+
 community-staging-i686/PKGBUILD                |   28 +++++++++++++++++++++++
 community-staging-i686/extundelete.changelog   |   12 +++++++++
 community-staging-x86_64/PKGBUILD              |   28 +++++++++++++++++++++++
 community-staging-x86_64/extundelete.changelog |   12 +++++++++
 4 files changed, 80 insertions(+)

Copied: extundelete/repos/community-staging-i686/PKGBUILD (from rev 148457, extundelete/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 15:19:29 UTC (rev 148458)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: snuo
+
+pkgname=extundelete
+pkgver=0.2.4
+pkgrel=3
+pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal"
+arch=('i686' 'x86_64')
+url="http://extundelete.sourceforge.net"
+license=('GPL')
+makedepends=('e2fsprogs')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: extundelete/repos/community-staging-i686/extundelete.changelog (from rev 148457, extundelete/trunk/extundelete.changelog)
===================================================================
--- community-staging-i686/extundelete.changelog	                        (rev 0)
+++ community-staging-i686/extundelete.changelog	2015-12-05 15:19:29 UTC (rev 148458)
@@ -0,0 +1,12 @@
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.4-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.1-1
+
+2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.0-2 package signed
+
+2010-07-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community] from AUR - 83 votes
+	* Version 0.2.0-1

Copied: extundelete/repos/community-staging-x86_64/PKGBUILD (from rev 148457, extundelete/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 15:19:29 UTC (rev 148458)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: snuo
+
+pkgname=extundelete
+pkgver=0.2.4
+pkgrel=3
+pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal"
+arch=('i686' 'x86_64')
+url="http://extundelete.sourceforge.net"
+license=('GPL')
+makedepends=('e2fsprogs')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: extundelete/repos/community-staging-x86_64/extundelete.changelog (from rev 148457, extundelete/trunk/extundelete.changelog)
===================================================================
--- community-staging-x86_64/extundelete.changelog	                        (rev 0)
+++ community-staging-x86_64/extundelete.changelog	2015-12-05 15:19:29 UTC (rev 148458)
@@ -0,0 +1,12 @@
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.4-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.1-1
+
+2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.0-2 package signed
+
+2010-07-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community] from AUR - 83 votes
+	* Version 0.2.0-1



More information about the arch-commits mailing list