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 181DD139085 for ; Mon, 26 Dec 2016 19:17:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ABACE0C35; Mon, 26 Dec 2016 19:17:20 +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 69B94E0C35 for ; Mon, 26 Dec 2016 19:17:20 +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 A29BA341301 for ; Mon, 26 Dec 2016 19:17:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3914024F2 for ; Mon, 26 Dec 2016 19:17:17 +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: <1482779815.38369b0d2b90bf5efe5bc3c1197e4320ec1d12b2.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/metadata.xml dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild X-VCS-Directories: dev-ruby/xmlrpc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 38369b0d2b90bf5efe5bc3c1197e4320ec1d12b2 X-VCS-Branch: master Date: Mon, 26 Dec 2016 19:17:17 +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: 57313a75-11c9-4d0f-80fb-46b8f9b3e3e6 X-Archives-Hash: 6025f8c868e80f139d0c4a157d25b4c9 commit: 38369b0d2b90bf5efe5bc3c1197e4320ec1d12b2 Author: Hans de Graaff gentoo org> AuthorDate: Mon Dec 26 09:38:05 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Dec 26 19:16:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38369b0d dev-ruby/xmlrpc: new package, extract from dev-lang/ruby Package-Manager: portage-2.3.0 dev-ruby/xmlrpc/Manifest | 1 + dev-ruby/xmlrpc/metadata.xml | 11 +++++++++++ dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-ruby/xmlrpc/Manifest b/dev-ruby/xmlrpc/Manifest new file mode 100644 index 00000000..996a965 --- /dev/null +++ b/dev-ruby/xmlrpc/Manifest @@ -0,0 +1 @@ +DIST xmlrpc-0.2.1.tar.gz 33980 SHA256 0254f899373e9151bc10bf0f71144a7530ec05b7041daa96702a3371bebe06f8 SHA512 20a156acd70df7bcca649fa7962855ee645b4348cf8d64109e5e7409fc2f89e53c18c28b871365e424bbbe8d7ca92cacaf9ceda6cf485bf55b717ee0040d8491 WHIRLPOOL 78a317b72936b5cb3fb642f622da248bebbe174d359e43000cc9f169b39b4c959663d257c05fe0b935bed691e92df3fefdd0fa76bb140fb806fbcee28669511c diff --git a/dev-ruby/xmlrpc/metadata.xml b/dev-ruby/xmlrpc/metadata.xml new file mode 100644 index 00000000..3256ec2 --- /dev/null +++ b/dev-ruby/xmlrpc/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + ruby/xmlrpc + + diff --git a/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild b/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild new file mode 100644 index 00000000..c66b687 --- /dev/null +++ b/dev-ruby/xmlrpc/xmlrpc-0.2.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 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 +}