From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9361959CA3 for ; Sun, 6 Mar 2016 11:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D93C21C062 for ; Sun, 6 Mar 2016 11:29:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1AA5BE07E1 for ; Sat, 5 Mar 2016 11:45:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36058340A15 for ; Sat, 5 Mar 2016 11:45:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6EC216C5 for ; Sat, 5 Mar 2016 11:45:45 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457178330.aad57d026506fbce86290e41d87d603b60c7f745.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-num/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git-num/Manifest dev-vcs/git-num/git-num-2.0.1.ebuild dev-vcs/git-num/metadata.xml X-VCS-Directories: dev-vcs/git-num/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: aad57d026506fbce86290e41d87d603b60c7f745 X-VCS-Branch: master Date: Sat, 5 Mar 2016 11:45:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04e5c593-c7f9-478d-9c7d-e76369b3dee2 X-Archives-Hash: 73745e3f514d44406bf1a6870f56f0aa commit: aad57d026506fbce86290e41d87d603b60c7f745 Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 5 11:45:07 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 5 11:45:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad57d02 dev-vcs/git-num: Initial version Package-Manager: portage-2.2.27 dev-vcs/git-num/Manifest | 1 + dev-vcs/git-num/git-num-2.0.1.ebuild | 26 ++++++++++++++++++++++++++ dev-vcs/git-num/metadata.xml | 11 +++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-vcs/git-num/Manifest b/dev-vcs/git-num/Manifest new file mode 100644 index 0000000..994b0c9 --- /dev/null +++ b/dev-vcs/git-num/Manifest @@ -0,0 +1 @@ +DIST git-num-2.0.1.tar.gz 53833 SHA256 e8f0f80ad54b88e3653696e1ff8228f604f0a22c903d8b285afcbdbdac8494e4 SHA512 f35599a74b91efb3ccb6e8509ca1c7eb7c2f67cb90b131efc6693f8f36ea97adcb01026ad307746bdf0613200646da289aa315095cbae2580c4443b03e9dd040 WHIRLPOOL a2a7fdcea11e63136d97a7cf4da869988b51bb186c1912be1d6c8535c81cf847056d8ad8969b898f78f27d04053fff5b2d6b08bb3850ac6e1b2a6edfffd88d75 diff --git a/dev-vcs/git-num/git-num-2.0.1.ebuild b/dev-vcs/git-num/git-num-2.0.1.ebuild new file mode 100644 index 0000000..bd4e97b --- /dev/null +++ b/dev-vcs/git-num/git-num-2.0.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +inherit ruby-fakegem + +DESCRIPTION="Quickly reference files in Git using numbers" +HOMEPAGE="https://github.com/schreifels/git-num" +SRC_URI="https://github.com/schreifels/git-num/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +all_ruby_prepare() { + mkdir bin || die + mv git-num bin || die +} diff --git a/dev-vcs/git-num/metadata.xml b/dev-vcs/git-num/metadata.xml new file mode 100644 index 0000000..ae0d0c7 --- /dev/null +++ b/dev-vcs/git-num/metadata.xml @@ -0,0 +1,11 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + schreifels/git-num + +