[arch-commits] Commit in hardlink/repos (4 files)

Sébastien Luttringer seblu at archlinux.org
Thu Sep 25 22:26:04 UTC 2014


    Date: Friday, September 26, 2014 @ 00:26:04
  Author: seblu
Revision: 119582

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

Added:
  hardlink/repos/community-i686/PKGBUILD
    (from rev 119581, hardlink/trunk/PKGBUILD)
  hardlink/repos/community-x86_64/PKGBUILD
    (from rev 119581, hardlink/trunk/PKGBUILD)
Deleted:
  hardlink/repos/community-i686/PKGBUILD
  hardlink/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ---------------------
 community-x86_64/PKGBUILD |   27 ---------------------
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-25 22:25:47 UTC (rev 119581)
+++ community-i686/PKGBUILD	2014-09-25 22:26:04 UTC (rev 119582)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=hardlink
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Replace file copies using hardlinks'
-arch=('i686' 'x86_64')
-url='http://jak-linux.org/projects/hardlink/'
-license=('custom: MIT')
-depends=('glibc' 'pcre')
-source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.gz")
-md5sums=('4c1621ee7850a1c8b316735a7bced993')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install icense
-  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hardlink/repos/community-i686/PKGBUILD (from rev 119581, hardlink/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-25 22:26:04 UTC (rev 119582)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=hardlink
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Replace file copies using hardlinks'
+arch=('i686' 'x86_64')
+url='http://jak-linux.org/projects/hardlink/'
+license=('custom: MIT')
+depends=('glibc' 'pcre')
+source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz"{,.asc})
+md5sums=('72f1a460adb6874c151deab766e434ad'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install icense
+  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-25 22:25:47 UTC (rev 119581)
+++ community-x86_64/PKGBUILD	2014-09-25 22:26:04 UTC (rev 119582)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=hardlink
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='Replace file copies using hardlinks'
-arch=('i686' 'x86_64')
-url='http://jak-linux.org/projects/hardlink/'
-license=('custom: MIT')
-depends=('glibc' 'pcre')
-source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.gz")
-md5sums=('4c1621ee7850a1c8b316735a7bced993')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # install icense
-  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: hardlink/repos/community-x86_64/PKGBUILD (from rev 119581, hardlink/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-25 22:26:04 UTC (rev 119582)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=hardlink
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Replace file copies using hardlinks'
+arch=('i686' 'x86_64')
+url='http://jak-linux.org/projects/hardlink/'
+license=('custom: MIT')
+depends=('glibc' 'pcre')
+source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.xz"{,.asc})
+md5sums=('72f1a460adb6874c151deab766e434ad'
+         'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # install icense
+  install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list