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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Nov 5 21:20:45 UTC 2015


    Date: Thursday, November 5, 2015 @ 22:20:45
  Author: jlichtblau
Revision: 146057

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

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

--------------------------------------+
 /PKGBUILD                            |   64 +++++++++++++++++++++++++++++++++
 /sleuthkit.changelog                 |   46 +++++++++++++++++++++++
 community-i686/PKGBUILD              |   32 ----------------
 community-i686/sleuthkit.changelog   |   20 ----------
 community-x86_64/PKGBUILD            |   32 ----------------
 community-x86_64/sleuthkit.changelog |   20 ----------
 6 files changed, 110 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-05 21:20:27 UTC (rev 146056)
+++ community-i686/PKGBUILD	2015-11-05 21:20:45 UTC (rev 146057)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgname=sleuthkit
-pkgver=4.1.3
-pkgrel=3
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url="http://www.sleuthkit.org/sleuthkit"
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-#licenses
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-i686/PKGBUILD (from rev 146056, sleuthkit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-11-05 21:20:45 UTC (rev 146057)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=sleuthkit
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url="http://www.sleuthkit.org/sleuthkit"
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('91b287f19798ae480083c15401686e4a041c15f7a92054a5c0320bcb65604723')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: community-i686/sleuthkit.changelog
===================================================================
--- community-i686/sleuthkit.changelog	2015-11-05 21:20:27 UTC (rev 146056)
+++ community-i686/sleuthkit.changelog	2015-11-05 21:20:45 UTC (rev 146057)
@@ -1,20 +0,0 @@
-2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-i686/sleuthkit.changelog (from rev 146056, sleuthkit/trunk/sleuthkit.changelog)
===================================================================
--- community-i686/sleuthkit.changelog	                        (rev 0)
+++ community-i686/sleuthkit.changelog	2015-11-05 21:20:45 UTC (rev 146057)
@@ -0,0 +1,23 @@
+2015-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.2.0-1
+
+2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.3-3 libewf as dependency
+
+2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 3.2.3-1

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-05 21:20:27 UTC (rev 146056)
+++ community-x86_64/PKGBUILD	2015-11-05 21:20:45 UTC (rev 146057)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
-
-pkgname=sleuthkit
-pkgver=4.1.3
-pkgrel=3
-pkgdesc='File system and media management forensic analysis tools'
-arch=('i686' 'x86_64')
-url="http://www.sleuthkit.org/sleuthkit"
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-#licenses
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 146056, sleuthkit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-05 21:20:45 UTC (rev 146057)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
+
+pkgname=sleuthkit
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('i686' 'x86_64')
+url="http://www.sleuthkit.org/sleuthkit"
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('91b287f19798ae480083c15401686e4a041c15f7a92054a5c0320bcb65604723')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: community-x86_64/sleuthkit.changelog
===================================================================
--- community-x86_64/sleuthkit.changelog	2015-11-05 21:20:27 UTC (rev 146056)
+++ community-x86_64/sleuthkit.changelog	2015-11-05 21:20:45 UTC (rev 146057)
@@ -1,20 +0,0 @@
-2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-x86_64/sleuthkit.changelog (from rev 146056, sleuthkit/trunk/sleuthkit.changelog)
===================================================================
--- community-x86_64/sleuthkit.changelog	                        (rev 0)
+++ community-x86_64/sleuthkit.changelog	2015-11-05 21:20:45 UTC (rev 146057)
@@ -0,0 +1,23 @@
+2015-10-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.2.0-1
+
+2015-03-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.3-3 libewf as dependency
+
+2014-02-06 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.3-1
+
+2013-12-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.2-2 static library removed
+
+2013-10-13 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.1.2-1
+
+2013-03-12 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.0.2-1
+
+2013-01-05 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 4.0.1-1
+
+2011-10-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* sleuthkit 3.2.3-1



More information about the arch-commits mailing list