From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B653313832E for ; Sat, 6 Aug 2016 18:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DB58E0B9C; Sat, 6 Aug 2016 18:06:18 +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 A9330E0B9C for ; Sat, 6 Aug 2016 18:06:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6693340A6A for ; Sat, 6 Aug 2016 18:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 733672424 for ; Sat, 6 Aug 2016 18:06:14 +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: <1470506754.7ae6eccd5c45b6c3fd5e113c7f7dfdeba43e143b.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/pathutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/pathutil/Manifest dev-ruby/pathutil/metadata.xml dev-ruby/pathutil/pathutil-0.14.0.ebuild X-VCS-Directories: dev-ruby/pathutil/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7ae6eccd5c45b6c3fd5e113c7f7dfdeba43e143b X-VCS-Branch: master Date: Sat, 6 Aug 2016 18:06:14 +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: 4ce0aa8c-c005-4e53-92d6-0492a9d79078 X-Archives-Hash: c68e11279fcd7298d9d1eb0a9bc0eab1 commit: 7ae6eccd5c45b6c3fd5e113c7f7dfdeba43e143b Author: Manuel Rüger gentoo org> AuthorDate: Sat Aug 6 18:05:21 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Aug 6 18:05:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae6eccd dev-ruby/pathutil: Initial version Package-Manager: portage-2.3.0 dev-ruby/pathutil/Manifest | 1 + dev-ruby/pathutil/metadata.xml | 11 +++++++++++ dev-ruby/pathutil/pathutil-0.14.0.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-ruby/pathutil/Manifest b/dev-ruby/pathutil/Manifest new file mode 100644 index 0000000..d5aff1c --- /dev/null +++ b/dev-ruby/pathutil/Manifest @@ -0,0 +1 @@ +DIST pathutil-0.14.0.gem 11776 SHA256 c7fe1ba37ec11ae35fa5c7fb9b5ba4633ca3ca0cf68b352705a3c96d3a278438 SHA512 470eef7a82105a7d41228de6c312dc4f21d8e8ee6b7c80f98ebe366db83c7e507dbfa7cf820203ef8c802076c96b791dd79859213e978f8fa4894a2099e2c7bd WHIRLPOOL fc6cc6e8e285e359394bdac44dde8e153d2b1b0df184aeef8448ad1fa5790fac3e0583316ece41f5b94228742577e2a131ae1fbf70494caa3322e2c68f5c3877 diff --git a/dev-ruby/pathutil/metadata.xml b/dev-ruby/pathutil/metadata.xml new file mode 100644 index 0000000..99d7499 --- /dev/null +++ b/dev-ruby/pathutil/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + hipchat/hipchat-rb + + diff --git a/dev-ruby/pathutil/pathutil-0.14.0.ebuild b/dev-ruby/pathutil/pathutil-0.14.0.ebuild new file mode 100644 index 0000000..fec441f --- /dev/null +++ b/dev-ruby/pathutil/pathutil-0.14.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="Like Pathname but a little less insane" +HOMEPAGE="https://rubygems.org/gems/pathutil http://github.com/envygeeks/pathutils" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/forwardable-extended-2.6 +