commit:     204e437c31b7c4626d570f0ac4535f899ecd3e50
Author:     loong0 <longlene <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 13:44:30 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 22:45:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204e437c

dev-util/shards: version bump to 0.6.2

Closes: https://github.com/gentoo/gentoo/pull/1095

 dev-util/shards/Manifest            |  1 +
 dev-util/shards/shards-0.6.2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest
index 687da2c..73d6f41 100644
--- a/dev-util/shards/Manifest
+++ b/dev-util/shards/Manifest
@@ -1 +1,2 @@
 DIST shards-0.6.1.tar.gz 26505 SHA256 
8e7d179a499a2fca895b534c6204e2e34828e6a645e48f83f08fbefcd6a03951 SHA512 
fc1e32cf459a5c448ef780601b9515cd331fc40d3f6f0666e71e218a62e202e0d4f642f5e82660529d24145a5ed5f5cbf2fdc6fc251421850d9c7ac1ebcf4d07
 WHIRLPOOL 
0bf8ef2de47b6dd6be728c489b7ac9ff8101a51329d956ac2d1ad21ac9322442646d624b5b6e9baee5f1738326e3a5e039b94b5057ce6a2a5223a04db226b5a6
+DIST shards-0.6.2.tar.gz 26589 SHA256 
11d22086d736598efa87eea558e7b304d538372f017fce9bb21476e40c586110 SHA512 
baeebe496ea52c93313e9a550a8f1dda225674ca49e9e2b2660b059a8e7cd6a148085d33d5c70a46d2d4c7db9260f841a634c079cc590576a6d98c9308fb1100
 WHIRLPOOL 
944c3265aab2a7dc2e9261f68ea250b77f16ce16dd8fead8521ae367edd41b7998b624db6b1526759da60b52f6a6f02d710f9657021dd4e9ea494248ab620b6d

diff --git a/dev-util/shards/shards-0.6.2.ebuild 
b/dev-util/shards/shards-0.6.2.ebuild
new file mode 100644
index 0000000..c892d77
--- /dev/null
+++ b/dev-util/shards/shards-0.6.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Dependency manager for the Crystal language"
+HOMEPAGE="https://github.com/crystal-lang/shards";
+SRC_URI="https://github.com/crystal-lang/shards/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+       >dev-lang/crystal-0.11.1[yaml]
+"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       dobin bin/${PN}
+       dodoc README.md
+}

Reply via email to