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 C961B139694 for ; Fri, 17 Feb 2017 07:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B254E0C57; Fri, 17 Feb 2017 07:16:30 +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 D6E41E0C57 for ; Fri, 17 Feb 2017 07:16:29 +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 8C4A2340F2A for ; Fri, 17 Feb 2017 07:16:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F7994A9B for ; Fri, 17 Feb 2017 07:16:26 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1487315768.19cc5e138f1e1fe7e744cac19a94e57c800e1421.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/xmlrpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/xmlrpc/Manifest dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild X-VCS-Directories: dev-ruby/xmlrpc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 19cc5e138f1e1fe7e744cac19a94e57c800e1421 X-VCS-Branch: master Date: Fri, 17 Feb 2017 07:16:26 +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: b3426d2b-e9e6-4b06-910d-d7e643d06bc5 X-Archives-Hash: 4488a7888c90ef6170086f11895b448e commit: 19cc5e138f1e1fe7e744cac19a94e57c800e1421 Author: Hans de Graaff gentoo org> AuthorDate: Fri Feb 17 07:15:42 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Feb 17 07:16:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cc5e13 dev-ruby/xmlrpc: add 0.3.0 Package-Manager: portage-2.3.3 dev-ruby/xmlrpc/Manifest | 1 + dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-ruby/xmlrpc/Manifest b/dev-ruby/xmlrpc/Manifest index 996a965301..a9f6f16812 100644 --- a/dev-ruby/xmlrpc/Manifest +++ b/dev-ruby/xmlrpc/Manifest @@ -1 +1,2 @@ DIST xmlrpc-0.2.1.tar.gz 33980 SHA256 0254f899373e9151bc10bf0f71144a7530ec05b7041daa96702a3371bebe06f8 SHA512 20a156acd70df7bcca649fa7962855ee645b4348cf8d64109e5e7409fc2f89e53c18c28b871365e424bbbe8d7ca92cacaf9ceda6cf485bf55b717ee0040d8491 WHIRLPOOL 78a317b72936b5cb3fb642f622da248bebbe174d359e43000cc9f169b39b4c959663d257c05fe0b935bed691e92df3fefdd0fa76bb140fb806fbcee28669511c +DIST xmlrpc-0.3.0.tar.gz 34157 SHA256 22cc05f6c74027b0a5f4036fda80598b5dc23f37f6004ec4c870ca1343a56677 SHA512 370b2fe2ed9ca37fbbc2e85d08328450671019a2dc0c2a31ecf8fc8af95105ccf1b8f728307a5d9cf5f4dbcd93ccfb2f66244b441c0aea1cd1aaca2e820dfe31 WHIRLPOOL cf48940b2127fd295e2707318160cf15bb2ed64bab4d5b2a1d6a4c9f83b9a17ae7aac4b400175389e1ff925378137f57125493ea7f5a77be2ab0f27ed25b6005 diff --git a/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild new file mode 100644 index 0000000000..3edf785a00 --- /dev/null +++ b/dev-ruby/xmlrpc/xmlrpc-0.3.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby24" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_BINWRAP="" +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP" +HOMEPAGE="https://github.com/ruby/xmlrpc" +SRC_URI="https://github.com/ruby/xmlrpc/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Ruby" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +all_ruby_prepare() { + sed -i -e '/bundler/ s:^:#:' Rakefile || die + + # Avoid dependency on git + sed -i -e 's/git ls-files -z/find * -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die +}