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

Anatol Pomozov anatolik at archlinux.org
Sun Jan 24 20:08:02 UTC 2016


    Date: Sunday, January 24, 2016 @ 21:08:02
  Author: anatolik
Revision: 158774

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-24 20:07:24 UTC (rev 158773)
+++ community-i686/PKGBUILD	2016-01-24 20:08:02 UTC (rev 158774)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Jonne Haß <me at jhass.eu>
-
-pkgname=shards
-pkgver=0.5.4
-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=('759a925347fa69a9fbd070e0ba7d9be2d5fe409a9bc9a6d1d29090f2045e63c1')
-
-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"
-}

Copied: shards/repos/community-i686/PKGBUILD (from rev 158773, shards/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-24 20:08:02 UTC (rev 158774)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Jonne Haß <me at jhass.eu>
+
+pkgname=shards
+pkgver=0.6.0
+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=('cbaaa6f9d9d140ec410623b97cb86fb44640125495f1e48fb8a1875ccedc4cc5')
+
+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	2016-01-24 20:07:24 UTC (rev 158773)
+++ community-x86_64/PKGBUILD	2016-01-24 20:08:02 UTC (rev 158774)
@@ -1,32 +0,0 @@
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Jonne Haß <me at jhass.eu>
-
-pkgname=shards
-pkgver=0.5.4
-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=('759a925347fa69a9fbd070e0ba7d9be2d5fe409a9bc9a6d1d29090f2045e63c1')
-
-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"
-}

Copied: shards/repos/community-x86_64/PKGBUILD (from rev 158773, shards/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-24 20:08:02 UTC (rev 158774)
@@ -0,0 +1,32 @@
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Jonne Haß <me at jhass.eu>
+
+pkgname=shards
+pkgver=0.6.0
+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=('cbaaa6f9d9d140ec410623b97cb86fb44640125495f1e48fb8a1875ccedc4cc5')
+
+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