[arch-commits] Commit in ext3grep (6 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Oct 21 17:22:19 UTC 2017


    Date: Saturday, October 21, 2017 @ 17:22:15
  Author: jlichtblau
Revision: 263870

ext3grep code.google.com links updated

Modified:
  ext3grep/repos/community-i686/PKGBUILD
  ext3grep/repos/community-i686/ext3grep.changelog
  ext3grep/repos/community-x86_64/PKGBUILD
  ext3grep/repos/community-x86_64/ext3grep.changelog
  ext3grep/trunk/PKGBUILD
  ext3grep/trunk/ext3grep.changelog

-------------------------------------------+
 repos/community-i686/PKGBUILD             |   14 +++++++-------
 repos/community-i686/ext3grep.changelog   |    3 +++
 repos/community-x86_64/PKGBUILD           |   14 +++++++-------
 repos/community-x86_64/ext3grep.changelog |    3 +++
 trunk/PKGBUILD                            |   14 +++++++-------
 trunk/ext3grep.changelog                  |    3 +++
 6 files changed, 30 insertions(+), 21 deletions(-)

Modified: repos/community-i686/PKGBUILD
===================================================================
--- repos/community-i686/PKGBUILD	2017-10-21 16:53:06 UTC (rev 263869)
+++ repos/community-i686/PKGBUILD	2017-10-21 17:22:15 UTC (rev 263870)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: ivh
 
 pkgname=ext3grep
@@ -7,27 +7,27 @@
 pkgrel=4
 pkgdesc="A tool to investigate an ext3 file system for deleted content and possibly recover it"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/ext3grep/"
+url="https://code.google.com/archive/p/ext3grep/"
 license=('GPL')
 makedepends=('e2fsprogs' 'patch')
 changelog=$pkgname.changelog
-source=(http://ext3grep.googlecode.com/files/$pkgname-$pkgver.tar.gz \
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz
         $pkgname-build.patch)
 sha256sums=('586f3e939d2ffd782f6f006b81a3df2dc477c6da03f21edb8860c5c4f7198f3e'
             '6f57d5012fcfb063012ade80b25c356defc2d22411bbb9086ea89c0de10f3117')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
 #http://code.google.com/p/ext3grep/issues/detail?id=34
   patch -Np1 -i ${srcdir}/$pkgname-build.patch
-  
+
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: repos/community-i686/ext3grep.changelog
===================================================================
--- repos/community-i686/ext3grep.changelog	2017-10-21 16:53:06 UTC (rev 263869)
+++ repos/community-i686/ext3grep.changelog	2017-10-21 17:22:15 UTC (rev 263870)
@@ -1,3 +1,6 @@
+2017-10-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ext3grep 0.10.2-4 code.google.com retired, links changed
+
 2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* ext3grep 0.10.2-2 package signed
 

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2017-10-21 16:53:06 UTC (rev 263869)
+++ repos/community-x86_64/PKGBUILD	2017-10-21 17:22:15 UTC (rev 263870)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: ivh
 
 pkgname=ext3grep
@@ -7,27 +7,27 @@
 pkgrel=4
 pkgdesc="A tool to investigate an ext3 file system for deleted content and possibly recover it"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/ext3grep/"
+url="https://code.google.com/archive/p/ext3grep/"
 license=('GPL')
 makedepends=('e2fsprogs' 'patch')
 changelog=$pkgname.changelog
-source=(http://ext3grep.googlecode.com/files/$pkgname-$pkgver.tar.gz \
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz
         $pkgname-build.patch)
 sha256sums=('586f3e939d2ffd782f6f006b81a3df2dc477c6da03f21edb8860c5c4f7198f3e'
             '6f57d5012fcfb063012ade80b25c356defc2d22411bbb9086ea89c0de10f3117')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
 #http://code.google.com/p/ext3grep/issues/detail?id=34
   patch -Np1 -i ${srcdir}/$pkgname-build.patch
-  
+
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: repos/community-x86_64/ext3grep.changelog
===================================================================
--- repos/community-x86_64/ext3grep.changelog	2017-10-21 16:53:06 UTC (rev 263869)
+++ repos/community-x86_64/ext3grep.changelog	2017-10-21 17:22:15 UTC (rev 263870)
@@ -1,3 +1,6 @@
+2017-10-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ext3grep 0.10.2-4 code.google.com retired, links changed
+
 2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* ext3grep 0.10.2-2 package signed
 

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2017-10-21 16:53:06 UTC (rev 263869)
+++ trunk/PKGBUILD	2017-10-21 17:22:15 UTC (rev 263870)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: ivh
 
 pkgname=ext3grep
@@ -7,27 +7,27 @@
 pkgrel=4
 pkgdesc="A tool to investigate an ext3 file system for deleted content and possibly recover it"
 arch=('i686' 'x86_64')
-url="http://code.google.com/p/ext3grep/"
+url="https://code.google.com/archive/p/ext3grep/"
 license=('GPL')
 makedepends=('e2fsprogs' 'patch')
 changelog=$pkgname.changelog
-source=(http://ext3grep.googlecode.com/files/$pkgname-$pkgver.tar.gz \
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz
         $pkgname-build.patch)
 sha256sums=('586f3e939d2ffd782f6f006b81a3df2dc477c6da03f21edb8860c5c4f7198f3e'
             '6f57d5012fcfb063012ade80b25c356defc2d22411bbb9086ea89c0de10f3117')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
 #http://code.google.com/p/ext3grep/issues/detail?id=34
   patch -Np1 -i ${srcdir}/$pkgname-build.patch
-  
+
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Modified: trunk/ext3grep.changelog
===================================================================
--- trunk/ext3grep.changelog	2017-10-21 16:53:06 UTC (rev 263869)
+++ trunk/ext3grep.changelog	2017-10-21 17:22:15 UTC (rev 263870)
@@ -1,3 +1,6 @@
+2017-10-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* ext3grep 0.10.2-4 code.google.com retired, links changed
+
 2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 	* ext3grep 0.10.2-2 package signed
 



More information about the arch-commits mailing list