From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-865390-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D914E1388C0 for <garchives@archives.gentoo.org>; Wed, 24 Feb 2016 21:38:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 660E321C013; Wed, 24 Feb 2016 21:38:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F34D821C013 for <gentoo-commits@lists.gentoo.org>; Wed, 24 Feb 2016 21:38:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3A38340DEB for <gentoo-commits@lists.gentoo.org>; Wed, 24 Feb 2016 21:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C03C8DB for <gentoo-commits@lists.gentoo.org>; Wed, 24 Feb 2016 21:38:38 +0000 (UTC) From: "Patrice Clement" <monsieurp@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" <monsieurp@gentoo.org> Message-ID: <1456157204.4042523c74e144578e2e5c675d0d25c11b557356.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shards/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shards/Manifest dev-util/shards/metadata.xml dev-util/shards/shards-0.6.1.ebuild X-VCS-Directories: dev-util/shards/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4042523c74e144578e2e5c675d0d25c11b557356 X-VCS-Branch: master Date: Wed, 24 Feb 2016 21:38:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9f0499e8-4f4b-44ad-bf62-142ad006b818 X-Archives-Hash: 198bbd2e33a08f38e769420da10ce8de commit: 4042523c74e144578e2e5c675d0d25c11b557356 Author: loong0 <longlene <AT> gmail <DOT> com> AuthorDate: Mon Feb 22 06:18:13 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 16:06:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4042523c dev-util/shards: Introduce new package Dependency manager for the Crystal language dev-util/shards/Manifest | 1 + dev-util/shards/metadata.xml | 14 ++++++++++++++ dev-util/shards/shards-0.6.1.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-util/shards/Manifest b/dev-util/shards/Manifest new file mode 100644 index 0000000..687da2c --- /dev/null +++ b/dev-util/shards/Manifest @@ -0,0 +1 @@ +DIST shards-0.6.1.tar.gz 26505 SHA256 8e7d179a499a2fca895b534c6204e2e34828e6a645e48f83f08fbefcd6a03951 SHA512 fc1e32cf459a5c448ef780601b9515cd331fc40d3f6f0666e71e218a62e202e0d4f642f5e82660529d24145a5ed5f5cbf2fdc6fc251421850d9c7ac1ebcf4d07 WHIRLPOOL 0bf8ef2de47b6dd6be728c489b7ac9ff8101a51329d956ac2d1ad21ac9322442646d624b5b6e9baee5f1738326e3a5e039b94b5057ce6a2a5223a04db226b5a6 diff --git a/dev-util/shards/metadata.xml b/dev-util/shards/metadata.xml new file mode 100644 index 0000000..2bf78bc --- /dev/null +++ b/dev-util/shards/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>longlene@gmail.com</email> + <name>Lixiao Chen</name> + </maintainer> + <longdescription lang="en"> + Dependency manager for the Crystal language + </longdescription> + <upstream> + <remote-id type="github">ysbaddaden/shards</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-util/shards/shards-0.6.1.ebuild b/dev-util/shards/shards-0.6.1.ebuild new file mode 100644 index 0000000..95311f6 --- /dev/null +++ b/dev-util/shards/shards-0.6.1.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/ysbaddaden/shards" +SRC_URI="https://github.com/ysbaddaden/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 +}