summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorloong0 <longlene@gmail.com>2016-03-20 21:44:30 +0800
committerPatrice Clement <monsieurp@gentoo.org>2016-03-20 22:45:55 +0000
commit204e437c31b7c4626d570f0ac4535f899ecd3e50 (patch)
treedeb127fc3b2d5d90ef68dc2e2ef5f3e522f00cf3 /dev-util
parentdev-lang/crystal: version bump to 0.13.0 (diff)
downloadgentoo-204e437c31b7c4626d570f0ac4535f899ecd3e50.tar.gz
gentoo-204e437c31b7c4626d570f0ac4535f899ecd3e50.tar.bz2
gentoo-204e437c31b7c4626d570f0ac4535f899ecd3e50.zip
dev-util/shards: version bump to 0.6.2
Closes: https://github.com/gentoo/gentoo/pull/1095
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/shards/Manifest1
-rw-r--r--dev-util/shards/shards-0.6.2.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest
index 687da2c0a7c2..73d6f4157437 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 000000000000..c892d7713001
--- /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
+}