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

Johannes Löthberg demize at archlinux.org
Mon Jan 30 11:59:17 UTC 2017


    Date: Monday, January 30, 2017 @ 11:59:16
  Author: demize
Revision: 209483

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

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

---------------------------+
 /PKGBUILD                 |   90 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   45 ----------------------
 community-x86_64/PKGBUILD |   45 ----------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-30 11:59:09 UTC (rev 209482)
+++ community-i686/PKGBUILD	2017-01-30 11:59:16 UTC (rev 209483)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: 謝致邦 <Yeking at Red54.com>
-# Contributor: cantabile <cantabile dot desu at gmail dot com>
-# Contributor: reMiND <detanator at gmail.com>
-
-pkgname=rhash
-pkgver=1.3.3
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz")
-
-sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
-
-build() {
-  cd rhash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd rhash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd rhash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-i686/PKGBUILD (from rev 209482, rhash/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-30 11:59:16 UTC (rev 209483)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: 謝致邦 <Yeking at Red54.com>
+# Contributor: cantabile <cantabile dot desu at gmail dot com>
+# Contributor: reMiND <detanator at gmail.com>
+
+pkgname=rhash
+pkgver=1.3.4
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz")
+
+sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-30 11:59:09 UTC (rev 209482)
+++ community-x86_64/PKGBUILD	2017-01-30 11:59:16 UTC (rev 209483)
@@ -1,45 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
-# Contributor: 謝致邦 <Yeking at Red54.com>
-# Contributor: cantabile <cantabile dot desu at gmail dot com>
-# Contributor: reMiND <detanator at gmail.com>
-
-pkgname=rhash
-pkgver=1.3.3
-pkgrel=1
-
-pkgdesc='Utility for verifying hash sums of files'
-url='http://rhash.anz.ru/?l=en'
-license=('custom' 'MIT')
-arch=('i686' 'x86_64')
-
-depends=('glibc')
-
-backup=('etc/rhashrc')
-
-source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz")
-
-sha256sums=('5b520b597bd83f933d316fce1382bb90e0b0b87b559b8c9c9a197551c935315a')
-
-build() {
-  cd rhash-$pkgver
-  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
-}
-
-check() {
-  cd rhash-$pkgver
-  make test-shared
-}
-
-package() {
-  cd rhash-$pkgver
-
-  # program
-  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
-
-  # library
-  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-lib-static
-
-  # license
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
-}

Copied: rhash/repos/community-x86_64/PKGBUILD (from rev 209482, rhash/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-30 11:59:16 UTC (rev 209483)
@@ -0,0 +1,45 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: 謝致邦 <Yeking at Red54.com>
+# Contributor: cantabile <cantabile dot desu at gmail dot com>
+# Contributor: reMiND <detanator at gmail.com>
+
+pkgname=rhash
+pkgver=1.3.4
+pkgrel=1
+
+pkgdesc='Utility for verifying hash sums of files'
+url='http://rhash.anz.ru/?l=en'
+license=('custom' 'MIT')
+arch=('i686' 'x86_64')
+
+depends=('glibc')
+
+backup=('etc/rhashrc')
+
+source=("http://downloads.sourceforge.net/rhash/rhash-$pkgver-src.tar.gz")
+
+sha256sums=('406662c4703bd4cb1caae26f32700951a5e12adf39f141d3f40e0b461b1e9e49')
+
+build() {
+  cd rhash-$pkgver
+  make ADDCFLAGS="$CFLAGS" ADDLDFLAGS="$LDFLAGS" build-shared
+}
+
+check() {
+  cd rhash-$pkgver
+  make test-shared
+}
+
+package() {
+  cd rhash-$pkgver
+
+  # program
+  make PREFIX=/usr DESTDIR="$pkgdir" install-shared
+
+  # library
+  make -C librhash PREFIX=/usr DESTDIR="$pkgdir" install-headers install-lib-shared install-lib-static
+
+  # license
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/rhash/LICENSE
+}



More information about the arch-commits mailing list