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

Anatol Pomozov anatolik at archlinux.org
Mon Oct 19 15:34:09 UTC 2015


    Date: Monday, October 19, 2015 @ 17:34:08
  Author: anatolik
Revision: 144372

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

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

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ----------------------
 community-x86_64/PKGBUILD |   33 ----------------------
 3 files changed, 64 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-10-19 15:30:13 UTC (rev 144371)
+++ community-i686/PKGBUILD	2015-10-19 15:34:08 UTC (rev 144372)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Jonne Haß <me at jhass.eu>
-
-pkgname=shards
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(i686 x86_64)
-url='https://github.com/ysbaddaden/shards'
-license=(Apache)
-depends=(libyaml git libpcl libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('95916792766e42e3b005b144190c3f88d5cb8bcbaaddeb8fa8ced8bac1ef424d')
-
-build() {
-  cd $pkgname-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # tests currently fail in clean chroot
-  #./bin/shards install
-  #make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-i686/PKGBUILD (from rev 144371, shards/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-10-19 15:34:08 UTC (rev 144372)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Jonne Haß <me at jhass.eu>
+
+pkgname=shards
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('6dd8690d6ecd76bf2eccb3c3b83acfbe1af31be82acb5003ab9df2c0471153cf')
+
+build() {
+  cd shards-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd shards-$pkgver
+  ./bin/shards install
+  make test
+}
+
+package() {
+  cd shards-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-10-19 15:30:13 UTC (rev 144371)
+++ community-x86_64/PKGBUILD	2015-10-19 15:34:08 UTC (rev 144372)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Jonne Haß <me at jhass.eu>
-
-pkgname=shards
-pkgver=0.5.1
-pkgrel=1
-pkgdesc='The package manager for the Crystal language'
-arch=(i686 x86_64)
-url='https://github.com/ysbaddaden/shards'
-license=(Apache)
-depends=(libyaml git libpcl libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
-sha256sums=('95916792766e42e3b005b144190c3f88d5cb8bcbaaddeb8fa8ced8bac1ef424d')
-
-build() {
-  cd $pkgname-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # tests currently fail in clean chroot
-  #./bin/shards install
-  #make test
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-x86_64/PKGBUILD (from rev 144371, shards/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-10-19 15:34:08 UTC (rev 144372)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Jonne Haß <me at jhass.eu>
+
+pkgname=shards
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(i686 x86_64)
+url='https://github.com/ysbaddaden/shards'
+license=(Apache)
+depends=(libyaml git libpcl libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/ysbaddaden/shards/archive/v$pkgver.tar.gz)
+sha256sums=('6dd8690d6ecd76bf2eccb3c3b83acfbe1af31be82acb5003ab9df2c0471153cf')
+
+build() {
+  cd shards-$pkgver
+  crystal build --release -o bin/shards src/shards.cr
+}
+
+check() {
+  cd shards-$pkgver
+  ./bin/shards install
+  make test
+}
+
+package() {
+  cd shards-$pkgver
+
+  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list