[arch-commits] Commit in partclone/repos (3 files)

Jonathan Steel jsteel at archlinux.org
Tue Feb 13 11:28:32 UTC 2018


    Date: Tuesday, February 13, 2018 @ 11:28:31
  Author: jsteel
Revision: 293794

archrelease: copy trunk to community-x86_64

Added:
  partclone/repos/community-x86_64/PKGBUILD
    (from rev 293793, partclone/trunk/PKGBUILD)
Deleted:
  partclone/repos/community-x86_64/PKGBUILD
  partclone/repos/extra-x86_64/

---------------------------+
 /PKGBUILD                 |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ----------------------------------
 2 files changed, 34 insertions(+), 34 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2018-02-13 11:28:21 UTC (rev 293793)
+++ community-x86_64/PKGBUILD	2018-02-13 11:28:31 UTC (rev 293794)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.2.89
-pkgrel=2
-pkgdesc="Utilities to save and restore used blocks on a partition"
-arch=('i686' 'x86_64')
-url="http://partclone.org"
-license=('GPL')
-depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
-source=(http://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
-md5sums=('1b6602fa623afc37a8c5252335d1bb01')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
-    --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
-    --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
-    --sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: partclone/repos/community-x86_64/PKGBUILD (from rev 293793, partclone/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-13 11:28:31 UTC (rev 293794)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.2.89
+pkgrel=2
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('x86_64')
+url="https://partclone.org"
+license=('GPL')
+depends=('progsreiserfs' 'ntfs-3g' 'nilfs-utils')
+source=(https://partclone.nchc.org.tw/download/stable/$pkgver/${pkgname}_$pkgver.orig.tar.gz)
+md5sums=('1b6602fa623afc37a8c5252335d1bb01')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
+    --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
+    --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+    --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list