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

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 6 12:00:47 UTC 2014


    Date: Sunday, July 6, 2014 @ 14:00:47
  Author: fyan
Revision: 115171

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

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

----------------------------------------+
 /PKGBUILD                              |   56 +++++++++++++++++++++++++++++++
 /extundelete.changelog                 |   24 +++++++++++++
 community-i686/PKGBUILD                |   28 ---------------
 community-i686/extundelete.changelog   |   12 ------
 community-x86_64/PKGBUILD              |   28 ---------------
 community-x86_64/extundelete.changelog |   12 ------
 6 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-06 12:00:18 UTC (rev 115170)
+++ community-i686/PKGBUILD	2014-07-06 12:00:47 UTC (rev 115171)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: snuo
-
-pkgname=extundelete
-pkgver=0.2.4
-pkgrel=1
-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-i686/PKGBUILD (from rev 115170, extundelete/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-06 12:00:47 UTC (rev 115171)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: snuo
+
+pkgname=extundelete
+pkgver=0.2.4
+pkgrel=2
+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
+}

Deleted: community-i686/extundelete.changelog
===================================================================
--- community-i686/extundelete.changelog	2014-07-06 12:00:18 UTC (rev 115170)
+++ community-i686/extundelete.changelog	2014-07-06 12:00:47 UTC (rev 115171)
@@ -1,12 +0,0 @@
-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-i686/extundelete.changelog (from rev 115170, extundelete/trunk/extundelete.changelog)
===================================================================
--- community-i686/extundelete.changelog	                        (rev 0)
+++ community-i686/extundelete.changelog	2014-07-06 12:00:47 UTC (rev 115171)
@@ -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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-06 12:00:18 UTC (rev 115170)
+++ community-x86_64/PKGBUILD	2014-07-06 12:00:47 UTC (rev 115171)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: snuo
-
-pkgname=extundelete
-pkgver=0.2.4
-pkgrel=1
-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-x86_64/PKGBUILD (from rev 115170, extundelete/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-06 12:00:47 UTC (rev 115171)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: snuo
+
+pkgname=extundelete
+pkgver=0.2.4
+pkgrel=2
+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
+}

Deleted: community-x86_64/extundelete.changelog
===================================================================
--- community-x86_64/extundelete.changelog	2014-07-06 12:00:18 UTC (rev 115170)
+++ community-x86_64/extundelete.changelog	2014-07-06 12:00:47 UTC (rev 115171)
@@ -1,12 +0,0 @@
-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-x86_64/extundelete.changelog (from rev 115170, extundelete/trunk/extundelete.changelog)
===================================================================
--- community-x86_64/extundelete.changelog	                        (rev 0)
+++ community-x86_64/extundelete.changelog	2014-07-06 12:00:47 UTC (rev 115171)
@@ -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